@media screen and (max-width: 991px) {
  .bannerCommon__wrap-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.banner_page-dataandfigures {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner_page-dataandfigures::after {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border-radius: 2px;
}

.banner_page-dataandfigures img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.banner_page-dataandfigures-text {
  position: absolute;
  top: 50%;
  margin-left: 10%;
  z-index: 2;
}

.banner_page-dataandfigures-text .line-dataandfigures {
  width: 131px;
  height: 4px;
  background: #eb7f2c;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 16px 0px;
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 100px;
    height: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 70px;
    height: 2px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .line-dataandfigures {
    width: 50px;
    height: 1px;
  }
}

.banner_page-dataandfigures-text .text-banner-dataandfigures {
  z-index: 2;
  font-style: normal;
  font-size: 64px;
  line-height: 77px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.banner_page-dataandfigures-text .text-banner-dataandfigures-under {
  z-index: 2;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 32px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 26px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures-under {
    font-size: 20px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 48px;
    line-height: 57px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 32px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 568px) {
  .banner_page-dataandfigures-text .text-banner-dataandfigures {
    font-size: 24px;
    line-height: 17px;
  }
}

.container_page-dataandfigures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 48px;
}

.container_page-dataandfigures-menu {
  margin-bottom: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_page-dataandfigures-menu .reponsive-800apter {
  font-size: 16px;
  display: none;
}

@media only screen and (max-width: 800px) {
  .container_page-dataandfigures-menu .reponsive-800apter {
    display: block;
  }
}

.container_page-dataandfigures-menu .reponsive-800 {
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {
  .container_page-dataandfigures-menu .reponsive-800 {
    display: none;
  }
}

.container_page-dataandfigures-menu .reponsive-800 .arrow-content800 {
  height: 15px;
  margin: -14px 14px 0 14px;
}

.container_page-dataandfigures-menu .text-menu-dataandfigures {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  color: #72757b;
  cursor: pointer;
  white-space: nowrap;
}

.container_page-dataandfigures-menu .arrow-content {
  height: 15px;
  margin: 0 14px 0 14px;
}

.page-dataandfigures-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-left {
    width: 100%;
  }
}

.page-dataandfigures-content-left h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: center;
}

.page-dataandfigures-content-left-overview .overview-content {
  font-size: 16px;
  line-height: 30px;
  color: #1d2029;
  margin-top: 20px;
}

.page-dataandfigures-content-left-overview .overview-content p img {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 15px !important;
  margin-bottom: 20px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .page-dataandfigures-content-right {
    width: 100%;
  }
}

.page-dataandfigures-content-right .page-dataandfigures-content-right-unit .unit-button {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 32px;
}

@media only screen and (max-width: 468px) {
  .page-dataandfigures-content-right .page-dataandfigures-content-right-unit .unit-button {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
}

.page-dataandfigures-content-right h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000000;
}

.page-dataandfigures-content-right-description .title-description {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right-description .information {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1d2029;
}

.page-dataandfigures-content-right-description .information pre {
  color: #fff;
}

.page-dataandfigures-content-right-description .main-content {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #1d2029;
}

.page-dataandfigures-content-right-otherlinks {
  margin-top: 24px;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-body {
  padding: 0 0 0 3.25rem;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-body
a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1d2029;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header {
  border-bottom: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0 {
    text-align: left;
  }
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.btn-link:hover {
  text-decoration: none;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.btn {
  padding: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #eb7f2c;
  text-decoration: none;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.btn
.icon-arrow-introduce {
  margin-right: 1.25rem;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.btn
img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.collapsed {
  color: #2063a3;
}

.page-dataandfigures-content-right-otherlinks
#page-dataandfigures-content
.card
.card-header
.mb-0
.collapsed
img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-dataandfigures-content-right-unit {
  margin: 0 0 32px;
  text-transform: uppercase;
}

.page-dataandfigures-content-right-unit .title-description {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #2063a3;
}

.page-dataandfigures-content-right-unit .unit-button-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: center;
  justify-items: center;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-dataandfigures-content-right-unit .unit-button-content-detail {
  padding: 0 10px;
  height: 48px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--primary) !important;
  background-color: #dee2ed !important;
  border: none;
  cursor: pointer;
}

.unit-button.data-icon a {
  background-color: #dee2ed;
  width: 100%;
  padding: 10px 0px;
}

.unit-button.data-icon a:hover img {
  -webkit-filter: invert(1) sepia(1) saturate(5) hue-rotate(316deg);
          filter: invert(1) sepia(1) saturate(5) hue-rotate(316deg);
}

.unit-button.data-icon a:hover .unit-button-content.data-text {
  color: #eb7f2c;
}

.unit-button-content.data-text {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .unit-button-content.data-text {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-right-unit .unit-button-content-detail {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  .page-dataandfigures-content-right-unit .unit-button-content-detail {
    width: 100%;
  }
}

.page-data-map {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .page-data-map {
    width: 100%;
  }
}

.page-dataandfigures-content-right-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.page-dataandfigures-content-statistical {
  margin-top: 40px;
}

.page-dataandfigures-content-statistical h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: center;
  margin-bottom: 50px;
}

.page-dataandfigures-content-left-statistical {
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.page-dataandfigures-content-left-statistical .statistical-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-left-statistical .statistical-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    justify-items: center;
  }
}

@media only screen and (max-width: 568px) {
  .page-dataandfigures-content-left-statistical .statistical-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [1];
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    justify-items: center;
    gap: 32px;
  }
}

.page-dataandfigures-content-left-statistical h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 43px;
  text-transform: uppercase;
  color: #2063a3;
  text-align: left;
}

.page-dataandfigures-content-left-statistical .image-statis {
  max-width: 80px;
  max-height: 80px;
}

.page-dataandfigures-content-left-statistical .statistical-content-son {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f5fc;
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  .page-dataandfigures-content-left-statistical .statistical-content-son {
    width: 100%;
  }
}

.page-dataandfigures-content-left-statistical .statistical-content-son-main {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #2063a3;
}

.page-dataandfigures-content-left-statistical .statistical-content-son-content {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #1d2029;
}

.title-description-2 {
  font-weight: 600 !important;
}

@media screen and (max-width: 1024px) {
  .title-description-2 {
    margin-bottom: 24px;
  }
}

.page-dataandfigures-content-left {
  width: 68%;
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-left {
    width: 100%;
    margin-bottom: 32px;
  }
}

.page-dataandfigures-content-right {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .page-dataandfigures-content-right {
    width: 100%;
  }
}

.page-dataandfigures-content-right-description {
  background-color: #2c9042;
}

.page-dataandfigures-content-right-description__map {
  padding: 0 16px 16px;
}

.page-dataandfigures-content-right-description-wrap {
  padding: 24px;
}

.blank-line {
  margin: 12px 0 24px;
  height: 1px;
  background-color: #44a75a;
}

.title-description-1 {
  color: var(--white) !important;
  font-weight: 600 !important;
}

.acreage {
  color: var(--white) !important;
}

.population {
  color: var(--white) !important;
}

.city {
  color: var(--white) !important;
}

.ethnic {
  color: var(--white) !important;
}

.main-content {
  color: var(--white) !important;
}

.information {
  color: var(--white) !important;
}

.calendar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.another-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistical-header-item {
  font-weight: 600 !important;
  font-size: 34px !important;
}

@media screen and (max-width: 568px) {
  .statistical-header-item {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 1024px) {
  .chart-wrapper {
    margin: 60px 0 0;
  }
}

.chart-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  color: #2063a3;
}

@media screen and (max-width: 768px) {
  .chart-header {
    margin: 0 10% 32px;
  }
}

.chart-header-2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  color: #2063a3;
}

@media screen and (max-width: 1024px) {
  .chart-header-2 {
    margin: 60px 22% 0;
  }
}

@media screen and (max-width: 768px) {
  .chart-header-2 {
    margin: 60px 15% 0;
  }
}

.chart-header-item {
  font-weight: 600 !important;
  font-size: 34px !important;
}

@media screen and (max-width: 568px) {
  .chart-header-item {
    font-size: 28px !important;
  }
}

.tableauPlaceholder {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 1024px) {
  .tableauPlaceholder {
    margin-top: 48px;
  }
}

@media screen and (max-width: 992px) {
  .tableauPlaceholder {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
}

@media screen and (max-width: 768px) {
  .tableauPlaceholder {
    max-width: 100% !important;
    display: block !important;
    overflow: auto !important;
  }
}

.tab-textRegion {
  display: none !important;
}

.chart-4 {
  margin-top: 67px !important;
}

.time-update-doc {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #72757b;
}
/*# sourceMappingURL=page-dataandfigures-activate-determining.css.map */