



.contact-component {
  display: flex;
  flex-flow: column;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}


.p-hero {
  text-align: center;
  max-width: 60vw;
  font-size: 1.1rem;
}


.margin-bottom.margin-large { margin-bottom: 1rem; }
.margin-bottom.margin-small { margin-bottom: 1rem; overflow: visible; }
.margin-bottom.margin-small.mobile { display: none; }


.div-block-55 {
  padding-left: 20px;
  padding-right: 20px;
}
.div-block-56 {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}


.div-block-58 {
  border: 1px solid #000;
  margin: 5px;
  padding: 30px 20px;
  text-decoration: none;
  box-shadow: 5px 5px #0003;
}
.quart-4-4-4-4 {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}
.text-block-11 { font-size: 1.5rem; }
.text-block-contact {
  word-break: break-all;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
}
.bold-text-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}


.code-embed-3 { padding-right: 60px; }


@media screen and (max-width: 991px) {
  .margin-bottom.margin-large { margin-bottom: 3rem; }
  .code-embed-3 { align-self: center; }
}
@media screen and (max-width: 767px) {
  .margin-bottom.margin-large { margin-bottom: 2.5rem; }
}
@media screen and (max-width: 479px) {
  .margin-bottom.margin-large { margin-bottom: 2rem; }
  .margin-bottom.margin-small { align-self: auto; margin-bottom: .5rem; display: block; }
  .margin-bottom.margin-small.mobile { margin-bottom: 0; display: block; }
  .p-hero { max-width: none; font-size: .9rem; }
  .div-block-55 { padding-left: 10px; padding-right: 10px; }
  .quart-4-4-4-4 { grid-template-rows: auto auto; grid-template-columns: 50% 50%; }
  .code-embed-3 { padding-right: 0; }
}



.mh-portrait-wrapper {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  aspect-ratio: 0.8;
}

.mh-circle-bg {
  position: absolute;
  width: 85%;
  aspect-ratio: 1 / 1;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mh-portrait-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(110%);
  transition: filter 0.4s ease, transform 0.4s ease;
  object-fit: contain;
}
.mh-portrait-wrapper:hover .mh-portrait-img {
  filter: grayscale(0%) contrast(100%);
  transform: scale(1.02);
}

.mh-name-badge,
.mh-cert-wrapper {
  position: absolute;
  z-index: 3;
  bottom: 30px;
}

.mh-name-badge {
  right: -5%;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  padding: 0.8rem 1.2rem;
  border-radius: 2px;
  box-shadow: 6px 6px 0px #000000;
  font-family: system-ui, -apple-system, sans-serif;
  min-width: 160px;
  transition: transform 0.3s ease;
}
.mh-portrait-wrapper:hover .mh-name-badge {
  transform: translateY(-5px);
  box-shadow: 6px 11px 0px #000000;
}
.mh-badge-name {
  display: block;
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.mh-badge-role {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 4px;
}

.mh-cert-wrapper {
  left: -8%;
  display: flex;
  align-items: flex-end;
}
.mh-cert-badge {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  box-shadow: 6px 6px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.mh-cert-badge:hover {
  transform: translateY(-5px);
  box-shadow: 6px 11px 0px #000000;
}
.mh-cert-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
}


.mh-cert-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}
.mh-cert-modal.is-open {
  display: flex;
  animation: mhCertFadeIn 0.3s ease;
}
.mh-cert-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  max-width: 95vw;
  max-height: 90vh;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.mh-cert-content img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
}
@keyframes mhCertFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


.mh-cert-consent {
  padding: 20px;
  background: #ffffff;
  color: #000000;
  font-family: system-ui, -apple-system, sans-serif;
  max-width: 560px;
}
.mh-cert-consent-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.mh-cert-consent-body {
  font-size: 0.95rem;
  line-height: 1.45;
}
.mh-cert-consent-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 16px;
}
.mh-cert-btn {
  appearance: none;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid #000;
}
.mh-cert-btn--yes { background: #000; color: #fff; }
.mh-cert-btn--no { background: #fff; color: #000; }

@media (max-width: 500px) {
  .mh-name-badge,
  .mh-cert-wrapper { bottom: 20px; }
  .mh-name-badge { right: 0; }
  .mh-cert-wrapper { left: 0; }
  .mh-cert-badge { width: 70px; height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  .mh-portrait-img,
  .mh-name-badge,
  .mh-cert-badge { transition: none; }
  .mh-cert-modal.is-open { animation: none; }
}


@media screen and (max-width: 991px) {
  .content-5-5 .mh-portrait-wrapper { margin: 0 auto; aspect-ratio: auto; }
  .content-5-5:has(.mh-portrait-wrapper) .p-opener,
  .content-5-5:has(.mh-portrait-wrapper) h2 { text-align: center; }
  .content-5-5:has(.mh-portrait-wrapper) .div-block-15,
  .content-5-5:has(.mh-portrait-wrapper) .margin-bottom:has(h2) { width: 100%; margin-bottom: 16px; }
}
