@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li { font-size: inherit; }

p:last-child {
  margin-bottom: 0;
}

header h1 {
  color: #f47a24;
  font-size: 3.4rem;
}

h1, h2, h3, .font-ff {
  font-family: "Viga", sans-serif;
}

.container {
  max-width: 1150px;
}

.section2 {
  background-color: #f89924;
  color: #373f53;
}

.section2 p {
  font-size: 1.7em;
  font-weight: 500;
  color: #373f53;
  line-height: inherit;
}

.section-content,
.section3 p,
.section6 p {
  font-size: 1.7em;
  font-weight: 500;
  color: inherit;
  line-height: inherit;
}

.section5 p {
   font-size: 1.5rem;
   font-weight: 500;
   color: #f89924;
   line-height: inherit;
}

.section3 {
  background-color: #f89f64;
  color: #fff;
}

.section5 {
  background-color: #373f53;
  color: #f89924;
}

.section6 {
  background-color: #f89924;
  color: #fff;
}

.icons {
  line-height: 1.45rem; 
  font-size: 0.9rem;
  font-weight: 500;
}

#chart_2 .highcharts-color-0 {
  fill: #ffadad !important;
}
#chart_2 .highcharts-color-1 {
  fill: #ff5757 !important;
}

#chart_3 .apexcharts-bar-area:nth-child(1) {
  fill: #ff5757 !important;
}
#chart_3 .apexcharts-bar-area:nth-child(2) {
  fill: #ffadad !important;
}
#chart_3 .apexcharts-bar-area:nth-child(3) {
  fill: #cc0000 !important;
}
#chart_3 .apexcharts-bar-area:nth-child(4) {
  fill: #ff914d !important;
}

@media (min-width:1200px) {
   h2 { font-size: 2rem; }
}
@media only screen and (max-width: 968px) {
  header h1 {
    font-size: 2.5rem;
  }
  body {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  header h1 {
    font-size: 2rem;
  }
  body {
    font-size: 1.1rem;
  }
}
.highcharts-tooltip, .apexcharts-tooltip {
  display: none !important;
}/*# sourceMappingURL=style.css.map */
