@font-face {
  font-family: 'Basier-Circle';
  src: 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-display: swap;
}

@font-face {
  font-family: 'Basier-Circle-M';
  src: 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-display: swap;
}

@font-face {
  font-family: 'Basier-Circle-B';
  src: 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;
  font-display: swap;
}

.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;
}

.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 30px 0;
  }
  .taxonomies-top-inner {
    min-height: 180px;
  }
  .taxonomies-heading {
    font-size: 30px;
  }
  .introduction-heading {
    font-size: 20px;
  }
  .introduction-description {
    font-size: 14px;
    line-height: 24px;
  }
}

.testimonials {
  background-color: #a6ccc4;
}

.testimonials-inner {
  padding: 30px 0 60px 0;
}

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

.testimonials-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
}

.testimonials-slider-wrapper {
  padding-top: 25px;
  width: 100%;
}

.testimonials-slider {
  overflow: hidden;
}

.testimonials-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-slider-dots {
  padding-top: 34px;
  max-width: 100px;
  margin: 0 auto;
}

.testimonials-slider-dots .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-slider-dots .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  outline: none;
}

.testimonials-slider-dots .slick-dots li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #243d4c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.testimonials-slider-dots .slick-dots li button {
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.testimonials-slider-dots .slick-dots .slick-active {
  background-color: #a7b1b7;
}

.testimonials-slider-item {
  max-width: 365px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 20px;
  background-color: #f8f8f7;
  border: 1px solid #a7b1b7;
  border-radius: 8px;
  padding: 37px 35px 27px 40px;
  outline: none;
}

.testimonials-slider-item-text {
  font-family: 'Basier-Circle';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #506470;
}

.testimonials-slider-item-image {
  margin-top: 20px;
  max-width: 40%;
  height: auto;
}

@media screen and (max-width: 769px) {
  .testimonials-inner-header {
    font-size: 24px;
  }
  .testimonials-inner-description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 426px) {
  .testimonials-slider-item {
    padding: 23px 19px 23px 20px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .testimonials-slider-item-text {
    font-size: 14px;
    line-height: 24px;
  }
  .testimonials-slider-dots {
    padding-top: 22px;
  }
  .testimonials-inner {
    padding: 18px 0 35px 0;
  }
  .testimonials-slider-wrapper {
    padding-top: 15px;
  }
  .testimonials-slider-item-image {
    max-width: 25%;
  }
}

@media screen and (max-width: 376px) {
  .testimonials-slider-item {
    max-width: 340px;
  }
}

@media screen and (max-width: 321px) {
  .testimonials-slider {
    width: 90%;
    margin: 0 auto;
  }
  .testimonials-slider-item {
    padding: 15px 5px 10px 10px;
    max-width: 260px;
  }
}

.highlights {
  background-color: #243d4c;
}

.highlights-inner {
  padding: 28px 0 73px 0;
}

.support-cards-wrapper {
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.highlights-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #dddcd7;
}

.highlight-card {
  width: 23.5%;
  text-align: center;
  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;
}

.highlight-card-image {
  height: 85px;
}

.highlight-card-num {
  margin-top: 12px;
  font-size: 48px;
  line-height: 68px;
  font-family: 'Basier-Circle-B';
  color: #fff;
}

.highlight-card-text {
  font-size: 16px;
  line-height: 24px;
  color: #dddcd7;
  max-width: 90%;
}

@media screen and (max-width: 769px) {
  .support-cards-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .highlights-inner-heading {
    font-size: 24px;
  }
  .highlights-inner-description {
    font-size: 16px;
    line-height: 24px;
  }
  .highlight-card {
    width: 165px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 426px) {
  .highlights-inner {
    padding: 20px 0 0 0;
  }
  .support-cards-wrapper {
    padding-top: 25px;
  }
  .highlight-card {
    width: 48%;
    margin-bottom: 45px;
  }
  .highlight-card-image {
    height: 55px;
  }
  .highlight-card-num {
    margin-bottom: 4px;
  }
  .highlight-card-num {
    font-size: 34px;
    line-height: 40px;
  }
  .highlight-card-text {
    font-size: 14px;
  }
}

.team-inner {
  padding: 27px 0 35px 0;
}

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

.team-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #333;
}

.team-members {
  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-top: 26px;
}

.member-card {
  width: 271px;
  min-height: 335px;
  position: relative;
  margin-bottom: 20px;
}

.member-permalink {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 271px;
  top: 0;
  left: 0;
}

.member-photo {
  width: 100%;
  height: auto;
  max-height: 271px;
}

.member-name {
  display: block;
  text-decoration: none;
  font-family: 'Basier-Circle-B';
  font-size: 20px;
  line-height: 26px;
  color: #243d4c;
  letter-spacing: -0.5px;
  margin-bottom: 9px;
}

.member-title {
  font-size: 14px;
  line-height: 24px;
  color: #506470;
  letter-spacing: -0.15px;
}

.brands {
  background-color: #f2a66a;
}

.brands-inner {
  padding: 27px 0 56px 0;
}

.brands-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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 28px;
}

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

.brands-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
}

.brand-card {
  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;
  width: 271px;
  height: 141px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.brand-permalink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.brand-card-logo {
  max-width: 82%;
  height: auto;
}

@media screen and (max-width: 847px) {
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-card {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 610px) {
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand-card {
    width: 164px;
    height: 90px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 425px) {
  .brands .container {
    padding: 0 2% 0 2%;
  }
  .brands-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
  .brand-card {
    width: 164px;
    height: 90px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 14px;
  }
  .brands-inner {
    padding: 26px 0 30px 0;
  }
  .brands-inner-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .brands-inner-description {
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.25px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 426px) {
  .team-inner {
    padding: 22px 0 27px 0;
  }
  .team-inner-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .team-inner-description {
    font-size: 16px;
    line-height: 24px;
  }
  .team-members {
    padding-top: 23px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member-card {
    margin-bottom: 20px;
  }
}

.find-more {
  background-color: #6aaa9c;
}

.find-more-inner {
  padding: 28px 0 41px 0;
}

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

.find-more-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #243d4c;
  margin-bottom: 23px;
}

.find-more-btn {
  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;
  margin: 0 auto;
  width: 174px;
  height: 50px;
  border-radius: 8px;
  background-color: #243d4c;
  text-decoration: none;
  color: #fff;
  font-family: 'Basier-Circle-M';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.35px;
}

@media screen and (max-width: 426px) {
  .find-more-inner {
    padding: 25px 0 36px 0;
  }
  .find-more-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .find-more-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
  }
  .find-more-btn {
    width: 188px;
    height: 42px;
  }
}
.additional-brand-card{
  background: transparent;
}
@media screen and (max-width: 1129px){
  .three-cards{
    display: none;
  }
}
@media screen and (max-width: 847px){
  .three-cards:last-child{
    display: flex;
  }
  .two-cards{
    display: none;
  }
}
@media screen and (max-width: 610px){
  .three-cards:last-child{
    display: none;
  }
  .two-cards{
    display: flex;
  }
}
@media screen and (max-width: 562px){
  .three-cards:last-child{
    display: flex;
  }
  .two-cards{
    display: none;
  }
}
@media screen and (max-width: 321px){
  .three-cards:last-child{
    display: none;
  }
  .one-cards{
    display: none;
  }
  .one-cards-industries{
    display: none;
  }
}
/*# sourceMappingURL=page-about.css.map */