@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8c0f877bd1202585-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9c18eba18d4baf22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_ab4043{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_ab4043{--font-dm-sans:"DM Sans","DM Sans Fallback"}:root{--darkBlue:#172a4f;--primary:#5d8aff;--white:#fff;--text:#3d4f60;--background:#f6fbff;--secondary:#102d66;--silver:silver;--yellow:#ffb65c;--formBackground:#eff3f7;--slider:#8dcc47;--grey:#7e8c99;--lightGray:#b7b7b7;--solitude:#e8eef5;--spanish-gray:#9e9e9e;--soft-red:#f47a69;--pinkish-purple:#e087d2;--cape-jasmine:#ffb65c;--moon-dust:#e0e6f0;--whisper:#e0e6f0;--lightBlue:#d7e7f4;--font-sans:var(--font-dm-sans),sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-sans);color:var(--text);background-color:var(--background)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--darkBlue);margin-bottom:1rem}p{margin-bottom:1rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--darkBlue)}.btn-secondary{background-color:var(--white);color:var(--primary);border:1px solid var(--primary)}.btn-secondary:hover{background-color:var(--primary);color:var(--white)}.card{background-color:var(--white);border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:1.5rem;height:100%}.no-spacing-container{max-width:100vw;padding-left:0;padding-right:0;overflow-x:hidden;overflow-y:hidden;margin-left:0;margin-right:0}.text-primary{color:var(--primary)}.text-yellow{color:var(--yellow)}.text-center{text-align:center}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.px-0{padding-left:0;padding-right:0}.mx-0{margin-left:0;margin-right:0}.mb-0-important{margin-bottom:0!important}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:10px}.overflow-hidden{overflow:hidden}.relative{position:relative}.absolute{position:absolute}.h-48-important{height:48px}@media (max-width:1024px){.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.section{padding:3rem 0}.mobile-hidden{display:none}.mobile-flex{display:flex}}@media (max-width:480px){.section{padding:2rem 0}}h1{font-size:2.5rem;line-height:1.2;letter-spacing:-.02em}h1,h2{font-weight:700}h2{font-size:2rem;line-height:1.3;letter-spacing:-.01em}h3{font-size:1.5rem}h3,h4{font-weight:600;line-height:1.4}h4{font-size:1.25rem}a,button,input,li,p,textarea{font-weight:400;letter-spacing:-.01em}.btn,b,strong{font-weight:500}.mb-4{margin-bottom:1rem!important}.mt-4{margin-top:1rem}.pt-4{padding-top:1rem}.h-56{height:56px!important}.cursor-pointer{cursor:pointer}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}.confirmationModalContent{text-align:center}.confirmationMessage{font-size:1rem;line-height:1.5;color:#1f2937;margin-bottom:2rem}.modalActions{display:flex;flex-direction:column;gap:.75rem}.confirmButton{width:100%;padding:1rem;background-color:#5d8aff;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background-color .2s}.confirmButton:hover{background-color:#4a6fcc}.cancelButton{width:100%;padding:1rem;background-color:transparent;color:#6b7280;border:none;font-weight:500;font-size:1rem;cursor:pointer}