.reach-spread-visualization {
  .axis-bottom .domain {
    display: none;
    stroke-width: 0px;
    stroke: transparent;
    fill: transparent;
  }
  .axis-bottom .tick text {
    @include font-size(15px);
    fill: $ui-5-color;
  }
  .funnel-chart__piece {
    stroke-width: 2px;
  }
  .funnel-chart__gap {
    stroke-width: 2px;
    stroke-linejoin: bevel;
  }
  &__funnel-chart {
    &.outline {
      filter: $blur-filter;
    }  
  }
}
