.s-hero-banner{display:block;min-width:360px}@media screen and (min-width: 768px){.s-hero-banner{height:100vh;max-height:947px}}@media screen and (min-width: 768px){.s-hero-banner--full-height{max-height:unset;height:100vh}}.s-hero-banner__inner{height:100%;position:relative}.s-hero-banner__background{min-height:699px;height:100%;overflow:hidden}@media screen and (min-width: 768px){.s-hero-banner__background{min-height:unset}}.s-hero-banner__background-img,.s-hero-banner__background-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;vertical-align:bottom;position:absolute}.s-hero-banner__background-img--mobile,.s-hero-banner__background-video--mobile{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 768px){.s-hero-banner__background-img--mobile,.s-hero-banner__background-video--mobile{display:none}}.s-hero-banner__background-img--desktop,.s-hero-banner__background-video--desktop{display:none}@media screen and (min-width: 768px){.s-hero-banner__background-img--desktop,.s-hero-banner__background-video--desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.s-hero-banner__content-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex}.s-hero-banner__banner-link{display:block;position:absolute;z-index:1;width:100%;height:100%;left:0;top:0;background-color:#000;opacity:.12}.s-hero-banner__gradient{position:absolute;top:25px;left:0;width:100%;height:145px;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);z-index:3;pointer-events:none}@media screen and (min-width: 768px){.s-hero-banner__gradient{top:35px}}.s-hero-banner__content{position:relative;z-index:2;padding:44px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 768px){.s-hero-banner__content{padding:75px 32px}}.s-hero-banner__text{font-family:var(--font-body);margin:0;padding-top:12px;padding-bottom:14px;color:inherit;font-size:14px;font-weight:400;line-height:150%;text-wrap:balance;text-transform:none}.s-hero-banner__title{font-family:var(--font-heading);margin:0;text-transform:uppercase;font-size:20px;font-weight:500;line-height:150%;text-align:start;color:inherit}@media screen and (min-width: 768px){.s-hero-banner__title{font-size:24px}}.s-hero-banner__link{font-family:var(--font-body);margin:10px 0 0;padding-bottom:5px;cursor:pointer;text-decoration:none;color:inherit;font-size:14px;font-weight:500;line-height:150%;text-transform:uppercase;position:relative}.s-hero-banner__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;-webkit-transition:width .2s ease-out;transition:width .2s ease-out}.s-hero-banner__link:hover::after{width:75%}