.registrationForm{padding-top:80px;position:relative}.registrationForm__image{display:block;position:absolute;top:0;left:0;bottom:95px;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;z-index:1}.registrationForm__image::after,.registrationForm__image::before{content:'';display:block;position:absolute;left:0;width:100%;height:75%}.registrationForm__image::before{top:0;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}.registrationForm__image::after{bottom:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.registrationForm__form{background-color:#283c64;padding:35px 30px 60px;position:relative;z-index:2;max-width:850px;margin:0 auto}.registrationForm__title{position:relative;z-index:2;text-align:center;font-family:'Volkhov',Georgia,serif;color:#fff;font-size:36px;font-weight:700;margin:0 auto;margin-bottom:20px}.registrationForm__form label{color:#ffc332}.registrationForm__form input{border:0}.registrationForm__form .hs-form{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.registrationForm__form .hs-form>*{margin-left:15px;margin-right:15px}.registrationForm__form .hs-submit{width:calc(100% - 30px);text-align:center}.registrationForm__form .hs-fieldtype-text{width:calc(100% - 30px)}.registrationForm__form input[type="submit"]{padding:24px 44px;color:#fff}.registrationForm__form input[type="submit"]:hover{color:#fff;background-color:#59b3a2 !important}.registrationForm__form .submitted-message{color:#fff;font-family:'Volkhov',Georgia,serif;font-weight:700}@media(min-width:600px){.registrationForm__form .hs-fieldtype-text{width:calc(50% - 30px)}}