#homeBackgroundGlow {position:fixed;left:0;top:0;width:520px;height:520px;border-radius:50%;pointer-events:none!important;z-index:1;opacity:0;will-change:transform;contain:strict;background:radial-gradient(circle,rgba(199,173,120,.085) 0%,rgba(199,173,120,.035) 35%,rgba(199,173,120,0) 70%);transition:opacity .25s ease;}
#homeBackgroundGlow.is-visible {opacity:1;}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce) {#homeBackgroundGlow {display:none!important;}}
