.hero{position:relative}.hero .swiper-container{overflow:clip;border-top-left-radius:var(--outer-border-radius);border-top-right-radius:var(--outer-border-radius)}.hero .swiper-container .swiper-slide{height:auto}.hero__slide{display:grid;grid-template-columns:1fr;grid-auto-rows:4fr;max-height:90vh;height:100%}.hero__background{grid-column:1;grid-row:1 / 4;pointer-events:none}.hero__background video,.hero__background img{height:100%;width:100%;object-fit:cover}.hero__foreground{grid-column:1;grid-row:2;display:flex;flex-direction:column;align-items:center;z-index:10}.hero__title{line-height:1.5}@media (max-width:767.98px){.hero__title{line-height:1.8}}.hero__title span{transition:transform 0.15s ease-in-out}.hero__title span:nth-child(even):hover{transform:rotate(-2deg)}.hero__title span:nth-child(odd):hover{transform:rotate(2deg)}.hero__bird{position:absolute;bottom:-1rem;right:2.5rem;width:min(330px, 20%);height:auto;object-fit:contain;z-index:20}