/*
 @include breakpoint(large) {
	--cols: 3;
}
*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.acf-block-team h2 {
  margin-bottom: 80px;
}
.acf-block-team .grid {
  margin-bottom: -65px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-team .grid {
    margin-bottom: -130px;
  }
}
@media print, screen and (min-width: 48em) {
  .acf-block-team .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .acf-block-team .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.acf-block-team .grid__item {
  margin-bottom: 65px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .acf-block-team .grid__item {
    margin-bottom: 130px;
  }
}
.acf-block-team .grid__item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #252B33;
  padding-right: 42px;
}
.acf-block-team .grid__item:hover span:before {
  transform: translate(-50%, -50%) rotate(360deg);
}
.acf-block-team .grid__thumbnail {
  position: relative;
  padding-top: 90%;
  text-align: right;
  background-color: #454C54;
}
.acf-block-team .grid__thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acf-block-team .grid__thumbnail span {
  display: block;
  background-color: #F6ED55;
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0;
  right: 0;
}
.acf-block-team .grid__thumbnail span:before {
  content: "";
  color: #454C54;
  font-size: 2.375rem;
  font-weight: 700;
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms 0s ease-in-out;
}
.acf-block-team .grid__text a:before {
  cursor: pointer;
}
.acf-block-team .credentials {
  color: #4A4A4A;
}
.acf-block-team .company {
  color: #979797;
  margin-top: 15px;
  font-style: italic;
}
.acf-block-team .text {
  margin-top: 30px;
}
.acf-block-team .modal-body {
  padding: 40px 50px 40px 70px;
}

@media print, screen and (min-width: 48em) {
  .team-item {
    display: grid;
    grid-template-columns: 260px auto;
    gap: 40px;
  }
}
.team-item__thumbnail {
  position: relative;
  z-indeX: 2;
}
.team-item__thumbnail:before {
  content: "";
  width: 110px;
  height: 116px;
  background-color: #428086;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.team-item h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

/*# sourceMappingURL=block.css.map*/