.stepper{display:flex;position:relative}.stepper:before{content:"";position:absolute;top:0;left:-100vw;width:100vw;min-height:100vh;z-index:-1}.stepper:before,.stepper__sidebar{background-color:var(--greige-600)}.stepper__sidebar{min-width:450px;width:100%;flex:2;padding-top:75px;padding-right:75px;padding-bottom:80px;position:relative}.stepper__sidebar:before{content:"";position:absolute;top:0;right:0;width:100vw;min-height:100vh;background-color:var(--greige-600);z-index:-1}@media screen and (max-width:768px){.stepper__sidebar{padding-right:40px;min-width:inherit}}.stepper__sidebar-title{margin-top:50px;margin-bottom:50px}.stepper__sidebar-group{display:flex;align-items:center;margin-top:50px;color:#fff}.stepper__sidebar-button{margin-left:8px}.stepper__form{flex:5;display:flex;align-items:center;justify-content:center;padding:0 24px}