.content-wrapper{padding-top:3rem;display:flex;flex-wrap:wrap;justify-content:center;max-width:1100px;margin:auto}.sliderContainer{width:70%;position:relative;margin:1rem 0}.slider{-webkit-appearance:none;margin:20px 0;height:10px;outline:0;border-radius:12px;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:white;cursor:pointer;border-radius:50%;-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24);-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24);box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24)}.unit-wrapper{width:300px;height:250px;margin:1rem}.unit-header{position:relative;width:100%;height:100px;display:flex;justify-content:center;align-items:center;font-size:small;color:white;font-family:Helvetica;text-transform:uppercase;text-align:center;padding:0 2rem;box-sizing:border-box}.speech-bubble{position:relative;width:fit-content;min-width:70px;display:flex;padding:10px;background-color:#FFF;color:#000;margin-top:.5rem}.speech-bubble p{font-size:small;margin:auto;font-family:Helvetica;color:#59646a}.speech-bubble:before,.speech-bubble:after{content:"\0020";display:block;position:absolute;top:-9px;z-index:2;left:50%;margin-left:-10px;width:0;height:0;overflow:hidden;border:solid 10px transparent;border-top:0;border-bottom-color:#FFF}.speech-bubble:before{top:-12px;z-index:1;border-bottom-color:inherit}.flex-container{display:flex}.text-input{width:30%;height:45px;margin:1rem 0 1rem 1rem;border:solid 2px #f5f5f5;text-align:center}.result-wrapper{background-color:#f5f5f5 !important;box-sizing:border-box;padding:4rem 2rem 2rem;font-family:Helvetica;text-align:center;font-size:x-small;font-weight:600;width:100%;margin:2rem;position:relative}#result{background-color:#fff;width:100%;height:5rem;margin-top:1rem;display:flex;justify-content:center;text-align:center;font-size:large;align-items:center}.equal{position:absolute;width:50px;height:50px;color:#fff;border-radius:50%;top:-25px;left:50%;margin-left:-25px;display:flex;justify-content:center;align-items:center;font-size:x-large}.info-text{display:none;width:180px;background:white;color:#59646a;text-align:center;border-radius:6px;padding:10px;position:absolute;bottom:94%;right:-3rem;text-transform:initial;-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24);-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24);box-shadow:0px 0px 10px 1px rgba(0,0,0,0.24);z-index:4000}.icon{width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.5}.icon:hover+.info-text{display:block}