:root{
  --mp-navy:#0d2138;
  --mp-navy-2:#123d66;
  --mp-blue:#0b66a3;
  --mp-green:#08a267;
  --mp-green-2:#0fba78;
  --mp-teal:#149b7a;
  --mp-mint:#effaf6;
  --mp-mint-2:#f7fcfa;
  --mp-sky:#f3f9fd;
  --mp-warm:#fff8ee;
  --mp-border:#dde6ec;
  --mp-text:#273b50;
  --mp-muted:#617489;
  --mp-shadow:0 10px 30px rgba(13,33,56,.08);
}

.mprovider-page{background:#f7f9fb;color:var(--mp-text);font-family:inherit;padding:8px 0 28px}
.mprovider-page *{box-sizing:border-box}
.mprovider-page img{display:block;max-width:100%;height:auto}
.mprovider-page a{text-decoration:none}
.mprovider-page-frame{width:min(1180px,calc(100% - 24px));margin:0 auto;background:#fff;border:1px solid #dce3e8;border-radius:10px;box-shadow:0 4px 18px rgba(16,42,68,.06);overflow:hidden}
.mprovider-shell{width:100%;margin:0}

/* HERO */
.mprovider-hero{display:grid;grid-template-columns:48% 52%;min-height:455px;background:linear-gradient(112deg,#fff 0%,#fff 40%,#e9f7ff 66%,#d7effc 100%);align-items:stretch}
.mprovider-hero-copy{padding:38px 22px 22px 48px;display:flex;flex-direction:column;justify-content:center;z-index:2}
.mprovider-eyebrow{color:var(--mp-green);font-weight:900;font-size:13px;letter-spacing:.035em;margin-bottom:10px}
.mprovider-hero h1{margin:0;color:var(--mp-navy);font-size:51px;line-height:.98;letter-spacing:-.045em;font-weight:900}
.mprovider-hero h1 span{color:var(--mp-green)}
.mprovider-hero-copy>p{font-size:16px;line-height:1.5;margin:18px 0 22px;max-width:440px;color:#1f2e3d}
.mprovider-hero-actions{display:flex;align-items:center;gap:26px;margin-bottom:28px;flex-wrap:wrap}
.mprovider-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(90deg,var(--mp-green),var(--mp-green-2));color:#fff!important;border-radius:8px;padding:14px 22px;font-weight:900;font-size:14px;box-shadow:0 8px 18px rgba(8,162,103,.18);transition:transform .16s ease,box-shadow .16s ease}
.mprovider-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(8,162,103,.24)}
.mprovider-btn.large{min-width:220px}
.mprovider-text-link{color:#078e5c!important;font-weight:900;font-size:13px;display:inline-flex;align-items:center;gap:6px}
.mprovider-mini-trust{display:grid;grid-template-columns:repeat(4,1fr);max-width:560px}
.mprovider-mini-trust>div{display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;padding:0 13px;border-right:1px solid #dce3e8;min-width:0}
.mprovider-mini-trust>div:first-child{padding-left:0}
.mprovider-mini-trust>div:last-child{border-right:0;padding-right:0}
.mprovider-mini-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1.5px solid var(--mp-green);color:var(--mp-green);font-weight:900;font-size:16px}
.mprovider-mini-trust strong{font-size:11px;line-height:1.25;color:var(--mp-navy);font-weight:800}
.mprovider-hero-art{display:flex;align-items:flex-end;justify-content:flex-end;min-width:0;overflow:hidden}
.mprovider-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center bottom}

/* SHARED SECTION STYLES */
.mprovider-section-title{text-align:center}
.mprovider-section-title h2{margin:0;color:var(--mp-navy);font-size:29px;line-height:1.15;font-weight:900;letter-spacing:-.025em}
.mprovider-section-title span{display:block;width:38px;height:3px;background:var(--mp-green);margin:10px auto 0;border-radius:4px}
.mprovider-icon,.mprovider-step-icon{display:grid;place-items:center;flex:0 0 auto}
.mprovider-icon svg,.mprovider-step-icon svg,.mprovider-cta-mark svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mprovider-icon{width:64px;height:64px;border-radius:50%;background:#e8f8f0;color:var(--mp-green)}
.mprovider-icon-green{background:#e9f8f1;color:var(--mp-green)}
.mprovider-icon-blue{background:#fff;color:#1372ba}

/* WHY PROVIDERS LIKE MANIVO */
.mprovider-benefits{margin:14px 42px 0;width:auto;border-radius:10px;background:linear-gradient(90deg,#f0fbf6,#f7fcfa);padding:20px 28px 24px}
.mprovider-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px}
.mprovider-feature-card{text-align:center;padding:4px 26px 0;border-right:1px solid #d7e2df;min-width:0}
.mprovider-feature-card:last-child{border-right:0}
.mprovider-feature-card .mprovider-icon{margin:0 auto 11px}
.mprovider-feature-card h3{margin:0 0 8px;color:var(--mp-navy);font-size:17px;line-height:1.12;font-weight:900}
.mprovider-feature-card p{margin:0;font-size:12px;line-height:1.48;color:#34485d}

/* HOW IT WORKS */
.mprovider-how{padding:22px 48px 25px}
.mprovider-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.mprovider-steps article{text-align:center;position:relative;padding:0 20px;min-width:0}
.mprovider-step-num{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;background:var(--mp-green);color:#fff;font-size:13px;font-weight:900;position:relative;z-index:2}
.mprovider-step-icon{width:58px;height:58px;border-radius:50%;background:#eaf8f1;color:var(--mp-green);margin:0 auto 10px;position:relative;z-index:2}
.mprovider-step-icon svg{width:28px;height:28px}
.mprovider-steps article:not(:last-child):after{content:"";position:absolute;top:52px;left:72%;width:56%;border-top:1px dashed #a7d5c5;z-index:1}
.mprovider-steps h3{margin:0 0 6px;color:var(--mp-navy);font-size:16px;line-height:1.15;font-weight:900}
.mprovider-steps p{margin:0;font-size:12px;line-height:1.47;color:#34485d}

/* WHO WE ARE LOOKING FOR */
.mprovider-looking{margin:0 42px 14px;width:auto;border-radius:10px;background:linear-gradient(90deg,#f4fbf8 0%,#f6fbfe 52%,#fff8ec 100%);padding:17px 18px 18px}
.mprovider-looking-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border-radius:9px;overflow:hidden}
.mprovider-looking-card{display:grid;grid-template-columns:70px 1fr;gap:14px;align-items:center;padding:14px 22px;min-height:112px;border-right:1px solid rgba(108,132,151,.18)}
.mprovider-looking-card:last-child{border-right:0}
.mprovider-looking-card .mprovider-icon{margin:0}
.mprovider-looking-card-green .mprovider-icon{background:#e7f8ef;color:var(--mp-green)}
.mprovider-looking-card-blue .mprovider-icon{background:#eaf5fd;color:#0f72b5}
.mprovider-looking-card-warm .mprovider-icon{background:#fff1d9;color:#e89a12}
.mprovider-looking-card h3{margin:0 0 4px;color:var(--mp-navy);font-size:16px;line-height:1.12;font-weight:900}
.mprovider-looking-card p{margin:0;font-size:11.7px;line-height:1.45;color:#34485d}

/* EXPECTATIONS */
.mprovider-expectations{margin:0 42px 14px;width:auto;border-radius:10px;background:linear-gradient(90deg,#f3f9fd,#f7fbfd);padding:17px 18px 20px}
.mprovider-expectation-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px}
.mprovider-expectation-grid article{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:start;padding:8px 20px;border-right:1px solid #d9e5ec;min-width:0}
.mprovider-expectation-grid article:last-child{border-right:0}
.mprovider-expectation-grid .mprovider-icon{width:52px;height:52px}
.mprovider-expectation-grid .mprovider-icon svg{width:26px;height:26px}
.mprovider-expectation-grid h3{margin:3px 0 5px;color:var(--mp-navy);font-size:14px;line-height:1.18;font-weight:900}
.mprovider-expectation-grid p{margin:0;font-size:11.2px;line-height:1.43;color:#34485d}

/* CTA */
.mprovider-cta{margin:0 42px 0;width:auto;border-radius:11px;background:linear-gradient(105deg,#072b4d,#0b456f);min-height:112px;color:#fff;display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:18px;padding:18px 28px;box-shadow:0 10px 26px rgba(7,43,77,.12)}
.mprovider-cta-mark{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}
.mprovider-cta-mark svg{width:32px;height:32px}
.mprovider-cta-copy h2{margin:0 0 4px;color:#fff;font-size:22px;line-height:1.15;font-weight:900}
.mprovider-cta-copy p{margin:0;color:#fff;font-size:12.5px;line-height:1.4;max-width:520px;opacity:.95}

/* CONTACT STRIP */
.mprovider-bottom-info{margin:2px 42px 18px;width:auto;background:#062f55;color:#fff;border-radius:0 0 9px 9px;display:grid;grid-template-columns:repeat(3,1fr)}
.mprovider-bottom-info>div{display:grid;gap:3px;padding:10px 22px;border-right:1px solid rgba(255,255,255,.13)}
.mprovider-bottom-info>div:last-child{border-right:0}
.mprovider-bottom-info strong{font-size:11.5px}
.mprovider-bottom-info strong a{color:#fff!important}
.mprovider-bottom-info small{font-size:10px;color:#fff;opacity:.9}

@media(max-width:980px){
  .mprovider-hero{grid-template-columns:47% 53%;min-height:420px}
  .mprovider-hero-copy{padding-left:34px}
  .mprovider-hero h1{font-size:43px}
  .mprovider-mini-trust{grid-template-columns:1fr 1fr;gap:12px}
  .mprovider-mini-trust>div{border-right:0;padding:0}
  .mprovider-benefits,.mprovider-looking,.mprovider-expectations,.mprovider-cta,.mprovider-bottom-info{margin-left:28px;margin-right:28px}
  .mprovider-feature-card{padding-inline:16px}
  .mprovider-expectation-grid{grid-template-columns:1fr 1fr;gap:0}
  .mprovider-expectation-grid article:nth-child(2){border-right:0}
  .mprovider-expectation-grid article:nth-child(-n+2){border-bottom:1px solid #d9e5ec;padding-bottom:16px;margin-bottom:8px}
}

@media(max-width:760px){
  .mprovider-page-frame{width:min(100%,calc(100% - 14px));border-radius:8px}
  .mprovider-hero{grid-template-columns:1fr;min-height:0}
  .mprovider-hero-copy{padding:30px 24px 18px}
  .mprovider-hero h1{font-size:42px}
  .mprovider-hero-copy>p{max-width:none}
  .mprovider-hero-art{max-height:430px}
  .mprovider-hero-art img{height:auto;object-fit:contain}
  .mprovider-benefits,.mprovider-looking,.mprovider-expectations,.mprovider-cta,.mprovider-bottom-info{margin-left:16px;margin-right:16px}
  .mprovider-benefit-grid{grid-template-columns:1fr 1fr;gap:18px 0}
  .mprovider-feature-card:nth-child(2){border-right:0}
  .mprovider-feature-card:nth-child(-n+2){padding-bottom:18px;border-bottom:1px solid #d7e2df}
  .mprovider-how{padding-left:24px;padding-right:24px}
  .mprovider-steps{grid-template-columns:1fr 1fr;gap:26px 10px}
  .mprovider-steps article:not(:last-child):after{display:none}
  .mprovider-looking-grid{grid-template-columns:1fr}
  .mprovider-looking-card{border-right:0;border-bottom:1px solid rgba(108,132,151,.18)}
  .mprovider-looking-card:last-child{border-bottom:0}
  .mprovider-cta{grid-template-columns:62px 1fr}
  .mprovider-cta .mprovider-btn{grid-column:1/-1;width:100%}
  .mprovider-bottom-info{grid-template-columns:1fr}
  .mprovider-bottom-info>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .mprovider-bottom-info>div:last-child{border-bottom:0}
}

@media(max-width:520px){
  .mprovider-page{padding-top:0}
  .mprovider-page-frame{width:100%;border-left:0;border-right:0;border-radius:0}
  .mprovider-hero-copy{padding:26px 20px 16px}
  .mprovider-eyebrow{font-size:12px}
  .mprovider-hero h1{font-size:38px}
  .mprovider-hero-copy>p{font-size:15px;line-height:1.5}
  .mprovider-hero-actions{flex-direction:column;align-items:stretch;gap:11px;margin-bottom:22px}
  .mprovider-btn{width:100%}
  .mprovider-text-link{justify-content:center;padding:4px 0}
  .mprovider-mini-trust{grid-template-columns:1fr 1fr;gap:13px 10px}
  .mprovider-mini-trust strong{font-size:10.5px}
  .mprovider-hero-art{max-height:none}
  .mprovider-benefits,.mprovider-looking,.mprovider-expectations,.mprovider-cta,.mprovider-bottom-info{margin-left:12px;margin-right:12px}
  .mprovider-benefits{padding:19px 12px 18px}
  .mprovider-section-title h2{font-size:26px}
  .mprovider-benefit-grid{grid-template-columns:1fr}
  .mprovider-feature-card{border-right:0!important;border-bottom:1px solid #d7e2df!important;padding:6px 10px 18px!important;margin-bottom:12px}
  .mprovider-feature-card:last-child{border-bottom:0!important;margin-bottom:0;padding-bottom:4px!important}
  .mprovider-how{padding:22px 18px 24px}
  .mprovider-steps{grid-template-columns:1fr;gap:22px}
  .mprovider-steps article{padding:0 14px}
  .mprovider-looking{padding:17px 12px}
  .mprovider-looking-card{grid-template-columns:58px 1fr;padding:14px 8px}
  .mprovider-looking-card .mprovider-icon{width:52px;height:52px}
  .mprovider-expectations{padding:17px 12px}
  .mprovider-expectation-grid{grid-template-columns:1fr}
  .mprovider-expectation-grid article{border-right:0!important;border-bottom:1px solid #d9e5ec!important;margin:0!important;padding:14px 8px!important}
  .mprovider-expectation-grid article:last-child{border-bottom:0!important}
  .mprovider-cta{grid-template-columns:1fr;text-align:center;padding:22px 18px}
  .mprovider-cta-mark{margin:auto}
  .mprovider-cta .mprovider-btn{grid-column:auto}
  .mprovider-bottom-info{margin-bottom:12px}
}

/* ========================================================================
   HERO RESTORE — 1.1.3
   Restores the original Become a Provider hero proportions and image
   treatment. Lower-page refresh styles above are intentionally unchanged.
   ======================================================================== */
.mprovider-page-frame .mprovider-hero{
  width:min(1160px,calc(100% - 36px));
  margin-inline:auto;
  display:grid;
  grid-template-columns:43% 57%;
  gap:24px;
  align-items:center;
  min-height:0;
  padding:30px 0 16px;
  background:#fff;
}
.mprovider-page-frame .mprovider-hero-copy{
  padding:0;
  display:block;
}
.mprovider-page-frame .mprovider-hero .mprovider-eyebrow{
  color:#159B78;
  font-weight:800;
  font-size:14px;
  letter-spacing:.04em;
  margin-bottom:9px;
}
.mprovider-page-frame .mprovider-hero h1{
  margin:0;
  color:#0D1B2A;
  font-size:50px;
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:800;
}
.mprovider-page-frame .mprovider-hero h1 span{color:#10995f}
.mprovider-page-frame .mprovider-hero-copy>p{
  font-size:17px;
  line-height:1.55;
  margin:18px 0 22px;
  max-width:500px;
  color:#24364a;
}
.mprovider-page-frame .mprovider-hero-actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-bottom:25px;
  flex-wrap:nowrap;
}
.mprovider-page-frame .mprovider-hero .mprovider-btn{
  background:linear-gradient(90deg,#0ba567,#14b37b);
  border-radius:7px;
  padding:13px 24px;
  font-weight:800;
  font-size:15px;
  box-shadow:0 7px 20px rgba(15,80,60,.12);
  min-width:0;
  width:auto;
}
.mprovider-page-frame .mprovider-hero .mprovider-text-link{
  color:#0a9360!important;
  font-weight:800;
  font-size:14px;
  display:inline-block;
  padding:0;
}
.mprovider-page-frame .mprovider-mini-trust{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  max-width:none;
}
.mprovider-page-frame .mprovider-mini-trust>div{
  display:grid;
  grid-template-columns:32px 1fr;
  gap:8px;
  align-items:center;
  padding:0 15px;
  border-right:1px solid #dce1e5;
}
.mprovider-page-frame .mprovider-mini-trust>div:first-child{padding-left:0}
.mprovider-page-frame .mprovider-mini-trust>div:last-child{border-right:0}
.mprovider-page-frame .mprovider-mini-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1.5px solid #159B78;
  color:#159B78;
  font-weight:800;
  font-size:16px;
}
.mprovider-page-frame .mprovider-mini-trust strong{
  font-size:11px;
  line-height:1.3;
  color:#0D1B2A;
}
.mprovider-page-frame .mprovider-hero-art{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0;
  overflow:visible;
  max-height:none;
}
.mprovider-page-frame .mprovider-hero-art img{
  width:min(650px,100%);
  height:auto;
  object-fit:contain;
  object-position:center center;
}

@media(max-width:900px){
  .mprovider-page-frame .mprovider-hero{grid-template-columns:46% 54%}
  .mprovider-page-frame .mprovider-hero h1{font-size:43px}
  .mprovider-page-frame .mprovider-mini-trust{grid-template-columns:1fr 1fr;gap:12px}
  .mprovider-page-frame .mprovider-mini-trust>div{border-right:0;padding-left:0}
}

@media(max-width:760px){
  .mprovider-page-frame .mprovider-hero{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    padding-top:24px;
  }
  .mprovider-page-frame .mprovider-hero-copy{padding:0}
  .mprovider-page-frame .mprovider-hero-art{justify-content:center;max-height:none}
  .mprovider-page-frame .mprovider-hero-art img{height:auto;object-fit:contain}
}

@media(max-width:520px){
  .mprovider-page-frame .mprovider-hero{width:calc(100% - 24px)}
  .mprovider-page-frame .mprovider-hero h1{font-size:39px}
  .mprovider-page-frame .mprovider-hero-copy>p{font-size:16px}
  .mprovider-page-frame .mprovider-hero-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    margin-bottom:25px;
  }
  .mprovider-page-frame .mprovider-hero .mprovider-btn{width:auto}
  .mprovider-page-frame .mprovider-hero .mprovider-text-link{justify-content:initial;padding:0}
  .mprovider-page-frame .mprovider-mini-trust{grid-template-columns:1fr 1fr;gap:12px}
}


/* ========================================================================
   PROVIDER HERO VIDEO — 1.1.4
   Language-specific recruiting video treatment; underlying hero artwork and
   primary application CTA remain unchanged.
   ======================================================================== */
.mprovider-page-frame .mprovider-hero .mprovider-video-link{
  appearance:none;
  -webkit-appearance:none;
  border:1.5px solid #0d3761;
  border-radius:8px;
  background:#fff;
  color:#0d3761!important;
  min-height:54px;
  padding:7px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  font:inherit;
  text-align:left;
  box-shadow:none;
  transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.mprovider-page-frame .mprovider-hero .mprovider-video-link:hover,
.mprovider-page-frame .mprovider-hero .mprovider-video-link:focus-visible{
  border-color:#0a5c91;
  box-shadow:0 7px 18px rgba(13,55,97,.10);
  transform:translateY(-1px);
  outline:none;
}
.mprovider-video-link-play{
  width:32px;
  height:32px;
  flex:0 0 32px;
  border-radius:50%;
  background:#0d3761;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  padding-left:2px;
}
.mprovider-video-link>span:last-child{display:grid;gap:1px;line-height:1.12}
.mprovider-video-link strong{font-size:14px;color:#0d3761;font-weight:900}
.mprovider-video-link small{font-size:10.5px;color:#40566d;font-style:normal;font-weight:600}

.mprovider-page-frame .mprovider-hero-art.has-video{overflow:visible}
.mprovider-page-frame .mprovider-hero-video-trigger{
  appearance:none;
  -webkit-appearance:none;
  position:relative;
  display:block;
  width:min(650px,100%);
  padding:0;
  margin:0;
  border:0;
  border-radius:14px;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
  color:inherit;
  font:inherit;
  box-shadow:0 8px 22px rgba(13,33,56,.08);
}
.mprovider-page-frame .mprovider-hero-video-trigger img{
  width:100%;
  max-width:none;
  height:auto;
  display:block;
  transition:transform .22s ease,filter .22s ease;
}
.mprovider-page-frame .mprovider-hero-video-trigger:hover img{transform:scale(1.008);filter:saturate(1.02)}
.mprovider-hero-play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding-left:5px;
  background:rgba(7,43,77,.82);
  border:2px solid rgba(255,255,255,.78);
  color:#fff;
  font-size:27px;
  box-shadow:0 10px 28px rgba(7,43,77,.26);
  transition:transform .18s ease,background .18s ease;
}
.mprovider-hero-video-trigger:hover .mprovider-hero-play,
.mprovider-hero-video-trigger:focus-visible .mprovider-hero-play{
  transform:translate(-50%,-50%) scale(1.06);
  background:rgba(7,43,77,.92);
}
.mprovider-hero-video-trigger:focus-visible{outline:3px solid rgba(8,162,103,.35);outline-offset:4px}
.mprovider-hero-video-caption{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  max-width:calc(100% - 32px);
  padding:8px 13px;
  border-radius:7px;
  background:rgba(7,31,55,.78);
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:800;
  white-space:nowrap;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

html.mprovider-video-open,body.mprovider-video-open{overflow:hidden!important}
.mprovider-video-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.mprovider-video-modal.is-open{display:flex}
.mprovider-video-modal-backdrop{position:absolute;inset:0;background:rgba(3,20,38,.78);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.mprovider-video-modal-dialog{
  position:relative;
  z-index:1;
  width:min(920px,94vw);
  background:#071f37;
  border-radius:14px;
  padding:10px;
  box-shadow:0 24px 70px rgba(0,0,0,.38);
}
.mprovider-video-modal-close{
  position:absolute;
  top:-16px;
  right:-16px;
  z-index:3;
  width:42px;
  height:42px;
  border:2px solid #fff;
  border-radius:50%;
  background:#0d3761;
  color:#fff;
  font-size:28px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.24);
}
.mprovider-video-modal-close:focus-visible{outline:3px solid #15b67a;outline-offset:3px}
.mprovider-video-modal-media{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:9px;overflow:hidden}
.mprovider-video-modal-media video,.mprovider-video-modal-media iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000;object-fit:contain}

@media(max-width:760px){
  .mprovider-page-frame .mprovider-hero-video-trigger{width:100%}
  .mprovider-hero-play{width:64px;height:64px;font-size:23px}
  .mprovider-hero-video-caption{bottom:12px;font-size:11px}
}
@media(max-width:520px){
  .mprovider-page-frame .mprovider-hero-actions{align-items:stretch}
  .mprovider-page-frame .mprovider-hero .mprovider-video-link{width:100%;min-height:58px}
  .mprovider-video-link strong{font-size:14px}
  .mprovider-video-link small{font-size:10px}
  .mprovider-hero-play{width:58px;height:58px;font-size:21px}
  .mprovider-hero-video-caption{font-size:10px;padding:7px 10px;bottom:10px}
  .mprovider-video-modal{padding:14px}
  .mprovider-video-modal-dialog{width:100%;padding:7px;border-radius:10px}
  .mprovider-video-modal-close{top:-12px;right:-8px;width:38px;height:38px;font-size:25px}
}
