: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;
  }
}
[x-cloak] {
  display: none !important;
}

.team .fade-transition {
  transition: opacity 200ms ease;
}
.team .fade-enter {
  opacity: 0;
}
.team .fade-enter-active {
  opacity: 1;
}
.team .fade-leave {
  opacity: 1;
}
.team .fade-leave-active {
  opacity: 0;
}
.team .team-controls {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  margin: 0 0 var(--wp--preset--spacing--m) 0;
}
.team .team-controls input {
  height: 49px;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 49px;
  padding: 0 40px 0 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19.34 18.9-4.342-4.343m0 0A8.002 8.002 0 0 0 9.34.9a8 8 0 1 0 5.657 13.657Z' stroke='%230D497D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  border: 1px solid #6B8991;
  border-radius: 3px;
}
.team .team-controls ::-moz-placeholder {
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  color: #102E43;
}
.team .team-controls ::placeholder {
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  color: #102E43;
}
.team .team-controls .dropdown {
  position: relative;
}
.team .team-controls .dropdown button {
  width: 100%;
  height: 49px;
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #102E43;
  border: 1px solid #6B8991;
  border-radius: 3px;
  transition: border 0.35s ease-in-out;
}
.team .team-controls .dropdown button span {
  display: block;
  line-height: 47px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
  overflow: hidden;
}
.team .team-controls .dropdown button:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='24' viewBox='0 0 21 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2652 13.1799C20.4588 12.983 20.4561 12.6664 20.2592 12.4728C20.0623 12.2792 19.7458 12.2819 19.5522 12.4788L10.8055 21.3751L10.8055 1.16846C10.8055 0.892314 10.5816 0.668457 10.3055 0.668457C10.0293 0.668457 9.80547 0.892314 9.80547 1.16846L9.80547 21.4091L0.872335 12.4758C0.677074 12.2806 0.360492 12.2806 0.165229 12.4758C-0.0300355 12.6711 -0.0300375 12.9877 0.165224 13.1829L9.94229 22.9601L10.2989 23.3167L10.6524 22.9571L20.2652 13.1799Z' fill='%230D497D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 13px);
  right: 1rem;
  transition: transform 0.35s ease-in-out;
}
.team .team-controls .dropdown button:focus, .team .team-controls .dropdown button:active {
  outline: 1px solid #FF7B1F;
  outline-offset: 4px;
  border-radius: 2px;
}
.team .team-controls .dropdown button:focus:after {
  transform: scaleY(-1);
}
.team .team-controls .dropdown button:hover {
  cursor: pointer;
  border-color: #165A5D;
}
.team .team-controls .dropdown .dropdown-menu {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 600;
  list-style: none;
  margin: 3px 0 0 0;
  padding: 1rem;
  color: #161616;
  background: #ECF1F3;
  border-radius: 3px;
  position: absolute;
  z-index: 5;
}
.team .team-controls .dropdown .dropdown-menu li {
  margin: 0 0 4px 0;
  padding: 1rem;
  background: rgba(107, 137, 145, 0.15);
  border-radius: 3px;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.team .team-controls .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.team .team-controls .dropdown .dropdown-menu li:hover, .team .team-controls .dropdown .dropdown-menu li:active, .team .team-controls .dropdown .dropdown-menu li:focus {
  cursor: pointer;
  color: #0D497D;
  background: white;
}
.team .team-controls .reset-btn {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-14);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #102E43;
  cursor: pointer;
  transition: color 0.35s ease-in-out;
}
.team .team-controls .reset-btn svg {
  margin-top: -2px;
  transition: transform 0.35s ease-in-out;
}
.team .team-controls .reset-btn:hover, .team .team-controls .reset-btn:active, .team .team-controls .reset-btn:focus {
  color: #0D497D;
}
.team .team-controls .reset-btn:hover svg, .team .team-controls .reset-btn:active svg, .team .team-controls .reset-btn:focus svg {
  transform: scale(1.1);
}
@media (min-width: 500px) {
  .team .team-controls {
    flex-direction: row;
  }
  .team .team-controls .search-bar {
    width: 100%;
  }
  .team .team-controls .dropdown {
    width: calc(50% - 1rem);
  }
  .team .team-controls .reset-btn {
    margin-left: auto;
  }
}
@media (min-width: 782px) {
  .team .team-controls {
    gap: 10px;
  }
  .team .team-controls .search-bar {
    width: calc(35% - 1rem);
  }
  .team .team-controls .dropdown {
    width: calc(25% - 1rem);
    order: -1;
  }
}
@media (min-width: 1024px) {
  .team .team-controls {
    position: sticky;
    top: 100px;
    z-index: 9;
  }
  .team .team-controls:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -20px;
    bottom: -10px;
    left: -20px;
    right: -20px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .team .team-controls {
    gap: 30px;
  }
  .team .team-controls .search-bar {
    width: calc(50% - 1.5rem);
  }
  .team .team-controls .dropdown {
    width: calc(25% - 2.2rem);
  }
}
.team .team-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  align-items: start;
}
@media (min-width: 550px) {
  .team .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .team .team-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1250px) {
  .team .team-list {
    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);
  font-weight: 500;
  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: #165A5D;
}
.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);
  }
}

#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 .next,
#team__modal .prev {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
}
#team__modal .next.disabled,
#team__modal .prev.disabled {
  opacity: 0.3;
  cursor: text;
}
#team__modal .next:after,
#team__modal .prev:after {
  display: none;
}
#team__modal .next svg .bg,
#team__modal .next svg .arrow,
#team__modal .prev svg .bg,
#team__modal .prev svg .arrow {
  transition: fill 0.35s ease-in-out;
}
#team__modal .next:hover svg .bg,
#team__modal .prev:hover svg .bg {
  fill: #F3941F;
}
#team__modal .next:hover svg .arrow,
#team__modal .prev:hover svg .arrow {
  fill: #fff;
}
#team__modal .next[disabled=disabled],
#team__modal .prev[disabled=disabled] {
  opacity: 0.2;
  pointer-events: none;
}
#team__modal .next {
  top: 49px;
  right: 0;
  margin: 10px 0;
}
#team__modal .prev {
  top: 98px;
  left: 0;
}

html.menu-opened #team__modal {
  pointer-events: all;
}

html.modal-opened {
  overflow: hidden;
}/*# sourceMappingURL=block-team-filter.css.map */