.s-hero-banner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--hero-height-mobile);margin-top:var(--hero-margin-top-mobile);margin-bottom:var(--hero-margin-bottom-mobile);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;background-color:var(--hero-background-color)}.s-hero-banner__background,.s-hero-banner__overlay{position:absolute;inset:0}.s-hero-banner__background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--hero-image-position);object-position:var(--hero-image-position)}.s-hero-banner__background-image--desktop{display:none}.s-hero-banner__background-image--mobile{display:block}.s-hero-banner__overlay{background:var(--hero-overlay-color);opacity:var(--hero-overlay-opacity);-webkit-backdrop-filter:blur(var(--hero-overlay-blur));backdrop-filter:blur(var(--hero-overlay-blur))}.s-hero-banner__content{position:relative;z-index:1;width:min(100%,var(--hero-content-width));padding:var(--hero-padding-top-mobile) var(--hero-padding-horizontal-mobile) var(--hero-padding-bottom-mobile);text-align:var(--hero-text-alignment)}.s-hero-banner__logo{margin:0 0 var(--margin-bottom-mobile)}.s-hero-banner__logo img{display:inline-block;width:100%;max-width:var(--logo-width-mobile);height:auto}.s-hero-banner__title,.s-hero-banner__description,.s-hero-banner__button-wrap{margin:0 0 var(--margin-bottom-mobile)}.s-hero-banner__title,.s-hero-banner__description{color:var(--color);font-size:var(--font-size-mobile);font-weight:var(--font-weight-mobile)}.s-hero-banner__title{display:block;line-height:1.2}.s-hero-banner__title-logo{display:inline-block;width:var(--title-logo-width-mobile);max-width:100%;height:auto;-webkit-margin-start:var(--title-logo-gap-mobile);margin-inline-start:var(--title-logo-gap-mobile);vertical-align:middle}.s-hero-banner__description{width:100%;max-width:var(--description-max-width);margin-right:auto;margin-left:auto;line-height:1.45;letter-spacing:.1px}.s-hero-banner__description p{margin:0}.s-hero-banner__description-text.is-collapsed{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--lines-mobile)}.s-hero-banner__read-more{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-top:var(--read-more-spacing);padding:0;border:0;border-bottom:0;background:rgba(0,0,0,0);color:var(--read-more-color);cursor:pointer;font:inherit}.s-hero-banner__read-more:not([hidden]){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.s-hero-banner__read-more[hidden]{display:none}.s-hero-banner__read-more svg{width:12px;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.s-hero-banner__read-more[aria-expanded=true] svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.s-hero-banner__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:var(--button-height-mobile);min-width:205px;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:9px 24px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background:var(--background-color);color:var(--color);font-size:var(--font-size-mobile);font-weight:var(--font-weight-mobile);line-height:1.5;text-decoration:none;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25)}@media screen and (min-width: 768px){.s-hero-banner{min-height:var(--hero-height-desktop);margin-top:var(--hero-margin-top-desktop);margin-bottom:var(--hero-margin-bottom-desktop)}.s-hero-banner__background-image--desktop{display:block}.s-hero-banner__background-image--mobile{display:none}.s-hero-banner__content{padding:var(--hero-padding-top-desktop) var(--hero-padding-horizontal-desktop) var(--hero-padding-bottom-desktop)}.s-hero-banner__logo{margin-bottom:var(--margin-bottom-desktop)}.s-hero-banner__logo img{max-width:var(--logo-width-desktop)}.s-hero-banner__title,.s-hero-banner__description,.s-hero-banner__button-wrap{margin-bottom:var(--margin-bottom-desktop)}.s-hero-banner__title,.s-hero-banner__description,.s-hero-banner__button{font-size:var(--font-size-desktop);font-weight:var(--font-weight-desktop)}.s-hero-banner__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:var(--hero-title-justify);-ms-flex-pack:var(--hero-title-justify);justify-content:var(--hero-title-justify);gap:var(--title-logo-gap-desktop)}.s-hero-banner__title-logo{width:var(--title-logo-width-desktop);-webkit-margin-start:0;margin-inline-start:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.s-hero-banner__description-text.is-collapsed{display:block;overflow:visible;-webkit-line-clamp:unset}.s-hero-banner__read-more:not([hidden]){display:none}.s-hero-banner__button{height:var(--button-height-desktop);min-width:308px;padding:13.3px 24px}}