section.hero-form-module{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#151515;display:flex;flex-direction:column;gap:15px;min-height:100dvh;overflow:hidden;padding-bottom:30px;padding-top:180px;position:relative;z-index:1}section.hero-form-module.black{background-color:#151515;color:#fdf6ed}section.hero-form-module.white{background-color:#fdf6ed}section.hero-form-module.pink{background-color:#ffa8da}section.hero-form-module.orange{background-color:#ff6f40}section.hero-form-module.yellow{background-color:#eaff6e}section.hero-form-module.green{background-color:#2fe295}section.hero-form-module.blue{background-color:#789aff}section.hero-form-module .container{display:flex;flex-direction:row;gap:135px;width:100%}section.hero-form-module .container.bottom-container{margin-top:auto}section.hero-form-module .container .text-content{height:-moz-fit-content;height:fit-content;padding:60px 0 90px;position:relative;width:45%}section.hero-form-module .container .text-content.padding-left{padding-left:110px}section.hero-form-module .container .text-content .image{border-radius:100px;overflow:hidden;position:absolute}section.hero-form-module .container .text-content .image.top-right{height:80px;right:45px;top:0;width:80px}section.hero-form-module .container .text-content .image.middle-left{bottom:30%;height:60px;left:0;width:60px}section.hero-form-module .container .text-content .image.bottom-right{bottom:0;height:50px;right:90px;width:50px}section.hero-form-module .container .text-content .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.hero-form-module .container .form-wrapper{background-color:unset;border:unset;border-radius:unset;padding:unset;width:calc(55% - 135px)}section.hero-form-module .container .legal-text{margin:auto}@media screen and (max-width:1320px){section.hero-form-module .container{flex-direction:column;gap:60px}section.hero-form-module .container .form-wrapper,section.hero-form-module .container .text-content{width:100%}}