.herobanner{position:relative;min-height:480px;height:100%}
.herobanner .background-wrapper{position:absolute;top:0;left:0;width:100%;min-height:480px;max-height:480px;z-index:1;background-position:center center;background-repeat:no-repeat;background-size:cover}
.herobanner__container{max-width:1120px;margin:0 auto;width:100%;z-index:2;position:relative;min-height:480px;max-height:480px}
.herobanner__content{display:flex;flex-direction:column;min-height:380px;max-height:380px;padding-top:100px;max-width:540px}
.herobanner__title{font-size:48px;font-weight:600;color:#374254;margin-bottom:12px;line-height:72px}
.herobanner__description{font-size:20px;font-weight:400;color:#000;margin-bottom:30px;line-height:32px}
.herobanner__button{display:inline-block;background:white;color:#ed1c24;text-decoration:none;font-size:16px;font-weight:600;padding:8px 20px;border-radius:8px;line-height:24px;border:1px solid #f9adaa;box-shadow:0 1px 2px 0 rgba(177,17,22,0.12);transition:all .3s ease}
@media(max-width:767px){.herobanner{min-height:450px}
.herobanner .background-wrapper{min-height:450px;max-height:450px;height:auto}
.herobanner__container{min-height:450px;max-height:450px;padding:0 16px;box-sizing:border-box}
.herobanner__content{min-height:450px;max-height:450px;padding:0;justify-content:end;margin:0 auto}
.herobanner__header{text-align:center}
.herobanner__header.no-cta{padding-bottom:100px}
.herobanner__title{font-size:28px;margin-bottom:6px;line-height:40px;color:#1c2633}
.herobanner__description{font-size:13px;line-height:20px;margin-bottom:20px}
.herobanner__action{padding-bottom:60px;text-align:center}
}