.hg-hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-bottom:2rem;padding-top:64px;position:relative}@media (min-width:768px){.hg-hero{padding-bottom:5rem;padding-top:80px}}.hg-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute}.hg-hero__overlay{background:var(--gradient-hero);inset:0;position:absolute}.hg-hero__inner{padding-bottom:2rem;padding-top:2rem;position:relative;width:100%;z-index:1}@media (min-width:768px){.hg-hero__inner{padding-bottom:5rem;padding-top:5rem}}.hg-hero__grid{align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.hg-hero__grid{gap:3rem;grid-template-columns:1fr 1fr}}.hg-hero__content{color:var(--primary-foreground);text-align:center}@media (min-width:1024px){.hg-hero__content{text-align:left}}.hg-hero__eyebrow{color:hsla(40,30%,95%,.8);font-size:.75rem;font-weight:500;letter-spacing:.2em;margin-bottom:1rem;text-transform:uppercase}@media (min-width:768px){.hg-hero__eyebrow{font-size:.875rem;margin-bottom:1.5rem}}.hg-hero__heading{color:var(--primary-foreground);font-family:Playfair Display,Georgia,serif;font-size:1.875rem;line-height:1.15;margin-bottom:1rem}@media (min-width:768px){.hg-hero__heading{font-size:2.5rem;margin-bottom:1.5rem}}@media (min-width:1024px){.hg-hero__heading{font-size:3.75rem}}.hg-hero__tagline{color:hsla(40,30%,95%,.9);font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-style:italic;margin-bottom:.75rem}@media (min-width:768px){.hg-hero__tagline{font-size:1.5rem}}.hg-hero__body p{color:hsla(40,30%,95%,.75);font-size:.875rem;line-height:1.65;margin:0 auto 1.5rem;max-width:36rem}@media (min-width:768px){.hg-hero__body p{font-size:1.125rem;margin-bottom:2rem}}@media (min-width:1024px){.hg-hero__body p{margin-left:0}}.hg-hero__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.hg-hero__actions{flex-direction:row}}@media (min-width:1024px){.hg-hero__actions{justify-content:flex-start}}.hg-hero__form-card{background:var(--primary);border-radius:var(--radius);box-shadow:0 25px 50px -12px rgba(28,59,48,.25);padding:1.25rem}@media (min-width:768px){.hg-hero__form-card{padding:2rem}}@media (min-width:1024px){.hg-hero__form-card{padding:2.5rem}}.hg-wizard{color:var(--primary-foreground);font-family:Instrument Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.hg-wizard__header{margin-bottom:1.25rem}.hg-wizard__title{color:var(--primary-foreground);font-family:Playfair Display,Georgia,serif;font-size:1.375rem;font-weight:400;line-height:1.2;margin:0 0 .875rem}@media (min-width:768px){.hg-wizard__title{font-size:1.5rem}}.hg-wizard__progress{display:flex;flex-direction:column;gap:.4rem}.hg-wizard__progress-track{background:hsla(40,30%,95%,.15);border-radius:999px;height:3px;overflow:hidden}.hg-wizard__progress-fill{background:var(--secondary);border-radius:999px;height:100%;transition:width .35s ease;width:50%}.hg-wizard__step-label{color:hsla(40,30%,95%,.6);font-size:.7rem;letter-spacing:.12em;margin:0;text-transform:uppercase}.hg-wizard__steps{position:relative}.hg-wizard__step{animation:hgWizardFadeIn .25s ease both;display:none}.hg-wizard__step.is-active{display:block}@keyframes hgWizardFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hg-wizard__field,.hg-wizard__row{margin-bottom:.9rem}.hg-wizard__row{display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.hg-wizard__row>.hg-wizard__field{margin-bottom:0}@media (max-width:480px){.hg-wizard__row{gap:.9rem;grid-template-columns:1fr}}.hg-wizard__label{color:hsla(40,30%,95%,.9);display:block;font-size:.875rem;font-weight:500;margin:0 0 .4rem}.hg-wizard__req{color:var(--secondary);margin-left:.15rem}.hg-wizard__input,.hg-wizard__select{-webkit-appearance:none;appearance:none;background:hsla(40,30%,95%,.1);border:1px solid hsla(40,30%,95%,.2);border-radius:var(--radius);box-sizing:border-box;color:var(--primary-foreground);font-family:inherit;font-size:.95rem;line-height:1.4;padding:.7rem .85rem;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.hg-wizard__input::placeholder{color:hsla(40,30%,95%,.45)}.hg-wizard__input:hover,.hg-wizard__select:hover{background:hsla(40,30%,95%,.13)}.hg-wizard__input:focus,.hg-wizard__select:focus{background:hsla(40,30%,95%,.13);border-color:var(--secondary);box-shadow:0 0 0 2px rgba(132,117,77,.35);outline:0}.hg-wizard__select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23faf7f2' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;cursor:pointer;padding-right:2.25rem}.hg-wizard__select:invalid{color:hsla(40,30%,95%,.55)}.hg-wizard__select option{background:#fff;color:#111}.hg-wizard__actions{display:grid;gap:.75rem;grid-template-columns:auto 1fr;margin-top:1.25rem}.hg-wizard__btn{align-items:center;-webkit-appearance:none;appearance:none;border:0;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.02em;padding:.95rem 1.25rem;transition:background .2s ease,color .2s ease,transform .06s ease}.hg-wizard__btn:active{transform:translateY(1px)}.hg-wizard__btn--primary{background:var(--secondary);color:var(--secondary-foreground);margin-top:.75rem;width:100%}.hg-wizard__btn--primary:hover:not(:disabled){background:#746744}.hg-wizard__btn--primary:disabled{background:rgba(132,117,77,.4);color:hsla(40,30%,95%,.55);cursor:not-allowed}.hg-wizard__actions .hg-wizard__btn--primary{margin-top:0;width:100%}.hg-wizard__btn--ghost{background:transparent;border:1px solid hsla(40,30%,95%,.2);color:hsla(40,30%,95%,.75)}.hg-wizard__btn--ghost:hover{background:hsla(40,30%,95%,.08);color:var(--primary-foreground)}.hg-wizard__btn-arrow{display:inline-block;font-size:1.1em;line-height:1;transform:translateY(-1px)}.hg-wizard__btn-spinner{animation:hgWizardSpin .7s linear infinite;border:2px solid hsla(40,30%,95%,.35);border-radius:50%;border-top:2px solid var(--primary-foreground);height:16px;width:16px}@keyframes hgWizardSpin{to{transform:rotate(1turn)}}.hg-wizard__privacy{color:hsla(40,30%,95%,.5);font-size:.7rem;margin:.85rem 0 0;text-align:center}.hg-wizard__error{background:rgba(214,92,92,.12);border:1px solid hsla(0,60%,65%,.4);border-radius:var(--radius);color:#ff9c9c;font-size:.85rem;line-height:1.4;margin-top:.85rem;padding:.7rem .85rem}.hg-wizard__field--conditional[hidden]{display:none}.hg-wizard__field--conditional:not([hidden]){animation:hgWizardFadeIn .2s ease both}.hg-wizard__hp{height:1px;left:-9999px!important;overflow:hidden;position:absolute!important;width:1px}.hg-hero__form-placeholder{color:hsla(40,30%,95%,.7);font-style:italic;text-align:center}.hg-hero__form-placeholder code{background:hsla(40,30%,95%,.1);border-radius:3px;font-size:.85em;padding:.1rem .35rem}