.modal-backdrop.show {
  opacity: 0.8 !important;
}

.cmi-module-biographies-carousel {
  overflow: hidden;
}
.cmi-module-biographies-carousel:has(.owl-nav.disabled) {
  overflow: visible;
}
.cmi-module-biographies-carousel--magenta .cmi-module-biographies-carousel__image {
  background-image: linear-gradient(180deg, transparent 0% 50%, #d10074 50% calc(50% + 5px), #ffffff calc(50% + 5px));
}
.cmi-module-biographies-carousel--magenta .owl-carousel .owl-nav [class*=owl-] {
  background-color: #d10074;
}
.cmi-module-biographies-carousel--plum .cmi-module-biographies-carousel__image {
  background-image: linear-gradient(180deg, transparent 0% 50%, #69003a 50% calc(50% + 5px), #ffffff calc(50% + 5px));
}
.cmi-module-biographies-carousel--plum .owl-carousel .owl-nav [class*=owl-] {
  background-color: #69003a;
}
.cmi-module-biographies-carousel--slate .cmi-module-biographies-carousel__image {
  background-image: linear-gradient(180deg, transparent 0% 50%, #272727 50% calc(50% + 5px), #ffffff calc(50% + 5px));
}
.cmi-module-biographies-carousel--slate .owl-carousel .owl-nav [class*=owl-] {
  background-color: #272727;
}
.cmi-module-biographies-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.cmi-module-biographies-carousel .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  padding-left: 0 !important;
}
.cmi-module-biographies-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  pointer-events: none;
  opacity: 0.2;
  transition: opacity 0.35s ease;
}
.cmi-module-biographies-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  pointer-events: inherit;
  opacity: 1;
}
.cmi-module-biographies-carousel .owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1rem;
  margin-top: 1.5rem;
}
.cmi-module-biographies-carousel .owl-carousel .owl-nav [class*=owl-] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  border-radius: 50%;
  margin-block: 0;
  padding: 0;
}
.cmi-module-biographies-carousel .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 1.5rem;
}
.cmi-module-biographies-carousel .owl-carousel .owl-nav [class*=owl-].disabled {
  opacity: 0.2;
  pointer-events: none;
}
.cmi-module-biographies-carousel__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cmi-module-biographies-carousel__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  padding: 1.5rem;
  z-index: 1;
}
.cmi-module-biographies-carousel__image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(50% - 5px);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.cmi-module-biographies-carousel__image div {
  width: 155px;
  height: 155px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
}
.cmi-module-biographies-carousel__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem 1.5rem;
  text-align: center;
  z-index: 1;
}
.cmi-module-biographies-carousel__modals .modal-dialog {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
.cmi-module-biographies-carousel__modals .modal-dialog .modal-content {
  border: none;
  border-radius: 0.625rem;
}
.cmi-module-biographies-carousel__modals .modal-dialog .modal-content .modal-header {
  align-items: center;
}
.cmi-module-biographies-carousel__modals .modal-dialog .modal-content .modal-header .modal-image div {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.625rem;
}
.cmi-module-biographies-carousel__modals .modal-dialog .modal-content .modal-body p:last-of-type {
  margin-bottom: 0;
}
.cmi-module-biographies-carousel__modals .modal-dialog .modal-content .modal-footer {
  padding: 0 1rem 1rem;
  border-top: none;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
