:root{--hero-padding-x:2rem;--hero-padding-y:max(2rem,5vw);--hero-background:var(--color-transparent);--hero-color:var(--color-white);--hero-min-height:max(37.5rem,55vh);--hero-max-width:30rem}@media (min-width:768px){:root{--hero-min-height:min(70vh,60vw);--hero-max-height:90vh}}.hero{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;z-index:5}@media (min-width:768px){.hero{max-height:var(--hero-max-height)}}.hero-wrapper{display:flex}.hero-content{position:relative;min-width:100%;max-width:30rem;max-width:var(--hero-max-width);margin-left:auto;padding-top:calc(max(2rem, 5vw) + 2rem);padding-top:calc(var(--hero-padding-y) + 2rem);padding-bottom:max(2rem,5vw);padding-bottom:var(--hero-padding-y)}@media (min-width:640px){.hero-content{min-width:30rem;min-width:var(--hero-max-width)}}.hero-title span:before{content:" "}.hero-title span{display:block;margin-left:10%}.hero-media{margin-left:calc(var(--padding-x)*-1);margin-right:calc(var(--padding-x)*-1)}@media (min-width:768px){.hero-media{margin:max(-7vw,-7rem) auto max(-15vw,-10rem)}}.hero-image,.hero-video{top:0;position:absolute;z-index:-1}.hero-image,.hero-image img,.hero-image video,.hero-video,.hero-video img,.hero-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-video{display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media (min-width:640px){.hero-image-small,.hero-video-small{display:none}}.hero-video-small{width:max(100vh,190vw)}.hero-image-small+.hero-image-large,.hero-image-small+.hero-video-large,.hero-video-small+.hero-image-large,.hero-video-small+.hero-video-large{display:none}@media (min-width:640px){.hero-image-small+.hero-image-large,.hero-image-small+.hero-video-large,.hero-video-small+.hero-image-large,.hero-video-small+.hero-video-large{display:flex}}@media (min-width:640px){.hero-video-small+.hero-video-large{width:max(100%,120vw)}}