*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-size:1rem;line-height:1.5;background-color:#fff;min-height:100vh;overflow-x:hidden}body,h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:#1a1a1a}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;margin-bottom:1.5rem}h1{font-size:2.25rem;font-weight:800;letter-spacing:-.02em}@media(min-width:768px){h1{font-size:3rem}}@media(min-width:1024px){h1{font-size:3.75rem}}h2{font-size:1.875rem;font-weight:700}@media(min-width:768px){h2{font-size:2.25rem}}@media(min-width:1024px){h2{font-size:3rem}}h3{font-size:1.5rem}@media(min-width:768px){h3{font-size:1.875rem}}h4{font-size:1.25rem}@media(min-width:768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#374151;line-height:1.75}a{color:#0a4b78;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}a:hover{color:rgb(6.0769230769,45.5769230769,72.9230769231)}b,strong{font-weight:600}em,i{font-style:italic}main{padding-top:0}.container{width:100%;max-width:1440px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.container{padding-left:4rem;padding-right:4rem}}.section{padding:6rem 0}@media(min-width:1024px){.section{padding:8rem 0}}.section-dark{background:#1a1a1a;color:#fff}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-dark h6{color:#fff}.section-dark p{color:#d1d5db}.section-light{background:#f9fafb;color:#1a1a1a}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border-radius:0}.btn:focus{outline:2px solid #0a4b78;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border-radius:0}.btn-primary:focus{outline:2px solid #0a4b78;outline-offset:2px}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.btn-primary:hover:not(:disabled){background:#0a0a0a;border-color:#0a0a0a;color:#fff;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-accent{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border-radius:0}.btn-accent:focus{outline:2px solid #0a4b78;outline-offset:2px}.btn-accent:disabled{opacity:.5;cursor:not-allowed}.btn-accent{background:#0a4b78;color:#fff;border:1px solid #0a4b78}.btn-accent:hover:not(:disabled){background:rgb(6.0769230769,45.5769230769,72.9230769231);border-color:rgb(6.0769230769,45.5769230769,72.9230769231);color:#fff;transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border-radius:0}.btn-outline:focus{outline:2px solid #0a4b78;outline-offset:2px}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-outline{background:rgba(0,0,0,0);color:#1a1a1a;border:2px solid #1a1a1a}.btn-outline:hover:not(:disabled){background:#1a1a1a;color:#fff}.btn-lg{padding:1.5rem 3rem;font-size:1.125rem}.btn-sm{padding:.75rem 1.5rem;font-size:.875rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.3);transform:translateY(-2px)}.card-glass{background:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:2px}.grid{display:grid;grid-gap:3rem;gap:3rem}.grid.grid-2{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-2{grid-template-columns:repeat(2,1fr)}}.grid.grid-3{grid-template-columns:1fr}@media(min-width:768px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.grid-3{grid-template-columns:repeat(3,1fr)}}.grid.grid-4{grid-template-columns:1fr}@media(min-width:640px){.grid.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid.grid-4{grid-template-columns:repeat(4,1fr)}}.text-center{text-align:center}.text-right{text-align:right}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.5rem}.mb-sm{margin-bottom:.75rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.mt-0{margin-top:0}.mt-xs{margin-top:.5rem}.mt-sm{margin-top:.75rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fade-in .5s ease-out}.fade-in-up{animation:fade-in-up .5s ease-out}img{max-width:100%;height:auto;display:block}.img-cover{width:100%;height:100%;object-fit:cover}.img-contain{width:100%;height:100%;object-fit:contain}input,select,textarea{width:100%;padding:1rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#1a1a1a;background-color:#fff;border:2px solid #d1d5db;border-radius:2px;transition:all .2s cubic-bezier(.4,0,.2,1)}input:focus,select:focus,textarea:focus{outline:none;border-color:#0a4b78;box-shadow:0 0 0 3px rgba(10,75,120,.1)}input::placeholder,select::placeholder,textarea::placeholder{color:#9ca3af}label{display:block;font-weight:500;color:#1a1a1a;margin-bottom:.75rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#E5E7EB 25%,#F3F4F6 50%,#E5E7EB 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2px}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.show-mobile{display:block}@media(min-width:768px){.show-mobile{display:none}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #0a4b78;outline-offset:2px}