/* block footer css*/
.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-6.wp-block-columns-is-layout-flex {
  margin-block-start: 1.5rem;
}
.wp-block-group.has-global-padding.is-content-justification-center.is-layout-constrained.wp-container-core-group-layout-5.wp-block-group-is-layout-constrained {
  margin-block-start: 1.5rem;
}
.wp-block-columns.wp-container-content-4.is-layout-flex.wp-container-core-columns-layout-5.wp-block-columns-is-layout-flex {
  margin-block-start: 1.5rem;
}
/* block footer css end*/
.groups-and-people {
  margin-block-start: 1.5rem !important;
  margin-block-end: 1.5rem !important;
}
.groups-and-people .groups-and-people__filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.groups-and-people .groups-and-people__filters .button {
  font-size: 1rem;
  display: inline-block;
  padding: 0.5rem;
  margin: 0 1rem 1rem 0;
  border-radius: 5px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  border: none;
}
.groups-and-people .group-dd {
  margin-bottom: 1.5rem;
}
.groups-and-people .groups-and-people__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.groups-and-people .groups-and-people__grid .element-item {
  position: unset !important;
  margin: 0 0.5rem 2rem;
  width: calc(100% - 1rem);
}
@media screen and (min-width: 600px) {
  .groups-and-people .groups-and-people__grid .element-item {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 960px) {
  .groups-and-people .groups-and-people__grid .element-item {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 1025px) {
  .groups-and-people .groups-and-people__grid.group-column-2 .element-item {
    width: calc(50% - 1rem);
  }
  .groups-and-people .groups-and-people__grid.group-column-3 .element-item {
    width: calc(33.33% - 1rem);
  }
  .groups-and-people .groups-and-people__grid.group-column-4 .element-item {
    width: calc(25% - 1rem);
  }
}
.groups-and-people .groups-and-people__person {
  position: relative;
}
.groups-and-people .groups-and-people__person .rank-number {
  font-size: 21px;
  color: var(--wp--preset--color--white);
  font-weight: bold;
  position: absolute;
  height: 64px;
  width: 64px;
  background: var(--wp--preset--color--primary);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.groups-and-people .groups-and-people__person .rank-number.second {
  top: 5rem !important;
}
.groups-and-people .groups-and-people__person .post-title {
  margin-bottom: 0;
}
.groups-and-people .groups-and-people__person .image-number-sec {
  position: relative;
}
.groups-and-people .groups-and-people__person .image-number-sec.has-number {
  min-height: 100px;
}
.groups-and-people
  .groups-and-people__person
  .image-number-sec
  .profile-image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.groups-and-people
  .groups-and-people__person
  .image-number-sec
  .profile-image-wrap
  img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.groups-and-people .groups-and-people__person .backup-person {
  margin-top: 0.5rem;
}
.groups-and-people .groups-and-people__person .backup-person strong {
  display: block;
}
.groups-and-people .groups-and-people__person.has-split-content {
  text-align: start;
}
.groups-and-people .groups-and-people__person.has-split-content .left-part {
  position: relative;
}
.groups-and-people .groups-and-people__person.has-split-content .left-part img {
  border-radius: 5px;
  margin-bottom: 1rem;
  width: 100% !important;
  height: auto !important;
}
.groups-and-people .groups-and-people__person.has-split-content .right-part {
  /* word-break: break-all;
  padding-left: 25px;
  padding-right: 25px; */
  text-align: justify;
}
.groups-and-people .groups-and-people__person.has-split-content .right-part h2 {
  margin: 0 0 0.5rem;
}
.groups-and-people
  .groups-and-people__person.has-split-content
  .groups-and-people__social {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .groups-and-people
    .groups-and-people__person.has-split-content
    .left-part
    img {
    width: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .groups-and-people .groups-and-people__person.has-split-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .groups-and-people .groups-and-people__person.has-split-content .left-part {
    margin-right: 1rem;
    width: 25%;
  }
  .right-part {
    width: 75%;
  }
  .groups-and-people
    .groups-and-people__person.has-split-content
    .groups-and-people__social {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.groups-and-people .groups-and-people__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.groups-and-people .groups-and-people__social i {
  border-radius: 32px;
  display: block;
  line-height: 30px;
  height: 32px;
  width: 32px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  text-align: center;
}
.groups-and-people .groups-and-people__social i .icon {
  width: 18px;
  vertical-align: middle;
  fill: var(--wp--preset--color--primary);
}
.groups-and-people .groups-and-people__social a {
  margin-right: 0;
}
.groups-and-people .groups-and-people__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.groups-and-people.has-border-color h1 {
  border-top: 1px solid var(--wp-manage-people-border-color);
  border-bottom: 1px solid var(--wp-manage-people-border-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.groups-and-people.has-border-color .group-title {
  border-bottom: 1px solid var(--wp-manage-people-border-color);
  padding-bottom: 1rem;
}
.groups-and-people.has-border-color .backup-person {
  border-top: 1px solid var(--wp-manage-people-border-color);
  padding-top: 0.5rem;
}
.groups-and-people.has-button-color .groups-and-people__filters .button,
.groups-and-people.has-button-color .groups-and-people__person .rank-number {
  color: var(--wp-manage-people-button-color);
}
.groups-and-people.has-button-color .groups-and-people__social i .icon {
  fill: var(--wp--preset--color--primary);
}
.groups-and-people.has-button-hover-color
  .groups-and-people__filters
  .button.active
  .groups-and-people.has-button-hover-color
  .groups-and-people__filters
  .button:focus,
.groups-and-people.has-button-hover-color
  .groups-and-people__filters
  .button.is-checked,
.groups-and-people.has-button-hover-color
  .groups-and-people__filters
  .button:hover {
  color: var(--wp-manage-people-button-hover-color);
}
.groups-and-people.has-button-hover-color
  .groups-and-people__social
  a:focus
  i
  .icon,
.groups-and-people.has-button-hover-color
  .groups-and-people__social
  a:hover
  i
  .icon {
  fill: var(--wp--preset--color--primary);
}
.groups-and-people.has-button-background-color
  .groups-and-people__filters
  .button,
.groups-and-people.has-button-background-color
  .groups-and-people__person
  .rank-number,
.groups-and-people.has-button-background-color .groups-and-people__social i {
  background-color: var(--wp-manage-people-button-background-color);
}
.groups-and-people.has-button-background-hover-color
  .groups-and-people__filters
  .button.active
  .groups-and-people.has-button-background-hover-color
  .groups-and-people__filters
  .button:focus,
.groups-and-people.has-button-background-hover-color
  .groups-and-people__filters
  .button.is-checked,
.groups-and-people.has-button-background-hover-color
  .groups-and-people__filters
  .button:hover,
.groups-and-people.has-button-background-hover-color
  .groups-and-people__social
  a:focus
  i,
.groups-and-people.has-button-background-hover-color
  .groups-and-people__social
  a:hover
  i {
  background-color: var(--wp-manage-people-button-background-hover-color);
}
.groups-and-people.has-link-color a {
  color: var(--wp-manage-people-link-color);
}
.groups-and-people.has-link-hover-color a:focus,
.groups-and-people.has-link-hover-color a:hover,
.groups-and-people.has-link-hover-color h1 a:focus,
.groups-and-people.has-link-hover-color h1 a:hover,
.groups-and-people.has-link-hover-color h2 a:focus,
.groups-and-people.has-link-hover-color h2 a:hover,
.groups-and-people.has-link-hover-color h3 a:focus,
.groups-and-people.has-link-hover-color h3 a:hover,
.groups-and-people.has-link-hover-color h4 a:focus,
.groups-and-people.has-link-hover-color h4 a:hover,
.groups-and-people.has-link-hover-color h5 a:focus,
.groups-and-people.has-link-hover-color h5 a:hover,
.groups-and-people.has-link-hover-color h6 a:focus,
.groups-and-people.has-link-hover-color h6 a:hover {
  color: var(--wp-manage-people-link-hover-color);
}
.groups-and-people.has-title-color h1,
.groups-and-people.has-title-color h2,
.groups-and-people.has-title-color h3,
.groups-and-people.has-title-color h4,
.groups-and-people.has-title-color h5,
.groups-and-people.has-title-color h6 {
  color: var(--wp-manage-people-title-color);
}
.groups-and-people.has-title-color h1 a,
.groups-and-people.has-title-color h2 a,
.groups-and-people.has-title-color h3 a,
.groups-and-people.has-title-color h4 a,
.groups-and-people.has-title-color h5 a,
.groups-and-people.has-title-color h6 a {
  color: inherit;
}
.groups-and-people.has-title-color
  .groups-and-people__person
  .backup-person
  strong {
  color: var(--wp-manage-people-title-color);
}
