*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}body{flex-direction:column;width:100%;height:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}button{font-family:inherit}img{max-width:100%;height:auto}.typography--header01Medium{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;line-height:2rem}.typography--header01Regular{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;line-height:2rem}.typography--subHeader01Regular{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem}.typography--subHeader01Medium{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem}.typography--header02SemiBold{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;line-height:1}.typography--header03Regular{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem}.typography--header03Bold{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;line-height:1.25rem}.typography--body01Medium{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;line-height:1.125rem}.typography--body01Regular{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1.125rem}.simple-header{z-index:19;background-color:#163036;justify-content:space-between;align-items:center;height:5rem;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}@media screen and (max-width:500px){.simple-header{height:4rem}}.simple-header__left-section{flex:1;align-items:center;gap:.625rem;display:flex}.simple-header__center-section{flex-shrink:0;justify-content:center;align-items:center;display:flex}.simple-header__right-section{flex:1;height:1.25rem}.simple-header__back-button{cursor:pointer;background-color:#fff3;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.simple-header__back-button:hover{background-color:#ffffff4d}.simple-header__back-button:active{background-color:#ffffff40}.simple-header__back-button:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.input-wrapper{width:100%}.input{box-sizing:border-box;color:#1f1f1f;background-color:#fff;border:1px solid #e1e1e6;border-radius:.875rem;align-items:center;width:100%;height:3.3125rem;padding:1.125rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.25rem;transition:all .2s ease-in-out;display:flex}@media screen and (max-width:768px){.input{font-size:1rem}}.input::placeholder{color:#86878f}.input:hover{border-color:#c2c3cb}.input:focus{color:#1f1f1f;border:2px solid #1f1f1f;outline:none;padding:1.0625rem .9375rem}.input:focus::placeholder{opacity:.5}.input--error{padding:1.0625rem .9375rem;color:#e04c4c!important;background-color:#fff1f1!important;border:2px solid #e04c4c!important}.input--error::placeholder{color:#e04c4c}.input--error:focus{box-shadow:none;border-color:#e04c4c}.input:disabled{color:#86878f;cursor:not-allowed;background-color:#f5f5f8}.input-error{color:#e04c4c;margin-top:.25rem;font-size:.75rem;font-weight:500;line-height:1.125rem;display:block}.button{box-sizing:border-box;cursor:pointer;color:#fff;border:none;border-radius:.875rem;justify-content:center;align-items:center;width:100%;height:3.3125rem;padding:1.125rem 1rem;transition:opacity .2s,background-color .2s;display:flex}.button--primary{background-color:#6a7e6f}@media (hover:hover){.button--primary:hover:not(:disabled){background-color:#798b7d}}.button--primary:active:not(:disabled){opacity:.95}.button--primary:disabled{cursor:not-allowed;background-color:#bdc5c1}.button--secondary{color:#1f1f1f;background-color:#0000;border:1px solid #e1e1e6}@media (hover:hover){.button--secondary:hover:not(:disabled){background-color:#f5f5f8}}@media screen and (max-width:768px){.button--sticky{position:fixed;bottom:32px;left:16px;right:16px;width:auto!important}}.step-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;display:flex}@media (max-width:500px){.step-header{gap:.5rem}}.step-header__title{color:#1f1f1f;width:100%}@media (max-width:500px){.step-header__title{font-size:1.125rem;font-weight:600;line-height:1.375rem}}.step-header__subtitle{color:#86878f;width:100%}.step-header--white .step-header__title{color:#fff}.step-header--white .step-header__subtitle{color:#fff;opacity:.5}.modal{z-index:999;opacity:0;pointer-events:none;background-color:#000c;justify-content:center;align-items:center;padding:16px;transition:opacity .2s;display:flex;position:fixed;inset:0;overflow:hidden}.modal.opened{opacity:1;pointer-events:all}@media screen and (max-width:500px){.modal.opened>.modal__content{transform:translateY(0)}}.modal__content{width:-webkit-fill-available;width:-moz-available;width:fill-available;z-index:5;opacity:1;background-color:#fff;border:1px solid #fcfcfc;border-radius:32px;flex-direction:column;row-gap:24px;min-width:250px;max-width:456px;padding:24px;transition:opacity .2s;display:flex;position:relative;box-shadow:0 2px 8px #00000014}.modal__content.dark{background-color:#131739;border:1px solid #131739}.modal__content.dark .modal__title{color:#fff}.modal__content.dark .modal__exit{background-color:#ffffff1a}@media screen and (max-width:500px){.modal__content{max-width:unset;width:unset;border-radius:16px 16px 0 0;padding:16px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}}.modal__title{text-align:center;color:#1f1f1f;column-gap:8px;line-height:32px}.modal__exit{cursor:pointer;background-color:#f5f5f8;border-radius:12px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:24px;right:24px}@media (max-width:500px){.modal__exit{top:16px;right:16px}}.modal__dark-overlay{z-index:-1;border-radius:16px;position:absolute;inset:0}@media screen and (max-width:500px){.modal__dark-overlay{border-bottom-right-radius:0;border-bottom-left-radius:0}}.modal__dark-overlay svg{object-fit:cover;object-position:center;width:100%;height:100%}.fun-fact-modal{flex-direction:column;align-items:center;gap:40px;padding:8px 0;display:flex}.fun-fact-modal__upper{flex-direction:column;align-items:center;gap:16px;display:flex}.fun-fact-modal__image{justify-content:center;align-items:center;width:180px;height:180px;display:flex}.fun-fact-modal__image img{object-fit:contain;width:100%;height:100%}.fun-fact-modal__content{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.fun-fact-modal__title{color:#1f1f1f;font-size:24px;line-height:32px}.fun-fact-modal__text{color:#86878f;max-width:310px;font-size:16px;line-height:normal}.fun-fact-modal__button{width:100%}.member-modal{flex-direction:column;gap:2rem;width:100%;display:flex}.member-modal__inputs{flex-direction:column;gap:1rem;width:100%;display:flex}.member-modal__actions{flex-direction:column;row-gap:1rem;display:flex}.otp-input{gap:8px;display:flex}.otp-input__field{text-align:center;color:#1f1f1f;background-color:#fff;border:1px solid #e1e1e6;border-radius:14px;outline:none;flex:1;max-width:53px;height:53px;padding:18px 16px;transition:border-color .2s}.otp-input__field::placeholder{color:#c2c3cb}.otp-input__field:focus{border-color:#86878f}.otp-input__field--error{border-color:#e53935!important}.otp-input__field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-input__field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-input__field[type=number]{appearance:textfield}.radio-group-wrapper{width:100%}.radio-group{flex-direction:row;gap:1rem;width:100%;display:flex}.radio-option{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #e1e1e6;border-radius:.875rem;flex:1;align-items:center;gap:.75rem;height:3.3125rem;padding:0 1rem;transition:all .2s ease-in-out;display:flex}@media (hover:hover){.radio-option:hover{border-color:#c2c3cb}}.radio-option--selected{border-color:#c2c3cb}.radio-option--error{background-color:#fff1f1;border:2px solid #e04c4c;padding:0 .9375rem}.radio-option--error .radio-option__label{color:#e04c4c}.radio-option--error .radio-option__circle{border-color:#e04c4c}.radio-option__input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.radio-option__circle{box-sizing:border-box;border:2px solid #e1e1e6;border-radius:50%;flex-shrink:0;width:1.25rem;height:1.25rem;transition:all .2s ease-in-out;position:relative}.radio-option--selected .radio-option__circle{background-color:#6a7e6f;border-color:#6a7e6f}.radio-option--selected .radio-option__circle:after{content:"";background-color:#fff;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-option__label{color:#1f1f1f;-webkit-user-select:none;user-select:none}.radio-group__error{color:#e04c4c;margin-top:.25rem;display:block}.family__selections{flex-direction:column;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.family__cell{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #0000001a;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem 1rem;transition:all .2s ease-in-out;display:flex}@media (hover:hover){.family__cell:hover{border-color:#c2c3cb}}.family__cell--disabled{cursor:default;opacity:.6}.family__cell--disabled:hover{border-color:#0000001a}.family__cell-label{color:#1f1f1f;flex:1}.family__checkbox{border:1px solid #e1e1e6;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .2s ease-in-out;display:flex}.family__checkbox--checked{background-color:#6a7e6f;border-color:#6a7e6f}.family-details__sections{flex-direction:column;gap:1rem;width:100%;display:flex}.family-details__section{flex-direction:column;gap:.5rem;width:100%;display:flex}.family-details__section-label{color:#163036;width:100%}.family-details__members{flex-direction:column;gap:.5rem;width:100%;display:flex}.family-details__member{box-sizing:border-box;background-color:#fff;border:1px solid #0000001a;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}.family-details__member-info{flex-direction:column;flex:1;gap:.25rem;display:flex}.family-details__member-name{color:#163036;width:100%}.family-details__member-dob{color:#163036;opacity:.6;width:100%}.family-details__member-options{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;transition:opacity .2s ease-in-out;display:flex}.family-details__member-options:hover{opacity:.7}.family-details__member-options svg{width:1.5rem;height:1.5rem}.family-details__cells{flex-direction:column;row-gap:1rem;display:flex}.family-details__cell{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #0000001a;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.5rem 1rem;transition:all .2s ease-in-out;display:flex}.family-details__cell:hover{opacity:.7}.family-details__cell-label{color:#163036;flex:1}.family-details__add-button{cursor:pointer;background-color:#6a7e6f;border:none;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s ease-in-out;display:flex}.family-details__add-button:hover{opacity:.9}.family-details__add-button svg{width:1rem;height:1rem}.plans{flex-direction:column;gap:2rem;width:100%;display:flex}.plans__container{box-sizing:border-box;background-color:#163036;border-radius:2.5rem;gap:3.5rem;padding:1.5rem;display:flex}.plans__left{flex-direction:column;flex-shrink:0;gap:1rem;width:25.375rem;display:flex}.plans__card{cursor:pointer;box-sizing:border-box;background-color:#ffffff1a;border-radius:1.5rem;align-items:center;gap:1.5rem;padding:1rem;transition:all .2s ease-in-out;display:flex;box-shadow:0 1px 16px #0000001f}.plans__card--selected{position:relative}.plans__card--selected:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#8faa96,#c0ff94);border-radius:1.5rem;padding:4px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.plans__card-content{flex:1;align-items:center;gap:1rem;display:flex}.plans__card-info{flex:1;align-items:center;gap:.5rem;display:flex}.plans__card-icon{flex-shrink:0;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;display:flex}.plans__card-details{flex-direction:column;flex:1;gap:.25rem;display:flex}.plans__card-name{color:#fff}.plans__card-desc{color:#fff;opacity:.6}.plans__card-pricing{text-align:right;flex-direction:column;align-items:flex-end;gap:.125rem;display:flex}.plans__card-daily{color:#fff}.plans__card-monthly{color:#fff;opacity:.5}.plans__checkbox{background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .2s ease-in-out;display:flex}.plans__checkbox--checked{background-color:#c0ff94;border-color:#c0ff94}.plans__right{flex-direction:column;flex-shrink:0;gap:1rem;width:25.375rem;display:flex}.plans__features-title{color:#fff}.plans__features{flex-direction:column;gap:1rem;display:flex}.plans__feature{align-items:center;gap:.5rem;display:flex}.plans__feature-icon{background-color:#6a7e6f;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;padding-top:.5px;display:flex}.plans__feature-text{color:#ffffffb3;flex:1}.plans__button--desktop{max-width:25rem;margin:0 auto}@media (max-width:768px){.onboarding--plans{background-color:#163036!important}.onboarding--plans .step-header__title{color:#fff}.onboarding--plans .step-header__subtitle{color:#fff;opacity:.5}.plans{gap:3rem}.plans__container{background-color:#0000;border-radius:0;flex-direction:column;gap:2rem;padding:0}.plans__left{gap:1rem;width:100%}.plans__card{gap:1rem}.plans__right{gap:1rem;width:100%;padding-top:1rem}.plans__features{gap:.5rem}}.phone-verification{flex-direction:column;align-items:center;gap:80px;width:100%;display:flex}.phone-verification__resend{text-align:center}.phone-verification__timer{color:#86878f}.phone-verification__resend-button{color:#86878f;cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s}.phone-verification__resend-button:hover{color:#1f1f1f;text-decoration:underline}.phone-verification__error{color:#e53935;text-align:center;margin-top:-64px}.phone-verification__attempts{color:#86878f;text-align:center;margin-top:-64px}.verify{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.verify__illustration{justify-content:center;align-items:center;width:143px;height:136px;display:flex}.verify__phone-section{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.verify__phone-number{text-align:center;color:#1f1f1f}.verify__divider{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.verify__divider-line{background-color:#e1e1e6;flex:1;height:1px}.verify__divider-text{color:#86878f}.verify__social-buttons{flex-direction:column;gap:16px;width:100%;display:flex}.verify__social-button{cursor:pointer;background-color:#fff;border:1px solid #e1e1e6;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:53px;padding:18px 16px;transition:background-color .2s;display:flex}.verify__social-button span{color:#1f1f1f}.verify__social-button:hover{background-color:#f5f5f8}.sso-callback{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:200px;display:flex}.sso-callback__spinner{border:3px solid #e1e1e6;border-top-color:#6a7e6f;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sso-callback__text{color:#86878f;text-align:center}.sso-callback__error{color:#e53935;text-align:center}.sso-callback__redirect{color:#86878f;text-align:center}.payment-loading{flex-direction:column;align-items:center;gap:24px;padding:48px 0;display:flex}.payment-loading__spinner{border:3px solid #e1e1e6;border-top-color:#6a7e6f;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.payment-form{flex-direction:column;gap:32px;width:100%;max-width:454px;display:flex}.payment-form__stripe-element{flex-direction:column;gap:16px;display:flex}.payment-form__security{color:#86878f;justify-content:center;align-items:center;gap:8px;display:flex}.payment-form__submit-button{color:#fff;cursor:pointer;background-color:#6a7e6f;border:none;border-radius:14px;width:100%;height:53px;transition:background-color .2s}.payment-form__submit-button:hover:not(.payment-form__submit-button--disabled){background-color:#bdc5c1}.payment-form__submit-button--disabled{cursor:not-allowed;background-color:#bdc5c1}.legal-disclaimer{background-color:#fff;border:1px solid #e1e1e6;border-radius:24px;flex-direction:column;gap:8px;padding:16px;display:flex}.legal-disclaimer__item{cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;display:flex}.legal-disclaimer__item.disabled>.legal-disclaimer__checkbox{opacity:.6}.legal-disclaimer__checkbox{border:2px solid #e1e1e6;border-radius:6px;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;min-height:20px;transition:all .2s;display:flex}.legal-disclaimer__checkbox--checked{background-color:#6a7e6f;border-color:#6a7e6f}.legal-disclaimer__label{color:#131739;flex:1}.legal-disclaimer__italic{font-style:italic}.legal-disclaimer__link{color:#4b90e4;text-decoration:none}.legal-disclaimer__link:hover{text-decoration:underline}.processing-page{background-color:#f5f5f8;justify-content:center;align-items:center;min-height:100vh;padding:48px 20px;display:flex}.processing-page__container{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:400px;display:flex}.processing-page__spinner{border:4px solid #e1e1e6;border-top-color:#6a7e6f;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}.processing-page__text{color:#1f1f1f}.processing-page__subtext{color:#86878f}.onboarding{background-color:#f5f5f8;flex:1;padding-top:5rem;position:relative;overflow-y:auto}@media screen and (max-width:500px){.onboarding{padding-top:4rem}}.onboarding__content{flex-direction:column;gap:3rem;width:100%;max-width:28.375rem;margin:0 auto;padding-top:10rem;padding-bottom:7.5rem;display:flex;position:relative}@media (max-width:768px){.onboarding__content{gap:2rem;width:calc(100% - 2rem);padding-top:4.375rem;padding-bottom:10rem}}.onboarding__form{flex-direction:column;gap:2rem;width:100%;display:flex}.onboarding__inputs{flex-direction:column;gap:1rem;width:100%;display:flex}.onboarding__content--wide{width:100%;max-width:57.375rem}@media (max-width:768px){.onboarding__content--wide{max-width:22.375rem;padding-top:2.625rem}.onboarding--firefly-mobile{background-color:#163036}}
