.fill-primary {
  fill: #1EA2A7 !important;
}
.fill-line {
  fill: #a7aeb5 !important;
}
.stroke-primary {
  stroke: #1EA2A7 !important;
}
.stroke-line {
  stroke: #a7aeb5 !important;
}

.stroke-white {
  stroke: #233447 !important;
}
.fill-white {
  fill: #233447 !important;
}



.hovered .fill-primary {
  fill: #45AC34 !important;
  transition: fill .8s ease;
}
.hovered .stroke-primary {
  stroke: #45AC34 !important;
  transition: stroke .8s ease;
}
