.fill-primary {
  fill: #005ad7 !important;
}
.fill-line {
  fill: #0a3264 !important;
}
.stroke-primary {
  stroke: #005ad7 !important;
}
.stroke-line {
  stroke: #0A3264 !important;
}

.hovered .fill-primary {
  fill: #55afdc !important;
  transition: fill 0.8s ease;
}
.hovered .stroke-primary {
  stroke: #55afdc !important;
  transition: stroke 0.8s ease;
}
