.hmsp{padding:40px 16px}.hmsp__header{margin:0 auto;max-width:700px;text-align:center}.hmsp__title h1{color:#131032;font-size:42px;font-weight:700;line-height:1.2;margin:0}.hmsp__title h1 em{color:#2563eb;font-family:Merriweather,serif;font-style:italic}.hmsp__description{color:#6b7280;font-size:16px;margin-top:16px}.hmsp__description p{margin:0}.hmsp__tabs-wrap{margin:32px 0;text-align:center}.hmsp__tabs{background:var(--grey-100-hex);border-radius:200px;display:inline-flex;gap:0;padding:4px;position:relative;width:fit-content}.hmsp__tab-pill{background:var(--navy-hex);border-radius:200px;height:calc(100% - 8px);left:4px;pointer-events:none;position:absolute;top:4px;transition:transform .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);z-index:0}.hmsp__tab{background:transparent;border:none;border-radius:200px;color:var(--grey-400-hex);cursor:pointer;font-family:inherit;font-size:15px;font-weight:500;padding:12px 28px;position:relative;transition:color .3s;white-space:nowrap;z-index:1}.hmsp__tab:hover{color:var(--navy-hex)}.hmsp__tab.is-active{color:#fff}.hmsp__card{background:#fff;border:1px solid var(--grey-200-hex);border-radius:40px;overflow:hidden}.hmsp__card-inner{display:flex}.hmsp__card-left{background-color:var(--grey-50-hex);border-radius:28px;display:flex;flex:0 0 42%;flex-direction:column;margin:16px;padding:40px}.hmsp__card-titre{margin-bottom:12px}.hmsp__card-titre h2{color:var(--navy-hex);font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:115%;margin:0}.hmsp__card-desc{color:var(--grey-400-hex);font-size:16px;line-height:24px}.hmsp__card-desc p{margin:0}.hmsp__card-image{margin-top:auto;max-height:265px;max-width:280px;padding-top:24px}.hmsp__card-right{display:flex;flex:1;flex-direction:column;justify-content:center;padding:32px 40px}.hmsp__step-label{color:var(--navy-hex);font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:500;line-height:26px;margin-bottom:16px}.hmsp__step-label--bold{font-size:18px;font-weight:700}.hmsp__step-label p{margin:0}.hmsp__step-desc{color:#6b7280;font-size:15px;line-height:1.5;margin-bottom:20px}.hmsp__step-desc p{margin:0}.hmsp__step-desc em{color:#2563eb;font-style:italic}.hmsp__options{display:flex;flex-direction:column;gap:12px}.hmsp__options--grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.hmsp__option{align-items:center;background-color:var(--grey-100-hex);border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;padding:16px;transition:border-color .2s ease,background-color .2s ease;user-select:none}.hmsp__option:hover{border-color:#d1d5db}.hmsp__option.is-selected{background-color:rgba(37,99,235,.04);border-color:#2563eb}.hmsp__check{align-items:center;background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:transparent;display:flex;flex-shrink:0;height:22px;justify-content:center;transition:all .2s ease;width:22px}.hmsp__check.is-checked{background-color:#2563eb;border-color:#2563eb;color:#fff}.hmsp__check-icon{height:10px;width:12px}.hmsp__option-text{color:var(--navy-hex);font-family:Roboto Flex,sans-serif;font-size:18px;font-weight:600;line-height:26px;margin-left:12px}.hmsp__action{display:flex;justify-content:flex-end;margin-top:24px}.hmsp__action--between{align-items:center;justify-content:space-between}.hmsp__btn-back{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;height:44px;justify-content:center;transition:border-color .2s ease,color .2s ease;width:44px}.hmsp__btn-back:hover{border-color:#9ca3af;color:#374151}.hmsp__btn-next{background-color:#2563eb;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;padding:12px 32px;transition:background-color .2s ease,opacity .2s ease}.hmsp__btn-next:hover{background-color:#1d4ed8}.hmsp__btn-next:disabled{cursor:not-allowed;opacity:.5}.hmsp__slider{margin-top:8px}.hmsp__slider-display{margin-bottom:8px;text-align:right}.hmsp__slider-value{color:#2563eb;font-size:32px;font-weight:700}.hmsp__slider-unit{color:#6b7280;font-size:15px;margin-left:6px}.hmsp__slider-input{-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#2563eb 0,#2563eb var(--slider-pct,10%),#e5e7eb var(--slider-pct,10%),#e5e7eb 100%);border-radius:3px;height:6px;outline:none;width:100%}.hmsp__slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #2563eb;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;height:24px;width:24px}.hmsp__slider-input::-moz-range-thumb{background:#fff;border:2px solid #2563eb;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.15);cursor:pointer;height:24px;width:24px}.hmsp__slider-marks{color:#9ca3af;display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.hmsp__email-field{margin-top:4px}.hmsp__email-input{border:1px solid #d1d5db;border-radius:12px;box-sizing:border-box;color:#131032;font-family:inherit;font-size:15px;outline:none;padding:14px 16px;transition:border-color .2s ease;width:100%}.hmsp__email-input::placeholder{color:#9ca3af}.hmsp__email-input:focus{border-color:#2563eb}.hmsp__confirmation{padding:40px 0;text-align:center}.hmsp__confirmation-image{display:block;margin:0 auto 24px;max-height:236px}.hmsp__confirmation-titre{color:#131032;font-size:24px;font-weight:700;margin:0 0 16px}.hmsp__confirmation-desc{color:#6b7280;font-size:15px;line-height:1.6}.hmsp__confirmation-desc p{margin:0}[data-direction=forward] .hmsp__step{animation:hmsp-slide-forward .35s cubic-bezier(.4,0,.2,1)}[data-direction=backward] .hmsp__step{animation:hmsp-slide-backward .35s cubic-bezier(.4,0,.2,1)}@keyframes hmsp-slide-forward{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes hmsp-slide-backward{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:991px){.hmsp{padding-bottom:40px;padding-top:48px}.hmsp__title h1{font-size:28px}.hmsp__tabs-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hmsp__tabs-wrap::-webkit-scrollbar{display:none}.hmsp__tabs{display:inline-flex;flex-wrap:nowrap}.hmsp__tab-pill{display:none}.hmsp__tab{flex-shrink:0;font-size:14px;padding:10px 20px;white-space:nowrap}.hmsp__tab.is-active{background:var(--navy-hex);color:#fff}.hmsp__card-inner{flex-direction:column}.hmsp__card-left{margin:8px 8px 0;padding:24px}.hmsp__card-image{display:none}.hmsp__card-right{padding:24px}.hmsp__option{padding:14px}.hmsp__options--grid{grid-template-columns:1fr}.hmsp__slider-value{font-size:24px}}