.nmac-tm-wrapper.nmac-team-modal-trigger .nmac-tm-inner {
  cursor: pointer;
}
.nmac-tm-wrapper .nmac-team-image, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-image, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  object-fit: fill;
  background-position: top center;
}
.nmac-tm-wrapper .nmac-team-content h3, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content h3 {
  margin-bottom: 0;
}
.nmac-tm-wrapper .nmac-team-content .nmac-team-title, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content .nmac-team-title {
  font-size: 14px;
  color: #000;
}
.nmac-tm-wrapper .nmac-team-content .nmac-team-contact a, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content .nmac-team-contact a, .nmac-tm-wrapper .nmac-team-content .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-contact a, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-content .nmac-team-contact a {
  font-size: 14px;
  color: #000;
}
.nmac-tm-wrapper .nmac-tm-inner.img_above {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.nmac-tm-wrapper .nmac-tm-inner.img_side {
  display: flex;
  gap: 1.5rem;
  background: #f9f9f9;
  align-items: center;
}
.nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-image, .nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-image, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tm-inner.img_side .nmac-team-modal-image {
  max-width: 200px;
}
.nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-content, .nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tm-inner.img_side .nmac-team-modal-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-content h3, .nmac-tm-wrapper .nmac-tm-inner.img_side .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content h3, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tm-inner.img_side .nmac-team-modal-content h3 {
  margin-bottom: 0;
}
.nmac-tm-wrapper .nmac-team-modal {
  display: none;
  opacity: 0;
  transition: 0.5s opacity;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
.nmac-tm-wrapper .nmac-team-modal.displayed {
  display: flex;
  opacity: 1;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner {
  max-width: 1000px;
  max-height: 80vh;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header {
  background: #b90832;
  display: grid;
  grid-template-columns: 11fr 1fr;
  padding: 1rem 2rem;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .title-area {
  display: flex;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .title-area h2,
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .title-area h3 {
  color: white !important;
  line-height: 1.2em;
  margin-bottom: 0;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .title-area h2 {
  font-size: 2.2rem;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .title-area h3 {
  font-size: 1.875rem;
  font-weight: 400;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-header .nmac-team-modal-close {
  position: relative;
  top: 1rem;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
  color: #fff !important;
  font-weight: bold;
  display: block;
  text-align: right;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.6em;
  background: white;
  padding: 2.5rem;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content {
    grid-template-columns: 1fr;
  }
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content .nmac-team-modal-left .nmac-team-contact {
  margin-top: 0.8rem;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content .nmac-team-modal-right {
  position: relative;
  overflow: scroll;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-inner .nmac-team-modal-content .nmac-team-modal-right p {
  line-height: 1.6em;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content {
  background: white;
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content {
    grid-template-columns: 1fr;
  }
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content {
  font-size: 15px;
  line-height: 1.5em;
}
.nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content p {
  line-height: 1.5em;
}

.nmac-tms-wrapper .nmac-tm-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.nmac-tms-wrapper .nmac-tm-wrapper-inner.nmac-team-modal-trigger .nmac-tm-inner {
  cursor: pointer;
}
.nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-image, .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-image, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-modal-image {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  object-fit: fill;
}
.nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-content h3, .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content h3, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-modal-content h3 {
  font-size: 16px;
}
.nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-content .nmac-team-title, .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content .nmac-team-title, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-modal-content .nmac-team-title {
  font-size: 1em;
  font-weight: bold;
  color: #000;
}
.nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-content .nmac-team-contact a, .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-modal-content .nmac-team-contact a, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-modal-content .nmac-team-contact a, .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-content .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-team-contact a, .nmac-tm-wrapper .nmac-team-modal .nmac-team-modal-content .nmac-team-modal-left .nmac-tms-wrapper .nmac-tm-wrapper-inner .nmac-team-content .nmac-team-contact a {
  font-size: 14px;
  color: #000;
}

.nmac-sponsor-logos-wrapper .nmac-sl-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  place-items: center;
}
.nmac-sponsor-logos-wrapper .nmac-sl-wrapper-inner .nmac-sponsor-logo {
  text-align: center;
  padding-bottom: 10px;
}
.nmac-sponsor-logos-wrapper .nmac-sl-wrapper-inner .nmac-sponsor-logo .nmac-sl-image {
  width: 100%;
  aspect-ratio: 1/1;
  padding-bottom: 100%;
  background-size: contain;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}
