.chart-one {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-one.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-one svg {
  width: 100%;
  height: 100%;
}

.chart-one svg .circle-background, .chart-one svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-one svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 215.4668px 229.22px;
  stroke-dashoffset: 215.4668px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-one figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

.chart-two {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-two.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-two svg {
  width: 100%;
  height: 100%;
}

.chart-two svg .circle-background, .chart-two svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-two svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 229.22px 229.22px;
  stroke-dashoffset: 229.22px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-two figcaption {
  text-align: center;
  position: absolute;
  top: calc(35% - 0.75rem);
  left: 0;
  width: 100%;
}

.chart-two figcaption span#animatedNumber2 {
  display: block;
  font-size: 1.15rem;
  line-height: 1.25rem;
  color: #5ab334;
}

.chart-two figcaption span.years {
  display: block;
  font-size: 1rem;
  color: #5ab334;
}

.chart-three {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-three.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-three svg {
  width: 100%;
  height: 100%;
}

.chart-three svg .circle-background, .chart-three svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-three svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 178.7916px 229.22px;
  stroke-dashoffset: 178.7916px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-three figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

.chart-four {
  width: 79px;
  height: 79px;
  margin: 0;
  position: relative;
}

.chart-four.animate svg .circle-foreground {
  animation: offset 3s ease-in-out forwards;
  animation-delay: 1s;
}

.chart-four svg {
  width: 100%;
  height: 100%;
}

.chart-four svg .circle-background, .chart-four svg .circle-foreground {
  r: 36.5px;
  cx: 50%;
  cy: 50%;
  fill: none;
  stroke: #305556;
  stroke-width: 6px;
}

.chart-four svg .circle-foreground {
  stroke: #5ab334;
  stroke-dasharray: 204.0058px 229.22px;
  stroke-dashoffset: 204.0058px;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.chart-four figcaption {
  display: inline-block;
  width: 100%;
  height: 1.25rem;
  overflow: hidden;
  text-align: center;
  color: #5ab334;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  font-size: 1.15rem;
  line-height: 1.25rem;
}

.h2 {
  color: #5ab334;
  font-size: 2.25rem;
}

div {
}

* {
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

.main-container p, h1, h2, h3 {
  font-family: 'Montserrat', sans-serif, Arial, Helvetica;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  style: color: #5AB335;
}

.footer-font p, h1, h2, h3 {
  font-family: 'Montserrat', sans-serif, Arial, Helvetica;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  style: color: #5AB335;
}

