:root {
  --sidebar-width: 28rem;
  --layout-gap: 6rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 32rem;
    --layout-gap: 8rem;
  }
}
.team {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  align-items: start;
}
@media (min-width: 550px) {
  .team {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .team {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1250px) {
  .team {
    grid-template-columns: repeat(4, 1fr);
  }
}
.team__member {
  background: #fff;
  cursor: pointer;
}
.team__member .bio-content {
  display: none;
}
.team__member:hover .profile .image:before {
  opacity: 0.85;
}
.team .profile img {
  width: 100%;
  height: auto;
  line-height: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .profile .image {
  line-height: 0;
  position: relative;
}
.team .profile .image:before, .team .profile .image:after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.team .profile .image:before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #0D497D 50%, rgba(22, 90, 93, 0.9) 100%);
  opacity: 0.5;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.team .profile .image:after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.745 3.184a.5.5 0 1 0-1 .008l.18 21.23L.953.448a.5.5 0 0 0-.707.707L24.25 25.161H2.77a.5.5 0 0 0 0 1H25.94l-.005-.504-.19-22.473Z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 74px 74px;
  background-repeat: no-repeat;
}
.team .profile h3 {
  font-size: var(--wp--preset--font-size--font-21);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 0.5ch 0;
}
.team .profile .meta {
  font-size: var(--wp--preset--font-size--font-17);
  line-height: 1.2;
  color: #161616;
}
.team .profile .title {
  padding: 2rem 0;
}
.team.team-cat-business-education-technology .team__member, .team.team-cat-built-environment .team__member, .team.team-cat-industrials-manufacturing .team__member, .team.team-cat-pharma-healthcare .team__member {
  background: transparent;
}
.team.team-cat-business-education-technology .profile .meta, .team.team-cat-built-environment .profile .meta, .team.team-cat-industrials-manufacturing .profile .meta, .team.team-cat-pharma-healthcare .profile .meta {
  color: #FCBF84;
}
@media (min-width: 880px) {
  .team.team-cat-business-education-technology, .team.team-cat-built-environment, .team.team-cat-industrials-manufacturing, .team.team-cat-pharma-healthcare {
    grid-template-columns: repeat(2, 1fr);
  }
}

html.modal-opened {
  overflow: hidden;
}

#team__modal {
  background: linear-gradient(111deg, rgba(16, 46, 67, 0.75) 10%, rgba(22, 90, 93, 0.75) 90%);
  opacity: 0;
  visibility: hidden;
  inset: 0;
  position: fixed;
  z-index: 9999;
  transition: 0.5s ease 0.2s;
  pointer-events: all;
}
#team__modal .modal-inner {
  max-width: 660px;
  height: 100%;
  padding: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  pointer-events: all;
  overflow: auto;
  overflow-y: scroll;
}
@media (min-width: 500px) {
  #team__modal .modal-inner {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  #team__modal .modal-inner {
    padding: 50px;
  }
}
#team__modal .modal-inner::-webkit-scrollbar {
  width: 10px;
}
#team__modal .modal-inner::-webkit-scrollbar-thumb {
  background: rgba(103, 54, 77, 0.5);
  border-radius: 8px;
  border: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}
#team__modal .modal-inner::-webkit-scrollbar-track {
  background: rgba(149, 79, 114, 0.1);
}
#team__modal .modal-inner:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}
#team__modal .modal-content img {
  width: 100%;
  max-width: 330px;
  height: auto;
  line-height: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#team__modal .modal-content #title {
  padding: 2rem 0 4.5rem 0;
}
#team__modal .modal-content #title h3 {
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 0.6ch 0;
}
#team__modal .modal-content #title p {
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 2.3rem;
  color: #165A5D;
  border-bottom: 1px solid #F3941F;
}
#team__modal .modal-content #bio p {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.3;
}
#team__modal .modal-content .contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
#team__modal .modal-content .contact-details li {
  min-height: 40px;
}
#team__modal .modal-content .contact-details a {
  display: block;
  font-weight: 500;
  margin-left: 40px;
  color: #102E43;
  text-decoration: underline;
  text-decoration-color: #954F72;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  cursor: pointer;
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#team__modal .modal-content .contact-details a:hover {
  color: #000;
  text-decoration-color: #165A5D;
}
#team__modal .modal-content .contact-details a:before {
  content: "";
  display: block;
  width: 26px;
  height: 30px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -40px;
}
#team__modal .modal-content .contact-details a.phone:before {
  background-image: url('data:image/svg+xml,<svg height="27" viewBox="0 0 24 24" width="27" xmlns="http://www.w3.org/2000/svg"><path d="m20.487 17.14-4.065-3.696a1.001 1.001 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.513a1 1 0 0 0-1.391-.087l-2.17 1.861a1 1 0 0 0-.29.649c-.015.25-.301 6.172 4.291 10.766C11.305 20.707 16.323 21 17.705 21c.202 0 .326-.006.359-.008a.992.992 0 0 0 .648-.291l1.86-2.171a.997.997 0 0 0-.085-1.39z" fill="%230D497D"/></svg>');
}
#team__modal .modal-content .contact-details a.li:before {
  background-image: url('data:image/svg+xml,<svg enable-background="new 0 0 56.693 56.693" height="56.693px" id="Layer_1" version="1.1" viewBox="0 0 56.693 56.693" width="56.693px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M30.071,27.101v-0.077c-0.016,0.026-0.033,0.052-0.05,0.077H30.071z" /><path d="M49.265,4.667H7.145c-2.016,0-3.651,1.596-3.651,3.563v42.613c0,1.966,1.635,3.562,3.651,3.562h42.12 c2.019,0,3.654-1.597,3.654-3.562V8.23C52.919,6.262,51.283,4.667,49.265,4.667z M18.475,46.304h-7.465V23.845h7.465V46.304z M14.743,20.777h-0.05c-2.504,0-4.124-1.725-4.124-3.88c0-2.203,1.67-3.88,4.223-3.88c2.554,0,4.125,1.677,4.175,3.88 C18.967,19.052,17.345,20.777,14.743,20.777z M45.394,46.304h-7.465V34.286c0-3.018-1.08-5.078-3.781-5.078 c-2.062,0-3.29,1.389-3.831,2.731c-0.197,0.479-0.245,1.149-0.245,1.821v12.543h-7.465c0,0,0.098-20.354,0-22.459h7.465v3.179 c0.992-1.53,2.766-3.709,6.729-3.709c4.911,0,8.594,3.211,8.594,10.11V46.304z" fill="%230D497D"/></g></svg>');
}
#team__modal.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0;
}
#team__modal.active .modal-inner {
  transform: translateX(0);
  transition-delay: 0.2s;
  opacity: 1;
}
#team__modal .modal-controls {
  width: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (min-width: 500px) {
  #team__modal .modal-controls {
    top: 40px;
    right: 40px;
  }
}
@media (min-width: 1024px) {
  #team__modal .modal-controls {
    top: 50px;
    right: 50px;
  }
}
#team__modal #close {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 34px;
  font-weight: 100;
  line-height: 0;
  text-align: center;
  color: #FF7B1F;
  background: transparent;
  border: 1px solid #F3941F;
  -webkit-appearance: none;
  cursor: pointer;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
#team__modal #close:hover {
  color: #fff;
  background: #F3941F;
}
#team__modal .swiper-button-prev,
#team__modal .swiper-button-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
}
#team__modal .swiper-button-prev.disabled,
#team__modal .swiper-button-next.disabled {
  opacity: 0.3;
  cursor: text;
}
#team__modal .swiper-button-prev:after,
#team__modal .swiper-button-next:after {
  display: none;
}
#team__modal .swiper-button-prev svg .bg,
#team__modal .swiper-button-prev svg .arrow,
#team__modal .swiper-button-next svg .bg,
#team__modal .swiper-button-next svg .arrow {
  transition: fill 0.35s ease-in-out;
}
#team__modal .swiper-button-prev:hover svg .bg,
#team__modal .swiper-button-next:hover svg .bg {
  fill: #F3941F;
}
#team__modal .swiper-button-prev:hover svg .arrow,
#team__modal .swiper-button-next:hover svg .arrow {
  fill: #fff;
}
#team__modal .swiper-button-next {
  top: 49px;
  right: 0;
}
#team__modal .swiper-button-prev {
  top: 98px;
  left: 0;
}

html.menu-opened #team__modal {
  pointer-events: all;
}/*# sourceMappingURL=block-team-listing.css.map */