.heroSection{--hero-height-desktop:400px;--hero-height-mobile:240px;--hero-radius-tl-desktop:0;--hero-radius-tr-desktop:0;--hero-radius-br-desktop:0;--hero-radius-bl-desktop:0;--hero-radius-tl-mobile:0;--hero-radius-tr-mobile:0;--hero-radius-br-mobile:0;--hero-radius-bl-mobile:0;overflow:visible;position:relative;width:100%}.heroSection__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:var(--hero-radius-bl-desktop);border-bottom-right-radius:var(--hero-radius-br-desktop);border-top-left-radius:var(--hero-radius-tl-desktop);border-top-right-radius:var(--hero-radius-tr-desktop);height:var(--hero-height-desktop);inset:0;overflow:hidden;position:absolute;z-index:0}@media(max-width:992px){.heroSection__bg{background-position:unset;border-bottom-left-radius:var(--hero-radius-bl-mobile);border-bottom-right-radius:var(--hero-radius-br-mobile);border-top-left-radius:var(--hero-radius-tl-mobile);border-top-right-radius:var(--hero-radius-tr-mobile);height:var(--hero-height-mobile)}}.heroSection__body{align-items:center;display:flex;height:var(--hero-height-desktop);position:relative;z-index:1}@media(max-width:992px){.heroSection__body{height:var(--hero-height-mobile)}}.heroSection__body .container{align-items:start;display:flex;height:100%;padding-top:50px}@media(max-width:992px){.heroSection__body .container{justify-content:center}}.heroSection__inner{align-items:flex-end;display:flex;gap:40px;padding-top:var(--hero-inner-pt-desktop,0);text-align:left;width:100%}@media(max-width:992px){.heroSection__inner{align-items:center;flex-direction:column;gap:16px;padding-top:var(--hero-inner-pt-mobile,0);text-align:center}}.heroSection__coupon{background:transparent;border:none;color:inherit;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:700;letter-spacing:.08em;padding:0;text-transform:uppercase;transition:opacity .2s ease;white-space:nowrap}.heroSection__coupon:hover{opacity:.75}.heroSection__coupon:disabled{cursor:default}.heroSection__title{margin:0 0 8px}.heroSection__subtitle{margin:0}