.rounded-image img{border-radius:var(--radius-3xl)}.glow-background{background:radial-gradient(ellipse 50% 90% at center,rgba(11,163,145,.3) 0,rgba(11,182,163,.3) 60%,transparent 100%)}.noise-texture{position:relative;background:linear-gradient(135deg,rgba(71,78,88,.95),rgba(150,170,188,.95))}@media(min-width:768px){.noise-texture{background:rgba(0,0,0,.4)}}.noise-texture:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='6' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.5;pointer-events:none;mix-blend-mode:overlay}@media(min-width:768px){.noise-texture:before{opacity:.6}}.noise-texture:after{content:"";position:absolute;bottom:0;right:0;width:60%;height:60%;background:radial-gradient(ellipse at bottom right,hsla(0,0%,100%,.15) 0,transparent 70%);pointer-events:none}