.tabber_team {
  position: relative;
  z-index: 1;
}

.tabber_team .content-wrapper {
  position: relative;
  z-index: 9;
}

.video_pop_open .tabber_team {
  z-index: 999;
}


.tabber_team .top_content {
  text-align: center;
}

.tabber_team .overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tabber_team .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.tabber_team .btn-wrapper .type_std a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabber_team h1,
.tabber_team h2,
.tabber_team h3,
.tabber_team h4,
.tabber_team h5,
.tabber_team h6 {
  font-weight: 300;
}

.tabber_team .tab_content {
  min-height: 0;
  overflow: hidden;
}

.tabber_team .tab_content .ootb-tabcordion--entry-container {
  overflow: hidden;
  margin-bottom: 1px;
}

.tabber_team .tab_content .ootb-tabcordion--entry-content {
  position: relative;
  margin-top: -100%;
  height: 0;
  opacity: 0;
  transition: margin 500ms ease-in;
}

.tabber_team .tab_content.is-active .ootb-tabcordion--entry-content {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
  margin-top: 0;
  height: auto;
}

.tabber_team .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 409px;
}

.tabber_team .card_content-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.tabber_team .tabCol-full_width .card_wrapper {
  width: 100%;
}

.tabber_team .tabCol-two_col .card_wrapper {
  width: calc(50% - 17px);
}

.tabber_team .tabCol-three_col .card_wrapper {
  width: calc(33.3% - ((34px * 2)/3));
}

.tabber_team .tabCol-four_col .card_wrapper {
  width: calc(25% - ((34px * 3)/4));
}

.tabber_team .tabCol-five_col .card_wrapper {
  width: calc(20% - ((34px * 4)/5));
}

.tabber_team .tabber_team_title-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: var(--body_bg_color);
  justify-content: center;
  border-radius: 8px;
}

.tabber_team button.tab_title {
  background-color: var(--body_bg_color);
  color: var(--primary_color);
  padding: 12px 40px;
  border-radius: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.tabber_team .tabber_team_inner {
  margin-top: 20px;
}

.tabber_team button.tab_title.is-active {
  color: var(--quaternary_color);
  box-shadow: 0 0 15px 0 rgba(200,172,255,50%);
  border-radius: 4px;
}

.tabber_team .tab_content.is-active .ootb-tabcordion--entry-content .btn-wrapper {
  justify-content: flex-start !important;
}



.tabber_team .card_content-button {
  margin-top: 1rem;
}


.tabber_team .tabber_team_title_wrapper {
  margin: 0 auto;
  width: 100%;
}

.tabber_team button.tab_title:not(.is-active) .icon_wrap {
  display: none;
}

.tabber_team .card_wrapper-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tabber_team .card-content {
  margin-top: auto;
}

/* .tabber_team .card_wrapper a {
display: block;
width: 100%;
height: 100%;
} */

.tabber_team .card_wrapper-inner .card-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}

.tabber_team .card-content h5 {
  margin-bottom: 4px;
  color: #252422;
  line-height: 1.25;
  font-weight: 500;
}

.tabber_team .card-content .card_title {
  color: #3185FC;
}

.tabber_team .card-content p {
  margin-bottom: 0;
  font-weight: 500;
  color: #252422;
  opacity: 0.75;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.tabber_team .card_wrapper-inner .dots span.dot-red {
  background-color: #E14942;
}

.tabber_team .card_wrapper-inner .dots span.dot-yellow {
  background-color: #E1A325;
}

.tabber_team .card_wrapper-inner .dots span.dot-green {
  background-color: #3EAF3F;
}

.tabber_team .card_wrapper-inner .dots {
  display: flex;
  align-items: center;
  padding-left: 48px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 35px;
  gap: 6px;
}

.tabber_team .card_wrapper-inner .dots>span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  line-height: 1;
}

.tabber_team .tabber_team_title-wrap {
  width: auto;
  padding: 8px;
  background: #FAFAFA;
}

.tabber_team .tabber_team_title_wrapper {
  display: flex;
  justify-content: center;
}

.tabber_team .content-wrapper.tabber_team_title {
  margin-bottom: 40px;
}

.tabber_team button.tab_title:not(.is-active) .text {
  position: relative;
}

.tabber_team button.tab_title:not(.is-active) .text:before {
  content: "\2022";
  color: var(--quaternary_color);
  position: relative;
  top: -1.3px;
}



.tabber_team .video-card {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-radius: 12px;
}

.tabber_team .video-card iframe {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.tabber_team .video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  align-items: flex-start;
}

.tabber_team .video-overlay h5 {
  color: #F3F3F3;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 26px;
}

.tabber_team .video-overlay p {
  color: #F3F3F3;
  opacity: 0.75;
  margin: 0;
  font-weight: 500;
  line-height: 135%;
  font-size: 12px;
}

.tabber_team .play-button {
  border-radius: 55px;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 12px 28px 12px 20px;
  color: #F3F3F3;
  align-items: center;
  gap: 8px;
}

.tabber_team .tabber_content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tabber_team .video-card video.video {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}

.tabber_team .video-card .poster_img {
  width: 100%;
  max-height: 263px;
  object-fit: cover;
  object-position: center;
}

.tabber_team .card_wrapper .video-overlay .play-button {
  width: auto;
  height: auto;
  display: inline-block;
  cursor: pointer;
}

.tabber_popup_video {
  position: fixed;
  inset: 0;
  background-color: black;
  z-index: 5000;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.tabber_popup_video.active_popup {
  opacity: 1;
  visibility: visible;
}

.tabber_popup_video_overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.video_popup_close {
  background-color: transparent !important;!i;!;
  border: none !important;!i;!;
  padding: 0;
}

.video_popup_close svg {
  width: 22px;
  fill: #ffffff;
}

.video_popup_close svg path {
  stroke: #ffffff;
}

.tabber_popup_video_inner {
  max-width: 936px;
  width: 90%;
  position: relative;
}

.tabber_popuup_close {
  text-align: right;
  margin-bottom: 15px;
}

.tabber_popup_video_holder {
  width: 100%;
}

.tabber_popup_video_holder video {
  width: 100%;
}

body.video_pop_open {
  overflow: hidden;
}

.tabber_team button.tab_title.is-active .text>span {
  font-weight: 500;
}

@media (max-width: 1400px) {
  .tabber_team .tabCol-five_col .card_wrapper {
    width: calc(25% - ((34px * 3)/4));
  }
}

@media (max-width: 1200px) {
  .tabber_team .tabCol-four_col .card_wrapper,
  .tabber_team .tabCol-five_col .card_wrapper {
    width: calc(33.33% - ((34px * 2)/3));
  }
}


@media (max-width: 991px) {
  .tabber_team .tab_content .ootb-tabcordion--entry-content {
    gap: 20px;
  }

  .tabber_team .tabCol-full_width .card_wrapper {
    width: 100%;
  }

  .tabber_team .tabCol-three_col .card_wrapper,
  .tabber_team .tabCol-four_col .card_wrapper,
  .tabber_team .tabCol-five_col .card_wrapper {
    width: calc(50% - 17px);
  }
}

@media (max-width: 767px) {
  .tabber_team .tab_content .ootb-tabcordion--entry-content {
    flex-wrap: wrap;
  }

  .tabber_team .content-wrapper.align-right {
    padding-top: 25px;
  }

  .tabber_team .tabber_team_title_wrapper {
    max-width: 100%;
  }
  .tabber_team .card_content-wrap {
    min-width: unset;
  }

  .tabber_team .tabCol-two_col .card_wrapper,
  .tabber_team .tabCol-three_col .card_wrapper,
  .tabber_team .tabCol-four_col .card_wrapper {
    width: 100%;
  }
}

@media (max-width: 480px) {

}

