.hero{position:relative;display:flex;min-height:100vh;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;inset:0;z-index:10;background-color:rgb(0 0 0/.3)}.hero-background{position:absolute;inset:0;z-index:0;background-image:linear-gradient(to right,var(--tw-gradient-stops));background-image:url(/_next/static/media/bliżej-siebie-motyw.13aa8620.jpg),linear-gradient(90deg,rgba(167,180,161,1),rgba(175,187,167,1) 50%,rgba(175,187,167,1));background-size:cover;background-position:calc(100% + 100px) top;background-repeat:no-repeat}@media (min-width:768px){.hero-background{background-position:100% 0}}.hero-content{width:100%}@media (min-width:640px){.hero-content{max-width:640px}}@media (min-width:768px){.hero-content{max-width:768px}}@media (min-width:1024px){.hero-content{max-width:1024px}}@media (min-width:1280px){.hero-content{max-width:1280px}}@media (min-width:1536px){.hero-content{max-width:1536px}}.hero-content{position:relative;z-index:20;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;text-align:center;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hero-buttons{display:flex;flex-direction:column;justify-content:center;gap:1rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;z-index:20;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.hero-scroll-indicator{animation:bounce 1s infinite}