.elementor-56 .elementor-element.elementor-element-cda45bd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Scoped only to the accreditation block */
.mdh-accred-wrap{
  --mdh-accred-teal:#349899;
  --mdh-accred-dark:#0b5c7d;
  --mdh-accred-text:#24333d;
  --mdh-accred-muted:#60727d;
  --mdh-accred-border:#e2ecef;
  --mdh-accred-soft:#f7fbfc;
}

.mdh-accred-wrap .mdh-accred-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.25rem;
  margin-top:2rem;
}

.mdh-accred-wrap .mdh-accred-card{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:1.4rem;
  align-items:center;
  min-height:250px;
  padding:1.5rem;
  border:1px solid var(--mdh-accred-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 30px rgba(31,74,91,.06);
}

.mdh-accred-wrap .mdh-accred-visual{
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
  border:1px solid #edf3f5;
  border-radius:16px;
  background:#fff;
}

.mdh-accred-wrap .mdh-accred-visual--pair{
  gap:.8rem;
  flex-wrap:wrap;
}

.mdh-accred-wrap .mdh-accred-visual img{
  display:block;
  max-width:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}

.mdh-accred-wrap .mdh-accred-visual--nabl img{
  width:150px;
}

.mdh-accred-wrap .mdh-accred-visual--pair img:first-child{
  max-width:112px;
  max-height:128px;
}

.mdh-accred-wrap .mdh-accred-visual--pair img:last-child{
  max-width:72px;
  max-height:128px;
}

.mdh-accred-wrap .mdh-accred-kicker{
  display:block;
  margin-bottom:.45rem;
  color:var(--mdh-accred-teal);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.mdh-accred-wrap .mdh-accred-card h3{
  margin:0 0 .7rem;
  color:var(--mdh-accred-text);
  font-size:clamp(1.2rem,1rem + .55vw,1.55rem);
  line-height:1.25;
}

.mdh-accred-wrap .mdh-accred-card p{
  margin:0;
  color:var(--mdh-accred-muted);
  line-height:1.7;
}

.mdh-accred-wrap .mdh-accred-meta{
  margin-top:.85rem !important;
  padding-top:.8rem;
  border-top:1px solid #edf3f5;
  font-size:.82rem;
  line-height:1.55 !important;
}

.mdh-accred-wrap .mdh-accred-note{
  max-width:900px;
  margin:1.25rem auto 0;
  color:#71858e;
  font-size:.78rem;
  line-height:1.6;
  text-align:center;
}

@media(max-width:900px){
  .mdh-accred-wrap .mdh-accred-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:560px){
  .mdh-accred-wrap .mdh-accred-card{
    grid-template-columns:1fr;
    text-align:center;
  }
  .mdh-accred-wrap .mdh-accred-visual{
    min-height:145px;
  }
}/* End custom CSS */