:root{--font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;--primary:#A60D1F;--primary-opaque:#A60D1Fcc;--border-radius:5px;--input-border:#ddd}html{font-size:16px;overflow-y:scroll}body{font-family:var(--font-family);color:#333;background:#f4f4f4;display:flex;justify-content:flex-start;align-items:center;margin:0 0 20px 0;flex-direction:column;line-height:1.4}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}.container{background:white;padding:25px;border-radius:var(--border-radius);box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);width:100%;max-width:550px;margin-bottom:15px}.container.logo, .container.steps{background-color:transparent;border:none;box-shadow:none}.container.logo{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;margin-bottom:0;padding-bottom:15px;gap:15px}.container.error{background-color:#ff4d4d;color:white}.container.successful{background-color:#4CAF50;color:white}.headerimg img{width:550px}.logo img{max-width:200px;max-height:50px}h1, h2, h3{text-align:center;font-weight:700;margin:0;font-size:1.2rem;line-height:1.2}h1{font-size:1.6rem}h2{font-size:1rem}h3{margin-bottom:30px}form{display:flex;flex-direction:column}input, select, textarea{font-family:var(--font-family);padding:12px;border:1px solid var(--input-border);border-radius:var(--border-radius);font-size:1rem;cursor:pointer;margin:0;background-color:white;min-height:40px}input:focus, select:focus, textarea:focus{border-color:#4CAF50;outline:none;background-color:white}input:-webkit-autofill{box-shadow:0 0 0 1000px transparent inset !important;-webkit-box-shadow:0 0 0 1000px transparent inset !important;background-color:transparent !important;-webkit-text-fill-color:inherit !important;transition:background-color 5000s ease-in-out 0s}input[type="date"]{width:100%;min-width:0;-webkit-appearance:none;appearance:none;background-color:transparent;text-align:left}textarea{resize:vertical;min-height:44px;max-height:250px;overflow-y:auto;cursor:auto}select{appearance:none;-webkit-appearance:none;-moz-appearance:none}.subtitle{margin-bottom:15px}label{font-size:1rem;display:inline-block;margin:0 0 10px 0}label[for][required]::before, .subtitle.required::before{content:'*';margin-right:5px;color:var(--primary)}label span{font-size:0.7rem;font-style:italic;padding-left:8px}label.checkbox{display:flex}.checkbox .text{padding-left:8px}.field{position:relative;display:flex;flex-direction:column;width:100%}.field.zip, .field:has(#country_phone_prefix){max-width:150px}.field label{position:absolute;top:50%;left:8px;margin-bottom:0;background-color:white;padding:0 5px;transform:translateY(-50%);transition:all 0.3s ease;pointer-events:none;z-index:1}.field.active label{font-size:0.8rem;top:-10px;transform:none;color:grey}.field select{color:#333;transition:all 0.3s ease}.field input::placeholder{color:#aaa}.field:not(.active) input::placeholder, .field:not(.active) select{color:white;transition:all 0.3s ease}.fa-times{position:absolute;cursor:pointer;right:2px;padding:8px;top:20%;display:none}.fa-times:hover{color:var(--primary)}.checkbox-group{gap:20px;align-items:center}.checkbox-group label{margin:0}.radio-group{display:flex;align-items:center;gap:15px}.radio-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.group{position:relative;display:flex;flex-direction:column;margin-bottom:20px}.group.row{flex-direction:row;justify-content:space-between;gap:20px}.group.row input{flex:1}.subgroup{position:relative;display:flex;flex-direction:column;order:999}.subgroup:not(:first-child){margin-top:8px}.file-sort-helper{display:none}.form-step{display:none;position:relative;min-height:300px}.form-step.active{display:flex;flex-direction:column;justify-content:center}.button-group{width:100%;display:flex;justify-content:space-between;padding:10px 0 0 0;margin:10px 0 0 0}.button-group:has(:only-child){justify-content:flex-end}button{padding:10px 15px;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:bold;cursor:pointer;font-family:var(--font-family);transition:all 0.2s ease-in-out}button:not(#submit):hover{opacity:0.7}button:disabled{cursor:not-allowed;opacity:0.7}.prev-step, .next-step:not(#submit), .btn-dialog{background-color:var(--primary);color:white}.steps{display:flex;align-items:center;justify-content:center}.step{width:30px;height:30px;border-radius:50%;background-color:lightgray;display:flex;align-items:center;justify-content:center;font-weight:bold;z-index:1}.step.active{background-color:var(--primary);color:white}.line{height:4px;width:5%;max-width:50px;background-color:lightgray;margin:0 10px;z-index:0}.step.active + .line{background-color:var(--primary)}.dialog-container{position:fixed;z-index:100;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.7);display:flex;justify-content:center;align-items:center}.dialog-title{padding-bottom:8px}.dialog-box{text-align:justify}.dialog-footer{padding-top:8px;text-align:center}.dialog-btn{background-color:var(--primary);color:white}.info{text-align:center}.error-text{display:none;text-align:center;font-style:italic;font-size:12px;color:lightgray}.msg-box{position:fixed;z-index:200;overflow-y:scroll;background-color:white;border-radius:calc(2*var(--border-radius));padding:20px;height:90%;width:90%;overflow-y:auto;max-width:600px}.custom-select{position:relative}.custom-selected{height:44px;display:flex;align-items:center;padding:0 10px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:5px}.custom-selected img{width:20px;margin-right:10px;max-height:20px;height:auto}.custom-options{position:absolute;top:100%;left:0;right:0;border:1px solid #ddd;max-height:250px;overflow-y:auto;background:white;display:none;z-index:10}.custom-options div{padding:8px;display:flex;align-items:center;cursor:pointer}.custom-options div:hover{background-color:#eee}.custom-options img{width:20px;margin-right:20px}.loader{position:fixed;width:100%;left:0;right:0;top:0;bottom:0;background-color:rgba(255,255,255,0.7);z-index:9999}.loader::after{content:'';display:block;position:absolute;left:48%;top:40%;width:40px;height:40px;border-style:solid;border-color:var(--primary);border-top-color:transparent;border-width:4px;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:575px){body{margin:0}h1{font-size:1.4rem}.container{box-shadow:none;border-radius:0;margin-bottom:0}.step{width:25px;height:25px;font-size:11px}}@media (max-width:500px){.group.row{flex-direction:column}}@media (max-width:450px){body{min-width:260px}h1{font-size:1.2rem}.logo img{max-width:150px;max-height:40px}}:root{--primary:#002958}body{background:transparent}.filter-wrapper{grid-template-columns:1fr 1fr 1fr}.brand{display:none}@media (max-width:1000px){.filter-wrapper{grid-template-columns:1fr 1fr}}@media (max-width:800px){.filter-wrapper{grid-template-columns:1fr}}