  div.content-container {
    max-width: 1280px;
  }
  
  .starburst-text {
  background: linear-gradient(137.62deg, #A3652A 2.28%, #E3B85F 22.24%, #FFDAAE 35.96%, #FED7A6 41.52%, #F9C176 53.24%, #7D5532 84.02%, #733D19 98.52%), linear-gradient(0deg, rgba(211, 173, 100, 0.4), rgba(211, 173, 100, 0.4));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section {
  background-size: cover;
  background-position: center;
}

.big-text {
  font-size: 4rem;
  line-height: 4.6rem;
}

.dropdown.hansen-dropdown ul.dropdown-menu, ul.dropdown-menu li div.dropdown-item:hover {
  background-color: #363636 !important;
}
.dropdown.hansen-dropdown ul.dropdown-menu li div.dropdown-item {
  color: #fff;
}
.dropdown.hansen-dropdown ul.dropdown-menu li div.dropdown-item:hover {
  color: var(--cac-lighter) !important;
}

.population-value {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: default;
}

.tooltip {
  opacity: 1.0 !important;
}
.tooltip-inner {
  background-color: #363636;
}
.tooltip-arrow::before {
  border: none !important;
}

@media (max-width: 575px) {
  .hero-section {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .big-text {
    font-size: 3rem;
    line-height: 3.4rem;
  }
}