#lp-code-448,
#lp-code-448 .container {
  background: #ffffff;
}

#lp-code-448 .container svg {
  display: block;
  width: 100%;
  height: auto;
}

#lp-code-448 .container path {
  fill: #c4c3c3;
  stroke: #ffffff;
  stroke-width: 2px;
  cursor: pointer;
  transition: fill 0.15s ease;
}

#lp-code-448 .container path:hover {
  fill: #222e3d;
}
