body { min-height: 100svh; } body.bricks-is-frontend :focus-visible { outline: unset; }  .text-color-pear{ color: var(--bricks-color-bdggcw); } .text-color-pink{ color: var(--bricks-color-secondary); } .fw-800{ font-weight: 800; }  img.bricks-lazy-hidden, .bricks-lazy-hidden svg { content-visibility: auto; filter: blur(20px) brightness(0.9); background-size: 100% 100%; background-repeat: no-repeat; background-position: center; background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(0, 102, 204, 0.4) 50%, rgba(0, 51, 102, 0.7) 70%, rgba(0, 0, 0, 0.8) 100%); transition: filter .4s ease-out; backface-visibility: hidden; overflow: hidden; will-change: filter; } img, svg { transition: filter .4s ease-out; }