/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */.section-hero-card{--section-pad-desktop:96px;--section-pad-mobile:48px;background-color:var(--color-grey-700);align-items:center;display:flex;position:relative;overflow:hidden}.section-hero-card.is-height-m{min-height:560px}.section-hero-card.is-height-l{min-height:720px}.section-hero-card.is-height-100{min-height:100vh}.section-hero-card .hero-card-bg{z-index:0;position:absolute;top:0;right:0;bottom:0;left:0}.section-hero-card .hero-card-bg .hero-card-bg-image{object-fit:cover;width:100%;height:100%}.section-hero-card .hero-card-bg .hero-card-overlay{background-color:var(--color-overlay);opacity:var(--hero-overlay,.4);position:absolute;top:0;right:0;bottom:0;left:0}.section-hero-card .hero-card-container{z-index:1;width:100%;display:flex;position:relative}.section-hero-card.is-card-center .hero-card-container{justify-content:center}.section-hero-card.is-card-right .hero-card-container{justify-content:flex-end}.section-hero-card .hero-card-card{border-radius:var(--radius-card);background-color:var(--color-white);width:100%;max-width:540px;box-shadow:var(--shadow-lg);color:var(--color-grey-700);--color-heading:var(--color-grey-900);--color-body:var(--color-grey-700);--color-muted:var(--color-grey-500);--color-btn-bg:var(--color-grey-900);--color-btn-text:var(--color-white);--color-btn-bg-hover:var(--color-accent);--color-btn-outline:var(--color-grey-900);padding:2.5rem}.section-hero-card .hero-card-card .hero-card-intro{margin-bottom:1.5rem}.section-hero-card .hero-card-card .hero-card-intro .section-intro-title{font-size:32px}.section-hero-card .hero-card-card .hero-card-intro .section-intro-subtitle{font-size:16px}.section-hero-card .hero-card-card .hero-card-form{flex-direction:column;gap:1.25rem;display:flex}.section-hero-card .hero-card-card .hero-card-group{border:0;min-width:0;margin:0;padding:0}.section-hero-card .hero-card-card .hero-card-group .hero-card-group-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-grey-500);margin-bottom:.6rem;padding:0;font-size:13px;font-weight:600}.section-hero-card .hero-card-card .hero-card-group .hero-card-options{flex-wrap:wrap;gap:.5rem;display:flex}.section-hero-card .hero-card-card .hero-card-group .hero-card-option{border-radius:var(--radius-pill);border:1px solid var(--color-grey-300);background-color:var(--color-white);min-width:72px;color:var(--color-grey-900);cursor:pointer;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-size:15px;font-weight:500;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex;position:relative}.section-hero-card .hero-card-card .hero-card-group .hero-card-option .hero-card-option-input{opacity:0;pointer-events:none;position:absolute}.section-hero-card .hero-card-card .hero-card-group .hero-card-option:hover{border-color:var(--color-grey-500)}.section-hero-card .hero-card-card .hero-card-group .hero-card-option.is-active,.section-hero-card .hero-card-card .hero-card-group .hero-card-option:has(.hero-card-option-input:checked){background-color:var(--color-grey-900);border-color:var(--color-grey-900);color:var(--color-white)}.section-hero-card .hero-card-card .hero-card-group .hero-card-option:has(.hero-card-option-input:focus-visible){outline:2px solid var(--color-accent);outline-offset:2px}.section-hero-card .hero-card-card .hero-card-group.is-style-segmented .hero-card-options{border-radius:var(--radius-pill);background-color:var(--color-grey-100);flex-wrap:nowrap;gap:.25rem;width:100%;padding:.25rem;display:inline-flex}.section-hero-card .hero-card-card .hero-card-group.is-style-segmented .hero-card-option{background-color:#0000;border-color:#0000;flex:1 1 0}.section-hero-card .hero-card-card .hero-card-group.is-style-segmented .hero-card-option.is-active,.section-hero-card .hero-card-card .hero-card-group.is-style-segmented .hero-card-option:has(.hero-card-option-input:checked){background-color:var(--color-white);color:var(--color-grey-900);box-shadow:var(--shadow-sm);border-color:#0000}.section-hero-card .hero-card-card .hero-card-group .hero-card-custom{margin-top:.75rem}.section-hero-card .hero-card-card .hero-card-group .hero-card-custom[hidden]{display:none}.section-hero-card .hero-card-card .hero-card-actions .hero-card-submit{width:100%}.section-hero-card .hero-card-card .hero-card-note{color:var(--color-grey-500);text-align:center;margin:0;font-size:12px;line-height:1.5}@media(max-width:768px){.section-hero-card.is-height-m,.section-hero-card.is-height-l{min-height:0}.section-hero-card .hero-card-card{max-width:none;padding:1.5rem}.section-hero-card .hero-card-card .hero-card-intro .section-intro-title{font-size:26px}}
