:root{--color-primary:#50b848;--color-secondary:#fff;--color-grey:#525759;--color-grey-light:#ddd;--color-red:#ec192d;--color-pink:#e91e63;--color-purple:#9c27b0;--color-deep-purple:#673ab7;--color-indigo:#3f51b5;--color-blue:#2196f3;--color-light-blue:#03a9f4;--color-cyan:#00bcd4;--color-teal:#009688;--color-green:#50b848;--color-light-green:#8bc34a;--color-lighter-green:#50b848;--color-lime:#cddc39;--color-yellow:#ffeb3b;--color-amber:#ffc107;--color-orange:#ff9800;--color-deep-orange:#ff5722;--color-brown:#795548;--color-blue-grey:#607d8b;--color-black:#000;--color-white:#fff;--color-text-grey:#5a5c5e;--color-grey-25:rgba(90,92,94,.25);--color-grey-50:rgba(90,92,94,.5);--color-grey-80:rgba(90,92,94,.8);--color-grey-bg:rgba(0,0,0,.08);--color-grey-dark:rgba(0,0,0,.25)}.bg-green{background-color:var(--color-lighter-green)}.text-green{color:var(--color-lighter-green)}.bg-black{background-color:var(--color-black)}.text-black{color:var(--color-black)}.bg-white{background-color:var(--color-white)}.text-white{color:var(--color-white)}.bg-grey{background-color:var(--color-grey)}.text-grey{color:var(--color-grey)}.block.calculator{background:var(--color-grey-25);color:var(--color-white);padding:48px 16px}.block.calculator .h1{color:var(--color-text-grey)}.block.calculator .container>.row{row-gap:32px}.block.calculator form>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-top:24px}.block.calculator form label{color:var(--color-text-grey);display:block;font-size:16px;margin-bottom:8px}.block.calculator form input[type=text]{background:var(--color-white);border:1px solid transparent;border-radius:8px;color:var(--color-black);font-size:18px;font-weight:700;line-height:140%;padding:10px 12px 8px}.block.calculator form input[type=text]:after{color:var(--color-text-grey);content:attr(data-unit);font-size:14px;font-weight:400;position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.block.calculator form input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-grey-50);border-radius:9999px;cursor:pointer;width:100%}.block.calculator form input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none;background-color:var(--color-green);border-radius:9999px;height:16px}.block.calculator form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:var(--color-white);background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMjBDMCA4Ljk1NCA4Ljk1NCAwIDIwIDBzMjAgOC45NTQgMjAgMjAtOC45NTQgMjAtMjAgMjBTMCAzMS4wNDYgMCAyMFoiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii41IiBkPSJNMTMgMTRoMnYxMmgtMnpNMTkgMTRoMnYxMmgtMnpNMjUgMTRoMnYxMmgtMnoiLz48L3N2Zz4=");border-radius:50%;height:40px;margin-top:-12px;width:40px}.block.calculator form .input-with-unit{position:relative;width:165px}.block.calculator form .input-with-unit input{width:100%}.block.calculator form .input-with-unit .input-unit{color:var(--color-text-grey);font-size:18px;font-weight:600;line-height:140%;position:absolute;right:-36px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.block.calculator .button-wrap{margin-top:48px}.block.calculator .button-wrap a{background:var(--color-grey);border-color:var(--color-grey);display:inline-block;text-align:center;width:100%}.block.calculator .button-wrap a:hover{background:var(--color-green);border-color:var(--color-green);color:var(--color-white)}.block.calculator .row-counter .col-title{margin-bottom:16px}.block.calculator .row-counter .h1,.block.calculator .row-counter h4,.block.calculator .row-counter h5{font-weight:500}.block.calculator .row-counter h4{font-size:24px;font-weight:600}.block.calculator .row-counter h5{font-size:16px;margin-bottom:8px}.block.calculator .row-counter .unit>div{margin-bottom:8px}.block.calculator .row-counter .col-left .h1,.block.calculator .row-counter .col-left h5{font-weight:700}.block.calculator .radio-tabs{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.block.calculator .radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;padding:10px}@media (min-width:768px){.block.calculator .radio-group{border:1px solid var(--color-black);border-radius:9999px;margin-bottom:24px}}.block.calculator .radio-group button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;border-radius:0;border-radius:9999px;color:var(--color-white);font:inherit;font-size:14px;font-weight:700;line-height:140%;margin:0;padding:8px 16px;text-align:inherit;white-space:nowrap}@media (min-width:576px){.block.calculator .radio-group button{font-size:16px}}.block.calculator .radio-group button.is-active{background:var(--color-black)}.block.calculator .radio-group button.is-active.is-active-grey{background:var(--color-grey-dark)}.block.calculator .radio-group button.is-active.is-active-red{background:var(--color-red)}.block.calculator .results-container{background:#5a5c5e;border-radius:16px;color:var(--color-white);padding:24px}.block.calculator .results-container .h1{color:var(--color-white)}.block.calculator .results-container .calculate-result{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center}.block.calculator .results-container .line{background:var(--color-white);height:1px;margin:32px 0;width:100%}.block.calculator .row-tables{--bs-gutter-x:24px;row-gap:24px}.block.calculator .calculator-info{color:var(--color-text-grey);font-weight:600;padding:0 12px;text-align:center}.block.calculator .result-table{-webkit-box-orient:vertical;-webkit-box-direction:normal;border:1px solid transparent;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:14px;gap:16px;line-height:18px;padding:12px}@media (min-width:576px){.block.calculator .result-table{font-size:16px;line-height:22px}}.block.calculator .result-table.table-dark{border-color:var(--color-black)}.block.calculator .result-table.table-red{border-color:var(--color-red)}.block.calculator .result-table.table-green{border-color:var(--color-green)}.block.calculator .result-table.table-grey{border-color:var(--color-grey-dark)}.block.calculator .result-table .result-table-title{font-weight:700}@media (min-width:992px){.block.calculator .result-table .result-table-title{height:44px}}.block.calculator .result-table .result-table-row{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media (min-width:576px){.block.calculator{margin-bottom:48px}}@media (min-width:992px){.block.calculator{margin-bottom:0;padding:80px 0}.block.calculator .results-container{padding:32px}.block.calculator .col-content{padding-right:8vw}.block.calculator .col-content .h1{width:-webkit-calc(100% + 3vw);width:calc(100% + 3vw)}.block.calculator .result-table.table-dark,.block.calculator .result-table.table-green,.block.calculator .result-table.table-red{white-space:nowrap;width:196px}.block.calculator .result-table .result-table-row .mobile-title{display:none}.block.calculator .button-wrap a{max-width:280px;width:auto}}

/*# sourceMappingURL=calculator.css.map*/