body,h1,h2,h3,h4,button{font-family:Raleway,sans-serif}h5,h6,p,span,li,a,label{font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}.calculator-hero-section{background:linear-gradient(135deg,#1e1e1e,#2d2d2d);justify-content:center;align-items:center;height:auto;min-height:90vh;padding:30px 0;display:flex}.calculator-hero-section .text-content{text-align:center;width:90%;margin:auto}.calculator-hero-section .text-content h1{color:#fff;margin-bottom:12px;font-weight:700}.calculator-hero-section .text-content p{color:#ff8a8a;max-width:570px;margin:0 auto 2px;font-weight:400}.calculator-hero-section .text-content h3{color:#ff8a8a;font-weight:700}.calculator-hero-section .calculator-card{margin-top:40px;max-width:900px;margin-inline:auto}.calculator-hero-section .calculator-card.wide-layout{max-width:2000px}.calculator-hero-section .card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.calculator-hero-section .card-header .back-button{color:#ff5757;cursor:pointer;background:#fff;border:1px solid #444;border-radius:50%;padding:8px}.calculator-hero-section .card-header .back-button:disabled{opacity:0}.calculator-hero-section .card-header .progress-label{color:#888}.calculator-hero-section .progress-track{background:#333;border-radius:2px;width:100%;height:4px;margin-bottom:40px}.calculator-hero-section .progress-track .progress-fill{background:#ff4d4d;height:100%}.calculator-hero-section .question-title{color:#fff;text-align:left;margin-bottom:40px;font-weight:700}.calculator-hero-section .options-grid{flex-wrap:wrap;gap:15px;display:flex}.calculator-hero-section .options-grid .option-button{cursor:pointer;background:#fff;border:none;border-radius:12px;flex:0 0 calc(50% - 7.5px);align-items:center;padding:20px;display:flex}.calculator-hero-section .options-grid .option-button span{color:#333;font-size:18px;font-weight:600}.calculator-hero-section .options-grid .option-button .custom-checkbox{background:0 0;border:2px solid #ccc;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;margin-right:15px;transition:all .2s;display:flex}.calculator-hero-section .options-grid .option-button .custom-checkbox svg{color:#fff;opacity:0;transition:all .2s;transform:scale(.5)}.calculator-hero-section .options-grid .option-button .custom-checkbox.checked{background:#ff5757;border-color:#ff5757}.calculator-hero-section .options-grid .option-button .custom-checkbox.checked svg{opacity:1;transform:scale(1)}.calculator-hero-section .options-grid .option-button:hover{box-shadow:0 10px 20px #ff4d4d33}.calculator-hero-section .options-grid .option-button:hover .radio-indicator{border-color:#ff4d4d}.calculator-hero-section .options-grid .option-button:hover .radio-indicator .radio-dot{opacity:1}.calculator-hero-section .options-grid .option-button.active{box-shadow:1px 0 13px #ff00008a}.calculator-hero-section .options-grid .option-button.active .radio-indicator{border-color:#ff5757}.calculator-hero-section .options-grid .option-button.active .radio-indicator .radio-dot{opacity:1}.calculator-hero-section .options-grid .option-button .radio-indicator{border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:15px;display:flex}.calculator-hero-section .options-grid .option-button .radio-indicator .radio-dot{opacity:0;background:#ff5757;border-radius:50%;width:10px;height:10px;transition:all .2s}.calculator-hero-section .options-grid .next-btn-wrapper{justify-content:center;width:100%;display:flex;position:relative}.calculator-hero-section .options-grid .next-btn-wrapper .action-btn{border-radius:8px;margin-top:40px;font-weight:700}.calculator-hero-section .options-grid .next-btn-wrapper .module-warning{color:#00d084;text-align:center;opacity:0;pointer-events:none;white-space:normal;width:max-content;max-width:90%;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;transition:all .3s;position:absolute;bottom:60px;left:50%;transform:translate(-50%)translateY(10px)}.calculator-hero-section .options-grid .next-btn-wrapper .module-warning.show{opacity:1;transform:translate(-50%)translateY(0)}.calculator-hero-section .slider-section{margin:auto;padding:20px 0;position:relative}.calculator-hero-section .slider-section .action-btn{border-radius:8px;margin-top:30px;font-weight:700}.calculator-hero-section .slider-wrapper{flex-direction:column;margin:60px 0 20px;display:flex;position:relative}.calculator-hero-section .warning-msg{color:#00d084;text-align:center;opacity:0;pointer-events:none;white-space:nowrap;pointer-events:none;font-size:16px;font-weight:500;transition:all .3s;position:absolute;bottom:60px;left:50%;transform:translate(-50%)translateY(10px)}.calculator-hero-section .warning-msg span{color:#ff5757;cursor:pointer;pointer-events:auto;font-weight:600;text-decoration:underline}.calculator-hero-section .warning-msg.show{opacity:1;transform:translate(-50%)translateY(0)}.calculator-hero-section .slider-input{appearance:none;cursor:pointer;border-radius:20px;outline:none;width:100%;height:12px}.calculator-hero-section .slider-input::-webkit-slider-thumb{appearance:none;cursor:pointer;z-index:3;background:#ff5757;border:3px solid #fff;border-radius:50%;width:22px;height:22px;position:relative}.calculator-hero-section .slider-fill{pointer-events:none;background:linear-gradient(90deg,#fff,#ff6b6b);border-radius:20px;height:14px;position:absolute;top:10%;left:0;transform:translateY(-50%)}.calculator-hero-section .slider-tooltip{color:#fff;white-space:nowrap;background:#ff5757;border-radius:8px;padding:4px 12px;font-family:Montserrat,sans-serif;font-weight:700;position:absolute;top:-45px;transform:translate(-28%)}.calculator-hero-section .slider-tooltip:after{content:"";border-top:6px solid #ff5757;border-left:6px solid #0000;border-right:6px solid #0000;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.calculator-hero-section .slider-labels{color:#fff;justify-content:space-between;margin-top:15px;font-weight:700;display:flex}.calculator-hero-section .manual-input-wrapper{justify-content:flex-end;margin-bottom:60px;display:flex}.calculator-hero-section .manual-input-box{color:#ff5757;background:#fff;border-radius:8px;align-items:center;gap:10px;padding:5px 20px;font-family:Montserrat,sans-serif;font-size:24px;font-weight:700;display:flex}.calculator-hero-section .manual-controls{flex-direction:column;gap:8px;display:flex}.calculator-hero-section .control-btn{color:#ff5757;cursor:pointer;background:#fff;border:1px solid #ff5757;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-size:14px;display:flex}.calculator-hero-section .control-btn:hover{color:#fff;background:#ff5757}.calculator-hero-section .cost-form-container{max-width:600px;margin:0 auto}.calculator-hero-section .cost-form-container .contact-header{margin-bottom:20px}.calculator-hero-section .cost-form-container .contact-header .contact-title{color:#fff;margin-bottom:40px;font-weight:600}.calculator-hero-section .cost-form-container .form-header{margin-bottom:20px}.calculator-hero-section .cost-form-container .form-header .back-button{color:#ff5757;cursor:pointer;background:#fff;border:1px solid #444;border-radius:50%;padding:8px}.calculator-hero-section .cost-form-container .form-header .back-button:disabled{opacity:0}.calculator-hero-section .cost-form-container .inputs-wrapper{flex-direction:column;gap:22px;display:flex}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group{flex-direction:column;display:flex;position:relative}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .form-input,.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .form-control{background-color:#fff;border:1px solid #ddd;outline:none;height:62px;padding:20px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;transition:all .2s;border-radius:8px!important;width:100%!important}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .form-input:focus,.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .form-control:focus{box-shadow:none!important;border-color:#ff5757!important;outline:none!important}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container{width:100%}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .form-control{padding-left:58px!important}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:8px 0 0 8px;transition:all .2s}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown:hover,.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown.open{background-color:#f8f8f8}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown .selected-flag{border-radius:8px 0 0 8px;width:48px;padding:0 0 0 14px}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown .selected-flag:hover,.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container .flag-dropdown .selected-flag:focus{background-color:#f0f0f0}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-input-container:focus-within .flag-dropdown{border-right:1px solid #eee}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-dropdown{color:#000;border-radius:8px;font-family:Montserrat,sans-serif;box-shadow:0 4px 12px #0000001a}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-dropdown .country{padding:10px}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-dropdown .country:hover{background-color:#fff5f5}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .phone-dropdown .country.highlight{color:#ff5757;background-color:#fff5f5}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .error-message{color:#ff8c8c;font-size:13px;top:62px}.calculator-hero-section .cost-form-container .form-footer{justify-content:center;margin-top:20px;display:flex}.calculator-hero-section .cost-form-container .form-footer .action-btn{border-radius:8px;margin-top:27px;font-weight:700}.calculator-hero-section .results-container{text-align:center}.calculator-hero-section .results-container .results-title{color:#fff;margin-bottom:40px;font-weight:900}.calculator-hero-section .results-container .action-btn{border-radius:8px;font-weight:700}.calculator-hero-section .results-container .main-result-card{background:#fff;border-radius:20px;margin-bottom:25px;padding:30px}.calculator-hero-section .results-container .main-result-card .result-label{color:#ff5757;margin-bottom:5px;font-weight:600}.calculator-hero-section .results-container .main-result-card .result-value{font-family:Montserrat,sans-serif;font-size:28px;font-weight:800}.calculator-hero-section .results-container .results-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.calculator-hero-section .results-container .results-grid .sub-card{text-align:center;background:#fff;border-radius:15px;padding:20px}.calculator-hero-section .results-container .results-grid .sub-card .sub-label{margin-bottom:8px;font-size:14px;font-weight:700}.calculator-hero-section .results-container .results-grid .sub-card .pink{color:#ff5757}.calculator-hero-section .results-container .results-grid .sub-card .sub-value{font-family:Montserrat,sans-serif;font-size:22px;font-weight:700}.calculator-hero-section .results-container .disclaimer{text-align:center;color:#00d084;font-size:14px;font-weight:600}@media (max-width:992px){.calculator-hero-section .cost-form-container{width:100%;max-width:100%;padding:0 10px}.calculator-hero-section .results-contact-wrapper{flex-direction:column}}@media (max-width:576px){.calculator-hero-section{padding:20px 0}.calculator-hero-section .text-content h1{font-size:24px}.calculator-hero-section .text-content p{font-size:14px}.calculator-hero-section .text-content h3{font-size:16px}.calculator-hero-section .options-grid .next-btn-wrapper .module-warning{width:90%;font-size:12px;bottom:65px;left:50%;transform:translate(-50%)translateY(10px)}.calculator-hero-section .warning-msg{white-space:normal;width:90%;font-size:12px;bottom:60px;left:50%}.calculator-hero-section .calculator-card{margin-top:20px;padding:0 10px}.calculator-hero-section .question-title{margin-bottom:25px;font-size:18px}.calculator-hero-section .options-grid{gap:10px}.calculator-hero-section .options-grid .option-button{flex:0 0 100%;padding:15px}.calculator-hero-section .options-grid .option-button span{font-size:16px}.calculator-hero-section .options-grid .next-btn-wrapper .action-btn{width:100%}.calculator-hero-section .slider-section .manual-input-wrapper{justify-content:center;margin-bottom:40px}.calculator-hero-section .slider-section .manual-input-wrapper .manual-input-box{padding:5px 28px}.calculator-hero-section .slider-section .slider-labels{font-size:14px}.calculator-hero-section .cost-form-container .inputs-wrapper .input-group .form-input{padding:15px;font-size:14px}.calculator-hero-section .cost-form-container .form-footer{justify-content:center}.calculator-hero-section .cost-form-container .form-footer .action-btn{width:100%}.calculator-hero-section .results-container .result-main-content{padding:20px}.calculator-hero-section .results-container .results-title{margin-bottom:25px;font-size:20px}.calculator-hero-section .results-container .main-result-card{padding:20px}.calculator-hero-section .results-container .main-result-card .result-value{font-size:22px}.calculator-hero-section .results-container .results-grid{gap:15px}.calculator-hero-section .results-container .results-grid .sub-card{padding:15px 11px}.calculator-hero-section .results-container .results-grid .sub-card .sub-label{font-size:12px}.calculator-hero-section .results-container .results-grid .sub-card .sub-value{font-size:18px}.calculator-hero-section .results-container .disclaimer{font-size:12px}}
/*# sourceMappingURL=f2b2e91a2b476f4f.css.map*/