/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/case_studies.scss ***!
  \***************************************************************************************************************************/
/* --------------------------------------------------------- */
.hero {
  margin-top: 100px;
  height: 660px;
  background: url(../../3800a5a7ef16c6bd009a5baad9628082.jpg) no-repeat center left;
  background-size: cover;
}
@media (max-width: 400px) {
  .hero {
    height: calc(100vh - 60px);
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero {
    height: calc(100vh - 60px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 400px) {
  .hero {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.hero-title h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 66px;
  line-height: 68px;
}
@media (max-width: 400px) {
  .hero-title h2 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero-title h2 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-title h2 {
    font-size: 29px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title h2 {
    font-size: 29px;
    line-height: 30px;
  }
}
.hero-title h3 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 400px) {
  .hero-title h3 {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .hero-title h3 {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-title h3 {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title h3 {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 13px;
    line-height: 17px;
  }
}

/* --------------------------------------------------------- */
.categories {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 400px) {
  .categories {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .categories {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .categories {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.categories-list.desktop li {
  color: #787878;
  font-size: 12px;
  cursor: pointer;
}
.categories-list.desktop li.active {
  padding: 8px 14px;
  border-radius: 17px;
  background: #e92f61;
  color: #fff;
}
.categories-list.mobile .form-group {
  position: relative;
  height: auto;
}
.categories-list.mobile .form-group:after {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 12px;
  height: 6px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAATklEQVR4AQXBIRJFAABAwU2CIkmqKv8sutG7k2hGMMbZ/q7eVgCA1l4tfW0A0NbXguaefgD9epoBTd3t0N7dBIDGro6OrkYAQENnZwPAH8/PGlOc22bpAAAAAElFTkSuQmCC);
}
.categories-list.mobile .form-group select[name=category] {
  height: 40px !important;
  border-color: #f6f6f7;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f6f6f7;
  color: #787878;
  text-indent: 20px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 13px !important;
  -webkit-appearance: none;
}

/* --------------------------------------------------------- */
.logos {
  padding-bottom: 100px;
}
@media (max-width: 400px) {
  .logos {
    padding-bottom: 50px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .logos {
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logos {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logos {
    padding-bottom: 50px;
  }
}
.logos-categories {
  padding-right: 0;
  padding-bottom: 60px;
  padding-left: 0;
}
.logos-categories .category {
  padding: 0;
  text-align: center;
}
.logos-categories .category p {
  display: inline-block;
  margin: 0;
  padding: 5px;
  padding-right: 0;
  padding-left: 0;
  min-width: 80px;
  color: #787878;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  cursor: pointer;
}
.logos-categories .category:hover p, .logos-categories .category.selected p {
  margin: 0;
  padding: 5px;
  border-radius: 15px;
  background-color: #e92f61;
  color: white;
}
.logos-mobilecat .form-group {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.logos-mobilecat .form-group:after {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 12px;
  height: 6px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAQAAABd57cKAAAATklEQVR4AQXBIRJFAABAwU2CIkmqKv8sutG7k2hGMMbZ/q7eVgCA1l4tfW0A0NbXguaefgD9epoBTd3t0N7dBIDGro6OrkYAQENnZwPAH8/PGlOc22bpAAAAAElFTkSuQmCC);
}
.logos-mobilecat .form-group select[name=logos] {
  height: 40px !important;
  border-color: #f6f6f7;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #f6f6f7;
  color: #787878;
  text-indent: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  -webkit-appearance: none;
}
.logos-client {
  margin-bottom: 30px;
}
.logos-client a {
  text-decoration: none;
}
.logos-client .image-cover {
  margin: 0 auto;
  width: 175px;
  height: 115px;
  border-radius: 60px;
  background-color: #f6f6f7;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .logos-client .image-cover {
    width: 135px;
    height: 95px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .logos-client .image-cover {
    width: 135px;
    height: 95px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logos-client .image-cover {
    width: 135px;
    height: 95px;
  }
}
.logos-client .image-cover img {
  max-width: 90px;
  max-height: 70px;
}
.logos-client .image-cover.case-study {
  position: relative;
  border: 2px solid #e92f61;
}
.logos-client .image-cover.case-study:after {
  position: absolute;
  right: 50%;
  bottom: -12px;
  margin-right: -46px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 92px;
  height: 26px;
  border-radius: 13px;
  background-color: #e92f61;
  color: white;
  content: "CASE STUDY";
  font-size: 10px;
}
.logos-client .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.logos-client img {
  vertical-align: middle;
  filter: grayscale(100%) opacity(70%);
}
.logos-client:hover img {
  filter: none;
}
.logos-cta {
  padding-top: 75px;
}
@media (max-width: 400px) {
  .logos-cta {
    padding-top: 45px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .logos-cta {
    padding-top: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logos-cta {
    padding-top: 45px;
  }
}
.logos-cta a {
  text-decoration: none;
}

/* --------------------------------------------------------- */
.cta {
  padding-bottom: 100px;
}
.cta p {
  margin: 0;
  padding-bottom: 40px;
  color: #787878;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 400px) {
  .cta p {
    padding-bottom: 20px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .cta p {
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cta p {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta p {
    padding-bottom: 20px;
  }
}
