/* Standalone styles for the gears illustration. */

#products .home-ops-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 28px;
  color: rgba(226, 232, 240, 0.78);
}

#products .home-ops-visual svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
