@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.scroll-to-contact-form{position:fixed;bottom:0;left:0;width:100%;text-align:center;background-color:#4fad4d;color:#fff;padding:10px 0;}.scroll-to-contact-form #scroll-down{position:relative;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-20%);perspective:35vh;}.scroll-to-contact-form .animate-down-icon{padding-top:15px;}.scroll-to-contact-form #scroll-down svg{position:absolute;width:100%;left:50%;transform:translateX(-50%);fill:currentColor;color:#fff;filter:blur(1vh) drop-shadow(0 0 10vh #0fb);animation:scroll-down 2s infinite cubic-bezier(.8,0,.2,1);opacity:0;}.scroll-to-contact-form #scroll-down svg:nth-child(0){animation-delay:0s}.scroll-to-contact-form #scroll-down svg:nth-child(1){animation-delay:.5s}.scroll-to-contact-form #scroll-down svg:nth-child(2){animation-delay:1s}.scroll-to-contact-form #scroll-down svg:nth-child(3){animation-delay:1.5s}@keyframes scroll-down{0%{filter:blur(1vh) drop-shadow(0 0 6vh #00f);opacity:0;top:0;transform:translate(-50%,-50%) scale(.5) rotateX(45deg);color:#b9f;}50%{filter:blur(0) drop-shadow(0 0 10vh #0fb);opacity:1;transform:translate(-50%,-50%) scale(1) rotateX(0);color:#fff;}100%{filter:blur(2vh) drop-shadow(0 0 6vh #f00);opacity:0;top:100%;transform:translate(-50%,-50%) scale(.5) rotateX(0);color:#b9f;}}.calculators-page .seo-body p{padding-bottom:18px;}.js-hvac-form{font-family:"Roboto",sans-serif;background-color:#ffffff;padding:30px;border-radius:8px;box-shadow:0px 6px 10px rgb(0 0 0 / 10%);margin-bottom:40px;}.js-hvac-form *{font-family:"Roboto",sans-serif;}.calculators-page .js-hvac-form p{padding-bottom:10px;font-size:1rem;}.js-hvac-form .form-item{display:flex;flex-direction:column;gap:5px;}.js-hvac-form .form-item label{font-size:16px;font-weight:500;}.js-hvac-form .hvac-checkbox-group .form-item.form-item--checkbox{flex-direction:row;}.js-hvac-form .hvac-radio-group .form-item.form-item--radio{flex-direction:row;}.js-hvac-form .form-checkbox,.js-hvac-form .form-radio{position:absolute;z-index:-1;opacity:0;}.js-hvac-form .form-checkbox + label{position:relative;padding:0 0 0 40px;cursor:pointer;}.js-hvac-form .form-checkbox + label:before{content:'';position:absolute;top:1px;left:0;width:33px;height:17px;border-radius:13px;background:#CDD1DA;box-shadow:inset 0 2px 3px rgba(0,0,0,.2);transition:.2s;}.js-hvac-form .form-checkbox + label:after{content:'';position:absolute;top:3px;left:2px;width:13px;height:13px;border-radius:10px;background:#FFF;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:.2s;}.js-hvac-form .form-checkbox:checked + label:before{background:#4fae4d;}.js-hvac-form .form-checkbox:checked + label:after{left:17px;}.js-hvac-form .form-radio + label{position:relative;padding:0 0 0 30px;cursor:pointer;}.js-hvac-form .form-radio + label:before{content:'';position:absolute;top:0;left:0;width:20px;height:20px;border-radius:50%;border:2px solid #CDD1DA;background:#fff;transition:.2s;}.js-hvac-form .form-radio + label:after{content:'';position:absolute;top:5px;left:5px;width:10px;height:10px;border-radius:50%;background:transparent;transition:.2s;}.js-hvac-form .form-radio:checked + label:before{border-color:#4fae4d;}.js-hvac-form .form-radio:checked + label:after{background:#4fae4d;}.js-hvac-form .form-item .description{font-size:13px;font-weight:600;color:#4f4e4e;}.js-hvac-form .form-item input[type="text"],.js-hvac-form .form-item input[type="number"],.js-hvac-form .form-item input[type="email"],.js-hvac-form .form-item input[type="phone"],.js-hvac-form .form-item input[type="tel"],.js-hvac-form .form-item select{border:1px solid #cfcfcf;padding:10px;font-size:16px;border-radius:5px;}.js-hvac-form .form-item select{cursor:pointer;}.js-hvac-form button:not(.iti__selected-country):not(.iti__country){background-color:#4fae4d;color:#ffffff;display:inline-block;padding:28px 80px;text-transform:uppercase;font-size:16px;border:none;font-weight:700;cursor:pointer;margin:30px 0px;}.js-hvac-form button:not(.iti__selected-country):not(.iti__country):hover{background-color:#041d23;}.js-hvac-form .hvac-form-title{font-size:40px;}.js-hvac-form .hvac-form-subtitle{color:#616161;}.js-hvac-form .hvac-section-title{padding-top:20px;padding-bottom:4px;border-bottom:1px solid #ededed;margin-bottom:20px;font-weight:700;}.hvac-form-title{font-weight:bold;text-align:center;margin-bottom:2rem;color:#1a202c;}.hvac-question-progress{color:#718096;margin-bottom:1rem;}.hvac-question-text{font-weight:600;margin-bottom:1.5rem;color:#2d3748;line-height:1.6;}.hvac-answers-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;}.hvac-answer-option{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all 0.2s ease;}.hvac-answer-option:hover{background-color:#f7fafc;border-color:#cbd5e0;}.hvac-answer-option.selected{border-color:#4fae4d;background-color:#eff6ff;}.hvac-answer-option input[type="radio"]{margin-right:0.75rem;margin-top:0.25rem;flex-shrink:0;}.hvac-answer-option span{flex-grow:1;line-height:1.5;}.hvac-navigation-buttons{display:flex;gap:1rem;}.hvac-navigation-buttons .btn{padding:0.75rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all 0.2s ease;}.hvac-prev-btn{background-color:#6b7280;color:#fff;}.hvac-prev-btn:hover:not(:disabled){background-color:#4b5563;}.hvac-prev-btn:disabled{background-color:#d1d5db;cursor:not-allowed;}.hvac-next-btn{background-color:#4fae4d;color:#fff;flex-grow:1;}.hvac-next-btn:hover{background-color:#4fae4d;}.hvac-results{}.hvac-results-title{font-weight:bold;text-align:center;margin-bottom:2rem;color:#1a202c;}.hvac-result-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0;}.hvac-result-section:last-of-type{border-bottom:none;}.hvac-result-section h3{font-weight:600;margin-bottom:1rem;color:#2d3748;}.hvac-result-section p{line-height:1.7;margin-bottom:0.75rem;color:#4a5568;}.hvac-competencies-list{list-style:disc;padding-left:1.5rem;}.hvac-competencies-list li{margin-bottom:0.5rem;line-height:1.6;}.hvac-growth-potential{color:#4fae4d;}.hvac-profiles-chart{display:flex;align-items:flex-end;justify-content:space-around;height:250px;gap:1rem;margin-top:1.5rem;padding:1rem;background-color:#f7fafc;border-radius:6px;}.hvac-chart-bar{display:flex;flex-direction:column;align-items:center;flex:1;}.hvac-bar{width:100%;max-width:80px;border-radius:4px 4px 0 0;transition:height 0.3s ease;min-height:20px;}.hvac-bar-label{margin-top:0.75rem;text-align:center;font-weight:500;color:#4a5568;}.hvac-contact-form h3{font-weight:600;margin-bottom:1.5rem;color:#2d3748;}.form-group{margin-bottom:1.25rem;}.form-group label{display:block;margin-bottom:0.5rem;font-weight:500;color:#374151;}.form-group .required{color:#dc2626;}.form-group .form-control{width:100%;padding:0.75rem;border:2px solid #e2e8f0;border-radius:6px;transition:border-color 0.2s ease;}.form-group .form-control:focus{outline:none;border-color:#4fae4d;}.hvac-submit-btn{width:100%;padding:0.875rem 1.5rem;background-color:#4fae4d;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color 0.2s ease;}.hvac-submit-btn:hover:not(:disabled){background-color:#041d23;}.hvac-submit-btn:disabled,.js-hvac-form button.hvac-submit-btn:disabled{background-color:#9ca3af !important;cursor:not-allowed !important;opacity:0.7;}.hvac-form-messages{margin-top:1rem;}.hvac-form-messages .alert{padding:1rem;border-radius:6px;margin-bottom:1rem;}.alert-error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5;}.alert-success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7;}.alert-warning{background-color:#fef3c7;color:#92400e;border:1px solid #fcd34d;}.js-hvac-form .form-item.hvac-communication-preferences label{margin-bottom:12px;}.hvac-radio-group .form-item{margin-bottom:0px;}@media (max-width:768px){.hvac-form-wrapper{padding:1.5rem;}.hvac-profiles-chart{height:200px;}}.hvac-calculator-results{display:flex;flex-direction:column;border-bottom:2px solid #4fae4d;padding-bottom:20px;margin-bottom:30px;font-size:0.9rem;}.hvac-calculator-results.hidden{display:none;}.hvac-calculator-results.visible{display:flex;}.hvac-calculator-results-title{font-size:28px;font-weight:700;color:#1a202c;margin:0;}.calc-alert{padding:1rem;border-left-width:4px;border-left-style:solid;margin-bottom:0.5rem;}.calc-alert__title{font-weight:600;margin-bottom:0.25rem;}.calc-alert__text{margin-bottom:0.25rem;}.calc-alert__note{margin-top:0.25rem;}.calc-alert__tip{margin-top:0.5rem;font-weight:500;}.calc-alert--danger{background-color:#fee2e2;border-left-color:#ef4444;}.calc-alert--danger .calc-alert__title{color:#991b1b;}.calc-alert--danger .calc-alert__text{color:#b91c1c;}.calc-alert--danger .calc-alert__note{color:#dc2626;}.calc-alert--danger .calc-alert__tip{color:#dc2626;}.calc-alert--warning{background-color:#ffedd5;border-left-color:#f97316;}.calc-alert--warning .calc-alert__title{color:#9a3412;}.calc-alert--warning .calc-alert__text{color:#c2410c;}.calc-alert--warning .calc-alert__note{color:#ea580c;}.calc-alert--caution{background-color:#fef9c3;border-left-color:#eab308;}.calc-alert--caution .calc-alert__title{color:#854d0e;}.calc-alert--caution .calc-alert__text{color:#a16207;}.calc-alert--caution .calc-alert__note{color:#ca8a04;}.calc-alert--info{background-color:#dbeafe;border-left-color:#3b82f6;}.calc-alert--info .calc-alert__title{color:#1e40af;}.calc-alert--info .calc-alert__text{color:#1d4ed8;}.calc-alert--info .calc-alert__note{color:#2563eb;}.calc-alert--info .calc-alert__tip{color:#2563eb;}.calc-alert--success{background-color:#dcfce7;border-left-color:#22c55e;}.calc-alert--success .calc-alert__title{color:#166534;}.calc-alert--success .calc-alert__text{color:#15803d;}.calc-alert--optimal{background-color:#d1fae5;border-left-color:#10b981;}.calc-alert--optimal .calc-alert__title{color:#065f46;}.calc-alert--optimal .calc-alert__text{color:#047857;}.calc-card{margin-bottom:1rem;}.calc-card__header{display:flex;flex-direction:column;gap:0.375rem;}.calc-card__title{font-weight:600;font-size:28px;}.calc-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;}@media (min-width:768px){.calc-results-grid{grid-template-columns:repeat(3,1fr);}}.calc-result-item{background-color:#ffffff;padding:0.75rem;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.calc-result-item__label{color:#4b5563;margin:0 0 0.25rem 0;}.calc-result-item__value{font-weight:700;margin:0;}.calc-result-item__value--blue{color:#2563eb;}.calc-result-item__value--green{color:#16a34a;}.calc-result-item__value--orange{color:#ea580c;}.calc-result-item__value--purple{color:#9333ea;}.calc-result-item__value--green-dark{color:#15803d;}.calc-result-item__value--emerald{color:#059669;}.calc-phases{display:flex;flex-direction:column;gap:0.75rem;}.calc-phase{display:flex;align-items:center;gap:0.75rem;padding:0.75rem;background-color:#f9fafb;border-radius:0.5rem;}.calc-phase__info{flex:1;}.calc-phase__name{font-weight:600;margin:0;}.calc-phase__details{color:#4b5563;margin:0.25rem 0 0 0;}.calc-phase__stats{text-align:right;}.calc-phase__rate{font-weight:500;margin:0;}.calc-phase__efficiency{color:#6b7280;margin:0.25rem 0 0 0;}.calc-chart{width:100%;min-width:0;margin-bottom:0.5rem;}.calc-chart--evaporation-rate{height:250px;}.calc-chart-container{position:relative;width:100%;}.calc-svg-chart{width:100%;height:100%;font-family:inherit;}.calc-svg-chart .chart-grid{stroke:#e5e7eb;stroke-width:1;}.calc-svg-chart .chart-axis{stroke:#9ca3af;stroke-width:1;}.calc-svg-chart .chart-axis-label{fill:#6b7280;font-size:10px;}.calc-svg-chart .chart-axis-title{fill:#374151;font-size:11px;font-weight:500;}.calc-svg-chart .chart-line{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}.calc-svg-chart .chart-line--moisture{stroke:#3b82f6;}.calc-svg-chart .chart-line--water{stroke:#10b981;}.calc-svg-chart .chart-line--rate{stroke:#f59e0b;}.calc-svg-chart .chart-area{opacity:0.2;}.calc-svg-chart .chart-area--moisture{fill:#3b82f6;}.calc-svg-chart .chart-area--water{fill:#10b981;}.calc-svg-chart .chart-area--rate{fill:#f59e0b;}.calc-svg-chart .chart-dot--moisture{fill:#3b82f6;}.calc-svg-chart .chart-dot--water{fill:#10b981;}.calc-svg-chart .chart-dot--rate{fill:#f59e0b;}.calc-chart-overlay{cursor:crosshair;}.calc-chart-tooltip{display:none;position:absolute;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:0.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);padding:0.75rem;z-index:100;pointer-events:none;min-width:160px;}.calc-chart-tooltip__time{font-weight:600;color:#374151;margin-bottom:0.5rem;padding-bottom:0.375rem;border-bottom:1px solid #e5e7eb;}.calc-chart-tooltip__item{display:flex;align-items:center;gap:0.5rem;margin-top:0.375rem;}.calc-chart-tooltip__color{width:10px;height:10px;border-radius:2px;flex-shrink:0;}.calc-chart-tooltip__label{color:#6b7280;}.calc-chart-tooltip__value{font-weight:600;color:#1f2937;margin-left:auto;}.calc-chart-tooltip-group{pointer-events:none;}.calc-chart-hover-line{stroke:#9ca3af;stroke-width:1;stroke-dasharray:4 4;}.calc-chart-dot-moisture,.calc-chart-dot-water,.calc-chart-dot-rate{transition:cx 0.05s ease-out,cy 0.05s ease-out;}.calc-chart-legend{display:flex;justify-content:center;gap:1.5rem;margin-top:0.75rem;}.calc-chart-legend__item{display:flex;align-items:center;gap:0.375rem;}.calc-chart-legend__color{width:12px;height:12px;border-radius:2px;}.calc-chart-legend__color--blue{background-color:#3b82f6;}.calc-chart-legend__color--green{background-color:#10b981;}.calc-chart-legend__color--amber{background-color:#f59e0b;}.calc-chart-legend__label{color:#4b5563;}.calc-details{display:flex;flex-direction:column;gap:1rem;}.calc-details__section{margin-bottom:0;}.calc-details__header{font-weight:600;color:#374151;margin:0 0 0.5rem 0;padding-bottom:0.25rem;border-bottom:1px solid #e5e7eb;}.calc-details__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;}@media (min-width:768px){.calc-details__grid{grid-template-columns:repeat(3,1fr);}}.calc-details__item{display:flex;flex-direction:column;}.calc-details__label{color:#4b5563;margin:0;}.calc-details__value{font-weight:600;margin:0;}.calc-details__value--blue{color:#2563eb;}.calc-details__value--orange{color:#ea580c;}.calc-details__value--red{color:#dc2626;}.calc-details__value--green{color:#16a34a;}.calc-details__note{color:#6b7280;margin:0;}.calc-energy-header{grid-column:span 2;background-color:#eff6ff;padding:0.5rem;border-radius:0.25rem;margin-top:0.5rem;}@media (min-width:768px){.calc-energy-header{grid-column:span 3;}}.calc-energy-header__title{font-weight:600;color:#1e40af;margin:0 0 0.25rem 0;}.calc-energy-divider{grid-column:span 2;border-top:1px solid #e5e7eb;padding-top:0.5rem;margin-top:0.5rem;}@media (min-width:768px){.calc-energy-divider{grid-column:span 3;}}.calc-energy-divider__title{font-weight:600;color:#374151;margin:0 0 0.5rem 0;}.calc-energy-type{padding:0.5rem;border-radius:0.25rem;}.calc-energy-type--adsorption{background-color:#f0fdf4;}.calc-energy-type--compressor{background-color:#eff6ff;}.calc-energy-type--savings{background-color:#faf5ff;}.calc-energy-type__label{color:#4b5563;margin:0;}.calc-energy-type__value{font-weight:600;margin:0;}.calc-energy-type__value--green{color:#15803d;}.calc-energy-type__value--blue{color:#1d4ed8;}.calc-energy-type__cost{font-weight:700;margin:0;}.calc-energy-type__cost--green{color:#166534;}.calc-energy-type__cost--blue{color:#1e40af;}.calc-energy-type__cost--purple{color:#7c3aed;}.calc-energy-type__note{color:#6b7280;margin:0;}.calc-recommendations{display:flex;flex-direction:column;gap:0.75rem;}.calc-recommendation{padding:1rem;}.calc-recommendation--optimal{background-color:#eff6ff;}.calc-recommendation--preparation{background-color:#f0fdf4;}.calc-recommendation--economic{background-color:#fffbeb;border-left:4px solid #f59e0b;}.calc-recommendation__title{font-weight:600;margin:0 0 0.5rem 0;}.calc-recommendation__title--amber{color:#92400e;}.calc-recommendation__list{list-style-type:disc;padding-left:1.25rem;font-size:17px;margin:0;}.calc-recommendation__list li{margin-bottom:0.25rem;}.calc-recommendation__text{margin:0;}.calc-cost-breakdown{margin-bottom:0.75rem;padding:0.75rem;background-color:#ffffff;border-radius:0.25rem;}.calc-cost-breakdown__title{font-weight:600;margin:0 0 0.5rem 0;}.calc-cost-breakdown__items{display:flex;flex-direction:column;gap:0.25rem;}.calc-cost-item{display:flex;justify-content:space-between;}.calc-cost-item__label{color:#4b5563;}.calc-cost-item__value{font-weight:600;}.calc-cost-item__value--orange{color:#ea580c;}.calc-cost-item--total{border-top:1px solid #e5e7eb;padding-top:0.25rem;margin-top:0.25rem;}.calc-cost-item--total .calc-cost-item__label{font-weight:600;}.calc-cost-item--total .calc-cost-item__value--green{font-weight:700;color:#15803d;}.calc-cost-item--total .calc-cost-item__value--blue{font-weight:700;color:#1d4ed8;}.calc-economic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem;margin-bottom:0.75rem;}.calc-economic-item{padding:0.5rem;background-color:#ffffff;border-radius:0.25rem;}.calc-economic-item--highlight{background-color:#f0fdf4;}.calc-economic-item__label{color:#4b5563;margin:0;}.calc-economic-item__value{font-weight:600;margin:0;}.calc-economic-item__value--green{color:#15803d;}.calc-savings-tips{margin-top:0.75rem;padding:0.75rem;background-color:#eff6ff;border-radius:0.25rem;border:1px solid #bfdbfe;}.calc-savings-tips__title{font-weight:600;color:#1e40af;margin:0 0 0.25rem 0;}.calc-savings-tips__list{font-size:17px;color:#1d4ed8;list-style-type:none;padding:0;margin:0;}.calc-savings-tips__list li{margin-bottom:0.25rem;}.calc-evaporation-rates{display:grid;grid-template-columns:repeat(2,1fr);gap:0.5rem;}@media (min-width:768px){.calc-evaporation-rates{grid-template-columns:repeat(4,1fr);}}.calc-evaporation-rate{padding:0.5rem;border-radius:0.25rem;}.calc-evaporation-rate--theoretical{background-color:#eff6ff;}.calc-evaporation-rate--actual{background-color:#f0fdf4;}.calc-evaporation-rate--falling{background-color:#fffbeb;}.calc-evaporation-rate--average{background-color:#faf5ff;}.calc-evaporation-rate__label{color:#4b5563;margin:0;}.calc-evaporation-rate__value{font-weight:600;margin:0;}.calc-evaporation-rate__value--blue{color:#2563eb;}.calc-evaporation-rate__value--green{color:#16a34a;}.calc-evaporation-rate__value--amber{color:#d97706;}.calc-evaporation-rate__value--purple{color:#9333ea;}.calc-evaporation-rate__unit{color:#6b7280;margin:0;}.hvac-empty-state{display:flex;align-items:center;justify-content:center;min-height:12rem;color:#9ca3af;text-align:center;padding:2rem;}.calc-full-width{grid-column:span 2;}@media (min-width:768px){.calc-full-width{grid-column:span 3;}}.hidden{display:none !important;}.visible{display:flex !important;}.js-hvac-form .iti{width:100%;display:flex;flex-direction:row;}.js-hvac-form .iti__country-container{position:relative;flex-shrink:0;}.js-hvac-form .iti__selected-country{display:flex;align-items:center;justify-content:center;padding:10px 12px;background:#f9fafb;border:1px solid #cfcfcf;border-right:none;border-radius:5px 0 0 5px;cursor:pointer;margin:0;height:100%;min-width:90px;box-sizing:border-box;}.js-hvac-form .iti__selected-country:hover{background-color:#e5e7eb;}.js-hvac-form .iti__selected-dial-code{margin-left:6px;font-size:15px;color:#374151;font-weight:500;text-transform:none;}.js-hvac-form .iti input[type="tel"],.js-hvac-form .iti input[type="tel"].iti__tel-input{flex:1;width:100% !important;border:1px solid #cfcfcf !important;padding:10px 12px !important;padding-left:12px !important;margin-left:0 !important;font-size:16px;border-radius:0 5px 5px 0 !important;box-sizing:border-box;min-width:0;}.js-hvac-form .iti input[type="tel"]:focus{outline:none;border-color:#4fae4d;}.js-hvac-form .iti input[type="tel"]::placeholder{color:#9ca3af;}.js-hvac-form .iti__country-list{z-index:1000;border:1px solid #cfcfcf;border-radius:5px;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);max-height:250px;}.js-hvac-form .iti__country{padding:8px 10px;font-size:14px;}.js-hvac-form .iti__country:hover{background-color:#f3f4f6;}.js-hvac-form .iti__country.iti__highlight{background-color:#eff6ff;}.js-hvac-form .iti__country-name{margin-right:6px;}.js-hvac-form .iti__dial-code{color:#6b7280;}.js-hvac-form .iti__divider{border-bottom:1px solid #e5e7eb;margin:4px 0;}.js-hvac-form .iti__search-input{padding:8px 10px;border:1px solid #cfcfcf;border-radius:4px;font-size:14px;margin:8px;width:calc(100% - 16px);}.js-hvac-form .iti--invalid input[type="tel"]{border-color:#ef4444;}.js-hvac-form .iti--valid input[type="tel"]{border-color:#22c55e;}.js-hvac-form .iti__arrow{margin-left:6px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #374151;}.js-hvac-form .iti__arrow--up{border-top:none;border-bottom:5px solid #374151;}.js-hvac-form .iti__selected-country,.js-hvac-form .iti__country{font-weight:400 !important;text-transform:none !important;font-size:14px !important;}

.hp-calc-pro{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.5;color:#1f2937;max-width:72rem;margin:0 auto;padding:1rem;background:#f9fafb;min-height:100vh;}.hp-calc-pro__header{text-align:center;margin-bottom:1.5rem;}.hp-calc-pro__header h1{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 0.5rem 0;}.hp-calc-pro__header p{color:#6b7280;margin:0;}.hp-calc-pro__warnings{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:0.5rem;}.hp-calc-pro__warning{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;background:#fff7ed;border:1px solid #fed7aa;border-radius:0.5rem;color:#9a3412;font-size:0.875rem;}.hp-calc-pro__tabs{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.5rem;background:#fff;padding:0.5rem;border-radius:0.75rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.hp-calc-pro__tab{flex:1;min-width:fit-content;padding:0.75rem 1rem;background:transparent;border:none;border-radius:0.5rem;font-size:0.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all 0.2s;}.hp-calc-pro__tab:hover{background:#f3f4f6;color:#374151;}.hp-calc-pro__tab--active{background:#2563eb;color:#fff;}.hp-calc-pro__tab--active:hover{background:#1d4ed8;color:#fff;}.hp-calc-pro__content{margin-bottom:2rem;}.hp-calc-pro__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}@media (min-width:1024px){.hp-calc-pro__grid{grid-template-columns:1fr 1fr;}}.hp-calc-pro__card{background:#fff;border-radius:0.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);}.hp-calc-pro__card h2{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.25rem 0;}.hp-calc-pro__form-fields{display:flex;flex-direction:column;gap:1rem;}.hp-calc-pro__form-group{display:flex;flex-direction:column;}.hp-calc-pro__form-group label{font-size:0.875rem;font-weight:500;color:#374151;margin-bottom:0.375rem;}.hp-calc-pro__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}.hp-calc-pro__input,.hp-calc-pro__select{width:100%;padding:0.625rem 0.75rem;border:1px solid #d1d5db;border-radius:0.5rem;font-size:0.9375rem;transition:border-color 0.2s;}.hp-calc-pro__input:focus,.hp-calc-pro__select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.1);}.hp-calc-pro__range{width:100%;height:0.5rem;border-radius:0.25rem;background:#e5e7eb;cursor:pointer;accent-color:#2563eb;}.hp-calc-pro__hint{font-size:0.75rem;color:#6b7280;margin:0.25rem 0 0 0;}.hp-calc-pro__checkbox-group{display:flex;flex-direction:column;gap:0.5rem;}.hp-calc-pro__checkbox{display:flex;align-items:center;gap:0.5rem;cursor:pointer;}.hp-calc-pro__checkbox input{width:1rem;height:1rem;accent-color:#2563eb;}.hp-calc-pro__checkbox span{font-size:0.875rem;color:#374151;}.hp-calc-pro__radio-group{display:flex;flex-direction:column;gap:0.5rem;}.hp-calc-pro__radio{display:flex;align-items:center;gap:0.5rem;cursor:pointer;}.hp-calc-pro__radio input{width:1rem;height:1rem;accent-color:#2563eb;}.hp-calc-pro__radio span{font-size:0.875rem;color:#374151;}.hp-calc-pro__total-box{padding:1rem;background:#eff6ff;border-radius:0.5rem;text-align:center;}.hp-calc-pro__total-label{font-size:0.875rem;color:#1e40af;margin-bottom:0.25rem;}.hp-calc-pro__total-value{font-size:1.5rem;font-weight:700;color:#2563eb;}.hp-calc-pro__results{display:flex;flex-direction:column;gap:1.5rem;}.hp-calc-pro__results-grid{display:grid;grid-template-columns:1fr;gap:1rem;}@media (min-width:1024px){.hp-calc-pro__results-grid{grid-template-columns:repeat(3,1fr);}}.hp-calc-pro__cost-item{padding:0.75rem 1rem;border-radius:0.5rem;margin-bottom:0.5rem;border:1px solid;}.hp-calc-pro__cost-item--red{background:#fef2f2;border-color:#fecaca;}.hp-calc-pro__cost-item--red .hp-calc-pro__cost-label{color:#991b1b;}.hp-calc-pro__cost-item--red .hp-calc-pro__cost-value{color:#dc2626;}.hp-calc-pro__cost-item--orange{background:#fff7ed;border-color:#fed7aa;}.hp-calc-pro__cost-item--orange .hp-calc-pro__cost-label{color:#9a3412;}.hp-calc-pro__cost-item--orange .hp-calc-pro__cost-value{color:#ea580c;}.hp-calc-pro__cost-item--green{background:#f0fdf4;border-color:#86efac;border-width:2px;}.hp-calc-pro__cost-item--green .hp-calc-pro__cost-label{color:#166534;}.hp-calc-pro__cost-item--green .hp-calc-pro__cost-value{color:#16a34a;}.hp-calc-pro__cost-label{font-size:0.875rem;font-weight:500;}.hp-calc-pro__cost-value{font-size:1.125rem;font-weight:700;}.hp-calc-pro__cost-note{font-size:0.75rem;color:#16a34a;}.hp-calc-pro__savings-row{display:flex;justify-content:space-between;align-items:center;padding:0.75rem;border-radius:0.375rem;margin-bottom:0.5rem;}.hp-calc-pro__savings-row span:last-child{font-weight:700;}.hp-calc-pro__savings-row--current{background:#fef2f2;}.hp-calc-pro__savings-row--current span:last-child{color:#dc2626;}.hp-calc-pro__savings-row--hp{background:#f0fdf4;}.hp-calc-pro__savings-row--hp span:last-child{color:#16a34a;}.hp-calc-pro__savings-row--economy{background:#eff6ff;border:2px solid #bfdbfe;}.hp-calc-pro__savings-row--economy span:last-child{color:#2563eb;}.hp-calc-pro__payback{text-align:center;margin-top:1rem;}.hp-calc-pro__payback-value{font-size:1.75rem;font-weight:700;color:#16a34a;}.hp-calc-pro__payback-label{font-size:0.875rem;color:#6b7280;}.hp-calc-pro__forecast-list{display:flex;flex-direction:column;gap:0.5rem;}.hp-calc-pro__forecast-row{display:flex;justify-content:space-between;font-size:0.875rem;}.hp-calc-pro__forecast-total{display:flex;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:0.75rem;margin-top:0.75rem;font-weight:700;}.hp-calc-pro__text--green{color:#16a34a;}.hp-calc-pro__text--red{color:#dc2626;}.hp-calc-pro__card--tech h2{display:flex;align-items:center;gap:0.5rem;}.hp-calc-pro__tech-grid{display:grid;grid-template-columns:1fr;gap:0.75rem;font-size:0.875rem;}@media (min-width:768px){.hp-calc-pro__tech-grid{grid-template-columns:repeat(3,1fr);}}.hp-calc-pro__tech-label{font-weight:500;}.hp-calc-pro__actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;}.hp-calc-pro__btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;border-radius:0.5rem;font-size:0.9375rem;font-weight:500;border:none;cursor:pointer;transition:all 0.2s;}.hp-calc-pro__btn--recalc{background:#2563eb;color:#fff;}.hp-calc-pro__btn--recalc:hover{background:#1d4ed8;}.hp-calc-pro__btn--print{background:#fff;color:#374151;border:1px solid #d1d5db;}.hp-calc-pro__btn--print:hover{background:#f9fafb;}.hp-calc-pro__footer{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;}.hp-calc-pro__footer p{font-size:0.75rem;color:#9ca3af;margin:0 0 0.25rem 0;}@media (max-width:640px){.hp-calc-pro__header h1{font-size:1.375rem;}.hp-calc-pro__tabs{flex-direction:column;}.hp-calc-pro__form-row{grid-template-columns:1fr;}}@media print{.hp-calc-pro{background:#fff;}.hp-calc-pro__tabs,.hp-calc-pro__actions{display:none;}}
.mycond-language-switcher__region-title{margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #bbbbbb;color:#4fae4d;font-weight:600;font-size:18px;}.mycond-language-switcher__region{margin-bottom:20px;}.mycond-language-switcher__region:last-child{margin-bottom:0;}.mycond-language-switcher__countries{list-style:none;padding:0;margin:0;}.mycond-language-switcher__country{margin-bottom:8px;}.mycond-current-language{cursor:pointer;}.mycond-current-language .arrow-down{background-image:url(/modules/custom_modules/mycond_language_switcher/images/arrow-down.svg);background-repeat:no-repeat;background-size:12px;width:12px;height:12px;display:block;background-position:center;}.mycond-language-switcher__country-link{cursor:pointer;}.mycond-language-switcher__country-link,.mycond-current-language .mycond-current-language__wrapper{display:flex;align-items:center;text-decoration:none;color:#333;padding:5px;border-radius:4px;transition:background-color 0.2s;}.mycond-language-switcher__country-link.no-translate{opacity:0.3;}.mycond-current-language .mycond-current-language__wrapper{gap:10px;font-size:15px;}.mycond-language-switcher__country-link:hover{background-color:#f5f5f5;}.mycond-language-switcher__country-link--active{font-weight:bold;background-color:#f0f0f0;}.mycond-language-switcher__flag{width:24px;height:16px;margin-right:8px;border:1px solid #ddd;}.mycond-language-switcher__name{display:flex;flex-direction:column;}.mycond-language-switcher__country-name{font-size:14px;text-transform:capitalize;}.mycond-language-switcher__language-name{font-size:12px;color:#666;}
.library-pre{max-height:200px;overflow-x:hidden;overflow-y:auto;background-color:#000;color:#fff;padding:10px;line-height:15px;margin-bottom:40px;}.path-library .breadcrumb span:nth-child(3),.path-library .breadcrumb span:nth-child(4){display:none;}.hidden{display:none;}.h2-title{font-size:34px;line-height:34px;margin-bottom:20px;color:#4fae4d;}.h3-title{font-size:20px;line-height:34px;margin-bottom:20px;}.flex-table .flex-table-row{cursor:pointer;text-decoration:none;color:#000;}.flex-table .flex-table-row,.flex-table .flex-table-head{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px;margin-bottom:4px;}.flex-table .flex-table-row .flex-table-item,.flex-table .flex-table-head .flex-table-item{flex:1;background-color:#f1f1f1;padding:10px;text-align:center;justify-content:center;display:flex;align-items:center;min-height:63px;}.flex-table .flex-table-row:hover .flex-table-item{background-color:#dddddd;}.flex-table .flex-table-head .flex-table-item{background-color:#4fae4d;color:#fff;min-height:inherit;}.flex-table .flex-table-row .flex-table-item:first-child{text-align:left;justify-content:flex-start;}.table-item{margin-bottom:40px;}.table-item .extension{background-image:url(/modules/mycond/mycond_library/images/file-icon.svg);background-size:44px;background-repeat:no-repeat;background-position:center;font-size:0;}.table-item .extension.pdf-icon{background-image:url(/modules/mycond/mycond_library/images/pdf-icon.svg);background-size:44px;background-repeat:no-repeat;background-position:center;font-size:0;}.table-item .extension.rfa-icon{background-image:url(/modules/mycond/mycond_library/images/rfa-icon.svg);background-size:44px;background-repeat:no-repeat;background-position:center;font-size:0;}.marketing-library .library-boxes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:30px;margin-bottom:70px;}.marketing-library .library-boxes .library-box{background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 0px;border-radius:4px;box-shadow:0px 5px 20px rgb(0 0 0 / 22%);}.marketing-library .library-boxes .library-box .image{display:flex;flex-direction:column;min-height:270px;justify-content:center;align-items:center;}.marketing-library .library-boxes .library-box p{padding:15px;color:#000;}.current-filter.row{background-color:#f1f1f1;padding:15px;margin-bottom:40px;display:none;}.current-filter.row.show{display:flex;}.current-filter span{color:#000;display:inline-block;font-size:16px;padding:5px 20px;border-radius:50px;background-color:#fff;margin-left:10px;}.current-filter a{background-image:url(/modules/mycond/mycond_library/images/reset-filter.svg);background-size:27px;background-repeat:no-repeat;height:30px;display:block;color:#f44336;padding-left:30px;margin-left:16px;}.library-search{position:relative;margin-bottom:40px;}.library-search #search-input{border:1px solid #ccc;width:100%;padding:20px;font-family:'Proxima Nova Regular';font-weight:normal;font-size:20px;line-height:1.3;color:#041d23;}.library-search #reset-search{background-image:url(/modules/mycond/mycond_library/images/reset-filter.svg);background-size:27px;background-repeat:no-repeat;height:30px;width:30px;border:none;background-color:transparent;cursor:pointer;font-size:0;position:absolute;top:20px;right:10px;}.select-library{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:15px;margin-bottom:30px;}.select-library a{background-color:#f1f1f1;text-align:center;padding:30px 0px;color:#000;}.select-library a div{font-family:'Proxima Nova Black';}.select-library a:hover,.select-library a.active{background-color:#4fae4d;color:#fff;}.flex-table .flex-table-row .flex-table-item .mob-label{display:none;}.no-library-date{text-align:center;padding:100px 0px;font-size:28px;}@media only screen and (max-width:1024px){.marketing-library .library-boxes{grid-template-columns:repeat(3,minmax(0,1fr));}}@media only screen and (max-width:768px){.marketing-library .library-boxes{grid-template-columns:repeat(2,minmax(0,1fr));}.flex-table .flex-table-head{display:none;}.flex-table .flex-table-row .flex-table-item .mob-label{display:inline-block;margin-right:7px;color:#4fae4d;}.flex-table .flex-table-row{flex-direction:column;gap:0;background-color:#f1f1f1;position:relative;padding:8px 0px;}.flex-table .flex-table-row:hover .flex-table-item{background-color:#f1f1f1;}.flex-table .flex-table-row .flex-table-item{background-color:transparent;text-align:left;justify-content:flex-start;align-items:flex-start;min-height:inherit;padding:2px 10px;}.flex-table .flex-table-row .flex-table-item.extension{display:none;}}@media only screen and (max-width:414px){.select-library a{padding:10px 0px;}.current-filter.row{gap:10px 0px;flex-direction:column;align-items:flex-start;}.current-filter a,.current-filter span{margin-left:0;}}
body.popup-systems-open{overflow:hidden;}.popup-systems-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.7);z-index:9998;display:none;opacity:0;transition:opacity 0.3s ease;}.popup-systems-overlay.popup-systems-active{display:block;opacity:1;}.popup-systems-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ffffff;z-index:9999;display:none;overflow:auto;opacity:0;transition:opacity 0.3s ease;box-shadow:0px 10px 110px rgb(0 0 0 / 25%);}.popup-systems-container.popup-systems-active{display:block;opacity:1;}.popup-systems-header{position:relative;padding:24px 20px;background-color:#4fae4d;color:#ffffff;}.popup-systems-close{position:absolute;top:10px;right:15px;background:none;border:none;color:#ffffff;font-size:28px;font-weight:bold;line-height:1;cursor:pointer;padding:0;width:30px;height:30px;text-align:center;}.popup-systems-close:hover{color:#000000;}.popup-systems-content{padding:20px;color:#000000;}.popup-systems-content .block{margin-bottom:20px;}.popup-systems-content .block:last-child{margin-bottom:0;}.popup-systems-content a{color:#4fae4d;text-decoration:underline;}.popup-systems-content a:hover{color:#000000;}.popup-systems-content button,.popup-systems-content input[type="submit"],.popup-systems-content .button{background-color:#4fae4d;color:#ffffff;border:none;padding:10px 20px;cursor:pointer;font-size:14px;}.popup-systems-content button:hover,.popup-systems-content input[type="submit"]:hover,.popup-systems-content .button:hover{background-color:#000000;}@media screen and (max-width:768px){.popup-systems-container{width:90% !important;height:auto !important;max-height:90%;}.popup-systems-content{padding:15px;}}
