.hero{color:var(--color-white);display:flex;overflow:hidden;position:relative}.hero--full{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.hero__media,.hero__overlay{inset:0;position:absolute}.hero__media{background-origin:initial;background-position:100% 0;background-repeat:no-repeat;background-size:cover}video.hero__media{height:100%;object-fit:cover;object-position:center;width:100%}.hero__overlay{z-index:1}.hero__inner{margin-top:150px;position:relative;width:100%;z-index:2}.hero__content{max-width:760px}.hero--valign-top{align-items:flex-start}.hero--valign-center{align-items:center}.hero--valign-bottom{align-items:flex-end}.hero__title{color:inherit;font-family:var(--font-heading);font-size:49px;font-weight:600;line-height:120%;margin:0 0 var(--space-md)}.hero__title em,.hero__title i{color:var(--color-pink);font-style:italic}.hero__text{margin-bottom:var(--space-lg);max-width:48ch}.hero__text :last-child{margin-bottom:0}.hero__buttons{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hero--align-center .hero__content{margin-left:auto;margin-right:auto;text-align:center}.hero--align-center .hero__text{margin-left:auto;margin-right:auto}.hero--align-center .hero__buttons{justify-content:center}@media (max-width:767px){.hero{min-height:560px!important}.hero__title{font-size:clamp(2rem,7vw,49px)}.hero__inner{margin-top:110px}}