:root{--brand-color-primary:#008839;--brand-color-secondary:#62c422;--brand-color-background-opacity:#62c4221a;--brand-color-background:#e0f4d8;--text-color:#333;--border-primary:#ccc;--box-shadow-primary:0px 4px 10px #62c422;--font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:100%}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family);font-size:clamp(1rem,1vw + 1rem,1.125rem);height:100vh;line-height:1.6;width:100vw}h1{color:#008839;color:var(--brand-color-primary);font-size:clamp(2rem,5vw + 1rem,3.5rem);font-weight:700;line-height:1.2}h2{font-size:clamp(1.5rem,4vw + .5rem,2.5rem);font-weight:600}h3{font-size:clamp(1.25rem,3vw + .5rem,2rem);font-weight:500}h4{font-size:clamp(1.125rem,2vw + .5rem,1.5rem)}button,input,select,textarea{font:inherit}input{border:1px solid #ccc;border:1px solid var(--border-primary);border-radius:6px;padding:0 .5em;transition:border .2s;width:100%}input,input:focus{outline:none}input:invalid{color:red;outline:none}@media (max-width:450px){body{font-size:.95rem}}.mortgage_section{display:flex;flex-direction:column;gap:2rem;padding:1rem}.primary_btn{background-color:#62c422;background-color:var(--brand-color-secondary);border:none;border-radius:10px;box-shadow:0 4px 10px #62c422;box-shadow:var(--box-shadow-primary);cursor:pointer;font-weight:500;padding:.5em}.modal{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 10px #0000004d;color:var(--brand-color-primary);left:50%;max-width:500px;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%}.modal_content{display:flex;flex-direction:column;gap:1rem}dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:var(--brand-color-background-opacity)}.close-button{background:#0000;border:none;color:var(--brand-color-primary);cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}.form_field,.mortgage_form{display:flex;flex-direction:column}.form_field{gap:.25rem}.form_group:last-of-type{margin-bottom:.5rem}.field_label{align-items:baseline;display:flex;font-weight:600;gap:.5rem;white-space:nowrap}.field_label span{color:grey;font-size:.8rem;font-style:italic;font-weight:300}.input_wrapper{align-items:center;background-color:#f8faff;border:1px solid #ccc;border-radius:6px;display:flex;overflow:hidden;transition:box-shadow .2s ease}.input_wrapper input{background:#0000;border:none;flex:1 1;outline:none}.input_wrapper:focus-within{border-color:var(--brand-color-secondary);box-shadow:0 0 0 2px var(--brand-color-secondary)}.field_unit{align-items:center;background-color:#fff;border-right:1px solid #ccc;color:#333;display:flex;font-weight:500;height:100%;padding:.2em .75em}.input_wrapper.unit-right .field_unit{border-left:1px solid #ccc;border-right:none}.field_error{color:red;font-size:.875rem;font-style:italic;margin:0;min-height:1rem;text-align:end;transition:color .2s}@media (min-width:540px){.form_field{align-items:center;flex-direction:row;justify-content:space-between}.input_wrapper{width:50%}.field_label{flex-direction:column;gap:0}}.table-container{border:1px solid var(--brand-color-primary);border-radius:10px;max-height:300px;max-width:500px;overflow:auto;position:relative;scrollbar-gutter:stable both-edges}.custom-table{border-collapse:initial;border-spacing:0;table-layout:auto;white-space:nowrap;width:100%}.custom-table thead{background-color:var(--brand-color-secondary);color:var(--text-color);position:sticky;text-transform:capitalize;top:0;z-index:1}.custom-table thead th{text-transform:capitalize}.custom-table tbody td,.custom-table tfoot td,.custom-table thead th{padding:8px;text-align:start}.custom-table thead th:first-child{border-top-left-radius:10px}.custom-table thead th:last-child{border-top-right-radius:10px}.custom-table tbody tr:nth-child(2n){background-color:var(--brand-color-background)}.custom-table tfoot{border-top:2px solid var(--brand-color-primary);color:var(--text-color);font-weight:600}.custom-table tfoot td{font-weight:600;padding-top:.75rem;text-align:end}
/*# sourceMappingURL=main.a49e3f03.css.map*/