.hero-block{position:relative;color:white}.hero-block .hero-block__background{position:absolute;filter:brightness(0.9);width:100%;height:100%}.hero-block .hero-block__background img{transform:scale(1.1)}.hero-block .hero-block__content{display:flex;flex-direction:column;position:relative;min-height:100vh;min-height:calc(100 * var(--vh));box-sizing:border-box}.hero-block .hero-block__content .hero-block__text{display:flex;flex-direction:column;justify-content:flex-end;flex:1;width:100%;margin:auto;padding:100px var(--small-padding);box-sizing:border-box}.hero-block .hero-block__content .hero-block__text .hero-block__title{max-width:850px;margin:35px 0}.hero-block .hero-block__content .hero-block__text .hero-block__description{max-width:750px}.hero-block .hero-block__content .hero-block__footer{border-top:1px solid white}.hero-block .hero-block__content .hero-block__book-cta{display:flex;justify-content:space-between;width:100%;margin:auto;box-sizing:border-box}.hero-block .hero-block__content .hero-block__book-cta .book-cta__input{display:flex;flex:1;padding:20px 0;cursor:pointer}.hero-block .hero-block__content .hero-block__book-cta .book-cta__input ._inner{display:flex;justify-content:space-between;align-items:center;flex:1;min-height:40px;padding:0 25px;cursor:pointer}.hero-block .hero-block__content .hero-block__book-cta>*+* ._inner{border-left:1px solid white}@media screen and (max-width:1100px){.hero-block .hero-block__content .hero-block__book-cta{padding:0}.hero-block .hero-block__content .book-cta__input:not(.book-cta__submit){display:none}.hero-block .hero-block__content .book-cta__input.book-cta__submit ._inner{border:none}}@media screen and (max-width:767px){.hero-block .hero-block__content .hero-block__text{padding-bottom:50px}}