.hero-container[data-astro-cid-s5hxusys]{padding-top:8rem;display:flex;flex-direction:column;height:max(600px,100vh);justify-content:center;padding-bottom:2rem;position:relative;overflow:hidden}.hero[data-astro-cid-s5hxusys]{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:4rem 2rem;gap:3rem;position:relative;transition:all .4s ease;max-width:1200px;width:100%;margin:0 auto}.hero__content[data-astro-cid-s5hxusys]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2}.hero__content--with-image[data-astro-cid-s5hxusys]{width:50%}.hero--centered[data-astro-cid-s5hxusys] .hero__content[data-astro-cid-s5hxusys]{align-items:center}.hero__text-wrapper[data-astro-cid-s5hxusys]{display:flex;flex-direction:column;gap:1.5rem;max-width:900px}.hero--centered[data-astro-cid-s5hxusys] .hero__text-wrapper[data-astro-cid-s5hxusys]{align-items:center;text-align:center}.hero__title[data-astro-cid-s5hxusys]{position:relative;margin:0;color:rgb(var(--hero-color))}.hero[data-astro-cid-s5hxusys]:hover .hero__title[data-astro-cid-s5hxusys]{text-shadow:0 4px 30px rgba(var(--hero-color),.3)}.hero__decoration[data-astro-cid-s5hxusys]{position:absolute;border-radius:50%;z-index:-1;pointer-events:none;transition:all .6s ease}.hero__decoration--primary[data-astro-cid-s5hxusys]{width:250px;height:250px;top:-4rem;left:-4rem;background:radial-gradient(circle,rgba(var(--hero-color),.3) 1%,transparent 60%);filter:blur(2.5rem)}.hero__decoration--secondary[data-astro-cid-s5hxusys]{width:300px;height:300px;top:-6rem;left:-6rem;background:radial-gradient(circle,rgba(var(--hero-color),.2) 1%,transparent 65%);filter:blur(3rem);mix-blend-mode:screen}.hero[data-astro-cid-s5hxusys]:hover .hero__decoration--primary[data-astro-cid-s5hxusys]{transform:scale(1.15)}.hero[data-astro-cid-s5hxusys]:hover .hero__decoration--secondary[data-astro-cid-s5hxusys]{transform:scale(1.2) rotate(45deg)}.hero__description[data-astro-cid-s5hxusys]{margin:0;opacity:.9}.hero__cta[data-astro-cid-s5hxusys]{margin-top:1rem}.hero__image-container[data-astro-cid-s5hxusys]{width:50%;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.hero__image-wrapper[data-astro-cid-s5hxusys]{position:relative;width:100%;transition:all .4s ease}.hero[data-astro-cid-s5hxusys]:hover .hero__image-wrapper[data-astro-cid-s5hxusys]{transform:translateY(-10px)}.hero__image[data-astro-cid-s5hxusys]{width:100%;height:auto;object-fit:cover;display:block;border:2px solid rgba(var(--hero-color),.3);transition:all .4s ease}.hero[data-astro-cid-s5hxusys]:hover .hero__image[data-astro-cid-s5hxusys]{border-color:rgb(var(--hero-color));box-shadow:0 20px 60px rgba(var(--hero-color),.2)}.hero__image-decoration[data-astro-cid-s5hxusys]{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;background:radial-gradient(circle,rgb(var(--hero-color)) 12%,transparent 60%);opacity:.15;border-radius:50%;pointer-events:none;transition:all .4s ease}.hero[data-astro-cid-s5hxusys]:hover .hero__image-decoration[data-astro-cid-s5hxusys]{opacity:.25;transform:scale(1.1)}.hero__bg-decoration[data-astro-cid-s5hxusys]{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.hero__bg-decoration--1[data-astro-cid-s5hxusys]{width:500px;height:500px;top:-150px;right:-150px;background:radial-gradient(circle,rgba(var(--hero-color),.08) 12%,transparent 60%);opacity:.6}.hero__bg-decoration--2[data-astro-cid-s5hxusys]{width:450px;height:450px;bottom:-120px;left:-120px;background:radial-gradient(circle,rgba(var(--hero-color),.06) 12%,transparent 60%);opacity:.5}.hero--animated[data-astro-cid-s5hxusys] .hero__content[data-astro-cid-s5hxusys]{opacity:0;animation:fadeInLeft .8s ease .2s both}.hero--animated[data-astro-cid-s5hxusys] .hero__image-container[data-astro-cid-s5hxusys]{opacity:0;animation:fadeInRight .8s ease .4s both}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: no-preference){.hero[data-astro-cid-s5hxusys]{will-change:transform}}@media (prefers-reduced-motion: reduce){.hero--animated[data-astro-cid-s5hxusys] .hero__content[data-astro-cid-s5hxusys],.hero--animated[data-astro-cid-s5hxusys] .hero__image-container[data-astro-cid-s5hxusys]{animation:fadeIn .6s ease both}.hero[data-astro-cid-s5hxusys]:hover .hero__image-wrapper[data-astro-cid-s5hxusys]{transform:translateY(-5px)}.hero[data-astro-cid-s5hxusys]:hover .hero__decoration--primary[data-astro-cid-s5hxusys],.hero[data-astro-cid-s5hxusys]:hover .hero__decoration--secondary[data-astro-cid-s5hxusys],.hero[data-astro-cid-s5hxusys]:hover .hero__image-decoration[data-astro-cid-s5hxusys]{transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 968px){.hero[data-astro-cid-s5hxusys]{gap:2.5rem}}@media screen and (max-width: 768px){.hero-container[data-astro-cid-s5hxusys]{padding:6rem 1rem 4rem;min-height:auto}.hero[data-astro-cid-s5hxusys]{padding:2rem 1rem;flex-direction:column;gap:2rem}.hero__content[data-astro-cid-s5hxusys],.hero__content--with-image[data-astro-cid-s5hxusys]{width:100%;align-items:center}.hero__text-wrapper[data-astro-cid-s5hxusys]{align-items:center}.hero__decoration--primary[data-astro-cid-s5hxusys]{width:180px;height:180px;top:-3rem;left:50%;transform:translate(-50%)}.hero__decoration--secondary[data-astro-cid-s5hxusys]{width:220px;height:220px;top:-4.5rem;left:50%;transform:translate(-50%)}.hero__image-container[data-astro-cid-s5hxusys]{width:100%;margin-top:2rem}.hero__image-decoration[data-astro-cid-s5hxusys]{width:150px;height:150px;bottom:-20px;right:-20px}.hero__bg-decoration--1[data-astro-cid-s5hxusys]{width:350px;height:350px;top:-100px;right:-100px}.hero__bg-decoration--2[data-astro-cid-s5hxusys]{width:320px;height:320px;bottom:-80px;left:-80px}.hero--animated[data-astro-cid-s5hxusys] .hero__content[data-astro-cid-s5hxusys],.hero--animated[data-astro-cid-s5hxusys] .hero__image-container[data-astro-cid-s5hxusys]{animation:fadeInUp .8s ease both}.hero--animated[data-astro-cid-s5hxusys] .hero__image-container[data-astro-cid-s5hxusys]{animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}@media screen and (max-width: 575px){.hero-container[data-astro-cid-s5hxusys]{padding-top:5rem;padding-bottom:3rem}.hero[data-astro-cid-s5hxusys]{padding:1.5rem .5rem;gap:1.5rem}.hero__text-wrapper[data-astro-cid-s5hxusys]{gap:1.25rem}.hero__cta[data-astro-cid-s5hxusys]{margin-top:.5rem}.hero__decoration--primary[data-astro-cid-s5hxusys]{width:150px;height:150px;top:-2.5rem}.hero__decoration--secondary[data-astro-cid-s5hxusys]{width:180px;height:180px;top:-4rem}.hero__image-decoration[data-astro-cid-s5hxusys]{width:120px;height:120px;bottom:-15px;right:-15px}.hero__bg-decoration--1[data-astro-cid-s5hxusys]{width:280px;height:280px;top:-70px;right:-70px}.hero__bg-decoration--2[data-astro-cid-s5hxusys]{width:250px;height:250px;bottom:-60px;left:-60px}}
