/**
Calculate rem
*/
.c-overviewAll {
  background-color: #EBF9FF;
}
.c-overviewAll__title {
  color: #082452;
  margin: 0 0 15px;
}
.c-overviewAll__text * {
  color: #082452;
}
.c-overviewAll-item {
  padding: 15px 0;
}
.c-overviewAll-item--project {
  padding: 20px;
  border-bottom: 1px solid #9D9D9C;
}
@media (min-width: 768px) {
  .c-overviewAll-item--project {
    padding: 0;
    border-bottom: none;
  }
}
.c-overviewAll-item--project__btn {
  background-color: transparent;
  margin-top: 40px;
}
.c-overviewAll-item--project__btn:hover, .c-overviewAll-item--project__btn:focus {
  background-color: #082452;
}
.c-overviewAll-item--project__link {
  text-decoration: none;
}
.c-overviewAll-item--project__link h4 {
  margin-bottom: 20px;
}
.c-overviewAll-item--project__link:hover, .c-overviewAll-item--project__link:focus {
  text-decoration: underline;
}
.c-overviewAll-item__title {
  color: #082452;
  font-family: "Albert Sans SemiBold", sans-serif;
  font-weight: 600;
  margin: 0 0 5px;
}
@media (min-width: 992px) {
  .c-overviewAll-item__title {
    margin: 0 0 20px;
  }
}
.c-overviewAll-item--helper {
  color: unset;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5px 0;
}
@media (min-width: 992px) {
  .c-overviewAll-item--helper {
    margin: unset;
  }
}
.c-overviewAll-item--helper__link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-overviewAll-item--helper:hover h4, .c-overviewAll-item--helper:hover span, .c-overviewAll-item--helper:focus h4, .c-overviewAll-item--helper:focus span {
  text-decoration: underline;
}
.c-overviewAll-item-content__image {
  -webkit-box-flex: 145px;
      -ms-flex: 145px 0 0px;
          flex: 145px 0 0;
  min-width: 125px;
  height: 100%;
  min-height: 140px;
  margin-right: 20px;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/images/default/noimage.png");
}
.c-overviewAll-item-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  -o-object-position: center;
     object-position: center;
}
.c-overviewAll-item-content__image figure, .c-overviewAll-item-content__image p {
  width: 100%;
  height: 100%;
}
.c-overviewAll-item-content-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.c-overviewAll-item-content-data__title {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  color: #082452;
  word-break: break-word;
}
@media (min-width: 992px) {
  .c-overviewAll-item-content-data__title {
    font-size: 1.125rem;
  }
}
.c-overviewAll-item-content-data__title--kia {
  font-size: 0.875rem;
  font-family: "Montserrat SemiBold", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #082452;
  font-family: "Barlow SemiBold", sans-serif;
  color: #1C284A;
}
@media (min-width: 992px) {
  .c-overviewAll-item-content-data__title--kia {
    font-size: 1.125rem;
  }
}
.c-overviewAll-item-content-data-tags {
  word-break: break-word;
}
.c-overviewAll-item-content-data__date {
  color: #767676;
  margin: 10px 0 0;
}
.c-overviewAll-item-content-data__date span {
  font-size: 0.75rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
}
.c-overviewAll-item-content-data__date--kia span {
  font-size: 0.75rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}
.c-overviewAll__btn {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  color: #767676;
  font-weight: 600;
  display: block;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-overviewAll__btn:hover, .c-overviewAll__btn:focus {
  text-decoration: none;
}
.c-overviewAll__btn--kia {
  font-size: 1rem;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #082452;
  font-family: "Barlow Regular", sans-serif;
  color: #1C284A;
}