.homepage__hero_banner{position:relative;min-height:600px;background-repeat:no-repeat;background-position:50%;background-size:cover}.homepage__hero_banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.05)}.homepage__hero_banner__overlay__content{display:flex;flex-direction:column;justify-content:flex-end;width:100%;max-width:var(--view-max-width);height:100%;padding:0 var(--space-3) var(--space-15) var(--space-3);margin:0 auto;box-sizing:border-box}.homepage__hero_banner__overlay__content__wrapper{display:flex;flex-direction:column;gap:var(--space-5)}.homepage__hero_banner__overlay__content__wrapper__title>p{color:var(--white);font-weight:var(--font-weight-large);text-shadow:var(--text-shadow-deep)}.homepage__hero_banner__overlay__content__wrapper__title>p:last-of-type{font-style:italic}.homepage__hero_banner__overlay__content__wrapper__cta{display:flex;flex-direction:column;gap:var(--space-3)}.homepage__hero_banner__overlay__content__wrapper__cta>a{box-shadow:var(--card-shadow)}@media screen and (min-width:768px){.homepage__hero_banner__overlay__content{align-items:flex-start;padding:0 var(--space-6) var(--space-15) var(--space-6)}.homepage__hero_banner__overlay__content__wrapper{max-width:max-content;margin:unset}.homepage__hero_banner__overlay__content__wrapper__title>p{text-align:right}.homepage__hero_banner__overlay__content__wrapper__cta{flex-direction:row}}