.hero-container{box-sizing:border-box;justify-content:center;width:100%;height:80vh;min-height:500px;padding-top:10%;display:flex;position:relative;overflow:hidden}.hero-container>.container{justify-content:center;width:100%;display:flex}.hero-bg-image{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-container:after{content:"";width:100%;height:100px;clip-path:path("M0,100 L0,50 C500,20 750,80 1000,50 C1250,20 1500,80 2000,50 C2500,20 3000,80 4000,50 C4500,20 5000,80 6000,50 L6000,100 Z");background:#fff;position:absolute;bottom:-2px;left:0}.hero-content{width:90%;max-width:var(--container-width,1200px);z-index:2;text-align:center;height:fit-content;position:relative}.hero-content h1{opacity:0;animation:.8s ease-out .2s forwards text-fade-up;transform:translateY(30px)}.hero-content h2,.hero-content .reviews-widget-overall{opacity:0;animation:.8s ease-out .5s forwards text-fade-up;transform:translateY(30px)}.hero-actions{opacity:0;flex-direction:column-reverse;justify-content:center;align-items:center;gap:20px;animation:.8s ease-out .8s forwards text-fade-up;display:flex;transform:translateY(30px)}.hero-benefits{opacity:0;animation:.8s ease-out 1.1s forwards text-fade-up;transform:translateY(30px)}.hero-benefits>div{opacity:0;animation:.5s ease-out forwards benefit-fade-in}.hero-benefits>div:first-child{animation-delay:1.2s}.hero-benefits>div:nth-child(2){animation-delay:1.4s}.hero-benefits>div:nth-child(3){animation-delay:1.6s}@media (width<=768px){.hero-actions>.button{width:100%}}@media (width>=768px){.hero-actions{flex-direction:row}}.sunflare{mix-blend-mode:screen;filter:blur(3px);opacity:0;will-change:transform, opacity;z-index:1;background:radial-gradient(circle,#fffc 0%,#fff0 70%);border-radius:50%;transition:opacity .5s ease-out,transform .5s ease-out;position:absolute;transform:scale(.6)}.hero-container:hover .sunflare{opacity:1;transform:scale(1)}.sunflare-1{width:150px;height:150px;animation:1.2s ease-out .3s forwards flare-appear,15s ease-in-out infinite alternate flare-float;top:35%;right:15%}.sunflare-2{width:100px;height:100px;animation:1.2s ease-out .6s forwards flare-appear,18s ease-in-out infinite alternate-reverse flare-float;top:20%;left:25%}.sunflare-3{width:120px;height:120px;animation:1.2s ease-out .9s forwards flare-appear,20s ease-in-out infinite alternate flare-float;bottom:15%;left:10%}.sunflare-ray{mix-blend-mode:screen;transform-origin:50%;filter:blur(2px);opacity:0;will-change:transform, opacity;z-index:1;background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);position:absolute;transform:scaleX(.8)}.sunflare-ray-1{width:80%;height:2px;animation:2s ease-out 1.2s forwards ray-appear,15s ease-in-out infinite ray-pulse;top:30%;left:10%}.sunflare-ray-2{width:60%;height:3px;animation:2s ease-out 1.5s forwards ray-appear,18s ease-in-out 2s infinite ray-pulse;top:50%;right:0}.sunflare-ray-3{width:70%;height:2px;animation:2s ease-out 1.8s forwards ray-appear,20s ease-in-out 4s infinite ray-pulse;bottom:25%;left:20%}@media (width<=768px){.sunflare-1{width:100px;height:100px}.sunflare-2{width:80px;height:80px}.sunflare-3{width:90px;height:90px}.sunflare-ray{height:1px}}
