:root{--hero-background-color:#5e0016;--hero-button-active-background-color:#ffffd4;--hero-button-active-icon-fill:#5e0016;--hero-button-background-color:rgba(255,255,212,.2);--hero-button-hover-background-color:rgba(255,255,212,.6);--hero-button-icon-fill:#ffffd4;--hero-intro-color:#ffffd4;--hero-overlay-color:linear-gradient(0deg,rgba(0,0,0,.4) 25%,rgba(0,0,0,.6));--hero-title-color:#ffffd4}.hero{--hero-min-height:100vh;background-color:var(--hero-background-color);display:grid;gap:20px;margin-left:auto;margin-right:auto;max-width:1920px;min-height:var(--hero-min-height);position:relative;width:100%}.hero>*{grid-area:1/1}.hero__media{height:100%;left:0;position:absolute;top:0;width:100%}.hero__media.paused .hero__play-text{display:block}.hero__media.paused .hero__pause-text{display:none}.hero__overlay{background:var(--hero-overlay-color);height:100%;pointer-events:none;position:relative;width:100%}.hero__image,.hero__video{height:100%;object-fit:cover;width:100%}.hero__pause-play{background-color:var(--hero-button-background-color);border-radius:50%;bottom:10px;height:52px;position:absolute;right:10px;transition:background-color .25s cubic-bezier(.19,1,.55,1);width:52px;z-index:1}.hero__pause-play .icon{fill:var(--hero-button-icon-fill);height:24px;margin:auto;width:24px}.hero__pause-play span{clip-path:inset(1px 1px 1px 1px);height:1px;overflow:hidden;position:absolute;width:1px}.hero__pause-play:focus-visible,.hero__pause-play:hover{background-color:var(--hero-button-hover-background-color)}.hero__pause-play.active{background-color:var(--hero-button-active-background-color)}.hero__pause-play.active .icon{fill:var(--hero-button-active-icon-fill)}.hero__pause-play.hide,.hero__play-text{display:none}.hero__content{align-self:end;gap:3rem;margin-left:auto;margin-right:auto;max-width:1680px;padding:120px 40px 60px;position:relative;width:100%}.hero__content,.hero__header{display:flex;flex-direction:column}.hero__header{gap:.75rem;max-width:900px}.hero__title{color:var(--hero-title-color);font-size:var(--heading-2-font-size);letter-spacing:.02em;margin:0}.hero__title--small{font-size:var(--heading-3-font-size)}.hero__title--small+.hero__intro{font-size:var(--heading-5-font-size)}.hero__title--large{font-size:var(--heading-1-font-size)}.hero__intro{color:var(--hero-intro-color);margin:0}.hero__buttons{display:flex;flex-direction:column;gap:.5rem}.hero__button{width:100%}.hero--video .hero__content{padding:120px 40px 72px}@media only screen and (min-width:768px){.hero{--hero-min-height:85vh;min-height:calc(var(--hero-min-height) - 32px)}.hero__buttons{flex-flow:row wrap;gap:1rem}.hero__button{width:-moz-fit-content;width:fit-content}}@media only screen and (min-width:1024px){.hero__content{padding:120px 60px 60px}}