:root {
  --primary-color: #218A3D;
  --secondary-color: #00205B;
  --medium-blue: #142e42;
  --dark-blue: #0E2638;
  --blue: #004E7D;
  --green: #218A3D;
  --white: #ffffff;
  --black: #000000;
  --gray: #f8fafc;
  --transition: all 0.6s;
  --border: 1px solid var(--white);
  --border-radius: 10px 10px 0 10px;
}

.hero__banner {
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 138px 0 17%;
  position: relative;
}
.hero__banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero__banner .acr__breadcrumbs {
  position: relative;
  margin-bottom: 205px;
  padding-top: 20px;
}
.hero__banner .acr__breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.hero__banner .acr__breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
}
.hero__banner .acr__breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  content: "";
  margin: 0 0.2em;
  background: url("../images/download-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  color: var(--white);
}
.hero__banner .acr__breadcrumbs ul li a {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
}
.hero__banner .acr__breadcrumbs ul li:not(:last-child) a {
  font-weight: 700;
}
.hero__banner .hero__banner--content {
  position: relative;
}
.hero__banner .hero__banner--content h6 {
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
}
.hero__banner .hero__banner--content h1 {
  color: var(--white);
  letter-spacing: -0.36px;
  margin-bottom: 17px;
}
.hero__banner .hero__banner--content h3 {
  font-weight: 300;
  color: var(--white);
  max-width: 665px;
}

@media (max-width: 991px) {
  .hero__banner {
    padding: 120px 0 17%;
  }
  .hero__banner .hero__banner--content h1 {
    margin-bottom: 20px;
  }
  .hero__banner .acr__breadcrumbs {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .hero__banner::after {
    height: 50px;
  }
  .hero__banner .hero__banner--content h3 {
    font-size: 18px;
  }
  .hero__banner .hero__banner--content h1, .hero__banner .hero__banner--content h3 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .hero__banner {
    padding: 120px 0 100px;
  }
}
.acr__our-market-tab {
  background: var(--medium-blue);
  padding: 32px 0;
  z-index: 1;
  position: relative;
  max-width: 100%;
}
.acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a {
  position: relative;
  font-weight: 300;
  color: var(--white);
}
.acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a.active-a {
  color: var(--green);
  font-weight: 600;
}
.acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a:not(:last-child) {
  padding-right: 18px;
  margin-right: 18px;
}
.acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: var(--white);
}

@media (max-width: 480px) {
  .acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right {
    display: block;
  }
  .acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a {
    display: block;
  }
  .acr__our-market-tab .acr__our-market-tab-inner .acr__tab-right a:not(:last-child)::after {
    display: none;
  }
}
.acr__acr-program-content {
  padding: 90px 0 60px;
}
.acr__acr-program-content .title h3 {
  margin-bottom: 56px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table {
  margin-bottom: 90px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table {
  width: 100%;
  overflow-x: auto;
  border-spacing: 0;
  font-size: 18px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr {
  vertical-align: text-bottom;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:not(:last-child) {
  padding-right: 50px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(1) {
  width: 74px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(2) {
  width: 472px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(3) {
  width: 445px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(4) {
  width: 160px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content {
  margin-bottom: 105px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .title h3 {
  margin-bottom: 0;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .acr__process-documentation-content h3 {
  font-weight: 400;
  margin-bottom: 37px;
}
.acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .acr__process-documentation-content p {
  max-width: 756px;
}

@media (max-width: 991px) {
  .acr__acr-program-content {
    padding: 50px 0 30px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table {
    margin-bottom: 50px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .acr__process-documentation-content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .acr__acr-program-content {
    padding: 30px 0 15px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td {
    font-size: 16px;
    padding-right: 20px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .title {
    margin-bottom: 15px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-content .acr__process-documentation-content h3 {
    margin-bottom: 30px;
  }
  .acr__acr-program-content .title h3 {
    margin-bottom: 30px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr th {
    font-size: 16px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr th:first-child {
    padding: 0 10px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr th:last-child {
    padding: 0 10px 0 5px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td {
    white-space: normal;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(1) {
    width: auto;
    padding-left: 10px;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(2) {
    width: auto;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(3) {
    width: auto;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:nth-of-type(4) {
    width: auto;
  }
  .acr__acr-program-content .acr__acr-program-content-inner .acr__methodology-table table tr td:not(:last-child) {
    padding-right: 10px;
  }
}

/*# sourceMappingURL=acr-methodology.css.map */
