.program-section-mobile{background-color:var(--background);padding:2rem 0;position:relative}.program-section-mobile .container{display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);max-width:100%;padding:64px 0 40px 16px}.program-section-mobile .program-header-mobile{text-align:center;margin-bottom:2rem}.program-section-mobile .program-header-mobile .program-title-mobile{font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--secondary-color);font-family:var(--font-inria-sans);margin-bottom:.75rem}.program-section-mobile .program-header-mobile .program-subtitle-mobile{font-size:1rem;font-weight:400;line-height:1.5;color:var(--light-blue);font-family:var(--font-averia-sans-libre);opacity:.8}.program-section-mobile .program-steps-mobile{background-color:#ecf3f5;margin-bottom:2rem;width:100%;border-radius:16px}.program-section-mobile .program-steps-mobile .steps-container-mobile{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.program-section-mobile .program-steps-mobile .steps-container-mobile::-webkit-scrollbar{display:none}.program-section-mobile .program-steps-mobile .steps-container-mobile{min-height:320px;padding:0 1rem}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile{flex:0 0 auto;width:calc(280px - 2rem);min-width:206px;background:#ecf3f5;border-radius:0;padding:16px;position:relative;scroll-snap-align:start}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile:first-child,.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile:last-child{border-radius:16px}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-header-mobile{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:nowrap;margin-bottom:8px}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-header-mobile .step-number-mobile{font-size:1.5rem;font-weight:700;line-height:normal;color:var(--light-blue);font-family:var(--font-averia-sans-libre);text-transform:uppercase;letter-spacing:.05em}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-header-mobile .step-arrow-mobile{object-fit:contain;position:absolute;right:5%;top:4%;width:40%}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-text-mobile{display:flex;flex-direction:column;gap:8px;width:158px}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-text-mobile .step-title-mobile{font-size:16px;line-height:1.4;color:#112125;font-family:var(--font-inria-sans);margin:0;font-weight:700}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-content-mobile .step-text-mobile .step-subtitle-mobile{font-size:12px;line-height:1.5;color:var(--primary-color);font-family:var(--font-inria-sans);margin-bottom:.5rem;font-weight:300}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-image-mobile{position:absolute;bottom:0;right:0;width:100%;height:140px;overflow:hidden}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile .step-image-mobile .step-img-mobile{width:100%;height:auto;object-fit:cover;object-position:center center}.program-section-mobile .program-cta-mobile{text-align:center;padding:0 1rem}.program-section-mobile .program-cta-mobile .program-button-mobile{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border:none;text-decoration:none;transition:all .3s ease;background:rgba(0,0,0,0);padding:16px 32px;font-size:1rem;font-weight:700;line-height:1;color:#112125;font-family:var(--font-inria-sans);width:auto;height:51px;border-radius:999px;border:1px solid var(--primary-color);cursor:pointer}.program-section-mobile .program-cta-mobile .program-button-mobile:hover{background:var(--primary-color);color:#fff}.program-section-mobile .program-cta-mobile .program-button-mobile:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(min-width:768px)and (max-width:1023px){.program-section-mobile{padding:2.5rem 0}.program-section-mobile .program-header-mobile{margin-bottom:2.5rem}.program-section-mobile .program-header-mobile .program-title-mobile{font-size:2rem}.program-section-mobile .program-steps-mobile .steps-container-mobile{padding:0 2rem}.program-section-mobile .program-steps-mobile .steps-container-mobile .step-card-mobile{width:calc(300px - 2rem);min-width:280px;margin-right:1.5rem}}.reviews{background:var(--background);padding:80px 0;position:relative}.reviews__container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem;position:relative}.reviews__quote-mark{position:absolute;top:-10%;left:50%;transform:translateX(-50%);z-index:2}.reviews__quote-icon{width:27px;height:22px}.reviews__title{font-family:var(--font-averia-sans-libre);font-size:32px;font-weight:700;color:var(--secondary-color);text-align:center;margin:15px 0 56px;position:relative}.reviews__cards-container{display:flex;gap:16px;justify-content:center;align-items:stretch}.reviews__card{background:linear-gradient(180deg,var(--accent-color) 0,rgba(238,233,229,.26) 100%);border-radius:16px;width:286px;height:428px;position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease}.reviews__card:hover{transform:translateY(-4px)}.reviews__card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.reviews__images-container{position:absolute;left:0;bottom:0;width:100%;display:flex}.reviews__image-wrapper{width:100%;height:234px;position:relative;overflow:hidden}.reviews__image-wrapper--before{position:absolute;left:-12px;bottom:-12px}.reviews__image-wrapper--after{position:absolute;right:-12px;bottom:-12px}.reviews__card-image{width:inherit;height:240px;object-fit:contain}.reviews__play-button{position:absolute;bottom:16px;left:16px;z-index:3}.reviews__play-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-color:var(--secondary-green);border-radius:50%;z-index:1}.reviews__play-icon-wrapper{position:relative;z-index:2;width:24px;height:24px;margin:8px}.reviews__play-icon{width:100%;height:100%;filter:invert(1)}.reviews__content{position:absolute;top:32px;left:32px;right:32px;text-align:center}.reviews__text{font-family:var(--font-inria-sans);font-size:16px;font-weight:300;color:var(--secondary-color);margin-bottom:24px;overflow:hidden}.reviews__author{display:flex;flex-direction:column;align-items:center;gap:4px}.reviews__name{font-weight:700}.reviews__location,.reviews__name{font-family:var(--font-inria-sans);font-size:16px;color:var(--secondary-color)}.reviews__location{font-weight:400}.reviews__video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.reviews__video-modal-content{position:relative;width:90%;max-width:800px;aspect-ratio:16/9;background:var(--background);border-radius:8px;overflow:hidden}.reviews__video-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--background);font-size:24px;cursor:pointer;z-index:1001;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.reviews__video-iframe{width:100%;height:100%;border:none}@media(min-width:768px)and (max-width:1023px){.reviews__cards-container{gap:12px}.reviews__card{width:260px;height:400px}}@media(max-width:767px){.reviews{padding:60px 0}.reviews__title{font-size:24px;margin:30px 0 40px}.reviews__cards-container{gap:8px}.reviews__card{width:240px;height:360px}.reviews__content{padding:60px 24px 24px}.reviews__location,.reviews__name,.reviews__text{font-size:14px}}.mobile-reviews{background:var(--background);padding:60px 0;position:relative}.mobile-reviews__container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem;position:relative}.mobile-reviews__quote-mark{position:absolute;top:-10%;left:50%;transform:translateX(-50%);z-index:2}.mobile-reviews__quote-icon{width:27px;height:22px}.mobile-reviews__title{font-family:var(--font-averia-sans-libre);font-size:24px;font-weight:700;color:var(--secondary-color);text-align:center;margin:30px 0 40px;position:relative}.mobile-reviews__scroll-container{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-reviews__scroll-container::-webkit-scrollbar{display:none}.mobile-reviews__cards-wrapper{display:flex;gap:16px;padding:0 1rem;min-width:max-content}.mobile-reviews__card{background:linear-gradient(180deg,var(--accent-color) 0,rgba(238,233,229,.26) 100%);border-radius:16px;width:286px;height:428px;position:relative;overflow:hidden;cursor:pointer;transition:transform .3s ease;flex-shrink:0}.mobile-reviews__card:hover{transform:translateY(-4px)}.mobile-reviews__card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.mobile-reviews__card--active{transform:scale(1.02)}.mobile-reviews__images-container{position:absolute;left:0;bottom:0;width:100%;display:flex}.mobile-reviews__image-wrapper{width:100%;height:234px;position:relative;overflow:hidden}.mobile-reviews__image-wrapper--before{position:absolute;left:-12px;bottom:-12px}.mobile-reviews__image-wrapper--after{position:absolute;right:-12px;bottom:-12px}.mobile-reviews__card-image{width:156px;height:240px;object-fit:contain}.mobile-reviews__play-button{position:absolute;bottom:16px;left:16px;z-index:3}.mobile-reviews__play-button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-color:var(--secondary-green);border-radius:50%;z-index:1}.mobile-reviews__play-icon-wrapper{position:relative;z-index:2;width:24px;height:24px;margin:8px}.mobile-reviews__play-icon{width:100%;height:100%;filter:invert(1)}.mobile-reviews__content{position:absolute;top:32px;left:32px;right:32px;text-align:center}.mobile-reviews__text{font-family:var(--font-inria-sans);font-size:16px;font-weight:300;color:var(--secondary-color);line-height:1.5;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-clamp:4;overflow:hidden}.mobile-reviews__author{display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-reviews__name{font-weight:700}.mobile-reviews__location,.mobile-reviews__name{font-family:var(--font-inria-sans);font-size:16px;color:var(--secondary-color)}.mobile-reviews__location{font-weight:400}.mobile-reviews__video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000}.mobile-reviews__video-modal-content{position:relative;width:90%;max-width:800px;aspect-ratio:16/9;background:var(--background);border-radius:8px;overflow:hidden}.mobile-reviews__video-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--background);font-size:24px;cursor:pointer;z-index:1001;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.mobile-reviews__video-iframe{width:100%;height:100%;border:none}.weight-calculator-desktop{background-color:var(--accent-color);padding:48px 0;width:100%}.weight-calculator-desktop .weight-calculator-container{margin:0;padding:0 24px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-title{font-size:24px;font-weight:700;line-height:normal;color:#112125;font-family:var(--font-averia-sans-libre);text-align:center;margin-bottom:74px;width:100%}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:48px;flex-wrap:nowrap}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;flex:1 1;max-width:435px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-subtitle{font-size:16px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);text-align:center}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;position:relative}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-scale-image{position:absolute;top:10%}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container{position:relative;margin-bottom:52px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);shape-rendering:optimizeSpeed;text-rendering:optimizeSpeed}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .needle-base{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .gauge-needle{filter:drop-shadow(0 1px 3px rgba(0,0,0,.15))}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .weight-text{fill:#112125;font-family:system-ui,-apple-system,sans-serif;font-weight:700;letter-spacing:-.02em;text-rendering:optimizeLegibility;dominant-baseline:middle}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .unit-text{fill:#666;font-family:system-ui,-apple-system,sans-serif;font-weight:500}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider{width:258px;height:51px;position:absolute;bottom:4rem}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,0)}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-fill{position:absolute;left:0;top:23px;width:258px;height:6px;background-color:#787878;opacity:.2;border-radius:3px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-ticks{position:absolute;left:16px;top:33px;width:226px;height:4px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-ticks .slider-tick{position:absolute;width:4px;height:4px;background-color:#3c3c43;opacity:.18;border-radius:50%}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob{position:absolute;top:14px;width:38px;height:24px;background-color:var(--background);border-radius:100px;box-shadow:0 .5px 4px rgba(0,0,0,.12),0 6px 13px rgba(0,0,0,.12);transform:translateX(-50%);z-index:3;cursor:pointer;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob:hover{transform:translateX(-50%) scale(1.05);box-shadow:0 1px 6px rgba(0,0,0,.16),0 8px 18px rgba(0,0,0,.16);transition:transform .15s cubic-bezier(.175,.885,.32,1.275)}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob.dragging{transform:translateX(-50%) scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.2),0 12px 24px rgba(0,0,0,.2);transition:none}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-interaction-area{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:2;will-change:transform}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;flex-wrap:nowrap;flex:1 1;max-width:322px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card{background-color:hsla(0,0%,100%,.5);border-radius:8px;margin:0;padding:16px 24px;display:flex;flex-direction:column;justify-content:center;align-items:normal;gap:8px;flex-wrap:nowrap}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;flex-wrap:nowrap}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-label{font-size:14px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);flex:1 1}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:0;flex-wrap:nowrap}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value .projection-number{font-size:24px;font-weight:700;line-height:normal;color:#112125;font-family:var(--font-inria-sans)}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value .projection-unit{font-size:16px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);margin-left:4px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-divider{height:1px;background-color:var(--accent-color);width:100%}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section a{width:100%;max-width:298px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section a .weight-calculator-button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:all .2s ease}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section a .weight-calculator-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.weight-calculator-desktop .weight-calculator-container .weight-calculator-content .weight-projection-section a .weight-calculator-button{background-color:#112125;font-size:16px;font-weight:700;line-height:normal;color:var(--accent-color);font-family:var(--font-inria-sans);width:100%;max-width:298px}@media(min-width:768px)and (max-width:1023px){.weight-calculator-desktop .weight-calculator-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:19px;flex-wrap:nowrap}.weight-calculator-desktop .weight-calculator-content .weight-projection-section,.weight-calculator-desktop .weight-calculator-content .weight-scale-section{max-width:100%}}:root{--background:#ffffff;--foreground:#171717;--primary-color:#106278;--secondary-color:#112125;--tertiary-color:#07171B;--accent-color:#eee9e5;--secondary-green:#A9FCB3;--light-blue:#4790a3;--gray-shade1:#8C8C8C;--error-color:#dc3545;--error-bg:#f8d7da;--error-border:#f5c6cb;--button-hover:#2a3a3f;--button-disabled-bg:#ccc;--button-disabled-text:#999;--placeholder-color:rgba(112,103,95,0.6);--display-bg:rgba(16,98,120,0.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1440px;margin:0 auto;padding:0 1rem}.text-primary{color:var(--primary-color)}.text-secondary{color:var(--secondary-color)}.text-accent{color:var(--accent-color)}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-inria-sans);font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;border-radius:.5rem;min-height:48px}.btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.page-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;display:flex;flex-direction:column}.global-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;min-height:100vh}.global-loader,.global-loader-overlay{display:flex;flex-direction:column;justify-content:center;align-items:center}.global-loader{gap:32px;padding:2rem;text-align:center}.loader-gif-container{display:flex;justify-content:center;align-items:center}.loader-text{font-size:22px;font-family:var(--font-inria-sans);font-weight:300;line-height:normal;color:var(--secondary-color)}.loader-logo{display:flex;justify-content:center;align-items:center;opacity:.8}@media(max-width:767px){.global-loader{padding:1.5rem;gap:24px}.loader-gif-container img{width:150px!important;height:106px!important}.loader-text{font-size:22px;font-family:var(--font-inria-sans);font-weight:300;line-height:normal;color:var(--secondary-color)}.loader-logo img{width:47px!important;height:20px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.global-loader{animation:fadeIn .3s ease-out}@supports(-webkit-touch-callout:none){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}}@media screen and (max-width:768px)and (-webkit-min-device-pixel-ratio:2){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important}}@media screen and (max-width:767px){input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{font-size:16px!important;text-size-adjust:100%}}.weight-calculator-mobile{background-color:var(--accent-color);padding:48px 0;width:100%}.weight-calculator-mobile .weight-calculator-container{margin:0;padding:0 16px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-title{font-size:24px;font-weight:700;line-height:normal;color:#112125;font-family:var(--font-averia-sans-libre);text-align:center;margin-bottom:32px;padding:0 16px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;flex-wrap:nowrap}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;width:100%}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-subtitle{font-size:16px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);text-align:center}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;position:relative}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-scale-image{position:absolute;top:10%}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container{position:relative}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);shape-rendering:optimizeSpeed;text-rendering:optimizeSpeed}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .needle-base{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .gauge-needle{filter:drop-shadow(0 1px 3px rgba(0,0,0,.15))}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .weight-text{fill:#112125;font-family:system-ui,-apple-system,sans-serif;font-weight:700;letter-spacing:-.02em;text-rendering:optimizeLegibility;dominant-baseline:middle}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-gauge-container .weight-gauge-svg .unit-text{fill:#666;font-family:system-ui,-apple-system,sans-serif;font-weight:500}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider{width:258px;height:51px;position:absolute;bottom:2rem}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track{position:relative;width:100%;height:100%;background-color:rgba(0,0,0,0)}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-fill{position:absolute;left:0;top:23px;width:258px;height:6px;background-color:#787878;opacity:.2;border-radius:3px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-ticks{position:absolute;left:16px;top:33px;width:226px;height:4px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-ticks .slider-tick{position:absolute;width:4px;height:4px;background-color:#3c3c43;opacity:.18;border-radius:50%}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob{position:absolute;top:14px;width:38px;height:24px;background-color:var(--background);border-radius:100px;box-shadow:0 .5px 4px rgba(0,0,0,.12),0 6px 13px rgba(0,0,0,.12);transform:translateX(-50%);z-index:3;cursor:pointer;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob:hover{transform:translateX(-50%) scale(1.05);box-shadow:0 1px 6px rgba(0,0,0,.16),0 8px 18px rgba(0,0,0,.16);transition:transform .15s cubic-bezier(.175,.885,.32,1.275)}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-knob.dragging{transform:translateX(-50%) scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.2),0 12px 24px rgba(0,0,0,.2);transition:none}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-scale-section .weight-scale-container .weight-slider .slider-track .slider-interaction-area{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:2;will-change:transform;touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;user-select:none}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:32px;flex-wrap:nowrap;width:100%;padding:0 16px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card{background-color:hsla(0,0%,100%,.5);border-radius:8px;margin:0;padding:16px 24px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0;flex-wrap:nowrap}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-label{font-size:14px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);flex:1 1}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;gap:0;flex-wrap:nowrap}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value .projection-number{font-size:24px;font-weight:700;line-height:normal;color:#112125;font-family:var(--font-inria-sans)}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-row .projection-value .projection-unit{font-size:16px;font-weight:300;line-height:normal;color:#112125;font-family:var(--font-inria-sans);margin-left:4px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .projection-card .projection-divider{height:1px;background-color:var(--accent-color);width:100%}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .weight-calculator-button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:all .2s ease}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .weight-calculator-button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.weight-calculator-mobile .weight-calculator-container .weight-calculator-content .weight-projection-section .weight-calculator-button{background-color:#112125;font-size:16px;font-weight:700;line-height:normal;color:var(--accent-color);font-family:var(--font-inria-sans);width:100%}