.NotFound-module-scss-module__c6JHRW__not-found__wrapper{background-color:#fff;border-bottom:1px solid #0000001a;flex-direction:column;justify-content:center;align-items:center;padding:10rem 2rem;display:flex}.NotFound-module-scss-module__c6JHRW__not-found__content{flex-direction:column;align-items:center;max-width:55rem;display:flex}.NotFound-module-scss-module__c6JHRW__not-found h1{color:#071851;letter-spacing:-1px;text-align:center;font-family:Work Sans;font-size:20rem;font-weight:500;line-height:1.2}.NotFound-module-scss-module__c6JHRW__not-found h2{color:#242424;text-align:center;font-family:Work Sans;font-size:3rem;font-weight:500;line-height:1.6}@media only screen and (max-width:1024px){.NotFound-module-scss-module__c6JHRW__not-found h1{font-size:15rem}.NotFound-module-scss-module__c6JHRW__not-found h2{font-size:3rem}}@media only screen and (max-width:540px){.NotFound-module-scss-module__c6JHRW__not-found__wrapper{padding:4rem 2rem 6rem}.NotFound-module-scss-module__c6JHRW__not-found h1{font-size:10rem}.NotFound-module-scss-module__c6JHRW__not-found h2{font-size:2rem}}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.PopoverButton-module-scss-module__VSX0-a__popover-button{background-color:#ffffff26;border:1px solid #ffffff1a;border-radius:1rem;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;display:flex;box-shadow:0 3px 20px #00000014}.PopoverButton-module-scss-module__VSX0-a__popover-button span{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:500}@media only screen and (max-width:760px){.PopoverButton-module-scss-module__VSX0-a__popover-button span{display:none}}
.Header-module-scss-module__jMBGYq__header{position:relative;overflow:hidden}.Header-module-scss-module__jMBGYq__header__strip{background:linear-gradient(90deg,#2c6e6a 0%,#3d8b86 33%,#245b58 66%,#2c6e6a 100%);height:.8rem;position:relative;overflow:hidden}.Header-module-scss-module__jMBGYq__header__strip:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);position:absolute;inset:0}.Header-module-scss-module__jMBGYq__header__strip-shine{background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite Header-module-scss-module__jMBGYq__shine;position:absolute;top:0;left:-100%}@keyframes Header-module-scss-module__jMBGYq__shine{0%,to{transform:translate(0)}50%{transform:translate(200%)}}.Header-module-scss-module__jMBGYq__header__logo-section{background:#fff;border-bottom:1px solid #2c6e6a1f;box-shadow:0 1px 2px #2c6e6a0a,0 2px 4px #2c6e6a05}.Header-module-scss-module__jMBGYq__header__logo-wrapper{max-width:128rem;margin:0 auto;padding:2rem 4rem}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__logo-wrapper{padding:1.6rem 2.4rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__logo-wrapper{padding:1.4rem 2rem}}.Header-module-scss-module__jMBGYq__header__logo-link{border-radius:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.Header-module-scss-module__jMBGYq__header__logo-link:hover{opacity:.9;transform:translateY(-2px)}.Header-module-scss-module__jMBGYq__header__logo-link:focus-visible{outline-offset:4px;outline:3px solid #2c6e6a}.Header-module-scss-module__jMBGYq__header__logo{width:auto;max-width:18.5rem;height:auto;display:block}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__logo{max-width:15rem}}.Header-module-scss-module__jMBGYq__header__main{background:linear-gradient(135deg,#2c6e6a 0%,#3d8b86 25%,#245b58 75%,#1a3a38 100%);padding:6rem 6rem 10rem;position:relative;overflow:hidden}.Header-module-scss-module__jMBGYq__header__main:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 20% 30%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.Header-module-scss-module__jMBGYq__header__main:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:40rem;height:40rem;position:absolute;top:0;right:0}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__main{padding:4rem 3.2rem 8rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__main{padding:3.2rem 2.4rem 6.4rem}}.Header-module-scss-module__jMBGYq__header__wrapper{z-index:2;justify-content:space-between;align-items:center;gap:4rem;max-width:128rem;margin:0 auto;display:flex;position:relative}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__wrapper{gap:3.2rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__wrapper{flex-direction:column;align-items:flex-start;gap:2.4rem}}.Header-module-scss-module__jMBGYq__header__content{flex:1;align-items:center;gap:3.2rem;min-width:0;display:flex}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__content{gap:2.4rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__content{gap:2rem;width:100%}}.Header-module-scss-module__jMBGYq__header__avatar{flex-shrink:0;position:relative}.Header-module-scss-module__jMBGYq__header__avatar-ring{background:linear-gradient(135deg,#ffffff4d 0%,#ffffff1a 100%);border-radius:50%;width:10.4rem;height:10.4rem;padding:.4rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 0 4px #ffffff26,0 4px 12px #00000026,0 8px 24px #0000001a}.Header-module-scss-module__jMBGYq__header__avatar-ring:hover{transform:scale(1.05)rotate(5deg);box-shadow:0 0 0 4px #ffffff40,0 6px 16px #0003,0 12px 32px #00000026}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__avatar-ring{width:9.6rem;height:9.6rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__avatar-ring{width:8rem;height:8rem}}.Header-module-scss-module__jMBGYq__header__avatar-image{object-fit:cover;background:#fff;border:3px solid #fff;border-radius:50%;width:100%;height:100%}.Header-module-scss-module__jMBGYq__header__text{flex:1;min-width:0}.Header-module-scss-module__jMBGYq__header__title{letter-spacing:-.13rem;color:#fff;text-shadow:0 2px 8px #00000026,0 4px 16px #0000001a;margin:0 0 1rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:5.2rem;font-weight:800;line-height:1.1}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__title{letter-spacing:-.1rem;margin-bottom:.8rem;font-size:4rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__title{letter-spacing:-.08rem;margin-bottom:.6rem;font-size:3.2rem}}.Header-module-scss-module__jMBGYq__header__subtitle{letter-spacing:.01rem;color:#ffffffe6;text-shadow:0 1px 4px #0000001a;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.7rem;font-weight:500;line-height:1.5}@media only screen and (max-width:760px){.Header-module-scss-module__jMBGYq__header__subtitle{font-size:1.6rem}}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__subtitle{font-size:1.5rem}}.Header-module-scss-module__jMBGYq__header__actions{z-index:3;flex-shrink:0;position:relative}@media only screen and (max-width:540px){.Header-module-scss-module__jMBGYq__header__actions{justify-content:flex-end;width:100%;display:flex}}
.SendMessageButton-module-scss-module__eH3GoG__send-message-button{z-index:50;background-color:#071851;border-radius:1rem;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;transition:transform .25s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 3px 3px #0000000f}.SendMessageButton-module-scss-module__eH3GoG__send-message-button:hover{transform:translateY(-.5rem)}.SendMessageButton-module-scss-module__eH3GoG__send-message-button span{color:#fff;font-family:Inter;font-size:1.6rem;font-weight:600}@media only screen and (max-width:540px){.SendMessageButton-module-scss-module__eH3GoG__send-message-button span{display:none}}
.SendMessage-module-scss-module__sIl8zW__wrapper{z-index:1000;pointer-events:none;position:fixed;inset:0}.SendMessage-module-scss-module__sIl8zW__backdrop{opacity:0;pointer-events:none;background:#02061766;transition:opacity .12s;position:absolute;inset:0}@media (max-width:767px){.SendMessage-module-scss-module__sIl8zW__backdrop{opacity:1;pointer-events:auto}}.SendMessage-module-scss-module__sIl8zW__panel{pointer-events:auto;background:#fff;border:1px solid #0a1a4f14;border-radius:16px;width:420px;max-width:calc(100vw - 24px);position:absolute;bottom:24px;right:24px;overflow:hidden;box-shadow:0 18px 40px #0a1a4f2e,0 4px 12px #0a1a4f1a}@media (max-width:767px){.SendMessage-module-scss-module__sIl8zW__panel{border-radius:0;width:100%;max-width:none;inset:0}}.SendMessage-module-scss-module__sIl8zW__header{color:#fff;background:linear-gradient(#0b1d57,#0b1d57);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}@media (max-width:767px){.SendMessage-module-scss-module__sIl8zW__header{padding:16px}}.SendMessage-module-scss-module__sIl8zW__title{font-size:16px;font-weight:600}.SendMessage-module-scss-module__sIl8zW__close{appearance:none;color:#fff;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:2px 6px;font-size:24px;line-height:1}.SendMessage-module-scss-module__sIl8zW__close:hover{background:#ffffff1f}.SendMessage-module-scss-module__sIl8zW__body{padding:14px 16px 8px}@media (max-width:767px){.SendMessage-module-scss-module__sIl8zW__body{padding:16px 16px 8px}}.SendMessage-module-scss-module__sIl8zW__label{color:#0a1a4f;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.SendMessage-module-scss-module__sIl8zW__input,.SendMessage-module-scss-module__sIl8zW__textarea{color:#0f172a;background:#fff;border:1px solid #0a1a4f2e;border-radius:10px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .12s,box-shadow .12s}.SendMessage-module-scss-module__sIl8zW__input:focus,.SendMessage-module-scss-module__sIl8zW__textarea:focus{border-color:#2ee6d0;outline:none;box-shadow:0 0 0 3px #2ee6d040}.SendMessage-module-scss-module__sIl8zW__input[aria-invalid=true],.SendMessage-module-scss-module__sIl8zW__textarea[aria-invalid=true]{border-color:#ef4444}.SendMessage-module-scss-module__sIl8zW__textarea{resize:vertical;min-height:140px}.SendMessage-module-scss-module__sIl8zW__meta{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.SendMessage-module-scss-module__sIl8zW__hint,.SendMessage-module-scss-module__sIl8zW__counter{color:#6b7280;font-size:12px}.SendMessage-module-scss-module__sIl8zW__footer{justify-content:flex-end;gap:8px;padding:12px 16px 16px;display:flex}.SendMessage-module-scss-module__sIl8zW__cancel{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0a1a4f29;border-radius:10px;padding:10px 14px;font-size:14px}.SendMessage-module-scss-module__sIl8zW__cancel:hover{background:#0a1a4f0f}.SendMessage-module-scss-module__sIl8zW__send{color:#fff;cursor:pointer;background:#0a1a4f;border:0;border-radius:10px;padding:10px 16px;font-size:14px}.SendMessage-module-scss-module__sIl8zW__send:disabled{opacity:.55;cursor:not-allowed}.SendMessage-module-scss-module__sIl8zW__send:not(:disabled):hover{filter:brightness(1.05)}
.MainContent-module-scss-module__72DLqG__main-content{z-index:20;position:relative;transform:translateY(-4rem)}.MainContent-module-scss-module__72DLqG__main-content__wrapper{max-width:1100px;margin:auto}.MainContent-module-scss-module__72DLqG__main-content__list{grid-template-columns:1fr 2fr;gap:1.6rem;width:100%;display:grid}.MainContent-module-scss-module__72DLqG__main-content__list>*{background:#fff;border-radius:1.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px #2c6e6a14,0 2px 4px #2c6e6a0a,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a14,0 16px 32px #2c6e6a1a}.MainContent-module-scss-module__72DLqG__main-content__list>:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a1f,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a14,0 16px 32px #2c6e6a1a,0 24px 48px #2c6e6a1f}.MainContent-module-scss-module__72DLqG__main-content__list>:first-child{grid-area:1/1/span 2}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(2){grid-area:3/1/span 2}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(3){grid-area:5/1/span 2}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(4){grid-area:1/2/span 3}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(5){grid-area:4/2/span 3}@media only screen and (max-width:760px){.MainContent-module-scss-module__72DLqG__main-content__list{grid-template-rows:auto;grid-template-columns:1fr;padding:0 2rem}.MainContent-module-scss-module__72DLqG__main-content__list>*{grid-area:auto!important}.MainContent-module-scss-module__72DLqG__main-content__list>:first-child{order:1}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(2){order:4}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(3){order:5}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(4){order:2}.MainContent-module-scss-module__72DLqG__main-content__list>:nth-child(5){order:3}}
.Popover-module-scss-module__3No64q__popover{z-index:60;color:#0f172a;background:#fff;border:1px solid #0000000d;border-radius:12px;min-width:200px;padding:6px 0;position:fixed;box-shadow:0 8px 24px #00000014}.Popover-module-scss-module__3No64q__caret{background:#fff;border-top:1px solid #0000000d;border-left:1px solid #0000000d;width:16px;height:16px;position:absolute;top:-8px;right:18px;transform:rotate(45deg)}.Popover-module-scss-module__3No64q__item{color:#0f172a;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:15px;text-decoration:none;transition:background .12s,opacity .12s;display:flex}.Popover-module-scss-module__3No64q__item:hover,.Popover-module-scss-module__3No64q__item:focus-visible{background:#0a1a4f0f;outline:none}.Popover-module-scss-module__3No64q__item:disabled,.Popover-module-scss-module__3No64q__item[aria-disabled=true]{opacity:.6;cursor:not-allowed;pointer-events:none}.Popover-module-scss-module__3No64q__icon{color:#0a1a4f;font-size:18px}.Popover-module-scss-module__3No64q__divider{background:#00000014;height:1px;margin:4px 0}.Popover-module-scss-module__3No64q__danger,.Popover-module-scss-module__3No64q__danger .Popover-module-scss-module__3No64q__icon{color:#b91c1c}.Popover-module-scss-module__3No64q__spinner{color:#0a1a4f;font-size:18px;animation:1s linear infinite Popover-module-scss-module__3No64q__spin}@keyframes Popover-module-scss-module__3No64q__spin{to{transform:rotate(360deg)}}
.HeaderSubpage-module-scss-module__n1mSkq__header{position:relative;overflow:hidden}.HeaderSubpage-module-scss-module__n1mSkq__header__strip{background:linear-gradient(90deg,#2c6e6a 0%,#3d8b86 33%,#245b58 66%,#2c6e6a 100%);height:.8rem;position:relative;overflow:hidden}.HeaderSubpage-module-scss-module__n1mSkq__header__strip:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);position:absolute;inset:0}.HeaderSubpage-module-scss-module__n1mSkq__header__strip-shine{background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite HeaderSubpage-module-scss-module__n1mSkq__shine;position:absolute;top:0;left:-100%}@keyframes HeaderSubpage-module-scss-module__n1mSkq__shine{0%,to{transform:translate(0)}50%{transform:translate(200%)}}.HeaderSubpage-module-scss-module__n1mSkq__header__logo-section{background:#fff;border-bottom:1px solid #2c6e6a1f;box-shadow:0 1px 2px #2c6e6a0a,0 2px 4px #2c6e6a05}.HeaderSubpage-module-scss-module__n1mSkq__header__logo-wrapper{max-width:128rem;margin:0 auto;padding:2rem 4rem}@media only screen and (max-width:760px){.HeaderSubpage-module-scss-module__n1mSkq__header__logo-wrapper{padding:1.6rem 2.4rem}}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__logo-wrapper{padding:1.4rem 2rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__logo-link{border-radius:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.HeaderSubpage-module-scss-module__n1mSkq__header__logo-link:hover{opacity:.9;transform:translateY(-2px)}.HeaderSubpage-module-scss-module__n1mSkq__header__logo-link:focus-visible{outline-offset:4px;outline:3px solid #2c6e6a}.HeaderSubpage-module-scss-module__n1mSkq__header__logo{width:auto;max-width:18.5rem;height:auto;display:block}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__logo{max-width:15rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__main{background:linear-gradient(135deg,#2c6e6a 0%,#3d8b86 25%,#245b58 75%,#1d4d4a 100%);padding:6rem 6rem 10rem;position:relative;overflow:hidden}.HeaderSubpage-module-scss-module__n1mSkq__header__main:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 20% 30%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.HeaderSubpage-module-scss-module__n1mSkq__header__main:after{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:40rem;height:40rem;position:absolute;top:0;right:0}@media only screen and (max-width:760px){.HeaderSubpage-module-scss-module__n1mSkq__header__main{padding:4rem 3.2rem 8rem}}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__main{padding:3.2rem 2.4rem 6.4rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__wrapper{z-index:2;max-width:128rem;margin:0 auto;position:relative}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:1.2rem;align-items:center;gap:1.2rem;padding:1.4rem 2.4rem 1.4rem 2rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 4px #0000001a,inset 0 1px #ffffff1a}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translate(-4px);box-shadow:0 4px 8px #00000026,0 8px 16px #0000001a,inset 0 1px #ffffff26}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button:active{transform:translate(-2px)}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button:focus-visible{outline-offset:3px;outline:3px solid #ffffff80}@media only screen and (max-width:760px){.HeaderSubpage-module-scss-module__n1mSkq__header__back-button{gap:1rem;padding:1.2rem 2rem 1.2rem 1.6rem;font-size:1.5rem}}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__back-button{padding:1rem 1.6rem 1rem 1.4rem;font-size:1.4rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__back-icon-wrapper{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__back-icon-wrapper{width:2rem;height:2rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__back-icon{color:#fff;width:1.4rem;height:1.4rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}@media only screen and (max-width:540px){.HeaderSubpage-module-scss-module__n1mSkq__header__back-icon{width:1.2rem;height:1.2rem}}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button:hover .HeaderSubpage-module-scss-module__n1mSkq__header__back-icon-wrapper{background:#ffffff40;transform:scale(1.1)}.HeaderSubpage-module-scss-module__n1mSkq__header__back-button:hover .HeaderSubpage-module-scss-module__n1mSkq__header__back-icon{transform:translate(-2px)}.HeaderSubpage-module-scss-module__n1mSkq__header__back-text{letter-spacing:-.01rem}
.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel{color:#2d3340;flex-direction:column;gap:16px;padding:2.4rem;display:flex}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__header{grid-template-columns:6.4rem 1fr;align-items:start;column-gap:1.8rem;margin-bottom:.4rem;display:grid}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon{background:linear-gradient(135deg,#e8f5f3 0%,#faf5ff 100%);border-radius:50%;place-items:center;width:6.4rem;height:6.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 8px #2c6e6a1f,0 4px 12px #2c6e6a14}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#ffffff80 0%,#0000 70%);border-radius:50%;position:absolute;inset:0}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon:hover{transform:scale(1.05);box-shadow:0 0 0 1px #2c6e6a26,0 4px 12px #2c6e6a26,0 8px 20px #2c6e6a1a}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon img{object-fit:contain;filter:drop-shadow(0 2px 4px #2c6e6a33);width:4rem;height:4rem;display:block}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon-svg{filter:drop-shadow(0 2px 4px #2c6e6a26)}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon-placeholder{background:linear-gradient(135deg,#2c6e6a33 0%,#2c6e6a1a 100%);border-radius:50%;width:4rem;height:4rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__title-wrap{grid-template-rows:auto auto auto;row-gap:6px;display:grid}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__title{color:#6b7280;letter-spacing:.3px;text-transform:uppercase;margin-bottom:.6rem;font-family:Inter;font-size:1.3rem;font-weight:600;line-height:1.2}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__value{align-items:baseline;gap:1rem;margin-bottom:.8rem;display:flex}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__number{letter-spacing:-2px;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Inter;font-size:5.2rem;font-weight:800;line-height:1;position:relative}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__number:after{content:"";opacity:.3;background:linear-gradient(90deg,#2c6e6a 0%,#0000 100%);height:2px;position:absolute;bottom:-2px;left:0;right:0}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__unit{color:#2c6e6a;letter-spacing:-.3px;font-size:1.8rem;font-weight:700}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__conversion{color:#94a3b8;margin-left:.4rem;font-size:1.4rem;font-weight:500}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__meta{color:#6b7280;background:#2c6e6a0d;border:1px solid #2c6e6a1a;border-radius:999px;align-items:center;gap:.6rem;padding:.4rem 1rem;font-family:Inter;font-size:1.3rem;display:inline-flex}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__meta-item{white-space:nowrap;font-weight:500}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__meta-dot{color:#94a3b8}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__chevron{color:#2c6e6a;margin-left:2px;font-size:1.8rem;line-height:1;transform:translateY(-1px)}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__message{color:#2d3340;letter-spacing:-.2px;background:linear-gradient(135deg,#2c6e6a08 0%,#2c6e6a0d 100%);border:1px solid #2c6e6a14;border-radius:1rem;padding:1.6rem;font-family:Inter;font-size:1.5rem;line-height:1.6;position:relative;overflow:hidden}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__message:before{content:"";background:linear-gradient(#2c6e6a 0%,#245b58 100%);width:3px;height:100%;position:absolute;top:0;left:0}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button{color:#fff;cursor:pointer;letter-spacing:-.3px;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border:none;border-radius:1.2rem;justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1.2rem;padding:1.5rem 2rem;font-family:Inter;font-size:1.6rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a1a,0 4px 8px #2c6e6a14,0 8px 16px #2c6e6a0f}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button svg{flex-shrink:0;width:2rem;height:2rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a26,0 4px 8px #2c6e6a26,0 8px 16px #2c6e6a1f,0 16px 32px #2c6e6a1a}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:hover:before{left:100%}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:hover svg{transform:translate(3px)}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:active{transform:translateY(-1px);box-shadow:0 0 0 1px #2c6e6a1f,0 2px 4px #2c6e6a1f,0 4px 8px #2c6e6a1a,0 8px 16px #2c6e6a14}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button:focus-visible{outline-offset:2px;outline:2px solid #2c6e6a}@media only screen and (max-width:760px){.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel{padding:2rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__header{grid-template-columns:5.6rem 1fr;column-gap:1.6rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon{width:5.6rem;height:5.6rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon img{width:3.6rem;height:3.6rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__number{letter-spacing:-1.5px;font-size:4.4rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__unit{font-size:1.6rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__conversion{font-size:1.3rem}}@media only screen and (max-width:540px){.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel{padding:1.8rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__header{grid-template-columns:5rem 1fr;column-gap:1.4rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon{width:5rem;height:5rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon img,.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__icon-svg{width:3.2rem;height:3.2rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__title{font-size:1.2rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__number{letter-spacing:-1.2px;font-size:3.8rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__unit{font-size:1.5rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__conversion{font-size:1.2rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__meta{padding:.3rem .8rem;font-size:1.2rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__message{padding:1.4rem;font-size:1.4rem}.UpdateWeight-module-scss-module__4Eq7oG__update-weight-panel__button{padding:1.3rem 1.6rem;font-size:1.5rem}}
.MainContentSubpage-module-scss-module__oVK4Aq__main-content{z-index:20;position:relative;transform:translateY(-4rem)}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__wrapper{max-width:1100px;margin:auto}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__inner-wrapper{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__left-section{background-color:#fff;border-radius:1.5rem;grid-column:span 2;min-height:10rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px #2c6e6a14,0 1px 2px #2c6e6a0f,0 2px 4px #2c6e6a0a,0 4px 8px #2c6e6a08,0 8px 16px #2c6e6a05}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__left-section:hover{box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a14,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a0a,0 16px 32px #2c6e6a08}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__header{border-bottom:1px solid #2c6e6a14;padding:4rem}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__title{color:#2d3340;letter-spacing:-1px;margin-bottom:1.5rem;font-family:Inter;font-size:3.6rem;font-weight:700;line-height:1.2}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__text{color:#6b7280;font-family:Inter;font-size:1.6rem;font-weight:400;line-height:1.6}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__right-section{flex-direction:column;gap:1.5rem;display:flex}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__right-section>*{transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px #2c6e6a14,0 1px 2px #2c6e6a0f,0 2px 4px #2c6e6a0a,0 4px 8px #2c6e6a08,0 8px 16px #2c6e6a05}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__right-section>:hover{box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a14,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a0a,0 16px 32px #2c6e6a08}@media only screen and (max-width:760px){.MainContentSubpage-module-scss-module__oVK4Aq__main-content__inner-wrapper{grid-template-columns:1fr;padding:0 2rem}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__left-section{grid-column:span 1}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__header{padding:3rem}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__title{letter-spacing:-.8px;font-size:3rem}.MainContentSubpage-module-scss-module__oVK4Aq__main-content__text{font-size:1.5rem;line-height:1.6}}
.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel{color:#2d3340;grid-template-rows:auto 1fr auto;gap:1.6rem;height:100%;padding:2.4rem;display:grid}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__header{justify-content:space-between;align-items:center;gap:1.2rem;padding:0 .4rem;display:flex}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__title{color:#2d3340;letter-spacing:-.5px;margin:0;font-family:Inter;font-size:1.8rem;font-weight:700;line-height:1.15}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-toggle{background:#2c6e6a14;border:1px solid #2c6e6a26;border-radius:999px;gap:.4rem;padding:.4rem;display:inline-flex}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-btn{appearance:none;color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.6rem 1rem;font-size:1.3rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-btn:hover{color:#2c6e6a;background:#2c6e6a26}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-btn--active{color:#fff;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);box-shadow:0 2px 6px #2c6e6a4d}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-btn--active:hover{color:#fff;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%)}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__chart{background:#fff;border:1px solid #2c6e6a14;border-radius:1.4rem;flex-direction:column;min-height:280px;display:flex;position:relative;overflow:hidden}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__axis-caption{pointer-events:none;justify-content:space-between;padding:0 .6rem;display:flex;position:absolute;bottom:.6rem;left:0;right:0}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__axis-caption span{color:#2d3340;letter-spacing:-.3px;font-size:1.6rem;font-weight:700}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__y-origin{color:#2c6e6a}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__x-label{color:#6b7280}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;min-height:280px;padding:4rem 2rem;display:flex}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-icon svg{filter:drop-shadow(0 4px 12px #2c6e6a26);animation:3s ease-in-out infinite WeightProgress-module-scss-module__ma-LaW__float}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-title{color:#2d3340;letter-spacing:-.5px;margin:0;font-family:Inter;font-size:2rem;font-weight:700}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-text{color:#6b7280;letter-spacing:-.2px;max-width:32rem;margin:0;font-size:1.5rem;line-height:1.5}@keyframes WeightProgress-module-scss-module__ma-LaW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__banner{color:#2d3340;letter-spacing:-.2px;background:linear-gradient(135deg,#e8f5f3 0%,#f3e8ff99 100%);border:1px solid #2c6e6a1a;border-radius:1.2rem;margin-top:.4rem;padding:1.4rem 1.6rem;font-size:1.5rem;font-weight:600;line-height:1.5}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-left:auto;display:flex}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__link{color:#2c6e6a;letter-spacing:-.2px;background:#2c6e6a08;border:1.5px solid #2c6e6a33;border-radius:1rem;flex-shrink:0;padding:.8rem 1.4rem;font-size:1.4rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__link:hover{background:#e8f5f3;border-color:#2c6e6a4d;transform:translateY(-1px);box-shadow:0 2px 8px #2c6e6a26}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__link:active{transform:translateY(0)}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__tooltip{background:#fff;border:1px solid #2c6e6a26;border-radius:1rem;padding:1rem 1.2rem;box-shadow:0 0 0 1px #2c6e6a14,0 4px 12px #2c6e6a26,0 8px 24px #2c6e6a1a}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__tooltip-date{color:#6b7280;margin-bottom:.4rem;font-size:1.2rem;font-weight:600}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__tooltip-value{color:#2c6e6a;font-size:1.5rem;font-weight:700}@media only screen and (max-width:760px){.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel{padding:2rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__title{font-size:1.7rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__axis-caption span{font-size:1.5rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__banner{padding:1.2rem 1.4rem;font-size:1.4rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__header{flex-direction:column;align-items:flex-start}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__actions{flex-direction:row;justify-content:space-between;width:100%;margin-top:.8rem;margin-left:0}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty{min-height:240px;padding:3rem 1.5rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-icon svg{width:56px;height:56px}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-title{font-size:1.8rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-text{font-size:1.4rem}}@media only screen and (max-width:540px){.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel{padding:1.8rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__title{font-size:1.6rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__axis-caption span{font-size:1.4rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__banner{padding:1.2rem;font-size:1.4rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__actions{flex-direction:column;align-items:stretch;gap:.8rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__unit-toggle{align-self:center}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__link{text-align:center;width:100%}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty{min-height:220px;padding:2.5rem 1.2rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-icon svg{width:48px;height:48px}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-title{font-size:1.7rem}.WeightProgress-module-scss-module__ma-LaW__weight-progress-panel__empty-text{font-size:1.3rem}}
.NeedHelp-module-scss-module__SWx7MG__need-help{background-color:#fff;border-radius:1.5rem;padding:2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.NeedHelp-module-scss-module__SWx7MG__need-help__title{color:#2d3340;letter-spacing:-.5px;margin-bottom:2rem;font-family:Inter;font-size:2.4rem;font-weight:700}.NeedHelp-module-scss-module__SWx7MG__need-help__list{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.NeedHelp-module-scss-module__SWx7MG__need-help__list-item{border-radius:.8rem;align-items:center;gap:1.25rem;padding:1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.NeedHelp-module-scss-module__SWx7MG__need-help__list-item:hover{background:#2c6e6a0d}.NeedHelp-module-scss-module__SWx7MG__need-help__list-item svg{flex-shrink:0;color:#2c6e6a!important}.NeedHelp-module-scss-module__SWx7MG__need-help__list-item span{color:#6b7280;font-family:Inter;font-size:1.6rem;font-weight:400}@media only screen and (max-width:760px){.NeedHelp-module-scss-module__SWx7MG__need-help__title{font-size:2.2rem}.NeedHelp-module-scss-module__SWx7MG__need-help__list-item span{font-size:1.5rem}}
.PastOrders-module-scss-module__c353-a__past-orders-panel{background:#fff;border-radius:18px;flex-direction:column;height:100%;padding:2rem;display:flex}.PastOrders-module-scss-module__c353-a__past-orders-panel__header{padding:4px 6px 10px}.PastOrders-module-scss-module__c353-a__past-orders-panel__title{color:#2d3340;letter-spacing:-.01em;margin:0;font-family:Inter;font-size:2rem;font-weight:800}.PastOrders-module-scss-module__c353-a__past-orders-panel__list{gap:1rem;margin-bottom:2rem;display:grid}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-icon{animation:3s ease-in-out infinite PastOrders-module-scss-module__c353-a__float}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-icon svg{filter:drop-shadow(0 4px 12px #2c6e6a26);display:block}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-title{letter-spacing:-.8px;color:#2d3340;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2rem;font-weight:700}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-text{color:#6b7280;max-width:28rem;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.6}.PastOrders-module-scss-module__c353-a__past-orders-panel__item{background:#fff;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 0 1px #2c6e6a14,0 1px 2px #2c6e6a0f,0 2px 4px #2c6e6a0a,0 4px 8px #2c6e6a08,0 8px 16px #2c6e6a05}.PastOrders-module-scss-module__c353-a__past-orders-panel__item:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a1f,0 2px 4px #2c6e6a14,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a0a,0 16px 32px #2c6e6a08}.PastOrders-module-scss-module__c353-a__past-orders-panel__row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.PastOrders-module-scss-module__c353-a__past-orders-panel__left{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.PastOrders-module-scss-module__c353-a__past-orders-panel__treatment{color:#2d3340;letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.4;overflow:hidden}.PastOrders-module-scss-module__c353-a__past-orders-panel__date{color:#6b7280;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4rem;font-weight:400}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.4px;border:1px solid;border-radius:.5rem;align-self:flex-start;padding:.375rem .75rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.2rem;font-weight:600}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--delivered,.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--approved{color:#166534;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#1665341a}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--pending{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#92400e1a}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--rejected{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-color:#991b1b1a}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--review{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-color:#92400e1a}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--consultation{color:#2c6e6a;background:linear-gradient(135deg,#e8f5f3 0%,#e9d5ff 100%);border-color:#2c6e6a26}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge--default{color:#6b7280;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border-color:#6b72801a}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta{color:#fff;letter-spacing:-.2px;cursor:pointer;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a1a,0 4px 8px #2c6e6a14,0 8px 16px #2c6e6a0f}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1)}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a26,0 4px 8px #2c6e6a26,0 8px 16px #2c6e6a1f,0 16px 32px #2c6e6a1a}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:hover:not(:disabled):before{left:100%}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:hover:not(:disabled) svg{transform:translate(3px)}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:active:not(:disabled){transform:translateY(-1px);box-shadow:0 0 0 1px #2c6e6a1f,0 2px 4px #2c6e6a1f,0 4px 8px #2c6e6a1a,0 8px 16px #2c6e6a14}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta--disabled,.PastOrders-module-scss-module__c353-a__past-orders-panel__cta:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all-container{margin:auto 0 0}.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all{color:#2c6e6a;letter-spacing:-.2px;cursor:pointer;text-align:center;text-underline-offset:4px;background:0 0;border:none;width:100%;padding:.75rem 0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;-webkit-text-decoration:underline #2c6e6a4d;text-decoration:underline #2c6e6a4d;transition:all .2s cubic-bezier(.4,0,.2,1)}.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all:hover{color:#245b58;text-decoration-color:#245b5880;transform:translateY(-1px)}.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all:active{transform:translateY(0)}@keyframes PastOrders-module-scss-module__c353-a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media only screen and (max-width:760px){.PastOrders-module-scss-module__c353-a__past-orders-panel{padding:14px}.PastOrders-module-scss-module__c353-a__past-orders-panel__title{font-size:1.9rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty{padding:3rem 1.5rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-title{font-size:1.9rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-text{font-size:1.4rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__item{padding:1.25rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__row{flex-direction:column;gap:.875rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge{align-self:flex-start}.PastOrders-module-scss-module__c353-a__past-orders-panel__treatment{font-size:1.5rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__date{font-size:1.3rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta,.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all{font-size:1.4rem}}@media only screen and (max-width:540px){.PastOrders-module-scss-module__c353-a__past-orders-panel{padding:12px}.PastOrders-module-scss-module__c353-a__past-orders-panel__title,.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-title{font-size:1.8rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__empty-text{font-size:1.3rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__treatment{font-size:1.5rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__date{font-size:1.2rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__badge{font-size:1.1rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__cta{padding:11px 12px;font-size:1.4rem}.PastOrders-module-scss-module__c353-a__past-orders-panel__see-all{font-size:1.3rem}}
.Label-module-scss-module__TSXQ1W__label{color:#000;margin-bottom:1.5rem;padding:0;font-family:Montserrat;font-size:1.6rem;font-weight:500;line-height:1.3;transition:color .25s ease-in-out;display:block}.Label-module-scss-module__TSXQ1W__label--required:after{content:"*";color:#d32f2f;margin-left:.5rem;font-size:2rem;display:inline-block;transform:translateY(.5rem)}
.AccountDetails-module-scss-module__ZNQT6a__account-details-panel{color:#2d3340;flex-direction:column;gap:16px;padding:2.4rem;display:flex}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__header{flex-direction:column;align-items:center;gap:1.6rem;display:flex}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media{background:#e8f5f3;border-radius:50%;justify-content:center;align-items:center;width:8rem;height:8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #2c6e6a26}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 30%,#ffffff4d 0%,#0000 60%);position:absolute;inset:0}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media img{object-fit:contain;z-index:1;filter:drop-shadow(0 2px 4px #2c6e6a33);width:5rem;height:5rem;position:relative}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media:hover{transform:scale(1.05);box-shadow:0 6px 16px #2c6e6a33}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__title{color:#2d3340;letter-spacing:-.5px;text-align:center;margin:0;font-family:Inter;font-size:1.8rem;font-weight:700;line-height:1.15}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__text{color:#6b7280;letter-spacing:-.2px;text-align:center;font-family:Inter;font-size:1.6rem;line-height:1.5}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__footer{margin-top:.8rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button{color:#fff;cursor:pointer;letter-spacing:-.5px;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border:none;border-radius:1.2rem;justify-content:center;align-items:center;gap:1rem;width:100%;height:5.2rem;padding:0 1.8rem;font-size:1.6rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a26,0 4px 8px #2c6e6a33,0 8px 16px #2c6e6a26}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff26 50%,#0000 100%);width:100%;height:100%;transition:left .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button svg{stroke-width:2.5px;width:2rem;height:2rem;transition:transform .2s cubic-bezier(.4,0,.2,1)}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button:hover{transform:translateY(-1px);box-shadow:0 0 0 1px #2c6e6a26,0 4px 8px #2c6e6a33,0 8px 16px #2c6e6a40,0 16px 32px #2c6e6a33}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button:hover:before{left:100%}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button:hover svg{transform:translate(3px)}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button:active{transition-duration:.1s;transform:translateY(0)}@media only screen and (max-width:760px){.AccountDetails-module-scss-module__ZNQT6a__account-details-panel{padding:2rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media{width:7rem;height:7rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media img{width:4.5rem;height:4.5rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__title{font-size:1.7rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button{height:4.8rem;font-size:1.5rem}}@media only screen and (max-width:540px){.AccountDetails-module-scss-module__ZNQT6a__account-details-panel{padding:1.8rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media{width:6rem;height:6rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__media img{width:4rem;height:4rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__title{font-size:1.6rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button{height:4.6rem;font-size:1.5rem}.AccountDetails-module-scss-module__ZNQT6a__account-details-panel__button svg{width:1.8rem;height:1.8rem}}
.QuickLinks-module-scss-module__FJdpiW__quick-links{background-color:#fff;border-radius:1.5rem;padding:2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.QuickLinks-module-scss-module__FJdpiW__quick-links__title{color:#2d3340;letter-spacing:-.5px;margin-bottom:2rem;font-family:Inter;font-size:2.4rem;font-weight:700}.QuickLinks-module-scss-module__FJdpiW__quick-links__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-item span{color:#6b7280;font-family:Inter;font-size:1.6rem;font-weight:500;transition:color .2s cubic-bezier(.4,0,.2,1)}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link{border-radius:.8rem;align-items:center;gap:1.25rem;padding:1rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link svg{flex-shrink:0;transition:transform .2s cubic-bezier(.4,0,.2,1);color:#2c6e6a!important}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link:hover{background:#2c6e6a0d;transform:translate(3px)}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link:hover svg{transform:scale(1.1)}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link:hover span{color:#2c6e6a}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-link:active{transform:translate(2px)}@media only screen and (max-width:760px){.QuickLinks-module-scss-module__FJdpiW__quick-links__title{font-size:2.2rem}.QuickLinks-module-scss-module__FJdpiW__quick-links__list-item span{font-size:1.5rem}}
.Input-module-scss-module__Dv-hiG__input__field{letter-spacing:.25px;color:#000;background:#f8f8f8;border:1px solid #00000014;border-radius:10px;outline:none;width:100%;padding:1.4rem 2rem;font-family:Work Sans;font-size:1.6rem;font-weight:300;transition:border-color .25s ease-in-out}.Input-module-scss-module__Dv-hiG__input__field:focus{border-color:#005eb8;box-shadow:0 0 5px #005eb84d}.Input-module-scss-module__Dv-hiG__input__textarea{letter-spacing:.25px;resize:none;color:#000;background:#f8f8f8;border:1px solid #00000014;border-radius:10px;outline:none;width:100%;height:15rem;padding:1.4rem 2rem;font-family:Work Sans;font-size:1.6rem;font-weight:300;transition:border-color .25s ease-in-out}.Input-module-scss-module__Dv-hiG__input__textarea:focus{border-color:#005eb8;box-shadow:0 0 5px #005eb84d}@media only screen and (max-width:540px){.Input-module-scss-module__Dv-hiG__input__field,.Input-module-scss-module__Dv-hiG__input__textarea{padding:1rem;font-size:1.4rem}.Input-module-scss-module__Dv-hiG__input__textarea{height:10rem}}
.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form__wrapper{max-width:1100px;margin:0 auto;padding:2.4rem}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__card{background:#fff;border-radius:1.6rem;padding:3.6rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px #2c6e6a14,0 1px 2px #2c6e6a0f,0 2px 4px #2c6e6a0a,0 4px 8px #2c6e6a08,0 8px 16px #2c6e6a05}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__card:hover{box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a14,0 4px 8px #2c6e6a0f,0 8px 16px #2c6e6a0a,0 16px 32px #2c6e6a08}@media (max-width:760px){.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__card{padding:2.4rem}}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__card__title{color:#2d3340;letter-spacing:-.5px;margin:0 0 2.4rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.4rem;font-weight:700}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__banner{border-radius:1.2rem;align-items:center;gap:1rem;margin-bottom:2.4rem;padding:1.4rem 1.8rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:500;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__banner--success{color:#166534;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #1665341a}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__banner--success:before{content:"✓";background:#1665341a;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-weight:700;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__banner--error{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:1px solid #991b1b1a}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__banner--error:before{content:"!";background:#991b1b1a;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;font-weight:700;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__sectionDivider{height:2rem;margin:3.6rem 0;position:relative}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__sectionDivider:before{content:"";background:linear-gradient(90deg,#2c6e6a0d,#2c6e6a26,#2c6e6a0d);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__profileGrid{grid-template-columns:20rem 1fr;align-items:start;gap:3.6rem;display:grid}@media (max-width:760px){.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__profileGrid{grid-template-columns:1fr;gap:2.4rem}}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__avatar{flex-direction:column;align-items:center;gap:1.6rem;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__avatar__img{object-fit:cover;background:#f0f7f6;border:4px solid #e8f5f3;border-radius:50%;width:14rem;height:14rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px #2c6e6a1a,0 4px 12px #2c6e6a26}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__avatar__img:hover{transform:scale(1.02);box-shadow:0 0 0 1px #2c6e6a26,0 6px 16px #2c6e6a33}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__fields{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:760px){.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__fields{grid-template-columns:1fr;gap:1.6rem}}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__field{flex-direction:column;gap:.8rem;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__label{color:#2d3340;letter-spacing:-.2px;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__inputWrap{position:relative}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input{color:#2d3340;background:#fff;border:1.5px solid #2c6e6a33;border-radius:1rem;outline:none;width:100%;height:4.8rem;padding:1.2rem 1.4rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.6rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input::placeholder{color:#6b728080}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input:hover{border-color:#2c6e6a4d}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input:focus{background:#f0f7f6;border-color:#2c6e6a;box-shadow:0 0 0 3px #2c6e6a1a}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input--error{border-color:#991b1b;box-shadow:0 0 0 3px #991b1b14}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__input--error:focus{border-color:#991b1b;box-shadow:0 0 0 3px #991b1b1f}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__toggle{color:#2c6e6a;cursor:pointer;background:0 0;border:none;border-radius:.4rem;padding:.6rem .8rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__toggle:hover{color:#245b58;background:#2c6e6a14}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__toggle:active{background:#2c6e6a1f}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__strength{align-items:center;gap:.8rem;margin-top:1rem;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__strength__bar{background:#2c6e6a1a;border-radius:999px;width:4.8rem;height:.6rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__strength__bar--on{background:linear-gradient(90deg,#2c6e6a 0%,#245b58 100%);box-shadow:0 2px 4px #2c6e6a33}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__strength__label{color:#6b7280;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.3rem;font-weight:500}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__pwGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__pwGrid>.AccountDetailsForm-module-scss-module__hOKMnq__field:nth-child(3){grid-column:1/-1}@media (max-width:760px){.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__pwGrid{grid-template-columns:1fr;gap:1.6rem}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__pwGrid>.AccountDetailsForm-module-scss-module__hOKMnq__field:nth-child(3){grid-column:auto}}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__actions{justify-content:flex-end;margin-top:3.2rem;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary{appearance:none;letter-spacing:-.2px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border:none;border-radius:1rem;min-width:18rem;padding:1.4rem 3rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.6rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a1a,0 4px 8px #2c6e6a14,0 8px 16px #2c6e6a0f}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a26,0 4px 8px #2c6e6a26,0 8px 16px #2c6e6a1f,0 16px 32px #2c6e6a1a}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary:hover:not(:disabled):before{left:100%}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary:active:not(:disabled){transform:translateY(-1px)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnPrimary:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnSecondary{appearance:none;color:#2c6e6a;letter-spacing:-.2px;cursor:pointer;background:#fff;border:1.5px solid #2c6e6a33;border-radius:.8rem;padding:1rem 1.6rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnSecondary:hover{background:#f0f7f6;border-color:#2c6e6a4d;transform:translateY(-1px);box-shadow:0 2px 8px #2c6e6a1a}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__btnSecondary:active{transform:translateY(0)}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__error{color:#991b1b;align-items:center;gap:.4rem;margin-top:.6rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.3rem;font-weight:500;display:flex}.AccountDetailsForm-module-scss-module__hOKMnq__account-details-form .AccountDetailsForm-module-scss-module__hOKMnq__error:before{content:"⚠";font-size:1.2rem}
.OrderList-module-scss-module__yHBnyG__orders{padding:1.25rem 1.5rem}.OrderList-module-scss-module__yHBnyG__orders__header{gap:12px;margin-bottom:12px;display:grid}.OrderList-module-scss-module__yHBnyG__orders__title-wrap{gap:4px;display:grid}.OrderList-module-scss-module__yHBnyG__orders__title{color:#0a2540;margin:0;font-size:20px;font-weight:800}.OrderList-module-scss-module__yHBnyG__orders__subtitle{color:#6b7a90;margin:0;font-size:13px}.OrderList-module-scss-module__yHBnyG__orders__bar{align-items:stretch;gap:8px;min-width:0;display:flex}.OrderList-module-scss-module__yHBnyG__orders__search,.OrderList-module-scss-module__yHBnyG__orders__sort{font-family:Inter;font-size:1.3rem;font-weight:600}.OrderList-module-scss-module__yHBnyG__orders__search input,.OrderList-module-scss-module__yHBnyG__orders__sort select,.OrderList-module-scss-module__yHBnyG__orders__filters-btn{height:40px;padding:8px 12px}.OrderList-module-scss-module__yHBnyG__orders__search{flex:auto;min-width:0}.OrderList-module-scss-module__yHBnyG__orders__search input{color:#213a5a;background:#fff;border:1px solid #e9edf3;border-radius:12px;width:100%;min-width:0;font-size:14px}.OrderList-module-scss-module__yHBnyG__orders__sort{flex:0 0 150px}.OrderList-module-scss-module__yHBnyG__orders__sort select{color:#213a5a;background:#fff;border:1px solid #e9edf3;border-radius:12px;width:100%;font-size:14px}.OrderList-module-scss-module__yHBnyG__orders__filters-btn{appearance:none;color:#213a5a;cursor:pointer;background:#fff;border:1px solid #e9edf3;border-radius:12px;flex:0 0 110px;justify-content:center;align-items:center;gap:8px;font-family:Inter;font-size:1.3rem;font-weight:700;display:inline-flex}@media (max-width:720px){.OrderList-module-scss-module__yHBnyG__orders__filters-btn{justify-content:center}}.OrderList-module-scss-module__yHBnyG__orders__filters-badge{color:#fff;background:#0b2b5a;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;line-height:1;display:inline-flex}@media (max-width:720px){.OrderList-module-scss-module__yHBnyG__orders__bar{flex-wrap:wrap}.OrderList-module-scss-module__yHBnyG__orders__search{flex:100%;order:1}.OrderList-module-scss-module__yHBnyG__orders__sort{flex:50%;order:2;min-width:140px}.OrderList-module-scss-module__yHBnyG__orders__filters-btn{flex:50%;order:3;min-width:120px}}.OrderList-module-scss-module__yHBnyG__orders__filters{opacity:0;border:1px solid #0000;border-radius:12px;max-height:0;transition:max-height .18s,opacity .18s,padding .18s,border-color .18s,background .18s;overflow:hidden}.OrderList-module-scss-module__yHBnyG__orders__filters.OrderList-module-scss-module__yHBnyG__is-open{opacity:1;background:#f9fbff;border-color:#e9edf3;max-height:260px;padding:10px}.OrderList-module-scss-module__yHBnyG__orders__filters-grid{grid-template-columns:1fr;gap:10px;display:grid}@media (min-width:760px){.OrderList-module-scss-module__yHBnyG__orders__filters-grid{grid-template-columns:1fr 1fr}}.OrderList-module-scss-module__yHBnyG__orders__filter{color:#213a5a;gap:6px;font-family:Inter;font-size:1.3rem;font-weight:700;display:grid}.OrderList-module-scss-module__yHBnyG__orders__filter select{appearance:none;color:#213a5a;background:#fff;border:1px solid #e9edf3;border-radius:12px;padding:10px 12px;font-size:14px}.OrderList-module-scss-module__yHBnyG__orders__filters-actions{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.OrderList-module-scss-module__yHBnyG__orders__link{color:#0b2b5a;cursor:pointer;background:0 0;border:0;padding:6px 0;font-weight:700}.OrderList-module-scss-module__yHBnyG__orders__link:disabled{opacity:.4;cursor:default}.OrderList-module-scss-module__yHBnyG__orders__apply{appearance:none;color:#fff;cursor:pointer;background:#0b2b5a;border:0;border-radius:10px;padding:8px 12px;font-weight:700}.OrderList-module-scss-module__yHBnyG__orders__empty{color:#6b7a90;text-align:center;border:1px dashed #e9edf3;border-radius:12px;padding:16px}.OrderList-module-scss-module__yHBnyG__orders__list{gap:10px;margin:8px 0 0;padding:0;list-style:none;display:grid}.OrderList-module-scss-module__yHBnyG__orders__item{background:#fff;border:1px solid #eef1f6;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:14px 16px;display:grid}.OrderList-module-scss-module__yHBnyG__orders__left{min-width:0}.OrderList-module-scss-module__yHBnyG__orders__product{color:#0a2540;font-size:17px;font-weight:800;line-height:1.25}.OrderList-module-scss-module__yHBnyG__orders__meta{color:#6b7a90;flex-wrap:wrap;gap:8px;margin-top:4px;font-size:13px;display:inline-flex}.OrderList-module-scss-module__yHBnyG__orders__dot{color:#c7d1e0}.OrderList-module-scss-module__yHBnyG__orders__right{justify-items:end;gap:6px;display:grid}.OrderList-module-scss-module__yHBnyG__orders__price{color:#0a2540;font-size:17px;font-weight:800}.OrderList-module-scss-module__yHBnyG__orders__status-badge{color:#213a5a;background:#f7f9fc;border:1px solid #e9edf3;border-radius:999px;padding:6px 10px;font-size:12px}.OrderList-module-scss-module__yHBnyG__orders__status-badge--ok{color:#1f9d55;background:#f1fbf5;border-color:#1f9d554d}.OrderList-module-scss-module__yHBnyG__orders__status-badge--warn{color:#9e6b00;background:#fff8e6;border-color:#f5be0c59}.OrderList-module-scss-module__yHBnyG__orders__status-badge--err{color:#d64545;background:#fff5f5;border-color:#d6454540}.OrderList-module-scss-module__yHBnyG__orders__footer{color:#6b7a90;margin-top:12px;font-size:12px}@media only screen and (max-width:540px){.OrderList-module-scss-module__yHBnyG__orders{padding:16px}.OrderList-module-scss-module__yHBnyG__orders__item{grid-template-columns:1fr;justify-items:start}.OrderList-module-scss-module__yHBnyG__orders__right{justify-items:start}.OrderList-module-scss-module__yHBnyG__orders__price{font-size:16px}}.OrderList-module-scss-module__yHBnyG__sr-only{clip:rect(1px,1px,1px,1px);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.OrderList-module-scss-module__yHBnyG__orders__actions{margin-top:8px}.OrderList-module-scss-module__yHBnyG__orders__repeat{appearance:none;cursor:pointer;background:#fff;border:1px solid #e9edf3;border-radius:10px;padding:8px 12px;font-size:1.4rem;font-weight:700}
.RepeatOrder-module-scss-module__VkRkXa__checkout{padding:1.25rem 1.5rem;font-size:16px;line-height:1.4}.RepeatOrder-module-scss-module__VkRkXa__checkout__header{gap:8px;margin-bottom:12px;display:grid}.RepeatOrder-module-scss-module__VkRkXa__checkout__title{color:#0a2540;margin:0;font-size:22px;font-weight:800;line-height:1.25}.RepeatOrder-module-scss-module__VkRkXa__checkout__subtitle{color:#6b7a90;margin:0;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__step{background:#fff;border:1px solid #e9edf3;border-radius:14px;margin-top:12px;overflow:hidden}.RepeatOrder-module-scss-module__VkRkXa__step__header{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:16px;display:grid}.RepeatOrder-module-scss-module__VkRkXa__step__header:disabled{cursor:not-allowed;opacity:.6}.RepeatOrder-module-scss-module__VkRkXa__step__index{color:#213a5a;background:#f6f8fc;border:1px solid #e9edf3;border-radius:50%;place-items:center;width:30px;height:30px;font-size:16px;font-weight:800;display:grid}.RepeatOrder-module-scss-module__VkRkXa__step__title{color:#0a2540;font-size:16px;font-weight:800}.RepeatOrder-module-scss-module__VkRkXa__step__meta{color:#6b7a90;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__step__panel{display:none}.RepeatOrder-module-scss-module__VkRkXa__step__panel.RepeatOrder-module-scss-module__VkRkXa__is-open{background:#fff;border-top:1px solid #e9edf3;padding:14px 16px 16px;font-size:16px;display:block}.RepeatOrder-module-scss-module__VkRkXa__step__actions{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.RepeatOrder-module-scss-module__VkRkXa__btn{appearance:none;color:#fff;cursor:pointer;background:#0b2b5a;border:0;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:800}.RepeatOrder-module-scss-module__VkRkXa__btn:disabled{opacity:.6;cursor:default}.RepeatOrder-module-scss-module__VkRkXa__btn--ghost{appearance:none;color:#213a5a;cursor:pointer;background:#fff;border:1px solid #e9edf3;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:800}.RepeatOrder-module-scss-module__VkRkXa__items{gap:10px;margin:0;padding:0;font-size:16px;list-style:none;display:grid}.RepeatOrder-module-scss-module__VkRkXa__items__row{background:#fff;border:1px solid #e9edf3;border-radius:12px;grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.RepeatOrder-module-scss-module__VkRkXa__items__info{min-width:0}.RepeatOrder-module-scss-module__VkRkXa__items__name{color:#0a2540;font-size:16px;font-weight:800;line-height:1.3}.RepeatOrder-module-scss-module__VkRkXa__items__price{color:#6b7a90;margin-top:2px;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__items__line{color:#0a2540;text-align:right;min-width:96px;font-size:16px;font-weight:800}@media (max-width:540px){.RepeatOrder-module-scss-module__VkRkXa__items__row{grid-template-columns:1fr;align-items:start}.RepeatOrder-module-scss-module__VkRkXa__items__line{text-align:left}}.RepeatOrder-module-scss-module__VkRkXa__qty{border:1px solid #e9edf3;border-radius:10px;grid-template-columns:36px 60px 36px;align-items:center;display:inline-grid;overflow:hidden}.RepeatOrder-module-scss-module__VkRkXa__qty button{color:#213a5a;cursor:pointer;background:#f6f8fc;border:0;place-items:center;height:40px;font-size:20px;line-height:1;display:grid}.RepeatOrder-module-scss-module__VkRkXa__qty button:disabled{opacity:.4;cursor:default}.RepeatOrder-module-scss-module__VkRkXa__qty input{text-align:center;color:#0a2540;border:0;outline:none;width:60px;height:40px;font-size:16px;font-weight:700}.RepeatOrder-module-scss-module__VkRkXa__summary{background:#fff;border:1px solid #e9edf3;border-radius:12px;margin-top:14px;margin-bottom:2rem;padding:14px;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__summary__row{color:#213a5a;justify-content:space-between;padding:6px 0;font-size:16px;display:flex}.RepeatOrder-module-scss-module__VkRkXa__summary__row--total{color:#0a2540;border-top:1px dashed #e9edf3;margin-top:8px;padding-top:12px;font-size:18px;font-weight:800}.RepeatOrder-module-scss-module__VkRkXa__form{gap:14px;font-size:16px;display:grid}.RepeatOrder-module-scss-module__VkRkXa__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (max-width:540px){.RepeatOrder-module-scss-module__VkRkXa__grid{grid-template-columns:1fr}}.RepeatOrder-module-scss-module__VkRkXa__grid__span2{grid-column:1/-1}.RepeatOrder-module-scss-module__VkRkXa__grid label{color:#213a5a;gap:8px;font-size:16px;display:grid}.RepeatOrder-module-scss-module__VkRkXa__grid label span{font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__grid input,.RepeatOrder-module-scss-module__VkRkXa__grid select,.RepeatOrder-module-scss-module__VkRkXa__grid textarea{appearance:none;color:#0a2540;background:#fff;border:1px solid #e9edf3;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:16px;line-height:1.5}.RepeatOrder-module-scss-module__VkRkXa__grid textarea{resize:vertical;min-height:100px}.RepeatOrder-module-scss-module__VkRkXa__grid textarea::placeholder{color:#6b7a90;opacity:.7}.RepeatOrder-module-scss-module__VkRkXa__grid em{color:#d64545;font-size:16px;font-style:normal}.RepeatOrder-module-scss-module__VkRkXa__empty{color:#6b7a90;text-align:center;border:1px dashed #e9edf3;border-radius:12px;padding:16px;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__success{color:#1f6f4d;background:#f1fbf5;border:1px solid #1f9d5540;border-radius:12px;padding:16px;font-size:16px}.RepeatOrder-module-scss-module__VkRkXa__success h3{color:#1f6f4d;margin:0 0 8px;font-size:20px;font-weight:800}.RepeatOrder-module-scss-module__VkRkXa__success p{margin:0;font-size:16px}@media (max-width:540px){.RepeatOrder-module-scss-module__VkRkXa__checkout{padding:16px}.RepeatOrder-module-scss-module__VkRkXa__step__header{padding:14px}}.RepeatOrder-module-scss-module__VkRkXa__payment-error{color:#dc2626;background:#ef44440f;border:1px solid #ef444433;border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.RepeatOrder-module-scss-module__VkRkXa__payment-error svg{flex-shrink:0}.RepeatOrder-module-scss-module__VkRkXa__paypal-button-wrapper{min-height:55px;margin-bottom:20px}.RepeatOrder-module-scss-module__VkRkXa__paypal-button-wrapper .paypal-buttons{min-height:48px!important}.RepeatOrder-module-scss-module__VkRkXa__payment-divider{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:12px;margin:24px 0;font-size:13px;font-weight:500;display:flex}.RepeatOrder-module-scss-module__VkRkXa__payment-divider:before,.RepeatOrder-module-scss-module__VkRkXa__payment-divider:after{content:"";background:linear-gradient(90deg,#0000,#2c6e6a26,#0000);flex:1;height:1px}.RepeatOrder-module-scss-module__VkRkXa__payment-divider__text{white-space:nowrap}.RepeatOrder-module-scss-module__VkRkXa__card-fields-wrapper{background:#fafbfc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:20px;transition:border-color .2s}.RepeatOrder-module-scss-module__VkRkXa__card-fields-wrapper:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.RepeatOrder-module-scss-module__VkRkXa__card-submit-btn{letter-spacing:.02em;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:12px;padding:16px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #2563eb40,0 2px 6px #0000000f}.RepeatOrder-module-scss-module__VkRkXa__card-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #2563eb59,0 4px 10px #00000014}.RepeatOrder-module-scss-module__VkRkXa__card-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #2563eb33}.RepeatOrder-module-scss-module__VkRkXa__card-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.RepeatOrder-module-scss-module__VkRkXa__btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite RepeatOrder-module-scss-module__VkRkXa__spin;display:inline-block}@keyframes RepeatOrder-module-scss-module__VkRkXa__spin{to{transform:rotate(360deg)}}.RepeatOrder-module-scss-module__VkRkXa__payment-security{color:#64748b;letter-spacing:.02em;justify-content:center;align-items:center;gap:8px;margin-top:20px;margin-bottom:8px;padding:12px;font-size:12px;display:flex}.RepeatOrder-module-scss-module__VkRkXa__payment-security svg{opacity:.7;flex-shrink:0}
.WeightLogForm-module-scss-module__f3hWba__weight-log{padding:2rem}.WeightLogForm-module-scss-module__f3hWba__weight-log__header{margin-bottom:6px}.WeightLogForm-module-scss-module__f3hWba__weight-log__title{color:#0a2540;margin:0 0 6px;font-size:22px;font-weight:800}.WeightLogForm-module-scss-module__f3hWba__weight-log__subtitle{color:#6b7a90;margin:0;font-size:14px}.WeightLogForm-module-scss-module__f3hWba__weight-log__meta{flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0 6px;display:flex}.WeightLogForm-module-scss-module__f3hWba__weight-log__last{color:#213a5a;background:#f7f9fc;border:1px solid #e9edf3;border-radius:999px;padding:6px 10px;font-size:12px}.WeightLogForm-module-scss-module__f3hWba__weight-log__delta{background:#f7f9fc;border:1px solid #e9edf3;border-radius:999px;padding:6px 10px;font-size:12px}.WeightLogForm-module-scss-module__f3hWba__weight-log__delta--down{color:#1f9d55;background:#f1fbf5;border-color:#1f9d554d}.WeightLogForm-module-scss-module__f3hWba__weight-log__delta--up{color:#d64545;background:#fff5f5;border-color:#d6454540}.WeightLogForm-module-scss-module__f3hWba__weight-log__form{gap:14px;margin-top:8px;display:grid}.WeightLogForm-module-scss-module__f3hWba__weight-log__row{gap:8px;display:grid}.WeightLogForm-module-scss-module__f3hWba__weight-log__label{color:#213a5a;font-size:13px;font-weight:700}.WeightLogForm-module-scss-module__f3hWba__weight-log__hint{color:#6b7a90;font-weight:400}.WeightLogForm-module-scss-module__f3hWba__weight-log__fieldwrap{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.WeightLogForm-module-scss-module__f3hWba__weight-log__input{color:#0a2540;background:#fff;border:1px solid #e9edf3;border-radius:12px;width:100%;padding:12px 14px;font-size:14px;transition:border-color .12s,box-shadow .12s}.WeightLogForm-module-scss-module__f3hWba__weight-log__input:focus{border-color:#6aa9ff;outline:none;box-shadow:0 0 0 4px #6aa9ff40}.WeightLogForm-module-scss-module__f3hWba__weight-log__textarea{resize:vertical;min-height:84px}.WeightLogForm-module-scss-module__f3hWba__weight-log__unit{background:#f6f8fc;border:1px solid #e9edf3;border-radius:12px;gap:4px;padding:4px;display:inline-flex}.WeightLogForm-module-scss-module__f3hWba__weight-log__toggle{appearance:none;color:#213a5a;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:13px;transition:background .12s,transform 60ms}.WeightLogForm-module-scss-module__f3hWba__weight-log__toggle--active{background:#fff;box-shadow:0 1px 2px #0000000f}.WeightLogForm-module-scss-module__f3hWba__weight-log__toggle:focus-visible{outline-offset:2px;outline:3px solid #6aa9ff}.WeightLogForm-module-scss-module__f3hWba__weight-log__footer{align-items:center;gap:10px;margin-top:6px;display:flex}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta{appearance:none;color:#fff;cursor:pointer;background:#0b2b5a;border:0;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:700;transition:background .12s,transform 80ms;box-shadow:0 6px 16px #0b2b5a33}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta:hover{transform:translateY(-1px)}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta:active{background:#081f42;transform:translateY(0)}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta:focus-visible{outline-offset:2px;outline:3px solid #6aa9ff}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.WeightLogForm-module-scss-module__f3hWba__weight-log__small{color:#6b7a90;font-size:12px}.WeightLogForm-module-scss-module__f3hWba__weight-log__spinner{align-items:center;gap:6px;display:inline-flex}.WeightLogForm-module-scss-module__f3hWba__weight-log__spinner-circle{border:2px solid #fff9;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite WeightLogForm-module-scss-module__f3hWba__spin}@media only screen and (max-width:760px){.WeightLogForm-module-scss-module__f3hWba__weight-log{padding:16px}}@media only screen and (max-width:540px){.WeightLogForm-module-scss-module__f3hWba__weight-log{padding:14px}.WeightLogForm-module-scss-module__f3hWba__weight-log__title{font-size:20px}.WeightLogForm-module-scss-module__f3hWba__weight-log__cta{border-radius:12px;padding:12px 14px}}@keyframes WeightLogForm-module-scss-module__f3hWba__spin{to{transform:rotate(360deg)}}
.WeightLogList-module-scss-module__yLc7xW__logs{background:linear-gradient(#fff,#f9fafb);border-radius:1.6rem;padding:3.2rem;box-shadow:0 0 0 1px #2c6e6a0f,0 2px 4px #2c6e6a0a,0 8px 16px #2c6e6a0f,0 16px 32px #2c6e6a0a}@media only screen and (max-width:760px){.WeightLogList-module-scss-module__yLc7xW__logs{border-radius:1.2rem;padding:2.4rem}}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs{border-radius:.8rem;padding:2rem}}.WeightLogList-module-scss-module__yLc7xW__logs__header{border-bottom:1px solid #2c6e6a33;justify-content:space-between;align-items:flex-start;gap:2.4rem;margin-bottom:2.8rem;padding-bottom:2.4rem;display:flex}@media only screen and (max-width:760px){.WeightLogList-module-scss-module__yLc7xW__logs__header{flex-direction:column;align-items:stretch;gap:2rem;margin-bottom:2.4rem;padding-bottom:2rem}}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__header{gap:1.6rem;margin-bottom:2rem;padding-bottom:1.6rem}}.WeightLogList-module-scss-module__yLc7xW__logs__title-group{flex:1;min-width:0}.WeightLogList-module-scss-module__yLc7xW__logs__title{letter-spacing:-.08rem;color:#2d3340;margin:0 0 .8rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.8rem;font-weight:800;line-height:1.2}@media only screen and (max-width:760px){.WeightLogList-module-scss-module__yLc7xW__logs__title{font-size:2.4rem}}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__title{font-size:2.2rem}}.WeightLogList-module-scss-module__yLc7xW__logs__subtitle{color:#6b7280;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.5}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__subtitle{font-size:1.4rem}}.WeightLogList-module-scss-module__yLc7xW__logs__controls{flex-shrink:0;align-items:center;gap:1.6rem;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__controls{flex-direction:column;align-items:stretch;gap:1.2rem;width:100%}}.WeightLogList-module-scss-module__yLc7xW__logs__unit-toggle{background:linear-gradient(135deg,#e8f5f3 0%,#f0f7f6 100%);border-radius:1.2rem;padding:.4rem;display:inline-flex;position:relative;box-shadow:inset 0 1px 3px #2c6e6a26,0 1px 2px #2c6e6a0d}.WeightLogList-module-scss-module__yLc7xW__logs__unit-toggle:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#2c6e6a4d,#2c6e6a1a);border-radius:1.2rem;padding:1px;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}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__unit-toggle{justify-content:stretch;width:100%}}.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn{letter-spacing:.03rem;text-transform:uppercase;color:#6b7280;cursor:pointer;appearance:none;background:0 0;border:none;border-radius:.8rem;padding:1rem 2rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn:hover:not(.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn--active){color:#2c6e6a;background:#2c6e6a0f}.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn:focus-visible{outline-offset:2px;outline:3px solid #2c6e6a}.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn--active{color:#fff;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);box-shadow:0 2px 4px #2c6e6a33,0 4px 8px #2c6e6a26,inset 0 1px #fff3}.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn--active:after{content:"";pointer-events:none;background:linear-gradient(135deg,#fff3,#0000);border-radius:.8rem;position:absolute;inset:0}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__unit-btn{flex:1;padding:.9rem 1.6rem;font-size:1.4rem}}.WeightLogList-module-scss-module__yLc7xW__logs__filter{align-items:center;display:flex;position:relative}.WeightLogList-module-scss-module__yLc7xW__logs__filter select{color:#2d3340;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237771B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 1.4rem center no-repeat;border:1px solid #2c6e6a33;border-radius:1rem;min-width:18rem;padding:1rem 3.6rem 1rem 1.6rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.4;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #2c6e6a0d,0 2px 4px #2c6e6a08}.WeightLogList-module-scss-module__yLc7xW__logs__filter select:hover{border-color:#2c6e6a;box-shadow:0 2px 4px #2c6e6a14,0 4px 8px #2c6e6a0f}.WeightLogList-module-scss-module__yLc7xW__logs__filter select:focus{outline-offset:2px;border-color:#2c6e6a;outline:3px solid #2c6e6a}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__filter select{width:100%;padding:.9rem 3.2rem .9rem 1.4rem;font-size:1.4rem}}.WeightLogList-module-scss-module__yLc7xW__logs__empty{text-align:center;background:linear-gradient(135deg,#f0f7f6 0%,#fff 100%);border:2px dashed #2c6e6a33;border-radius:1.2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;margin:0;padding:6.4rem 3.2rem;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__empty{gap:1.2rem;padding:4.8rem 2rem}}.WeightLogList-module-scss-module__yLc7xW__logs__empty-icon{filter:drop-shadow(0 4px 8px #2c6e6a26);flex-shrink:0;width:6.4rem;height:6.4rem;animation:3s ease-in-out infinite WeightLogList-module-scss-module__yLc7xW__floatIcon}@keyframes WeightLogList-module-scss-module__yLc7xW__floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.WeightLogList-module-scss-module__yLc7xW__logs__empty-title{letter-spacing:-.04rem;color:#2d3340;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:700;line-height:1.3}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__empty-title{font-size:1.8rem}}.WeightLogList-module-scss-module__yLc7xW__logs__empty-text{color:#6b7280;max-width:42rem;margin:0;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.5}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__empty-text{font-size:1.4rem}}.WeightLogList-module-scss-module__yLc7xW__logs__list{gap:1.2rem;margin:0;padding:0;list-style:none;display:grid}.WeightLogList-module-scss-module__yLc7xW__logs__item{background:#fff;border:1px solid #2c6e6a1f;border-radius:1.2rem;justify-content:space-between;align-items:flex-start;gap:2.4rem;padding:2rem 2.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #2c6e6a0a,0 2px 4px #2c6e6a08}.WeightLogList-module-scss-module__yLc7xW__logs__item:hover{border-color:#2c6e6a3d;transform:translateY(-2px);box-shadow:0 2px 4px #2c6e6a0f,0 4px 8px #2c6e6a14,0 8px 16px #2c6e6a0f}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__item{flex-direction:column;gap:1.6rem;padding:1.6rem}}.WeightLogList-module-scss-module__yLc7xW__logs__left{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.WeightLogList-module-scss-module__yLc7xW__logs__date{letter-spacing:-.02rem;color:#2d3340;align-items:center;gap:.8rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.3;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__date{font-size:1.5rem}}.WeightLogList-module-scss-module__yLc7xW__logs__calendar-icon{color:#2c6e6a;opacity:.8;flex-shrink:0;width:1.8rem;height:1.8rem}.WeightLogList-module-scss-module__yLc7xW__logs__notes{color:#6b7280;background:#2c6e6a14;border-left:3px solid #2c6e6a33;border-radius:.8rem;align-items:flex-start;gap:.8rem;padding:1rem 1.4rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.5;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__notes{padding:.8rem 1.2rem;font-size:1.3rem}}.WeightLogList-module-scss-module__yLc7xW__logs__notes-icon{color:#2c6e6a;opacity:.7;flex-shrink:0;width:1.4rem;height:1.4rem;margin-top:.2rem}.WeightLogList-module-scss-module__yLc7xW__logs__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:1rem;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.WeightLogList-module-scss-module__yLc7xW__logs__weight{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__weight{align-items:flex-start}}.WeightLogList-module-scss-module__yLc7xW__logs__weight-primary{letter-spacing:-.04rem;color:#2c6e6a;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:800;line-height:1.2}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__weight-primary{font-size:1.8rem}}.WeightLogList-module-scss-module__yLc7xW__logs__weight-conversion{color:#94a3b8;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.3}.WeightLogList-module-scss-module__yLc7xW__logs__delta{letter-spacing:.02rem;color:#6b7280;white-space:nowrap;background:#2c6e6a14;border:1px solid #2c6e6a33;border-radius:.8rem;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.3;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.WeightLogList-module-scss-module__yLc7xW__logs__delta--down{color:#10b981;background:#ecfdf5;border-color:#10b98133}.WeightLogList-module-scss-module__yLc7xW__logs__delta--down:hover{background:#ecfdf5cc;box-shadow:0 2px 6px #10b98126}.WeightLogList-module-scss-module__yLc7xW__logs__delta--up{color:#f59e0b;background:#fff8ed;border-color:#f59e0b33}.WeightLogList-module-scss-module__yLc7xW__logs__delta--up:hover{background:#fff8edcc;box-shadow:0 2px 6px #f59e0b26}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__delta{padding:.5rem 1rem;font-size:1.3rem}}.WeightLogList-module-scss-module__yLc7xW__logs__delta-icon{flex-shrink:0;width:1.4rem;height:1.4rem}.WeightLogList-module-scss-module__yLc7xW__logs__footer{color:#6b7280;text-align:center;background:linear-gradient(135deg,#f0f7f6 0%,#0000 100%);border-top:1px solid #2c6e6a33;border-radius:.8rem;margin-top:2.4rem;padding:1.6rem 2.4rem;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.5}@media only screen and (max-width:540px){.WeightLogList-module-scss-module__yLc7xW__logs__footer{margin-top:2rem;padding:1.4rem 1.6rem;font-size:1.3rem}}.WeightLogList-module-scss-module__yLc7xW__sr-only{clip:rect(1px,1px,1px,1px);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}
.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel{color:#2d3340;background:linear-gradient(135deg,#2c6e6a08 0%,#2c6e6a0f 100%);border:1px solid #2c6e6a1f;flex-direction:column;gap:16px;padding:2.4rem;display:flex;position:relative}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:2rem;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:600;animation:2s cubic-bezier(.4,0,.6,1) infinite QuickOrderMedication-module-scss-module__hnWmBa__pulse;display:inline-flex;position:absolute;top:1.6rem;right:1.6rem;box-shadow:0 2px 8px #10b98140}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge svg{width:1.4rem;height:1.4rem}@keyframes QuickOrderMedication-module-scss-module__hnWmBa__pulse{0%,to{opacity:1}50%{opacity:.85}}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__header{flex-direction:column;align-items:center;gap:1.2rem;padding-top:1.2rem;display:flex}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media{background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border-radius:50%;justify-content:center;align-items:center;width:9rem;height:9rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 4px #2c6e6a1a,0 8px 24px #2c6e6a40}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media:before{content:"";background:radial-gradient(circle at 30% 30%,#ffffff4d 0%,#0000 70%);animation:3s ease-in-out infinite QuickOrderMedication-module-scss-module__hnWmBa__shimmer;position:absolute;inset:0}@keyframes QuickOrderMedication-module-scss-module__hnWmBa__shimmer{0%,to{transform:translate(-10%,-10%)}50%{transform:translate(10%,10%)}}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media svg{color:#fff;z-index:1;filter:drop-shadow(0 2px 8px #00000026);width:4.8rem;height:4.8rem;position:relative}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media:hover{transform:scale(1.08)rotate(5deg);box-shadow:0 0 0 4px #2c6e6a26,0 12px 32px #2c6e6a4d}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__title{color:#2d3340;letter-spacing:-.6px;text-align:center;margin:0;font-family:Inter;font-size:2rem;font-weight:700;line-height:1.2}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__subtitle{color:#2c6e6a;text-align:center;letter-spacing:.3px;margin:0;font-family:Inter;font-size:1.4rem;font-weight:600;line-height:1.4}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__features{background:#fff9;border:1px solid #2c6e6a14;border-radius:1.2rem;flex-direction:column;gap:1rem;margin:.8rem 0;padding:1.6rem;display:flex}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature{color:#2d3340;letter-spacing:-.2px;align-items:center;gap:1rem;font-family:Inter;font-size:1.5rem;font-weight:500;display:flex}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature svg{color:#10b981;stroke-width:2.5px;flex-shrink:0;width:2rem;height:2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature span{line-height:1.4}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__footer{flex-direction:column;gap:1rem;margin-top:.8rem;display:flex}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button{color:#fff;cursor:pointer;letter-spacing:-.5px;background:linear-gradient(135deg,#2c6e6a 0%,#245b58 100%);border:none;border-radius:1.4rem;justify-content:center;align-items:center;gap:1rem;width:100%;height:5.6rem;padding:0 2rem;font-size:1.7rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #2c6e6a1a,0 2px 4px #2c6e6a26,0 6px 12px #2c6e6a33,0 12px 24px #2c6e6a26}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-150%}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button svg{stroke-width:2.5px;width:2.2rem;height:2.2rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #2c6e6a26,0 4px 8px #2c6e6a33,0 12px 20px #2c6e6a40,0 20px 40px #2c6e6a33}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button:hover:before{left:150%}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button:hover svg{transform:translate(4px)}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button:active{transition-duration:.1s;transform:translateY(0)}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__note{text-align:center;color:#6b7280;letter-spacing:-.1px;margin:0;font-family:Inter;font-size:1.3rem;font-style:italic}@media only screen and (max-width:760px){.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel{padding:2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge{padding:.5rem 1rem;font-size:1.1rem;top:1.4rem;right:1.4rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge svg{width:1.3rem;height:1.3rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media{width:8rem;height:8rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media svg{width:4.2rem;height:4.2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__title{font-size:1.9rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__subtitle{font-size:1.3rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature{font-size:1.4rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature svg{width:1.8rem;height:1.8rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button{height:5.2rem;font-size:1.6rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button svg{width:2rem;height:2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__note{font-size:1.2rem}}@media only screen and (max-width:540px){.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel{padding:1.8rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge{padding:.4rem .8rem;font-size:1rem;top:1.2rem;right:1.2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__badge svg{width:1.2rem;height:1.2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media{width:7rem;height:7rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__media svg{width:3.6rem;height:3.6rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__title{font-size:1.8rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__subtitle{font-size:1.2rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__features{gap:.9rem;padding:1.4rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature{font-size:1.3rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__feature svg{width:1.7rem;height:1.7rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button{height:5rem;font-size:1.5rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__button svg{width:1.9rem;height:1.9rem}.QuickOrderMedication-module-scss-module__hnWmBa__quick-order-panel__note{font-size:1.1rem}}
.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container{margin-top:4rem;position:relative}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__wrapper{background-color:#fff;justify-content:center;width:100%;padding-bottom:4rem;display:flex;overflow:hidden}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__media{min-width:50%;min-height:100%;position:relative}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__media-image{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;top:0;left:0}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__form{background-color:#fff;max-width:75rem;padding:0}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__text{color:#1e1e1e;text-align:center;margin-bottom:3rem;font-family:Work Sans;font-size:3rem;font-weight:400;line-height:1.4;position:relative}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}@media only screen and (max-width:1300px){.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__wrapper{column-gap:5rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__text{font-size:2.2rem}}@media only screen and (max-width:1024px){.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__wrapper{grid-template-columns:repeat(1,1fr);gap:3rem 2rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__media{display:none}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__form{padding:5rem}}@media only screen and (max-width:540px){.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container{margin-top:0}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__wrapper{box-shadow:none}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__text{font-size:1.6rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__form{padding:0}}.SignUpForm-module-scss-module__0VL1jG__sign-up-form{flex-wrap:wrap;justify-content:space-between;padding:0;display:flex;position:relative}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__input-error{color:#d32f2f;font-size:1.6rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-header{flex-direction:column;justify-content:center;margin-bottom:4rem;display:flex}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-title{text-align:center;letter-spacing:-1px;color:#071851;margin-bottom:2rem;font-family:Work Sans;font-size:7rem;font-weight:500;line-height:1.2}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-text{text-align:center;color:#242424;max-width:50rem;margin:auto;font-family:Work Sans;font-size:2rem;font-weight:400;line-height:1.5}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__text{margin-bottom:1.4rem;font-size:1.8rem;line-height:1.6;display:block}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__text-header{margin-bottom:1.4rem;font-size:2rem;line-height:1.8;display:block}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__submit{color:#fff;cursor:pointer;text-align:center;background-color:#071851;border:none;border-radius:10px;width:100%;margin:1rem auto auto;padding:1.5rem 1rem;font-family:Work Sans;font-size:1.7rem;font-weight:400;text-decoration:none;display:block;box-shadow:0 2px 10px #0000001a}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__date-picker{width:100%}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__date-picker input{padding:1.8rem .8rem;font-size:1.4rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__date-picker input:focus{border-color:#2196f3;box-shadow:0 0 5px #0000001a}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__date-picker div{border-radius:0}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__date-picker button svg{width:2rem;height:2rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__input{padding-bottom:3rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__radio-label{margin-bottom:1rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__radio-label span{font-size:1.5rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form--1 .SignUpForm-module-scss-module__0VL1jG__sign-up-form__input{width:100%}.SignUpForm-module-scss-module__0VL1jG__sign-up-form--2 .SignUpForm-module-scss-module__0VL1jG__sign-up-form__input{width:48%}.SignUpForm-module-scss-module__0VL1jG__sign-up-form--2 .SignUpForm-module-scss-module__0VL1jG__sign-up-form__input--textarea{resize:none;width:100%}@media only screen and (max-width:1024px){.SignUpForm-module-scss-module__0VL1jG__sign-up-form{max-width:none}.SignUpForm-module-scss-module__0VL1jG__sign-up-form-container__title{font-size:2.6rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-title{font-size:4rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__input{padding-bottom:1rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form--2 .SignUpForm-module-scss-module__0VL1jG__sign-up-form__input,.SignUpForm-module-scss-module__0VL1jG__sign-up-form--2 .SignUpForm-module-scss-module__0VL1jG__sign-up-form__input--textarea{width:100%}}@media only screen and (max-width:540px){.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-header{margin-bottom:2rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-title{text-align:center}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__form-text{text-align:center;max-width:36rem;margin:auto;font-size:1.6rem}.SignUpForm-module-scss-module__0VL1jG__sign-up-form__submit{margin-top:0;font-size:1.6rem}}
