.my-member-wizard{padding:32px 16px 48px;background:#f5f3ef}.my-member-wizard__container{width:100%;max-width:1280px;margin:0 auto}.my-member-wizard__grid{display:grid;grid-template-columns:45% 54%;gap:clamp(16px,2.8vw,12px);align-items:start}.my-member-wizard__title{margin:0 0 28px;font-family:Sen,sans-serif;font-size:clamp(26px,3vw,44px);font-weight:600;line-height:1.12;color:#191919;max-width:100%;letter-spacing:-1px;padding-right:40px}.my-member-wizard__title-highlight{color:#4a509f}.my-member-wizard__description{margin:0;max-width:42ch;font-family:Instrument Sans,sans-serif;font-size:17px;line-height:1.58;font-weight:500;color:#222;padding-right:40px}.my-member-wizard__right{position:relative}.my-member-wizard__panel{position:relative;display:flex;flex-direction:column;min-height:720px;border-radius:24px;padding:38px 30px 40px 44px;overflow:hidden}.my-member-wizard__panel-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.my-member-wizard__panel-bg svg{display:block;width:100%;height:100%}.my-member-wizard__panel-bg:after{content:"";position:absolute;right:18px;bottom:14px;width:34%;height:47%;border-radius:30px;background:#ffffff14}.my-member-wizard__panel-headline{position:relative;z-index:1;margin-bottom:36px;font-family:Instrument Sans,sans-serif;font-size:clamp(20px,2.2vw,26px);font-weight:500;line-height:1.25;color:#fff;text-align:center;padding-left:40px}.my-member-wizard__panel-headline-strong{display:inline-block;font-weight:700}.my-member-wizard__progress{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:22px;padding-left:8px}.my-member-wizard__progress-item{position:relative;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:54px;padding:5px 0}.my-member-wizard__progress-badge{display:none;width:130px;height:auto;max-width:min(130px,28vw);vertical-align:top;pointer-events:none;user-select:none}.my-member-wizard__progress-item--active .my-member-wizard__progress-badge{display:block}.my-member-wizard__progress-checked{display:none;width:auto;height:auto;max-width:min(130px,28vw);vertical-align:top;pointer-events:none;user-select:none}.my-member-wizard__progress-item--completed .my-member-wizard__progress-checked{display:block}.my-member-wizard__progress-item--completed .my-member-wizard__progress-badge,.my-member-wizard__progress-item--completed .my-member-wizard__progress-idle,.my-member-wizard__progress-item--completed .my-member-wizard__progress-inactive-dot,.my-member-wizard__progress-item--active .my-member-wizard__progress-checked{display:none}.my-member-wizard__progress-idle{display:none;width:auto;height:auto;max-width:min(113px,26vw);vertical-align:top;pointer-events:none;user-select:none}.my-member-wizard__progress-item--has-idle:not(.my-member-wizard__progress-item--active):not(.my-member-wizard__progress-item--completed) .my-member-wizard__progress-idle{display:block}.my-member-wizard__progress-item--has-idle:not(.my-member-wizard__progress-item--active):not(.my-member-wizard__progress-item--completed) .my-member-wizard__progress-inactive-dot{display:none}.my-member-wizard__progress-item--active .my-member-wizard__progress-idle{display:none}.my-member-wizard__progress-inactive-dot{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff38;border:1px solid rgba(255,255,255,.45);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.my-member-wizard__progress-item--active .my-member-wizard__progress-inactive-dot{display:none}.my-member-wizard__progress-item--active{min-width:0}.my-member-wizard__progress-connector{flex:1 1 24px;max-width:40px;min-width:12px;height:2px;margin:0 2px;align-self:center;background:#ffffff73;border-radius:999px}.my-member-wizard__step{display:none}.my-member-wizard__step.is-active{display:flex;flex:1 1 auto;flex-direction:column}.my-member-wizard__form{position:relative;z-index:1;display:flex;flex:1 1 auto;flex-direction:column;padding-left:70px;padding-top:20px}.my-member-wizard__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}.my-member-wizard__field label{display:inline-block;margin-bottom:8px;font-family:Sen,sans-serif;font-size:13px;line-height:1.35;font-weight:500;color:#fff}.my-member-wizard__field label:after{content:" *";color:#c32e2e;font-weight:700}.my-member-wizard__field--full{grid-column:1 / -1}.my-member-wizard__field--optional label:after{content:none}.my-member-wizard__field input,.my-member-wizard__field select,.my-member-wizard__field .my-ui-dropdown__trigger{width:100%;height:48px;border:1px solid #fff;border-radius:10px;background:transparent;padding:0 12px;font-family:Instrument Sans,sans-serif;font-size:13px;color:#fff;-webkit-appearance:none;appearance:none}.my-member-wizard__field select,.my-member-wizard__field .my-ui-dropdown__trigger{cursor:pointer}.my-member-wizard__field .my-ui-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;background:transparent!important;box-shadow:none!important}.my-member-wizard__field .my-ui-dropdown__trigger.is-placeholder{color:#fff}.my-member-wizard__field .my-ui-dropdown__value,.my-member-wizard__field .my-ui-dropdown__chevron{color:inherit}.my-member-wizard__field select option{color:#000;background-color:#fff}.my-member-wizard__field input::placeholder{color:#fff}.my-member-wizard__field input:focus,.my-member-wizard__field input:focus-visible,.my-member-wizard__field select:focus,.my-member-wizard__field select:focus-visible,.my-member-wizard__field .my-ui-dropdown__trigger:focus,.my-member-wizard__field .my-ui-dropdown__trigger:focus-visible{outline:none;border-color:#fff}.my-member-wizard__field .my-ui-dropdown__panel{top:calc(100% + 6px);border:1px solid #ffffff;border-radius:12px;background:#fff;box-shadow:0 14px 36px #0f172a2e}.my-member-wizard__field .my-ui-dropdown__option{color:#191919}.my-member-wizard__field .my-ui-dropdown__option:hover,.my-member-wizard__field .my-ui-dropdown__option:focus-visible{background:#f5f3ef}.my-member-wizard__field .my-ui-dropdown__option.is-selected{background:#fff1e8}.my-member-wizard__field--error input,.my-member-wizard__field--error select,.my-member-wizard__field--error .my-ui-dropdown__trigger{border-color:#c32e2e!important;background:#c32e2e1f!important;color:#c32e2e}.my-member-wizard__field--error input::placeholder{color:#c32e2e}.my-member-wizard__field-error{display:none}.my-member-wizard__field--error .my-ui-dropdown__trigger.is-validation-message{color:#c32e2e}.my-member-wizard__actions{display:flex;justify-content:center;margin-top:auto;padding-top:40px}.my-member-wizard__actions--split{justify-content:space-between;gap:12px}.my-member-wizard__progress-item{cursor:default}.my-member-wizard__progress-item--completed{cursor:pointer}.my-member-wizard .my-companies-hero__consent{margin-top:25px}@media(max-width:1125px){.my-member-wizard__progress{padding-left:0}}.my-member-wizard .my-companies-hero__button-path{fill:#4a509f!important}.my-member-wizard .my-companies-hero__button,.my-member-wizard .my-companies-hero__button:hover,.my-member-wizard .my-companies-hero__button:focus,.my-member-wizard .my-companies-hero__button:focus-visible,.my-member-wizard .my-companies-hero__button:active,.my-member-wizard .my-companies-hero__button:visited{background:transparent!important;color:#fff!important;border:none!important;box-shadow:none!important;outline:none!important;transform:none!important;text-decoration:none!important}.my-member-wizard .my-companies-hero__button:hover .my-companies-hero__button-path,.my-member-wizard .my-companies-hero__button:focus .my-companies-hero__button-path,.my-member-wizard .my-companies-hero__button:focus-visible .my-companies-hero__button-path,.my-member-wizard .my-companies-hero__button:active .my-companies-hero__button-path{fill:#4a509f!important}.my-member-wizard .my-companies-hero__button:hover .my-companies-hero__button-label,.my-member-wizard .my-companies-hero__button:focus .my-companies-hero__button-label,.my-member-wizard .my-companies-hero__button:focus-visible .my-companies-hero__button-label,.my-member-wizard .my-companies-hero__button:active .my-companies-hero__button-label{color:#fff!important;transform:translateY(-2px)!important}.my-member-wizard .my-companies-hero__button-label{transform:translateY(-2px)!important}.my-member-wizard__recaptcha-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:16px;background:#0000008c}.my-member-wizard__recaptcha-modal.is-open{display:flex}.my-member-wizard__recaptcha-panel{position:relative;width:min(100%,380px);padding:20px 14px 14px;background:#fff;border-radius:12px;box-shadow:0 16px 40px #0000003d}.my-member-wizard__recaptcha-title{margin:0 0 12px;font-family:Instrument Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.4;color:#191919}.my-member-wizard__recaptcha-close{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;border-radius:999px;background:transparent!important;color:#212121;font-size:20px;line-height:1;cursor:pointer;box-shadow:none!important}.my-member-wizard__recaptcha-close:hover,.my-member-wizard__recaptcha-close:focus,.my-member-wizard__recaptcha-close:focus-visible,.my-member-wizard__recaptcha-close:active,.my-member-wizard__recaptcha-close:visited{background:transparent!important;box-shadow:none!important;outline:none!important}.my-member-wizard__recaptcha-widget{min-height:78px}@media(max-width:960px){.my-member-wizard__grid{grid-template-columns:1fr}.my-member-wizard__panel-bg{display:none}.my-member-wizard__panel{min-height:0;padding:24px 16px 40px;border-radius:24px;background-color:#ff7316}.my-member-wizard__row{grid-template-columns:1fr;gap:12px;margin-bottom:14px}.my-member-wizard__form{padding-left:0;padding-top:12px}.my-member-wizard__actions{margin-top:14px;padding-top:0}.my-member-wizard__actions--split{gap:10px}}@media(max-width:640px){.my-member-wizard__progress{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:0;margin-bottom:18px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 2px 4px;box-sizing:border-box;scroll-padding-inline:0}.my-member-wizard__progress::-webkit-scrollbar{display:none}.my-member-wizard__progress-item{width:auto;max-width:none;min-height:0;padding:0;flex:0 0 auto}.my-member-wizard__progress-item--active{flex:0 0 auto;min-width:0;max-width:min(280px,72vw);display:flex;align-items:center;justify-content:center}.my-member-wizard__progress-item--active .my-member-wizard__progress-badge{width:100%;max-width:100%;height:auto}.my-member-wizard__progress-connector{flex:0 0 14px;width:14px;max-width:24px;min-width:10px;height:2px;margin:0 3px;align-self:center;display:none}.my-member-wizard__progress-item--active+.my-member-wizard__progress-connector{display:block}.my-member-wizard__progress-inactive-dot{width:44px;height:44px;border-radius:12px;background:transparent;border:2px solid rgba(255,255,255,.95);box-sizing:border-box}.my-member-wizard__progress-idle,.my-member-wizard__progress-checked{max-height:48px;width:auto}}@media(max-width:480px){.my-member-wizard__form{padding-top:8px}.my-member-wizard__field label{font-size:12px}.my-member-wizard__field input,.my-member-wizard__field select,.my-member-wizard__field .my-ui-dropdown__trigger{height:44px;font-size:12px}.my-member-wizard .my-companies-hero__consent{margin-top:16px}.my-member-wizard__actions{margin-top:12px}.my-member-wizard__actions--split{flex-direction:column-reverse;align-items:center}.my-member-wizard .my-companies-hero__button{width:100%!important;max-width:320px}.my-member-wizard__progress{padding:0;gap:0}.my-member-wizard__progress-inactive-dot{width:40px;height:40px;border-radius:10px}.my-member-wizard__progress-badge{max-width:min(130px,42vw)}.my-member-wizard__progress-idle{max-width:min(113px,40vw)}.my-member-wizard__progress-checked{max-width:min(130px,42vw)}.my-member-wizard__progress-item{min-width:36px}}
