.hero{position:relative;isolation:isolate;overflow:hidden;padding:0}
.hero::before{content:"";position:absolute;z-index:0;inset:0 0 0 50%;background-color:var(--forest);background-image:var(--hero-photo);background-size:cover;background-position:center;background-repeat:no-repeat}
.hero::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--forest) 0%,var(--forest) 34%,rgba(23,79,66,.98) 45%,rgba(23,79,66,.72) 56%,rgba(23,79,66,.18) 72%,rgba(23,79,66,0) 86%);pointer-events:none}
.hero-grid{position:relative;z-index:2;grid-template-columns:.95fr 1.05fr;min-height:700px;padding:66px 0 65px}
.hero-form-stage{position:relative;min-height:560px;padding:0;border-radius:0;background:none;display:flex;align-items:center;justify-content:flex-start;overflow:visible}
.hero-form-card{position:relative;width:min(100%,430px);margin-left:0;margin-right:auto}
.hero-form-card .umk-analysis{border:0;box-shadow:0 18px 50px rgba(0,20,12,.27);border-radius:5px}
.hero-form-card .umk-form{padding:24px}
.hero-form-card .umk-analysis__intro{padding:26px}
.hero-form-card .umk-analysis__intro h2{font-size:29px}
.hero-form-card .umk-step legend{font-family:Georgia,'Times New Roman',serif;font-size:25px}
.hero-form-card .umk-progress{margin-bottom:20px}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr 1fr;gap:35px;min-height:650px}.hero-form-card{margin-left:0;width:min(100%,420px)}}
@media(max-width:760px){.hero{overflow:hidden}.hero::before{inset:42% 0 0;background-position:center}.hero::after{background:linear-gradient(180deg,var(--forest) 0%,var(--forest) 43%,rgba(23,79,66,.94) 63%,rgba(23,79,66,.48) 83%,rgba(23,79,66,0) 100%)}.hero-grid{grid-template-columns:1fr;min-height:0;padding:38px 0 42px}.hero-form-stage{min-height:0;padding:12px 0 0}.hero-form-card{width:100%;margin-left:0}.hero-form-card .umk-form{padding:22px 18px}.hero-form-card .umk-step legend{font-size:24px}}
