.sd-team-block {
  text-align: center;
}
.sd-team-block .team-image {
  margin: 0 auto 20px;
  overflow: hidden;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sd-team-block .team-image:hover {
  opacity: 0.7;
}
.sd-team-block .team-image.style1 {
  border-radius: 52% 48% 75% 25%/45% 53% 47% 55%;
}
.sd-team-block .team-image.style1::before {
  border-radius: 52% 48% 75% 25%/45% 53% 47% 55%;
}
.sd-team-block .team-image.style2 {
  border-radius: 63% 37% 50% 50%/47% 26% 74% 53%;
}
.sd-team-block .team-image.style2::before {
  border-radius: 63% 37% 50% 50%/47% 26% 74% 53%;
}
.sd-team-block .team-image.style3 {
  border-radius: 26% 74% 49% 51%/51% 66% 34% 49%;
}
.sd-team-block .team-image.style3::before {
  border-radius: 26% 74% 49% 51%/51% 66% 34% 49%;
}
.sd-team-block .team-details {
  margin-bottom: 20px;
}

.sd-team-block-container .popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 198, 0, 0.7490196078);
  z-index: 999;
  backdrop-filter: blur(8px);
}
.sd-team-block-container .popup .popup-container {
  display: grid;
  grid-template-columns: 25% 1fr;
  position: relative;
  min-height: 600px;
  gap: 30px;
  width: 60%;
  background-color: #FFF;
  padding: 60px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.sd-team-block-container .popup .popup-container .close {
  height: 20px;
  width: 20px;
  color: #645131;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
.sd-team-block-container .popup .popup-container .pop-up-image.style1 img {
  border-radius: 52% 48% 75% 25%/45% 53% 47% 55%;
}
.sd-team-block-container .popup .popup-container .pop-up-image.style2 img {
  border-radius: 63% 37% 50% 50%/47% 26% 74% 53%;
}
.sd-team-block-container .popup .popup-container .pop-up-image.style3 img {
  border-radius: 26% 74% 49% 51%/51% 66% 34% 49%;
}
.sd-team-block-container .popup .popup-container .team-name {
  margin: 20px 0;
}
.sd-team-block-container .popup .popup-container .team-intro p {
  color: #FDC608;
}
.sd-team-block-container video::-internal-media-controls-overlay-cast-button {
  display: none;
}

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