.productivity-calculator-form{display:flex;flex-direction:column;row-gap:20px;width:100%}.productivity-calculator-form .row{display:flex;flex-wrap:wrap;row-gap:20px;column-gap:30px}.productivity-calculator-form .h4{width:100%;flex-shrink:0;display:block;margin-top:20px}.productivity-calculator-form .form-group{display:flex;flex-direction:column;row-gap:5px}.productivity-calculator-form .form-group input,.productivity-calculator-form .form-group select{outline:1px solid red}.productivity-calculator-form .controls{width:100%;flex-shrink:0;display:flex;column-gap:10px}.productivity-calculator-form.loading{pointer-events:none;opacity:.5}.productivity-calculator-form.loading:before{width:100%;height:100%;display:flex;justify-content:center;align-items:center;content:"";font-size:25px;position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.5);z-index:100;backdrop-filter:blur(5px)}.productivity-calculator-form.loading:after{font-family:"icomoon" !important;align-items:center;content:"";font-size:50px;position:absolute;left:50%;top:50%;color:#102e50;transform:translate(-50%, -50%);z-index:101;animation:spin 1s linear infinite}.productivity-results{display:flex;flex-direction:column;row-gap:30px;margin-top:60px;opacity:0;transition:opacity .5s ease-in-out,max-height .5s ease-in-out;max-height:0;pointer-events:none;width:100%}@media screen and (max-width: 408px){.productivity-results .h2{font-size:24px}}.productivity-results .row{display:flex;column-gap:30px;justify-content:space-between;align-items:last baseline}.productivity-results .row .email-request{display:flex;flex-wrap:wrap;max-width:390px;flex-grow:0}.productivity-results .row .email-request label{width:100%;display:none}.productivity-results .row .email-request input{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;padding-top:12px;padding-bottom:12px}.productivity-results .row .email-request button.cta.cta-button{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.productivity-results *{box-sizing:border-box}.productivity-results.active{opacity:1;max-height:100%;pointer-events:all}.productivity-results .numeric-results{width:100%;display:flex;column-gap:20px}@media screen and (max-width: 1000px){.productivity-results .numeric-results{flex-direction:column;row-gap:20px}}.productivity-results .numeric-results div{padding:30px;border:solid 1px #a3afbd;border-radius:10px;text-align:center;width:50%;flex-shrink:0}.productivity-results .numeric-results div label{display:block;font-weight:500;font-size:30px}.productivity-results .numeric-results div span{color:#123a67;font-weight:700;font-size:40px}@media screen and (max-width: 1000px){.productivity-results .numeric-results div{width:100%}}@media screen and (max-width: 508px){.productivity-results .numeric-results div label{font-size:18px}.productivity-results .numeric-results div span{font-size:24px}}.productivity-results .chart-label.h5{display:block;width:100%;text-align:center}.productivity-calc-chart{overflow:hidden;aspect-ratio:1440/400;display:flex;flex-wrap:wrap;align-items:stretch}@media screen and (max-width: 1200px){.productivity-calc-chart{aspect-ratio:1440/800}}@media screen and (max-width: 508px){.productivity-calc-chart{aspect-ratio:1}}.productivity-calc-chart .y-labels{width:23px;flex-grow:0}.productivity-calc-chart .y-labels .y-label{min-width:max-content;transform:rotate(-90deg);position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg)}.productivity-calc-chart .chart-container{flex-grow:1;height:calc(100% - 23px)}.productivity-calc-chart .x-labels{width:100%;flex-shrink:0;height:23px;padding-left:23px;text-align:center}

/*# sourceMappingURL=productivity_calc.min.css.map*/