.quote-funnel-band{width:100%}#appForm{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:75vh;overflow:hidden;background:linear-gradient(to bottom,var(--navy) 0%,var(--river) 34%,var(--current) 58%,var(--current-soft) 80%,var(--white) 100%);border-top:1px dashed var(--river);border-bottom:1px dashed var(--river);padding:48px 16px 64px}::selection{color:#fff;background:var(--river)}.containerForm{margin-top:24px;width:400px;max-width:90%;background:var(--white);text-align:center;border-radius:var(--radius);border:1px solid var(--cloud);box-shadow:0 24px 48px -24px #122e4c40;padding:36px 32px 24px;clear:both}.containerForm header{display:block;width:100%;font-family:var(--display);font-size:2.5rem;font-weight:800;color:var(--ink);letter-spacing:-.02em;text-align:center;margin:0 0 22px;line-height:1.15}.containerForm .title#resultForm:empty{margin:0}.containerForm .form-outer{width:100%;overflow:hidden}.containerForm .form-outer form{display:flex;width:400%}.form-outer form .page{width:25%;transition:margin-left .3s ease-in-out}.form-outer form .page .title{text-align:left;font-family:var(--display);font-size:1.3rem;font-weight:700;color:var(--ink);margin-bottom:6px}.form-outer form .page .field{width:100%;height:48px;margin:38px 0;display:flex;position:relative}form .page .field .label{position:absolute;top:-26px;left:0;font-size:.78rem;font-weight:700;color:var(--slate);text-transform:uppercase;letter-spacing:.06em}form .page .field .label strong{color:var(--river);text-transform:none;letter-spacing:0}form .page .field input,form .page .field select{height:100%;width:100%;border:1px solid var(--cloud);border-radius:9px;padding-left:15px;font-size:1rem;font-family:var(--body);background:#fbfcfe;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}form .page .field input:hover,form .page .field select:hover{border-color:#b9c6d1}form .page .field input:focus-visible,form .page .field select:focus-visible{outline:3px solid var(--current);outline-offset:1px;border-color:var(--river)}form .page .field select{width:100%;padding-left:12px;font-size:.95rem;font-weight:600;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--slate) 50%),linear-gradient(135deg,var(--slate) 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}form .page .field button{width:100%;height:calc(100% + 5px);border:none;background:var(--river);margin-top:-20px;border-radius:8px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 10px 22px -10px #122e4c8c;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;min-height:48px}form .page .field button:hover{background:#255a8f;transform:translateY(-2px);box-shadow:0 14px 28px -10px #122e4c99}form .page .field button:focus-visible{outline:3px solid var(--current);outline-offset:2px}form .page .btns{gap:10px}form .page .btns button{margin-top:-20px!important}form .page .btns button.prev{margin-right:0;font-size:.9rem;letter-spacing:.02em;background:#fff;color:var(--river);box-shadow:inset 0 0 0 2px var(--river)}form .page .btns button.prev:hover{background:var(--river);color:#fff;box-shadow:0 10px 22px -10px #122e4c8c}form .page .btns button.next{margin-left:0}.containerForm .progress-bar{display:flex;margin:32px 0 40px;user-select:none}.containerForm .progress-bar .step{text-align:center;width:100%;position:relative}.containerForm .progress-bar .step p{font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--slate);margin-bottom:10px}.progress-bar .step .bullet{height:28px;width:28px;border:2px solid var(--cloud);display:inline-flex;align-items:center;justify-content:center;border-radius:50%;position:relative;transition:.2s;font-family:var(--body);font-weight:700;font-size:.85rem;line-height:1;background:var(--white);color:var(--slate);vertical-align:top;box-sizing:border-box}.progress-bar .step .bullet.active{border-color:var(--river);background:var(--river);color:#fff}.progress-bar .step .bullet span{position:static;display:block;line-height:1;transform:none}.progress-bar .step .bullet.active span{display:none}.progress-bar .step .bullet:before,.progress-bar .step .bullet:after{position:absolute;content:"";top:50%;right:-51px;height:3px;width:44px;margin-top:-1.5px;background:var(--cloud)}.progress-bar .step .bullet.active:after{background:var(--current);transform:scaleX(0);transform-origin:left;animation:quoteWizardFill .3s linear forwards}@keyframes quoteWizardFill{to{transform:scaleX(1)}}.progress-bar .step:last-child .bullet:before,.progress-bar .step:last-child .bullet:after{display:none}.progress-bar .step p.active{color:var(--river);transition:.2s linear}.progress-bar .step .check{position:absolute;left:50%;bottom:0;width:28px;height:28px;margin:0;padding:0;display:none;align-items:center;justify-content:center;transform:translate(-50%);font-size:12px;line-height:1;color:#fff;pointer-events:none}.progress-bar .step .check.active{display:inline-flex;color:#fff;margin-top:0}.progress-bar .step .check i,.progress-bar .step .check .icon-ok{display:block;margin:0;padding:0;width:auto;height:auto;line-height:1;font-size:12px;font-style:normal;text-align:center;transform:none}.progress-bar .step .check i:before,.progress-bar .step .check .icon-ok:before{display:block;line-height:1;width:auto;margin:0}.errorRed{color:#c0392b;display:none;margin-top:-25px;font-size:.82rem;font-weight:600;text-align:left}form .field .icons{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.field .icons span{height:25px;width:25px;border:2px solid;border-radius:50%;line-height:21px;display:none;font-size:.8rem;text-align:center;box-sizing:border-box}.field .icons span.icon1{color:#1e8e5a;border-color:#1e8e5a}#completedContainer{margin-top:24px;width:560px;max-width:90%;background:var(--white);text-align:center;border-radius:var(--radius);border:1px solid var(--cloud);box-shadow:0 24px 48px -24px #122e4c40;padding:40px 32px 28px;clear:both}#completedContainer h3{font-family:var(--display)}#completedContainer .separator{height:1px;background:var(--cloud);margin:20px 0}#completedContainer a{text-decoration:none}#completedContainer .buttons{display:inline-block;background:var(--river);color:#fff;border:none;border-radius:8px;padding:14px 30px;font-family:var(--body);font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;min-height:48px;box-shadow:0 10px 22px -10px #122e4c8c;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}#completedContainer .buttons:hover{background:#255a8f;transform:translateY(-2px);box-shadow:0 14px 28px -10px #122e4c99}#completedContainer .buttons:focus-visible{outline:3px solid var(--current);outline-offset:2px}#completedContainer #signature{width:100%;margin:20px auto 0;color:var(--ink);overflow-wrap:break-word}#completedContainer #signature img{max-width:100%;height:auto}#completedContainer #signature table{max-width:100%}#disclaimer{max-width:900px;margin:0 auto;padding:0 24px;color:var(--slate);font-size:.82rem;line-height:1.6;text-align:center}#disclaimer i{color:var(--river)}@media(max-width:600px){.containerForm,#completedContainer{width:100%;padding:28px 20px 20px;border-radius:12px}#appForm{min-height:auto;padding:28px 12px 40px}.containerForm header{font-size:1.85rem}.containerForm .progress-bar .step p{font-size:.68rem}.progress-bar .step .bullet,.progress-bar .step .check{height:26px;width:26px}.progress-bar .step .bullet:before,.progress-bar .step .bullet:after{right:-46px;width:38px}.form-outer form .page .field{height:48px;margin:34px 0}form .page .field input,form .page .field select,form .page .field button{font-size:16px}form .page .field.btns{height:auto;flex-direction:column;gap:10px}form .page .btns button{margin-left:0!important;margin-right:0!important;min-height:44px}}
