.c-formSlider{--sliderThumbSize:2rem;--sliderTrackHeight:0.4rem;position:relative;width:100%;max-width:56rem;padding:6.8rem 4rem 0}.c-formSlider__slider{height:var(--sliderThumbSize)}.c-formSlider__slider:after,.c-formSlider__slider:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);z-index:var(--zindex-above);width:calc(var(--sliderThumbSize) - .6rem);height:var(--sliderTrackHeight);background-color:#fff}.c-furnitureConfigurator .c-formSlider__slider:after,.c-furnitureConfigurator .c-formSlider__slider:before{background-color:var(--blue-50)}.c-formSlider__slider:before{left:0}.c-formSlider__slider:after{right:0}.c-formSlider__track{position:absolute;top:50%;transform:translateY(-50%);height:var(--sliderTrackHeight);background:var(--neutral-300)}.c-formSlider__track.inner{background:var(--green-600)}.c-formSlider__track.outer{background:var(--neutral-300)}.c-formSlider__thumb{position:relative;height:var(--sliderThumbSize);width:var(--sliderThumbSize);background-color:var(--green-600);border:2px solid #fff;cursor:-webkit-grab;cursor:grab;border-radius:50%}.c-formSlider__thumbValue{position:absolute;top:-1.4rem;left:50%;transform:translate(-50%,-100%);font-size:1.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;width:10rem;height:5.6rem;background-color:#fff;border-radius:1.2rem;border:1px solid var(--neutral-300)}.c-formSlider__mark{height:1.2rem;width:1.2rem;margin:0 .4rem;background-color:var(--neutral-300);border-radius:50%;top:50%;transform:translateY(-50%);border:1px solid transparent;z-index:calc(var(--zindex-above) + 1);cursor:-webkit-grab;cursor:grab}.c-formSlider__mark.active{background-color:var(--green-600)}.c-formSlider__mark.disabled{background-color:var(--neutral-300);border-color:#fff}.c-formSlider__mark.disabled .c-tooltip__button{cursor:not-allowed}.c-formSlider__mark .c-tooltip{display:block}@media only screen and (max-width:768px){.c-formSlider__mark .c-tooltip{display:none}}.c-formSlider__mark .c-tooltip__button{width:1.2rem;height:1.2rem;background:transparent;display:block;border-radius:1.2rem}.c-formSlider__mark .c-tooltip__button .c-icon-svg{display:none}.c-formSlider__mark .react-tooltip{--tipWidth:auto;padding:.2rem .6rem;font-size:1.2rem;font-weight:600;white-space:nowrap}.c-fcAutoAlert{position:fixed;top:calc(var(--fcHeaderHeight) + 2rem);right:3.6rem;z-index:calc(var(--zindex-fixed) + 1);border-radius:.8rem;overflow:hidden;width:100%;max-width:38rem;background-color:#fff;border:2px solid #fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.122)}@media only screen and (min-width:768.2px){.c-fcAutoAlert{animation:slideInRight .8s ease-out forwards}}@media only screen and (max-width:768px){.c-fcAutoAlert{top:auto;right:1.2rem;left:auto;bottom:15.6rem;width:calc(100% - 2.4rem)}}.c-fcAutoAlert_header{background-color:var(--blue-100);height:6.4rem;display:flex;align-items:center;justify-content:space-between;padding:1.6rem}.c-fcAutoAlert_content{padding:1.6rem 1.2rem}.c-fcAutoAlert_content h2,.c-fcAutoAlert_content h3,.c-fcAutoAlert_content h4,.c-fcAutoAlert_content h6,.c-fcAutoAlert_content p{font-size:1.4rem;margin-bottom:1.6rem}.c-fcAutoAlert_content img{margin:0 auto}.c-fcAutoAlert__mobileButton{height:4.8rem;width:4.8rem;background-color:var(--blue-300);border-radius:var(--btnHeight);position:fixed;z-index:var(--zindex-fixed);bottom:15.6rem;right:1.6rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.122);animation:slideInRight .8s ease-out forwards}@media only screen and (min-width:768.2px){.c-fcAutoAlert__mobileButton{display:none}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}