.elementor-101 .elementor-element.elementor-element-36d9725{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-101 .elementor-element.elementor-element-bb92185{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 5px) 0px;padding:0px 0px 0px 0px;}.elementor-101 .elementor-element.elementor-element-bb92185.elementor-element{--align-self:center;}.elementor-101 .elementor-element.elementor-element-3fd6b45{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-101 .elementor-element.elementor-element-36db857{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:10px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-101 .elementor-element.elementor-element-a86e6e6{width:100%;max-width:100%;}@media(min-width:768px){.elementor-101 .elementor-element.elementor-element-36db857{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-2706b18 */.mbshv3{
  position:relative;
  margin:0 0 28px;
}

.mbshv3::before{
  content:"";
  position:absolute;
  inset:-40px -60px;
  background:radial-gradient(circle at 20% 10%, rgba(25,103,81,.08), transparent 60%);
  pointer-events:none;
  z-index:0;
}

.mbshv3__inner{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
}

.mbshv3__grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.92fr);
  gap:22px;
  padding:30px;
  border:1px solid rgba(25,103,81,.12);
  border-radius:30px;
  background:
    radial-gradient(circle at top right, rgba(25,103,81,.10), transparent 30%),
    radial-gradient(circle at bottom left, rgba(25,103,81,.05), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,250,248,.98) 100%);
  box-shadow:
    0 18px 44px rgba(16,24,40,.07),
    inset 0 1px 0 rgba(255,255,255,.84);
  overflow:hidden;
}

.mbshv3__grid::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(255,255,255,.18), transparent 42%);
}

.mbshv3__grid::after{
  content:"";
  position:absolute;
  top:26px;
  bottom:26px;
  left:68%;
  width:1px;
  background:linear-gradient(180deg, transparent, rgba(25,103,81,.12), transparent);
  pointer-events:none;
}

.mbshv3__main{
  position:relative;
  z-index:1;
}

.mbshv3__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  margin:0 0 14px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(25,103,81,.08);
  color:#196751;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.mbshv3__title{
  margin:0;
  font-size:44px;
  line-height:1.02;
  letter-spacing:-.03em;
  font-weight:800;
  background:linear-gradient(180deg,#18313a 0%,#1f4d46 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.mbshv3__subtitle{
  max-width:760px;
  margin:16px 0 0;
  color:#4d5d65;
  font-size:16px;
  line-height:1.8;
}

.mbshv3__meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:22px;
}

.mbshv3__stat{
  display:inline-flex;
  align-items:baseline;
  gap:8px;
  padding:10px 18px;
  border:1px solid rgba(25,103,81,.10);
  border-radius:999px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 20px rgba(16,24,40,.05);
}

.mbshv3__stat-number{
  color:#196751;
  font-size:28px;
  font-weight:800;
  line-height:1;
}

.mbshv3__stat-label{
  color:#44565f;
  font-size:14px;
  font-weight:700;
}

.mbshv3__clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(180deg, #196751 0%, #155b47 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
  box-shadow:0 12px 26px rgba(25,103,81,.20);
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.mbshv3__clear:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(25,103,81,.24);
  opacity:.98;
}

.mbshv3__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.mbshv3__badge{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(25,103,81,.14);
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff 0%,#f3f7f5 100%);
  color:#26424a;
  font-size:12.5px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 6px 16px rgba(16,24,40,.04);
  transition:transform .18s ease, box-shadow .18s ease;
}

.mbshv3__badge:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(16,24,40,.08);
}

.mbshv3__side{
  position:relative;
  z-index:1;
}

.mbshv3__panel{
  height:100%;
  padding:20px 20px 18px;
  border:1px solid rgba(25,103,81,.10);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(248,251,250,.92) 100%);
  box-shadow:
    0 10px 24px rgba(16,24,40,.05),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.mbshv3__panel-label{
  margin:0 0 12px;
  color:#196751;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.mbshv3__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.mbshv3__chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid rgba(25,103,81,.12);
  border-radius:999px;
  background:#fff;
  color:#22313a;
  font-size:12.5px;
  line-height:1.2;
  box-shadow:0 4px 12px rgba(16,24,40,.04);
}

.mbshv3__chip-label{
  color:#196751;
  font-weight:800;
}

.mbshv3__chip-sep{
  opacity:.35;
}

.mbshv3__chip-value{
  font-weight:700;
  color:#31444d;
}

.mbshv3__tips{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.mbshv3__tip{
  position:relative;
  padding-left:18px;
  color:#44565f;
  font-size:13.5px;
  line-height:1.65;
}

.mbshv3__tip::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:#196751;
  font-weight:800;
}

.mbshv3__empty{
  margin-top:6px;
  color:#607078;
  font-size:13px;
  line-height:1.7;
}

@media (max-width: 980px){
  .mbshv3__grid{
    grid-template-columns:1fr;
  }

  .mbshv3__grid::after{
    display:none;
  }
}

@media (max-width: 767px){
  .mbshv3{
    margin-bottom:22px;
  }

  .mbshv3__grid{
    gap:16px;
    padding:20px;
    border-radius:22px;
  }

  .mbshv3__eyebrow{
    min-height:30px;
    padding:0 11px;
    margin-bottom:12px;
    font-size:11px;
  }

  .mbshv3__title{
    font-size:31px;
    line-height:1.08;
  }

  .mbshv3__subtitle{
    margin-top:12px;
    font-size:14px;
    line-height:1.72;
  }

  .mbshv3__meta-row{
    gap:10px;
    margin-top:18px;
  }

  .mbshv3__stat{
    padding:10px 14px;
  }

  .mbshv3__stat-number{
    font-size:24px;
  }

  .mbshv3__stat-label{
    font-size:13px;
  }

  .mbshv3__clear{
    min-height:42px;
    padding:0 15px;
  }

  .mbshv3__badges{
    gap:8px;
    margin-top:16px;
  }

  .mbshv3__badge{
    min-height:34px;
    padding:0 11px;
    font-size:12px;
  }

  .mbshv3__panel{
    padding:16px 14px 14px;
    border-radius:18px;
  }

  .mbshv3__chips{
    gap:8px;
  }

  .mbshv3__chip{
    font-size:12px;
    padding:8px 10px;
  }

  .mbshv3__tip{
    font-size:13px;
    line-height:1.6;
  }
}/* End custom CSS */