@font-face {
  font-family: 'Basier-Circle';
  src: local("Basier Circle Regular"), local("Basier-Circle-Circle-Regular"), url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Basier-Circle-M';
  src: local("Basier Circle Medium"), local("Basier-Circle-Circle-Medium"), url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Basier-Circle-B';
  src: local("Basier Circle Bold"), local("Basier-Circle-Circle-Bold"), url("../fonts/BasierCircle-Bold.woff2") format("woff2"), url("../fonts/BasierCircle-Bold.woff") format("woff"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.white-space {
  width: 100%;
  height: 90px;
  background-color: transparent;
}

.taxonomies-heading {
  text-align: center;
  font-size: 48px;
  font-family: 'Basier-Circle-B';
  color: #fff;
  line-height: 64px;
}

.taxonomie-top-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ea6b06;
  border-radius: 60px;
  color: #243d4c;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
  padding: 3px 15px 3px 15px;
  font-family: 'Basier-Circle-M';
}

.taxonomies-top-inner {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  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;
}

@media screen and (max-width: 426px) {
  .taxonomies-top-inner {
    min-height: 180px;
    padding-top: 40px;
  }
  .taxonomies-heading {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
  .taxonomie-top-name {
    font-size: 14px;
  }
}

.introduction {
  background-color: #fff;
  border-bottom: 2px solid #ea6b06;
}

.introduction-inner {
  padding: 40px 0 43px 0;
  position: relative;
}

.introduction-inner:after {
  content: '';
  width: 32px;
  height: 49px;
  display: block;
  background-image: url(../img/Vector-dec.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -49px;
  left: 0;
}

.introduction-heading {
  font-family: 'Basier-Circle-B';
  color: #243d4c;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.introduction-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.25px;
  word-wrap: normal;
}

@media screen and (max-width: 769px) {
  .introduction-inner {
    padding: 30px 0 25px 0;
  }
  .introduction-inner:before {
    display: none;
  }
  .introduction-description {
    max-width: 100%;
  }
}

@media screen and (max-width: 426px) {
  .introduction-inner {
    padding: 17px 0 25px 0;
  }
  .introduction-heading {
    font-size: 20px;
  }
  .introduction-description {
    font-size: 14px;
    line-height: 24px;
  }
}

.standards-list-inner {
  padding: 35px 0 107px 0;
}

.standards-list-heading {
  font-family: 'Basier-Circle-B';
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #243d4c;
  letter-spacing: -0.5px;
}

.standards-list-underheading {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #333;
  letter-spacing: -0.25px;
}

.standards-list-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 25px 0;
}

.standard-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  /* text-decoration: underline; */
  font-size: 16px;
  line-height: 24px;
  color: #506470;
  letter-spacing: -0.25px;
}

@media screen and (max-width: 769px) {
  .standard-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

@media screen and (max-width: 426px) {
  .standards-list {
    background-color: #a6ccc4;
  }
  .standards-list-inner {
    padding: 22px 0 58px 0;
  }
  .standards-list-heading {
    font-size: 24px;
  }
  .standards-list-underheading {
    font-size: 16px;
    line-height: 24px;
  }
  .standards-list-wrapper {
    -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;
  }
  .standard-name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Basier-Circle-M';
    color: #243d4c;
  }
}
/*# sourceMappingURL=taxonomie-standard.css.map */