.hero-with-form{isolation:isolate;min-height:100vh;overflow:hidden;padding:50px 0;position:relative}.hero-with-form .content-wrapper{display:grid;gap:24px;grid-template-columns:1fr}.hero-with-form .content-wrapper form{background-color:#f8f8f8;border-radius:var(--border-radius);padding:60px 40px}.hero-with-form svg{bottom:0;height:100%;max-height:600px;max-width:679px;position:absolute;right:0;transform:scale(1.1);transform-origin:center right;z-index:-1}@media screen and (min-width:1024px){.hero-with-form{padding:120px 0}.hero-with-form .content-wrapper{display:grid;gap:48px;grid-template-columns:1fr 1fr}.hero-with-form__content{margin-top:24px}.hero-with-form svg{max-height:none}}