@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");:root{--santam-blue:#001f5b;--santam-blue-darker:#063680;--santam-yellow:#febd27;--santam-yellow-hover:#ffd747;--santam-border-gray:#c4c4c4;--santam-text-gray:#656a76;--error-color:#dc3545;--white-color:#ffffff;--background-color:#ffffff;--success-color:#28a745;--light-gray:#f8f9fa;--medium-gray:#dee2e6;--dark-gray:#495057;--border-color:var(--santam-border-gray);--radius-card:6px;--radius-input:4px;--shadow-hover:0 4px 12px rgba(0,0,0,0.1);--focus-ring:0 0 0 3px rgba(0,31,91,0.15);--fw-regular:400;--fw-medium:500;--fw-strong:600}body,html{margin:0;padding:0;height:100%;min-height:100dvh;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--background-color);color:#333333;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{max-width:100vw;overflow-x:hidden}*,:after,:before{box-sizing:border-box;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{appearance:none;background-clip:padding-box}h1,h2,h3,h4,h5,h6{font-weight:var(--fw-strong);margin-top:1rem;margin-bottom:1rem}