.hero-image-home{position:relative;overflow:hidden;width:100%;min-height:500px;max-height:65vh;background-size:cover;background-position:center;-webkit-mask-image:var(--bubble);mask-image:var(--bubble);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:bottom right;mask-position:bottom right;-webkit-mask-size:clamp(100%, 14vw, 100%) 130%;mask-size:clamp(100%, 14vw, 100%) 130%}.hero-image-home::after{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgb(0 0 0 / .25) 10%,rgb(0 0 0 / .5) 65%)}@media (max-width:767px){.hero-image-home{min-height:350px;height:clamp(350px, 55vh, 450px);max-height:55vh}}@media (min-width:980px){.hero-image-home::after{background:linear-gradient(0,rgb(0 0 0 / .17) 50%,rgb(0 0 0 / .35) 85%)}}@media (min-width:1720px){.hero-image-home{max-width:980px;margin-inline:auto}}