.recg-calculator *{font-family:'Open Sans',sans-serif;margin:0;padding:0;box-sizing:border-box}.recg-calculator{background-color:#fff;width:100%;max-width:1200px}.recg-form-section{padding-bottom:15px}.recg-input-group{display:flex;flex-direction:row;align-items:center}.recg-input-group .recg-label-wrap{width:60%;display:flex;justify-content:space-between}.recg-input-group .recg-input-wrap{width:40%}.recg-calculator p{margin:0;padding:0}.recg-section-title{display:inline-block;font-weight:700;font-size:clamp(16px,4vw,32px);color:#be0c0c;line-height:1.2em}.recg-section-title:not(:first-of-type){padding-top:25px}.recg-chart-section .recg-section-title{text-align:center;display:block}.recg-calculator label{font-weight:600;font-size:24px;color:#2e3130}.recg-header{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#be0c0c;border-radius:15px 15px 0 0;height:100px}.recg-header-icon{padding-right:15px}.recg-header-title{color:#fff;font-weight:700;font-size:35px;line-height:1.5em;text-align:center;padding:0 10px}.recg-content{display:flex;flex-direction:column;flex-wrap:wrap;border:1px solid #e9e6e6;border-top:unset}.recg-section-wrap{margin:30px;padding:30px}.recg-form .recg-section-wrap{margin-bottom:0}.recg-results .recg-section-wrap{background-color:#f9fafb;margin-top:0;border-radius:15px;padding-bottom:0}.recg-chart{width:100%}.recg-chart .recg-section-wrap .recg-chart-section{border-top:1px solid #bdbdbd;padding-top:30px}.recg-calculator input[type=tel],.recg-calculator select{font-size:23px;font-weight:600;color:#2e3130;height:60px;padding:0 30px;border:1px solid #b5b5b5;margin-bottom:0!important;transition:all .2s}.recg-input-group select{cursor:pointer;padding-left:15px}.recg-calculator input[type=tel]:focus,.recg-calculator select:focus{border-color:#be0c0c}.recg-select-wrap{position:relative;display:inline-block;width:100%}.recg-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.recg-select-wrap svg{position:absolute;top:50%;right:20px;transform:translateY(-50%);pointer-events:none}.recg-select-wrap svg{display:block}.recg-checkbox-group label{display:flex;padding-bottom:25px;cursor:pointer}.recg-checkbox-group input[type=checkbox]{width:20px;height:20px;margin-right:10px}.recg-input-wrap{position:relative;padding:10px 0}.recg-input-wrap input{padding-left:25px}.recg-input-wrap.recg-right-placeholder input{padding-left:15px}.recg-input-wrap span{position:absolute;color:#d0d0d0;font-size:25px;font-weight:600;transition:all .2s}.recg-input-wrap input:not(:placeholder-shown)+span{color:#6e6c6c}.recg-input-wrap span{padding:0;left:15px;top:calc(50%);transform:translateY(-50%)}.recg-input-wrap.recg-right-placeholder span{left:unset;right:15px}.recg-btn.recg-calculate{background-color:#be0c0c;width:100%;border-radius:10px;padding:20px 0;text-align:center;font-size:21px;color:#fff;font-weight:600;transition:.2s all}.recg-btn.recg-calculate:hover{opacity:.8}.recg-btn.recg-calculate:disabled{opacity:.5;cursor:default}.recg-button-group{display:flex;justify-content:flex-start}.recg-buttons-wrap{display:flex;flex-direction:column;align-items:center;width:100%;gap:10px}.recg-chart .recg-section-title{text-align:center;display:block}.recg-results .recg-result-summary{text-align:center}.recg-result-debt-ratio{display:flex;align-items:center;justify-content:space-evenly}.recg-result-debt-ratio .recg-input-wrap{width:125px}.recg-result-summary{background-color:#e6e6E66B;padding:25px;border-radius:15px}.recg-summary-title,.recg-summary-value{font-weight:600;font-size:18px;color:#2e3130}.recg-summary-value{font-size:60px;line-height:1.8em}.recg-summary-title .recg-status span{border-radius:15px;padding:3px 10px;margin:0 5px}.recg-summary-title .recg-status .green{background-color:#d3ee8b}.recg-summary-title .recg-status .yellow{background-color:#ffe800}.recg-summary-title .recg-status .red{background-color:#e34023;color:#fff;text-shadow:0 0 5px #401108}.recg-results-row{display:flex;gap:10px;justify-content:space-between;border-top:1px solid #e5e7eb;padding:15px 0;align-items:center}.recg-results-row:first-child{border:unset}.recg-results-row.recg-results-row-sub{border:unset;padding:0 0 0 25px}.recg-results-row.recg-results-row-sub:nth-last-child(3){padding-bottom:15px}.recg-results-row.recg-results-row-sub .recg-results-title,.recg-results-row.recg-results-row-sub .recg-results-value{font-weight:400}.recg-results-row:last-child{border-bottom:unset}.recg-results-value-wrap{display:flex}.recg-results-title{font-weight:600;font-size:24px;color:#2e3130;line-height:2em}.recg-results-row-header .recg-results-title{font-weight:700;font-size:22px}.recg-results-value{font-weight:600;font-size:24px;color:#2e3130}.recg-slider-container{position:relative;width:100%;max-width:600px}.recg-slider-track{width:100%;height:35px;background:linear-gradient(90deg,#3fac00 10%,#ffe800 60%,#e02b0b 90%);border-radius:17px;position:relative}.recg-slider-label{position:absolute;top:5px;z-index:1;font-size:14px;font-weight:700}.recg-slider-label.left{left:15px;color:#fff}.recg-slider-label.right{right:15px;color:#fff}.recg-slider-thumb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;z-index:2;background:#fff;border:3px solid #024;border-radius:50%;cursor:grab;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700;transition:transform .3s ease}.recg-slider-thumb::after{content:"|||";color:#b1b1b1}.recg-slider-thumb:hover{transform:translate(-50%,-50%) scale(1.1)}a.recg-toggle-amorization{color:#be0c0c;font-size:20px;font-weight:600;text-decoration:none!important;transition:all .2s}a.recg-toggle-amorization:focus,a.recg-toggle-amorization:visited{border:none;outline:0;box-shadow:none}a.recg-toggle-amorization:hover{opacity:.6}#recg-amortization-table,#recg-amortization-table td,#recg-amortization-table th{border:unset;text-align:center;background-color:#fff;color:#2e3130;font-size:16px}#recg-amortization-table td,#recg-amortization-table th{border-bottom:1px solid #b1b1b1;padding:10px 0}.recg-chart-container{display:flex;align-items:center}.recg-chart-container .recg-chart{width:70%}.recg-chart-container .recg-chart-legend{width:30%;text-align:center}.recg-chart-legend .recg-chart-legend-items{display:inline-block}.recg-chart-legend .recg-chart-legend-item{display:flex;gap:10px;padding-bottom:10px;font-size:20px;align-items:center}.recg-chart-legend .recg-bullet{display:inline-block;border-radius:50%;height:26px;width:26px}.recg-chart-legend .recg-bullet.recg-bullet-red{background-color:#be0c0c}.recg-chart-legend .recg-bullet.recg-bullet-black{background-color:#2e3130}#recg-chart{height:300px}.recg-result-amorization{display:none}.recg-result-amorization.recg-active{display:block}.recg-input-tooltip{color:#d0cfcf;display:flex;position:relative;padding:0 10px;align-items:center}.recg-input-tooltip .recg-tooltip-icon{transition:all .2s}.recg-input-tooltip .recg-tooltip-icon:hover{opacity:.8}.recg-input-tooltip .recg-tooltip-text{width:300px;text-align:center;font-size:14px;left:22px;top:-5px;transform:translate(-50%,-100%);display:none;position:absolute;background-color:#1f2937;color:#fff;padding:8px 8px 5px 8px;border-radius:3px;z-index:1}.recg-input-tooltip.active .recg-tooltip-text{display:flex;align-items:center}.recg-input-tooltip .recg-tooltip-text:before{content:"";position:absolute;bottom:-9px;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#1f2937}.recg-input-tooltip svg.recg-tooltip-icon{vertical-align:unset;cursor:pointer}.recg-input-group input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:25px;height:25px;border:1px solid #000;background-color:#fff;cursor:pointer;transition:all .2s}.recg-input-group input[type=checkbox]:checked{background-color:#be0c0c;border:1px solid #000;box-shadow:inset 0 0 0 2px #fff}@media (max-width:1200px){.recg-header-title{font-size:30px}}@media (max-width:1050px){.recg-header-title{font-size:25px}}@media (max-width:921px){.recg-header-title{font-size:27px}}@media (max-width:768px){.recg-result-section .recg-input-tooltip .recg-tooltip-text{left:-50px}.recg-result-section .recg-input-tooltip .recg-tooltip-text:before{left:74%}.recg-calculator input[type=tel],.recg-calculator select{font-size:18px;height:50px}.recg-input-wrap span{font-size:20px}.recg-section-wrap{margin:0;padding:10px}.recg-header-title{font-size:25px}.recg-btn.recg-calculate{width:80vw}.recg-container{padding:10px}.recg-calculator label{font-size:18px}.recg-results-title{font-size:18px}.recg-results-value{font-size:18px}.recg-summary-value{font-size:55px}}@media (max-width:640px){.recg-header-title{font-size:20px;padding:0}.recg-header{height:60px}}@media (max-width:440px){.recg-header-title{font-size:16px;padding:0}.recg-header{height:60px}.recg-results-title,.recg-results-value{font-size:18px}.recg-results-row-header .recg-results-title{font-size:18px}.recg-calculator label{font-size:16px}.recg-results-title{font-size:16px}.recg-results-value{font-size:16px}}