*{box-sizing:border-box;margin:0;padding:0}html{background:#f7fafc;color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;scroll-behavior:smooth}section{padding:5rem 0rem}section .section-header{margin-bottom:3rem;text-align:center}section .section-header .title{color:#16425b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}section .section-header .subtitle{color:#64748b;font-size:1.2rem}section .section-content{margin:0 auto;max-width:1200px;padding:0 1.5rem}.btn{background:none;border:2px solid white;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s}.btn.btn--cta{background-color:#3a7ca6}.btn.btn--primary{background:#fff;border-color:#fff;color:#3a7ca6}.btn.btn--primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn.btn--secondary{background:transparent;border-color:#fff;color:#fff}.btn.btn--secondary:hover{background:#ffffff1a}.btn.btn--full{width:100%}.legal{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.legal .section{display:flex;flex-direction:column;gap:.5rem}.legal .section h3{margin:0rem;text-align:start}.legal .section h4{margin-top:1.5rem;margin-bottom:0rem;text-align:start}.legal .section h4:first-of-type{margin-top:0rem}.legal .section .list{display:flex;flex-direction:column;gap:.25rem;margin:.5rem 0rem}.legal .section .list span{align-items:center;display:flex;gap:1rem;line-height:1.5rem}.legal .section .list span i{color:#a9a9a9}.legal .section .text{display:flex;flex-direction:column;gap:.5rem;line-height:1.5rem;text-align:justify;text-align-last:start}.legal .section .text.block{gap:0rem}.scroll-fade{--scroll-fade-x: 0;--scroll-fade-y: 2rem;--scroll-fade-blur: 6px;opacity:0;filter:blur(var(--scroll-fade-blur));transform:translate(var(--scroll-fade-x),var(--scroll-fade-y));transition:opacity .7s ease,transform .7s ease,filter .7s ease}.scroll-fade.scroll-fade--visible{opacity:1;filter:blur(0);transform:translate(0)}
