@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.full-screen{width:100vw;height:100vh;justify-content:center;font-family:DM Sans}.full-screen,.up-part{display:flex;flex-direction:column;align-items:center}.up-part{justify-content:end;text-align:center}.down-part,.up-part{width:100%;height:50%}.btn{width:12.5vw;height:15vh;border-color:#0067c5;border-radius:20px;border-width:3px}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;font-family:system-ui,sans-serif;background:#fff}.page__title{font-size:1.75rem;font-weight:800;color:#0f172a;text-align:center}.page__title span{white-space:nowrap}.role-cards{margin-top:2.5rem;gap:2rem;flex-wrap:wrap;margin-bottom:2vw}.role-card,.role-cards{display:flex;justify-content:center}.role-card{width:17vw;height:20vh;border:3px solid;border-radius:12px;background:#fff;text-align:center;align-items:center;cursor:pointer;transition:all .2s ease;flex-direction:column}.role-card__subtitle{font-weight:bolder;font-size:larger}.role-card__title{font-size:38px;font-weight:800}.role-card__desc{font-size:.8rem;margin:0}.role-card--buyer{border-color:#1d4ed8}.role-card--buyer .role-card__title{color:#1d4ed8}.role-card--seller{border-color:#ED5600}.role-card--seller .role-card__title{color:#ED5600}.role-card.is-selected.role-card--buyer{background:#004a93;color:#fff}.role-card.is-selected.role-card--buyer .role-card__title{color:#fff}.role-card.is-selected.role-card--buyer .role-card__desc{color:#dbeafe}.role-card.is-selected.role-card--seller{background:#ED5600;color:#fff}.role-card.is-selected.role-card--seller .role-card__title{color:#fff}.role-card.is-selected.role-card--seller .role-card__desc{color:#fff7ed}.cta{margin-top:2rem;text-align:center}.cta p{margin-bottom:1.5rem;font-size:1.1rem;color:#334155}.cta__btn{padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:600;border:none;color:white;cursor:pointer;transition:background .2s ease}.cta__btn--buyer,.cta__btn--buyer:hover{background:#004a93}.cta__btn--seller,.cta__btn--seller:hover{background:#ED5600}.divider{margin:2.5rem auto;width:100%;max-width:720px;border:none;border-top:1px solid #cbd5e1}.extra-links{margin-top:2rem;text-align:center;font-size:.9rem;color:#334155}.extra-links a{color:#1d4ed8;font-weight:600;text-decoration:none}.extra-links a:hover{text-decoration:underline}.section p{margin-block:.25rem}