section.team .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 900px) {
  section.team .inner {
    gap: 2rem;
  }
}
section.team .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 900px) {
  section.team .heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
section.team .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 800px;
}
@media (max-width: 1080px) {
  section.team .heading br {
    display: none;
  }
}
section.team .icon {
  height: auto;
}
section.team .icon img, section.team .icon svg {
  height: 100%;
  max-height: 300px;
  min-height: 75px;
  width: auto;
}
@media (max-width: 900px) {
  section.team .icon img, section.team .icon svg {
    min-height: 100px;
  }
}
section.team .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
section.team .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  section.team .entry {
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.team .context-wrap {
  width: calc( 100% - 300px - 2rem );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  section.team .context-wrap {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  section.team .context-wrap {
    width: 100%;
  }
}
section.team .context {
  width: calc( 100% - 300px - 4rem );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1080px) {
  section.team .context {
    width: calc( 100% );
  }
}
section.team .headshot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  background: url(/wp-content/themes/psblty/assets/svg/team-headshot-bg.svg) no-repeat top left;
}
section.team .headshot img {
  display: block;
  margin-left: auto;
  width: 252px;
  aspect-ratio: 252/315;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 10px;
}
section.team h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
section.team h3 a {
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/wp-content/themes/psblty/assets/svg/team-linkedin-icon.svg) no-repeat;
}
section.team .position {
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  section.team .position {
    margin: 0;
  }
}
section.team .extra {
  width: 300px;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  section.team .extra {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc( 100% );
  }
}
section.team .graphic {
  border-radius: 16px;
  overflow: hidden;
}
section.team .cta-wrap {
  margin-top: auto;
}

#bookacall-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#bookacall-modal .modal-inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
#bookacall-modal iframe {
  border: 0;
}
#bookacall-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
}
/*# sourceMappingURL=team.css.map */
