.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(145deg,#fff,#f1f5f8)}.noise-texture:before{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:.03;mix-blend-mode:overlay}.noise-texture:after,.noise-texture:before{content:"";position:absolute;pointer-events:none}.noise-texture:after{bottom:0;right:0;width:60%;height:60%;background:radial-gradient(ellipse at bottom right,rgba(17,169,214,.12) 0,transparent 70%)}