:root{
  --mm-green:#669933;
  --mm-green-dark:#4D7326;
  --mm-green-darker:#3E5D1F;
  --mm-graphite:#313130;
  --mm-bg:#F5F6F2;
  --mm-line:#E4E6DF;
  --mm-muted:#65685E;
  --mm-tint-soft:#EAF0E2;
  --mm-cream:#F5F6F2;
  --mm-tint:#F5F6F2;
  --mm-sectionbg:#F5F6F2;
}
.resetcss.fr-view .mm-section{padding:clamp(17px,1.9vw,29px) 24px;}
.resetcss.fr-view .mm-section-tint,
.resetcss.fr-view .mm-section-alt,
.resetcss.fr-view .mm-section--tint{
  background:var(--mm-bg);
  box-shadow:0 0 0 100vmax var(--mm-bg);
  clip-path:inset(0 -100vmax);
}
.resetcss.fr-view .mm-section-dark{background:var(--mm-graphite);color:#fff;}
.resetcss.fr-view .mm-wrap{max-width:1340px;margin:0 auto;}
.resetcss.fr-view .mm-prose{max-width:72ch;}
.resetcss.fr-view .mm-center{text-align:center;}
.resetcss.fr-view .mm-h1{font-family:'Montserrat',sans-serif !important;font-weight:700;color:var(--mm-graphite);font-size:clamp(27px,3.1vw,39px);line-height:1.12;letter-spacing:-.02em;margin:0 0 16px;text-wrap:balance;}
.resetcss.fr-view .mm-h2{font-family:'Montserrat',sans-serif !important;font-weight:600;color:var(--mm-green-dark);font-size:clamp(21px,2.2vw,28px);line-height:1.2;letter-spacing:-.015em;margin:0 0 16px;text-wrap:balance;}
.resetcss.fr-view .mm-h3{font-family:'Montserrat',sans-serif !important;font-weight:600;color:var(--mm-graphite);font-size:clamp(17.5px,1.55vw,21px);line-height:1.28;margin:0 0 10px;}
.resetcss.fr-view .mm-eyebrow{font-family:'Montserrat',sans-serif !important;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--mm-green-dark);margin:0 0 12px;}
.resetcss.fr-view .mm-lead{font-family:'Quicksand',sans-serif;font-weight:500;font-size:clamp(16px,1.25vw,19px);line-height:1.5;color:var(--mm-muted);margin:0 0 22px;max-width:62ch;}
.resetcss.fr-view .mm-body{font-family:'Quicksand',sans-serif;font-weight:400;color:var(--mm-graphite);line-height:1.65;font-size:clamp(16.5px,1.05vw,18px);}
.resetcss.fr-view .mm-btn{display:inline-block;font-family:'Quicksand',sans-serif;font-weight:600;padding:14px 30px;border-radius:8px;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .08s ease;font-size:16px;border:1.5px solid transparent;cursor:pointer;}
.resetcss.fr-view .mm-btn:focus-visible,.resetcss.fr-view .mm-pill:focus-visible,.resetcss.fr-view .mm-faq summary:focus-visible{outline:3px solid var(--mm-green-dark);outline-offset:2px;}
.resetcss.fr-view .mm-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1.5px solid var(--mm-green);color:var(--mm-green-dark);font-family:'Quicksand',sans-serif;font-weight:600;padding:12px 22px;border-radius:30px;text-decoration:none;font-size:15px;}
.resetcss.fr-view .mm-grid{display:grid;gap:24px;}
.resetcss.fr-view .mm-grid-2{grid-template-columns:1fr 1fr;}
.resetcss.fr-view .mm-grid-3{grid-template-columns:1fr 1fr 1fr;}
.resetcss.fr-view .mm-grid-4{grid-template-columns:1fr 1fr 1fr 1fr;}
@media(max-width:1000px){.resetcss.fr-view .mm-grid-2,.resetcss.fr-view .mm-grid-3,.resetcss.fr-view .mm-grid-4{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-card{background:#fff;border-radius:14px;padding:32px;box-shadow:0 1px 3px rgba(49,49,48,.07);}
.resetcss.fr-view .mm-card-featured{border:2px solid var(--mm-green);position:relative;}
.resetcss.fr-view .mm-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--mm-green-dark);color:#fff;font-family:'Montserrat',sans-serif !important;font-weight:700;font-size:12px;letter-spacing:.05em;padding:6px 16px;border-radius:20px;white-space:nowrap;}
.resetcss.fr-view .mm-placeholder{background:repeating-linear-gradient(45deg,#E7E8E2,#E7E8E2 10px,#DDDFD7 10px,#DDDFD7 20px);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#65685E;font-family:'Quicksand',sans-serif;font-size:13px;font-style:italic;text-align:center;padding:16px;}
.resetcss.fr-view .mm-hero-grid{display:grid;grid-template-columns:44fr 56fr;gap:48px;align-items:center;margin-bottom:8px;}
.resetcss.fr-view .mm-hero-grid .mm-placeholder{aspect-ratio:4/3;border-radius:16px;}
@media (max-width:1000px){.resetcss.fr-view .mm-hero-grid{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-trust-line{margin-top:18px;font-family:'Quicksand',sans-serif;font-size:15px;color:var(--mm-muted);}
.resetcss.fr-view .mm-need-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
@media (min-width:1360px){.resetcss.fr-view .mm-need-grid{grid-template-columns:repeat(6,1fr);}}
@media (max-width:1000px){.resetcss.fr-view .mm-need-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.resetcss.fr-view .mm-need-grid{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-need-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--mm-line);border-radius:14px;}
.resetcss.fr-view .mm-need-card .mm-placeholder{aspect-ratio:1/1;border-radius:0;margin:0;}
.resetcss.fr-view .mm-need-card-body{display:flex;flex-direction:column;flex:1;padding:16px 18px 20px;}
.resetcss.fr-view .mm-need-card--bare{background:transparent;border:none;border-radius:0;}
.resetcss.fr-view .mm-need-card--bare .mm-placeholder{border-radius:12px;}
.resetcss.fr-view .mm-need-card--bare .mm-need-card-body{padding:14px 2px 0;}
.resetcss.fr-view .mm-need-card-body h3,.resetcss.fr-view .mm-need-card-body h4{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:18px;margin:0 0 6px;color:var(--mm-graphite);}
@media (max-width:640px){.resetcss.fr-view .mm-need-card-body h3,.resetcss.fr-view .mm-need-card-body h4{min-height:0;}}
@media (min-width:1001px) and (max-width:1200px){
  .resetcss.fr-view .mm-need-card-body h3,
  .resetcss.fr-view .mm-need-card-body h4{min-height:2.6em;}
}
.resetcss.fr-view .mm-need-card-body p{flex:1;font-family:'Quicksand',sans-serif;font-weight:400;font-size:15px;line-height:1.5;color:var(--mm-muted);margin:0 0 10px;}
.resetcss.fr-view .mm-need-card-body a{margin-top:auto;align-self:flex-start;font-family:'Quicksand',sans-serif;font-weight:600;font-size:15px;color:var(--mm-green-dark);text-decoration:none;}
.resetcss.fr-view .mm-need-card-body a:hover{text-decoration:underline;}
.resetcss.fr-view .mm-need-card-body a::after{content:"→";display:inline-block;margin-left:6px;transition:transform .18s ease;}
@media (hover:hover){.resetcss.fr-view .mm-need-card-body a:hover::after{transform:translateX(3px);}}
@media (prefers-reduced-motion:reduce){.resetcss.fr-view .mm-need-card-body a::after{transition:none;}}
:root{--mm-flag-h:40px;}
.resetcss.fr-view .mm-tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1180px;align-items:stretch;margin:calc(28px + var(--mm-flag-h) + 16px) auto 0;}
@media (max-width:1000px){.resetcss.fr-view .mm-tier-grid{grid-template-columns:1fr 1fr;max-width:680px;}}
@media (max-width:640px){.resetcss.fr-view .mm-tier-grid{grid-template-columns:1fr;max-width:420px;margin-top:28px;}}
.resetcss.fr-view .mm-tier{display:flex;flex-direction:column;position:relative;overflow:hidden;padding:0;text-align:center;background:#fff;border:1px solid var(--mm-line);border-radius:14px;box-shadow:none;}
.resetcss.fr-view .mm-tier--featured{border:2px solid var(--mm-green);box-shadow:0 10px 30px rgba(77,115,38,.10);margin-top:calc(-1 * var(--mm-flag-h));}
@media (max-width:640px){.resetcss.fr-view .mm-tier--featured{margin-top:0;}}
.resetcss.fr-view .mm-tier-flag{display:none;}
.resetcss.fr-view .mm-tier--featured .mm-tier-flag{display:flex;align-items:center;justify-content:center;height:var(--mm-flag-h);padding:0 12px;background:var(--mm-green-dark);color:#fff;font-family:'Montserrat',sans-serif !important;font-weight:700;font-size:10.5px;letter-spacing:.05em;line-height:1.2;text-transform:uppercase;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media (max-width:480px){.resetcss.fr-view .mm-tier--featured .mm-tier-flag{font-size:9.5px;letter-spacing:.02em;padding:0 8px;}}
.resetcss.fr-view .mm-tier .mm-placeholder{aspect-ratio:4/3;border-radius:0;margin:0;}
.resetcss.fr-view .mm-tier-body{display:flex;flex-direction:column;align-items:center;flex:1;padding:18px 20px 20px;}
.resetcss.fr-view .mm-tier-name{font-family:'Montserrat',sans-serif !important;font-weight:700;font-size:clamp(20px,1.75vw,23px);line-height:1.12;letter-spacing:-.015em;color:var(--mm-graphite);margin:0 0 6px;}
.resetcss.fr-view .mm-tier--featured .mm-tier-name{font-size:clamp(21px,1.9vw,25px);color:var(--mm-green-dark);}
.resetcss.fr-view .mm-tier-product{font-family:'Quicksand',sans-serif;font-weight:600;font-size:15px;line-height:1.55;color:var(--mm-graphite);margin:0 0 8px;flex:1;}
.resetcss.fr-view .mm-tier-best{font-family:'Quicksand',sans-serif;font-weight:400;font-size:15px;line-height:1.55;color:var(--mm-muted);margin:0 0 14px;flex:1;}
.resetcss.fr-view .mm-tier-price{font-family:'Montserrat',sans-serif !important;font-weight:700;font-size:22px;line-height:1.25;letter-spacing:-.01em;color:var(--mm-graphite);margin:auto 0 2px;flex:1;}
.resetcss.fr-view .mm-tier-ctx{font-family:'Quicksand',sans-serif;font-weight:400;font-size:12.5px;line-height:1.4;color:var(--mm-muted);margin:0 0 12px;flex:1;}
.resetcss.fr-view .mm-tier-action{display:inline-block;align-self:center;font-family:'Quicksand',sans-serif;font-weight:600;font-size:15px;color:var(--mm-green-dark);text-decoration:none;margin-top:0;padding-bottom:2px;border-bottom:1.5px solid var(--mm-green);}
@media (hover:hover){.resetcss.fr-view .mm-tier-action:hover{color:var(--mm-graphite);border-bottom-color:var(--mm-graphite);}}
.resetcss.fr-view .mm-tier-action:focus-visible{outline:3px solid var(--mm-green-dark);outline-offset:3px;}
.resetcss.fr-view .mm-purpose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
@media (max-width:1000px){.resetcss.fr-view .mm-purpose-grid{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.resetcss.fr-view .mm-purpose-grid{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-purpose-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--mm-line);}
.resetcss.fr-view .mm-purpose-card .mm-placeholder{aspect-ratio:16/10;border-radius:0;margin:0;}
.resetcss.fr-view .mm-purpose-card-body{display:flex;flex-direction:column;flex:1;padding:16px 18px 20px;}
.resetcss.fr-view .mm-purpose-card-body h3,.resetcss.fr-view .mm-purpose-card-body h4{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:17px;margin:0 0 8px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-purpose-card-body ul{flex:1;margin:0;padding-left:18px;font-family:'Quicksand',sans-serif;font-size:14.5px;color:var(--mm-muted);line-height:1.6;}
.resetcss.fr-view .mm-serie{display:grid;grid-template-columns:1fr repeat(3,1.05fr);align-items:start;column-gap:56px;}
.resetcss.fr-view .mm-serie-intro .mm-h2{margin:0 0 18px;}
.resetcss.fr-view .mm-serie-intro p{margin:0 0 26px;}
.resetcss.fr-view .mm-serie-item{position:relative;}
.resetcss.fr-view .mm-serie-item::before{content:"";position:absolute;left:-28px;top:0;bottom:0;width:1px;background:rgba(255,255,255,.14);}
.resetcss.fr-view .mm-serie-item h3{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:20px;line-height:1.3;margin:0 0 10px;color:#fff;}
.resetcss.fr-view .mm-serie-item p{margin:0 0 22px;font-family:'Quicksand',sans-serif;font-size:15px;line-height:1.55;color:#B9BCB1;}
.resetcss.fr-view .mm-serie-item .mm-placeholder{aspect-ratio:4/3;border-radius:12px;margin:0;}
@media (max-width:1200px){
  .resetcss.fr-view .mm-serie{grid-template-columns:repeat(3,1fr);column-gap:44px;}
  .resetcss.fr-view .mm-serie-intro{grid-column:1 / -1;padding-bottom:34px;max-width:660px;}
  .resetcss.fr-view .mm-serie-intro .mm-h2 br{display:none;}
  .resetcss.fr-view .mm-serie-item::before{left:-22px;}
  .resetcss.fr-view .mm-serie-item:nth-child(2)::before{display:none;}
}
@media (max-width:800px){
  .resetcss.fr-view .mm-serie{grid-template-columns:1fr;}
  .resetcss.fr-view .mm-serie-item{padding-top:24px;border-top:1px solid rgba(255,255,255,.14);}
  .resetcss.fr-view .mm-serie-item::before{display:none;}
}
.resetcss.fr-view .mm-hero-product-grid{display:grid;grid-template-columns:1.32fr .88fr;gap:52px;align-items:stretch;}
@media (max-width:1000px){.resetcss.fr-view .mm-hero-product-grid{grid-template-columns:1fr;gap:32px;align-items:start;}}
.resetcss.fr-view .mm-hero-product-grid .mm-placeholder{height:100%;min-height:360px;border-radius:16px;margin:0;}
@media (max-width:1000px){.resetcss.fr-view .mm-hero-product-grid .mm-placeholder{height:auto;min-height:0;aspect-ratio:4/3;}}
.resetcss.fr-view .mm-hero-product-grid .mm-eyebrow{margin-top:0;}
.resetcss.fr-view .mm-feature-list{list-style:none;margin:18px 0;padding:0;}
.resetcss.fr-view .mm-feature-list li{padding:5px 0 5px 26px;position:relative;font-family:'Quicksand',sans-serif;color:var(--mm-graphite);font-size:16px;}
.resetcss.fr-view .mm-feature-list li::before{content:'✓';position:absolute;left:0;color:var(--mm-green-dark);font-weight:700;}
.resetcss.fr-view .mm-duo{display:grid;grid-template-columns:1fr 1fr;column-gap:64px;align-items:stretch;}
.resetcss.fr-view .mm-duo-col{position:relative;}
.resetcss.fr-view .mm-duo-col + .mm-duo-col::before{content:"";position:absolute;left:-32px;top:0;bottom:0;width:1px;background:var(--mm-line);}
@media (max-width:1000px){
  .resetcss.fr-view .mm-duo{grid-template-columns:1fr;row-gap:52px;}
  .resetcss.fr-view .mm-duo-col + .mm-duo-col::before{left:0;right:0;top:-26px;bottom:auto;width:auto;height:1px;}
}
.resetcss.fr-view .mm-duo .mm-sec-head{margin-bottom:0;max-width:none;}
.resetcss.fr-view .mm-duo .mm-h2{font-size:clamp(22px,2.1vw,28px);line-height:1.25;margin:0 0 12px;}
.resetcss.fr-view .mm-duo .mm-lead{font-size:16px;line-height:1.55;margin:0;max-width:52ch;}
.resetcss.fr-view .mm-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0 0;}
@media (max-width:640px){.resetcss.fr-view .mm-tech-grid{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-tech-item{display:grid;grid-template-columns:auto 1fr;gap:0 14px;}
.resetcss.fr-view .mm-tech-item h3{grid-column:2;grid-row:1;font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:16px;line-height:1.3;margin:0 0 5px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-tech-item p{grid-column:2;grid-row:2;font-family:'Quicksand',sans-serif;font-size:13.5px;line-height:1.5;color:var(--mm-muted);margin:0;}
.resetcss.fr-view .mm-brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 28px;margin-top:26px;}
.resetcss.fr-view .mm-brand-item{display:grid;grid-template-columns:auto 1fr;gap:0 14px;}
.resetcss.fr-view .mm-brand-item h3{grid-column:2;grid-row:1;font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:15.5px;line-height:1.3;margin:0 0 5px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-brand-item p{grid-column:2;grid-row:2;font-family:'Quicksand',sans-serif;font-size:13.5px;line-height:1.5;color:var(--mm-muted);margin:0;}
.resetcss.fr-view .mm-cases{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px;}
@media (max-width:1200px){.resetcss.fr-view .mm-cases{grid-template-columns:1fr 1fr;}}
@media (max-width:800px){.resetcss.fr-view .mm-cases{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-case{display:grid;grid-template-columns:.95fr 1.05fr;gap:16px;align-items:stretch;border:1px solid var(--mm-line);border-radius:14px;padding:16px;background:#fff;}
.resetcss.fr-view .mm-case .mm-placeholder{height:100%;min-height:230px;border-radius:10px;margin:0;}
.resetcss.fr-view .mm-case-body{display:flex;flex-direction:column;}
.resetcss.fr-view .mm-case-body h3{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:16px;line-height:1.3;margin:0 0 12px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-case-row{margin:0 0 9px;}
.resetcss.fr-view .mm-case-row strong{display:block;font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:12.5px;line-height:1.3;color:var(--mm-green-dark);margin:0 0 2px;}
.resetcss.fr-view .mm-case-row span{display:block;font-family:'Quicksand',sans-serif;font-size:13.5px;line-height:1.45;color:var(--mm-muted);}
.resetcss.fr-view .mm-case-body .mm-btn{margin-top:auto;align-self:flex-start;padding:10px 18px;font-size:13.5px;}
@media (max-width:480px){
  .resetcss.fr-view .mm-case{grid-template-columns:1fr;gap:14px;}
  .resetcss.fr-view .mm-case .mm-placeholder{height:auto;min-height:0;aspect-ratio:16/9;}
}
.resetcss.fr-view .mm-btn--arrow::after{content:"→";display:inline-block;margin-left:8px;transition:transform .18s ease;}
@media (hover:hover){.resetcss.fr-view .mm-btn--arrow:hover::after{transform:translateX(3px);}}
@media (prefers-reduced-motion:reduce){.resetcss.fr-view .mm-btn--arrow::after{transition:none;}}
.resetcss.fr-view .mm-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;}
@media (max-width:800px){.resetcss.fr-view .mm-faq-grid{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-faq{border-bottom:1px solid var(--mm-line);padding:14px 0;}
.resetcss.fr-view .mm-faq summary{cursor:pointer;font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:16px;color:var(--mm-graphite);list-style:none;position:relative;padding-right:24px;}
.resetcss.fr-view .mm-faq summary::-webkit-details-marker{display:none;}
.resetcss.fr-view .mm-faq summary::after{content:'+';position:absolute;right:0;top:0;color:var(--mm-green-dark);font-size:20px;line-height:1;}
.resetcss.fr-view .mm-faq[open] summary::after{content:'–';}
.resetcss.fr-view .mm-faq p{margin:10px 0 0;font-family:'Quicksand',sans-serif;font-size:15px;color:var(--mm-muted);line-height:1.6;}
.resetcss.fr-view .mm-final-cta{background:var(--mm-graphite);border-radius:20px;padding:clamp(32px,5vw,56px);display:flex;justify-content:space-between;align-items:center;gap:32px;color:#fff;}
.resetcss.fr-view .mm-final-cta h2,.resetcss.fr-view .mm-final-cta .mm-h2{color:#fff;margin:0 0 10px;}
.resetcss.fr-view .mm-final-cta p{color:#D2D4CB;margin:0;max-width:520px;font-family:'Quicksand',sans-serif;font-size:17px;line-height:1.55;}
.resetcss.fr-view .mm-final-cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0;}
.resetcss.fr-view .mm-final-cta-actions a{white-space:nowrap;}
@media (max-width:800px){.resetcss.fr-view .mm-final-cta{flex-direction:column;align-items:flex-start;text-align:left;}.resetcss.fr-view .mm-final-cta-actions{align-items:stretch;width:100%;}.resetcss.fr-view .mm-final-cta-actions a{text-align:center;white-space:normal;}}
@media (prefers-reduced-motion:reduce){.resetcss.fr-view .mm-btn{transition:none;}}
.gc__label__sale,.grow-more,.grow-less{font-weight:700 !important;}
.resetcss.fr-view .mm-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px;}
.resetcss.fr-view .mm-proc{display:grid;grid-template-columns:repeat(6,1fr);column-gap:26px;row-gap:34px;margin-top:32px;}
@media (max-width:1200px){.resetcss.fr-view .mm-proc{grid-template-columns:repeat(3,1fr);}}
@media (max-width:800px){.resetcss.fr-view .mm-proc{grid-template-columns:1fr 1fr;}}
@media (max-width:480px){.resetcss.fr-view .mm-proc{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-proc-step{position:relative;}
.resetcss.fr-view .mm-proc-head{margin:0 0 14px;font-size:0;} 
.resetcss.fr-view .mm-proc-step h3{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:15px;line-height:1.3;margin:0 0 6px;max-width:155px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-proc-step p{font-family:'Quicksand',sans-serif;font-size:13.5px;line-height:1.5;color:var(--mm-muted);margin:0;}
@media (max-width:480px){.resetcss.fr-view .mm-proc-step h3{max-width:none;}}
.resetcss.fr-view .mm-proc-step::after{content:"";position:absolute;top:28px;left:66px;right:-18px;height:0;border-top:2px dotted var(--mm-green);}
.resetcss.fr-view .mm-proc-step::before{content:"";position:absolute;top:24px;right:-18px;width:8px;height:8px;border-top:2px solid var(--mm-green);border-right:2px solid var(--mm-green);transform:rotate(45deg);}
.resetcss.fr-view .mm-proc-step:last-child::after,.resetcss.fr-view .mm-proc-step:last-child::before{content:none;}
@media (min-width:1201px){.resetcss.fr-view .mm-proc-step:nth-child(6n)::after,.resetcss.fr-view .mm-proc-step:nth-child(6n)::before{content:none;}}
@media (min-width:801px) and (max-width:1200px){.resetcss.fr-view .mm-proc-step:nth-child(3n)::after,.resetcss.fr-view .mm-proc-step:nth-child(3n)::before{content:none;}}
@media (min-width:481px) and (max-width:800px){.resetcss.fr-view .mm-proc-step:nth-child(2n)::after,.resetcss.fr-view .mm-proc-step:nth-child(2n)::before{content:none;}}
@media (max-width:480px){.resetcss.fr-view .mm-proc-step::after,.resetcss.fr-view .mm-proc-step::before{content:none;}}
.resetcss.fr-view .mm-proc-again{display:grid;grid-template-columns:auto 1fr;gap:0 16px;align-items:center;margin-top:40px;padding:20px 22px;border:1px solid var(--mm-line);border-left:3px solid var(--mm-green);border-radius:12px;background:#fff;}
.resetcss.fr-view .mm-proc-again h3{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:16px;line-height:1.3;margin:0 0 4px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-proc-again p{font-family:'Quicksand',sans-serif;font-size:14px;line-height:1.5;color:var(--mm-muted);margin:0;max-width:70ch;}
@media (max-width:480px){.resetcss.fr-view .mm-proc-again{grid-template-columns:1fr;gap:12px;}}
.resetcss.fr-view .mm-label{display:inline-block;font-family:'Montserrat',sans-serif !important;font-weight:700;font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;padding:4px 10px;border-radius:4px;margin-bottom:10px;}
.resetcss.fr-view .mm-label--real{background:var(--mm-tint-soft);color:var(--mm-green-dark);}
.resetcss.fr-view .mm-label--concept{background:#EDEDE8;color:#54574E;border:1px dashed #AFB2A7;}
.resetcss.fr-view .mm-note{font-family:'Quicksand',sans-serif;font-size:13.5px;color:var(--mm-muted);margin-top:14px;font-style:italic;}
.resetcss.fr-view .mm-sec-head{max-width:64ch;margin:0 auto 8px;}
.resetcss.fr-view .mm-sec-head .mm-lead{margin-left:auto;margin-right:auto;}
.resetcss.fr-view .mm-accent{color:var(--mm-green-dark);}
.resetcss.fr-view .mm-section-dark .mm-h1,
.resetcss.fr-view .mm-section-dark .mm-h2,
.resetcss.fr-view .mm-section-dark .mm-h3,
.resetcss.fr-view .mm-section-dark h2,
.resetcss.fr-view .mm-section-dark h3{color:#fff;}
.resetcss.fr-view .mm-section-dark .mm-lead,
.resetcss.fr-view .mm-section-dark .mm-body,
.resetcss.fr-view .mm-section-dark p{color:#D2D4CB;}
.resetcss.fr-view .mm-section-dark .mm-eyebrow{color:#9ED064;}
.resetcss.fr-view .mm-section-dark .mm-note{color:#B9BCB1;}
.resetcss.fr-view .mm-section-dark .mm-placeholder{background:repeating-linear-gradient(45deg,#3D3D3B,#3D3D3B 10px,#454543 10px,#454543 20px);color:#9C9F95;}
.resetcss.fr-view .mm-breadcrumb{font-family:'Quicksand',sans-serif;font-size:14px;color:var(--mm-muted);margin:0 0 20px;}
.resetcss.fr-view .mm-breadcrumb a{color:var(--mm-muted);text-decoration:none;}
.resetcss.fr-view .mm-breadcrumb a:hover{color:var(--mm-green-dark);text-decoration:underline;}
.resetcss.fr-view .mm-breadcrumb span{margin:0 7px;color:var(--mm-muted);}
.resetcss.fr-view .mm-callout{background:var(--mm-tint-soft);border:1px solid rgba(78,119,38,.22);border-left:3px solid var(--mm-green);border-radius:12px;padding:30px 34px;display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:center;}
@media (max-width:800px){.resetcss.fr-view .mm-callout{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-callout h2,.resetcss.fr-view .mm-callout .mm-h2{margin:0 0 8px;font-size:clamp(19px,1.6vw,23px);line-height:1.3;}
.resetcss.fr-view .mm-callout p{margin:0;font-family:'Quicksand',sans-serif;font-size:16px;color:var(--mm-muted);line-height:1.6;}
.resetcss.fr-view .mm-callout .mm-actions{margin-top:0;justify-content:flex-end;}
@media (max-width:800px){.resetcss.fr-view .mm-callout .mm-actions{justify-content:flex-start;}}
.resetcss.fr-view .mm-actions--center{justify-content:center;}
@media (prefers-reduced-motion:reduce){.resetcss.fr-view .mm-btn:active{transform:none;}}
.btn.btn-red,
.btn.addtobasket,
.btn.btn-red.btn-red,
button.btn.btn-red,
.btn.btn-red.addtobasket{
  transition:background-color .18s ease,border-color .18s ease,transform .08s ease;
}
@media (hover:none){
  .btn.btn-red:hover,
  .btn.addtobasket:hover,
  .btn.btn-red.btn-red:hover,
  button.btn.btn-red:hover,
  .btn.btn-red.addtobasket:hover{
    background-color:#4D7326 !important;
    border-color:#4D7326 !important;
    color:#fff !important;
  }
}
.btn.btn-red:active,
.btn.addtobasket:active,
.btn.btn-red.btn-red:active,
button.btn.btn-red:active,
.btn.btn-red.addtobasket:active{
  background-color:#1F1F1E !important;
  border-color:#1F1F1E !important;
  color:#fff !important;
  transform:translateY(1px);
}
.btn.btn-red:focus-visible,
.btn.addtobasket:focus-visible,
button.btn.btn-red:focus-visible{
  outline:3px solid #4D7326;
  outline-offset:2px;
}
@media (prefers-reduced-motion:reduce){
  .btn.btn-red,.btn.addtobasket,button.btn.btn-red{transition:none;}
  .btn.btn-red:active,.btn.addtobasket:active,button.btn.btn-red:active{transform:none;}
}
.resetcss.fr-view .mm-sec-head--left{max-width:none;margin:0 0 8px;text-align:left;}
.resetcss.fr-view .mm-sec-head--left .mm-lead{margin-left:0;margin-right:0;}
.resetcss.fr-view .mm-eyebrow--rule{display:flex;align-items:center;gap:14px;}
.resetcss.fr-view .mm-eyebrow--rule::after{content:"";flex:1;height:1px;background:var(--mm-line);max-width:120px;}
.resetcss.fr-view .mm-sec-head--left .mm-eyebrow--rule::after{max-width:none;}
.resetcss.fr-view .mm-section--bleed{box-shadow:0 0 0 100vmax var(--mm-bleed,var(--mm-graphite));clip-path:inset(0 -100vmax);}
.resetcss.fr-view .mm-hero-grid--overlap{align-items:stretch;}
.resetcss.fr-view .mm-hero-grid--overlap .mm-placeholder{aspect-ratio:auto;min-height:clamp(232px,29vw,350px);}
@media (max-width:1000px){
  .resetcss.fr-view .mm-hero-grid--overlap .mm-placeholder{min-height:0;aspect-ratio:16/9;}
}
.resetcss.fr-view .mm-hero-grid--overlap > div:first-child{display:flex;flex-direction:column;justify-content:center;}
.resetcss.fr-view .mm-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:0 28px;border-top:1px solid var(--mm-line);margin-top:44px;}
@media (max-width:1200px){.resetcss.fr-view .mm-facts{grid-template-columns:1fr 1fr;}}
@media (max-width:640px){.resetcss.fr-view .mm-facts{grid-template-columns:1fr;}}
.resetcss.fr-view .mm-fact{display:grid;grid-template-columns:auto 1fr;gap:0 14px;align-items:start;padding:22px 22px 6px 0;}
@media (max-width:640px){.resetcss.fr-view .mm-fact{padding:18px 0 6px;}}
.resetcss.fr-view .mm-fact-body{grid-row:1;grid-column:2;font-family:'Quicksand',sans-serif;font-size:14px;color:var(--mm-muted);line-height:1.5;}
.resetcss.fr-view .mm-fact-body strong{display:block;margin:0 0 6px;max-width:none;min-height:0;}
.resetcss.fr-view .mm-fact strong{font-family:'Montserrat',sans-serif !important;font-weight:600;font-size:16px;color:var(--mm-graphite);}
.resetcss.fr-view .mm-fact span{font-family:'Quicksand',sans-serif;font-size:14px;color:var(--mm-muted);line-height:1.5;}
@supports (animation-timeline: view()){
  @media (prefers-reduced-motion:no-preference){
    @keyframes mmRise{from{transform:translateY(16px);}to{transform:none;}}
    .resetcss.fr-view .mm-reveal{animation:mmRise linear both;animation-timeline:view();animation-range:entry 0% entry 42%;}
  }
}
.resetcss.fr-view .mm-btn-primary{
  background-color:var(--mm-green-dark);color:#fff !important;
  background-image:linear-gradient(#fff,#fff);
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-size:100% 0%;
  border-color:var(--mm-green-dark);
  transition:background-size .26s cubic-bezier(.4,0,.2,1),color .2s ease,border-color .2s ease,transform .08s ease;
}
@media (hover:hover){
  .resetcss.fr-view .mm-btn-primary:hover{background-size:100% 100%;color:var(--mm-green-dark) !important;}
}
.resetcss.fr-view .mm-btn-primary:focus-visible{background-size:100% 100%;color:var(--mm-green-dark) !important;background-color:var(--mm-green-dark);}
.resetcss.fr-view .mm-btn-primary:active{background-size:100% 0%;background-color:var(--mm-green-darker);color:#fff !important;transform:translateY(1px);}
.resetcss.fr-view .mm-btn-outline{
  background-color:transparent;border:1.5px solid var(--mm-graphite);color:var(--mm-graphite) !important;
  background-image:linear-gradient(var(--mm-graphite),var(--mm-graphite));
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-size:100% 0%;
  transition:background-size .26s cubic-bezier(.4,0,.2,1),color .2s ease,transform .08s ease;
}
@media (hover:hover){
  .resetcss.fr-view .mm-btn-outline:hover{background-size:100% 100%;color:#fff !important;}
}
.resetcss.fr-view .mm-btn-outline:focus-visible{background-size:100% 100%;color:#fff !important;}
.resetcss.fr-view .mm-btn-outline:active{background-size:100% 100%;background-image:linear-gradient(#1F1F1E,#1F1F1E);color:#fff !important;transform:translateY(1px);}
.resetcss.fr-view .mm-btn-outline-light{
  background-color:transparent;border:1.5px solid #fff;color:#fff !important;
  background-image:linear-gradient(#fff,#fff);
  background-repeat:no-repeat;
  background-position:50% 100%;
  background-size:100% 0%;
  transition:background-size .26s cubic-bezier(.4,0,.2,1),color .2s ease,transform .08s ease;
}
@media (hover:hover){
  .resetcss.fr-view .mm-btn-outline-light:hover{background-size:100% 100%;color:var(--mm-graphite) !important;}
}
.resetcss.fr-view .mm-btn-outline-light:focus-visible{background-size:100% 100%;color:var(--mm-graphite) !important;}
.resetcss.fr-view .mm-btn-outline-light:active{background-size:100% 100%;color:var(--mm-graphite) !important;transform:translateY(1px);}
@media (prefers-reduced-motion:reduce){
  .resetcss.fr-view .mm-btn-primary,.resetcss.fr-view .mm-btn-outline,.resetcss.fr-view .mm-btn-outline-light{transition:color .12s ease;}
}
.resetcss.fr-view .mm-hero-grid .mm-actions{gap:12px;}
.resetcss.fr-view .mm-hero-grid .mm-actions .mm-btn{flex:1 1 auto;text-align:center;}
.resetcss.fr-view .mm-cta-band{--mm-bleed:var(--mm-green-dark);position:relative;overflow:hidden;background:var(--mm-green-dark);color:#fff;padding-top:clamp(40px,4.5vw,64px);padding-bottom:clamp(40px,4.5vw,64px);}
.resetcss.fr-view .mm-cta-band .mm-wrap{position:relative;z-index:1;}
.resetcss.fr-view .mm-cta-band-inner{display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:28px 48px;align-items:center;max-width:900px;}
@media (max-width:800px){.resetcss.fr-view .mm-cta-band-inner{grid-template-columns:1fr;align-items:start;}}
.resetcss.fr-view .mm-cta-band .mm-h2{color:#fff;margin:0 0 10px;}
.resetcss.fr-view .mm-cta-band p{margin:0;font-family:'Quicksand',sans-serif;font-size:16px;line-height:1.55;color:#fff;max-width:52ch;}
.resetcss.fr-view .mm-cta-band-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
.resetcss.fr-view .mm-btn-light{background:#fff;color:var(--mm-green-dark) !important;}
@media (hover:hover){
  .resetcss.fr-view .mm-btn-light:hover{background:var(--mm-graphite);color:#fff !important;}
}
.resetcss.fr-view .mm-btn-light:active{background:#232322;color:#fff !important;transform:translateY(1px);}
.resetcss.fr-view .mm-cta-band-link{font-family:'Quicksand',sans-serif;font-weight:600;font-size:14.5px;color:#fff;text-decoration:none;padding:2px 0;}
.resetcss.fr-view .mm-cta-band-link:hover{text-decoration:underline;}
.resetcss.fr-view .mm-cta-band-link:focus-visible{outline:3px solid #fff;outline-offset:3px;}
.resetcss.fr-view .mm-cta-band-photo{
  position:absolute;top:0;right:0;bottom:0;
  width:32%;min-width:280px;
  margin:0;aspect-ratio:auto;
  z-index:0;border-radius:0;
}
.resetcss.fr-view .mm-cta-band-photo.mm-placeholder{background:repeating-linear-gradient(45deg,#456B22,#456B22 10px,#4D7326 10px,#4D7326 20px);color:#EAF0E2;border-radius:0;}
@media (max-width:1000px){
  .resetcss.fr-view .mm-cta-band-photo{display:none;}
}
@media (max-width:640px){
  .resetcss.fr-view .mm-need-card .mm-placeholder{aspect-ratio:16/9;}
  .resetcss.fr-view .mm-purpose-card .mm-placeholder{aspect-ratio:16/9;}
}
.resetcss.fr-view .mm-purpose-card-body a{margin-top:14px;align-self:flex-start;font-family:'Quicksand',sans-serif;font-weight:600;font-size:14.5px;color:var(--mm-green-dark);text-decoration:none;}
.resetcss.fr-view .mm-purpose-card-body a::after{content:"→";display:inline-block;margin-left:6px;transition:transform .18s ease;}
@media (hover:hover){
  .resetcss.fr-view .mm-purpose-card-body a:hover{text-decoration:underline;}
  .resetcss.fr-view .mm-purpose-card-body a:hover::after{transform:translateX(3px);}
}
@media (prefers-reduced-motion:reduce){.resetcss.fr-view .mm-purpose-card-body a::after{transition:none;}}
.resetcss.fr-view .mm-need-card-body a:focus-visible,
.resetcss.fr-view .mm-purpose-card-body a:focus-visible,
.resetcss.fr-view .mm-breadcrumb a:focus-visible{outline:3px solid var(--mm-green-dark);outline-offset:3px;}
.box_infopage > .boxhead{display:none;}
  .resetcss.fr-view .mm-h1.mm-h1.mm-h1.mm-h1.mm-h1.mm-h1,
  .resetcss.fr-view .mm-h2.mm-h2.mm-h2.mm-h2.mm-h2.mm-h2,
  .resetcss.fr-view .mm-h3.mm-h3.mm-h3.mm-h3.mm-h3.mm-h3,
  .resetcss.fr-view .mm-eyebrow.mm-eyebrow.mm-eyebrow.mm-eyebrow.mm-eyebrow.mm-eyebrow,
  .resetcss.fr-view .mm-badge.mm-badge.mm-badge.mm-badge.mm-badge.mm-badge,
  .resetcss.fr-view .mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body h3,
  .resetcss.fr-view .mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body.mm-need-card-body h4,
  .resetcss.fr-view .mm-tier--featured .mm-tier-flag.mm-tier-flag.mm-tier-flag.mm-tier-flag.mm-tier-flag.mm-tier-flag,
  .resetcss.fr-view .mm-tier-name.mm-tier-name.mm-tier-name.mm-tier-name.mm-tier-name.mm-tier-name,
  .resetcss.fr-view .mm-tier-price.mm-tier-price.mm-tier-price.mm-tier-price.mm-tier-price.mm-tier-price,
  .resetcss.fr-view .mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body h3,
  .resetcss.fr-view .mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body.mm-purpose-card-body h4,
  .resetcss.fr-view .mm-serie-item.mm-serie-item.mm-serie-item.mm-serie-item.mm-serie-item.mm-serie-item h3,
  .resetcss.fr-view .mm-tech-item.mm-tech-item.mm-tech-item.mm-tech-item.mm-tech-item.mm-tech-item h3,
  .resetcss.fr-view .mm-brand-item.mm-brand-item.mm-brand-item.mm-brand-item.mm-brand-item.mm-brand-item h3,
  .resetcss.fr-view .mm-case-body.mm-case-body.mm-case-body.mm-case-body.mm-case-body.mm-case-body h3,
  .resetcss.fr-view .mm-case-row.mm-case-row.mm-case-row.mm-case-row.mm-case-row.mm-case-row strong,
  .resetcss.fr-view .mm-faq.mm-faq.mm-faq.mm-faq.mm-faq.mm-faq summary,
  .resetcss.fr-view .mm-proc-step.mm-proc-step.mm-proc-step.mm-proc-step.mm-proc-step.mm-proc-step h3,
  .resetcss.fr-view .mm-proc-again.mm-proc-again.mm-proc-again.mm-proc-again.mm-proc-again.mm-proc-again h3,
  .resetcss.fr-view .mm-label.mm-label.mm-label.mm-label.mm-label.mm-label,
  .resetcss.fr-view .mm-fact.mm-fact.mm-fact.mm-fact.mm-fact.mm-fact strong
  {font-family:'Montserrat',sans-serif !important;}
.resetcss.fr-view .mm-fact::before{
  content:"";grid-column:1;grid-row:1;
  width:64px;height:64px;
  background-repeat:no-repeat;background-position:left center;background-size:contain;
}
.resetcss.fr-view .mm-facts .mm-fact:nth-child(1)::before{background-image:url("../images/user/mm__polska.svg");}
.resetcss.fr-view .mm-facts .mm-fact:nth-child(2)::before{background-image:url("../images/user/mm__technologie.svg");}
.resetcss.fr-view .mm-facts .mm-fact:nth-child(3)::before{background-image:url("../images/user/mm__probka.svg");}
.resetcss.fr-view .mm-facts .mm-fact:nth-child(4)::before{background-image:url("../images/user/mm__ps.svg");}
@media (max-width:800px){
  .resetcss.fr-view .mm-fact::before{width:56px;height:56px;}
}
.resetcss.fr-view .mm-tech-item::before{
  content:"";
  background-color:var(--mm-green-dark);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
  grid-column:1;grid-row:1 / 3;
  width:38px;height:38px;margin-top:1px;
  -webkit-mask-size:contain;mask-size:contain;
}
.resetcss.fr-view .mm-tech-grid .mm-tech-item:nth-child(1)::before{-webkit-mask-image:url("../images/user/mm__zn-haft.svg");mask-image:url("../images/user/mm__zn-haft.svg");}
.resetcss.fr-view .mm-tech-grid .mm-tech-item:nth-child(2)::before{-webkit-mask-image:url("../images/user/mm__zn-dtf.svg");mask-image:url("../images/user/mm__zn-dtf.svg");}
.resetcss.fr-view .mm-tech-grid .mm-tech-item:nth-child(3)::before{-webkit-mask-image:url("../images/user/mm__zn-sublimacja.svg");mask-image:url("../images/user/mm__zn-sublimacja.svg");}
.resetcss.fr-view .mm-tech-grid .mm-tech-item:nth-child(4)::before{-webkit-mask-image:url("../images/user/mm__zn-grawer.svg");mask-image:url("../images/user/mm__zn-grawer.svg");}
.resetcss.fr-view .mm-brand-item::before{
  content:"";grid-column:1;grid-row:1 / 3;
  width:60px;height:60px;border-radius:50%;
  background:var(--mm-tint-soft);
}
.resetcss.fr-view .mm-brand-item::after{
  content:"";
  background-color:var(--mm-green-dark);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
  grid-column:1;grid-row:1 / 3;
  width:60px;height:60px;
  -webkit-mask-size:36px 36px;mask-size:36px 36px;
}
.resetcss.fr-view .mm-brand-grid .mm-brand-item:nth-child(1)::after{-webkit-mask-image:url("../images/user/mm__ps-kolor.svg");mask-image:url("../images/user/mm__ps-kolor.svg");}
.resetcss.fr-view .mm-brand-grid .mm-brand-item:nth-child(2)::after{-webkit-mask-image:url("../images/user/mm__ps-miejsce.svg");mask-image:url("../images/user/mm__ps-miejsce.svg");}
.resetcss.fr-view .mm-brand-grid .mm-brand-item:nth-child(3)::after{-webkit-mask-image:url("../images/user/mm__ps-metka.svg");mask-image:url("../images/user/mm__ps-metka.svg");}
.resetcss.fr-view .mm-brand-grid .mm-brand-item:nth-child(4)::after{-webkit-mask-image:url("../images/user/mm__ps-opakowanie.svg");mask-image:url("../images/user/mm__ps-opakowanie.svg");}
.resetcss.fr-view .mm-proc-head::before{
  content:"";
  background-color:var(--mm-green-dark);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
  display:block;width:56px;height:56px;
  -webkit-mask-size:contain;mask-size:contain;
}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(1) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-1-mowisz.svg");mask-image:url("../images/user/mm__proc-1-mowisz.svg");}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(2) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-2-dobieramy.svg");mask-image:url("../images/user/mm__proc-2-dobieramy.svg");}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(3) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-3-ustalamy.svg");mask-image:url("../images/user/mm__proc-3-ustalamy.svg");}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(4) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-4-projekt.svg");mask-image:url("../images/user/mm__proc-4-projekt.svg");}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(5) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-5-produkcja.svg");mask-image:url("../images/user/mm__proc-5-produkcja.svg");}
.resetcss.fr-view .mm-proc .mm-proc-step:nth-child(6) .mm-proc-head::before{-webkit-mask-image:url("../images/user/mm__proc-6-dostawa.svg");mask-image:url("../images/user/mm__proc-6-dostawa.svg");}
.resetcss.fr-view .mm-proc-again::before{
  content:"";grid-column:1;grid-row:1;
  width:56px;height:56px;border-radius:50%;
  background:var(--mm-tint-soft);
}
.resetcss.fr-view .mm-proc-again::after{
  content:"";
  background-color:var(--mm-green-dark);
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;
  -webkit-mask-position:center;mask-position:center;
  grid-column:1;grid-row:1;
  width:56px;height:56px;
  -webkit-mask-size:34px 34px;mask-size:34px 34px;
  -webkit-mask-image:url("../images/user/mm__proc-7-partia.svg");mask-image:url("../images/user/mm__proc-7-partia.svg");
}
@media (max-width:480px){
  .resetcss.fr-view .mm-proc-again::before,
  .resetcss.fr-view .mm-proc-again::after{grid-row:1;grid-column:1;}
}
.resetcss.fr-view .mm-section--split .mm-wrap{
  display:grid;
  grid-template-columns:minmax(190px,0.72fr) 2.62fr;
  column-gap:clamp(30px,4vw,68px);
  align-items:start;
}
.resetcss.fr-view .mm-section--split .mm-sec-head{
  position:sticky;top:24px;margin-bottom:0;
}
.resetcss.fr-view .mm-section--split .mm-purpose-grid{grid-template-columns:1fr 1fr;}
.resetcss.fr-view .mm-section--split .mm-tier-grid{grid-template-columns:repeat(3,1fr);}
.resetcss.fr-view .mm-section--split .mm-note{text-align:left;grid-column:2;}
@media (max-width:1000px){
  .resetcss.fr-view .mm-section--split .mm-wrap{grid-template-columns:1fr;row-gap:22px;}
  .resetcss.fr-view .mm-section--split .mm-sec-head{position:static;}
  .resetcss.fr-view .mm-section--split .mm-note{grid-column:1;}
}
@media (max-width:800px){
  .resetcss.fr-view .mm-section--split .mm-tier-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .resetcss.fr-view .mm-section--split .mm-purpose-grid,
  .resetcss.fr-view .mm-section--split .mm-tier-grid{grid-template-columns:1fr;}
}
.resetcss.fr-view .mm-section--split .mm-purpose-card{
  display:grid;grid-template-columns:1fr auto;column-gap:14px;
  align-items:start;padding:16px 16px 18px;
}
.resetcss.fr-view .mm-section--split .mm-purpose-card-body{padding:0;}
.resetcss.fr-view .mm-placeholder--mini{
  grid-column:2;grid-row:1;
  width:84px;height:84px;aspect-ratio:auto;
  border-radius:10px;margin:0;padding:6px;
  font-size:0;                      
  flex-shrink:0;
  background-size:cover;background-position:center;background-repeat:no-repeat;
}
@media (max-width:1000px){
  .resetcss.fr-view .mm-placeholder--mini{width:72px;height:72px;}
}
@media
@media (max-width:480px){
  .resetcss.fr-view .mm-placeholder--mini{width:64px;height:64px;}
}
.resetcss.fr-view .mm-section--soft{
  background:var(--mm-tint-soft);
  box-shadow:0 0 0 100vmax var(--mm-tint-soft);
  clip-path:inset(0 -100vmax);
}
.resetcss.fr-view .mm-section--split .mm-purpose-card:nth-child(1) .mm-placeholder--mini{
  background-image:url("../images/user/mm__kogo-zespol.webp"),repeating-linear-gradient(45deg,#E7E8E2,#E7E8E2 10px,#DDDFD7 10px,#DDDFD7 20px);
}
.resetcss.fr-view .mm-section--split .mm-purpose-card:nth-child(2) .mm-placeholder--mini{
  background-image:url("../images/user/mm__kogo-wydarzenie.webp"),repeating-linear-gradient(45deg,#E7E8E2,#E7E8E2 10px,#DDDFD7 10px,#DDDFD7 20px);
}
.resetcss.fr-view .mm-section--split .mm-purpose-card:nth-child(3) .mm-placeholder--mini{
  background-image:url("../images/user/mm__kogo-praca.webp"),repeating-linear-gradient(45deg,#E7E8E2,#E7E8E2 10px,#DDDFD7 10px,#DDDFD7 20px);
}
.resetcss.fr-view .mm-section--split .mm-purpose-card:nth-child(4) .mm-placeholder--mini{
  background-image:url("../images/user/mm__kogo-merch.webp"),repeating-linear-gradient(45deg,#E7E8E2,#E7E8E2 10px,#DDDFD7 10px,#DDDFD7 20px);
}
.resetcss.fr-view .mm-section--soft .mm-purpose-card{
  border-color:rgba(78,119,38,.22);
}
@media (max-width:1359px){
  .resetcss.fr-view .mm-need-card{
    display:grid;grid-template-columns:auto 1fr;
    column-gap:14px;align-items:start;padding:14px;
  }
  .resetcss.fr-view .mm-need-card .mm-placeholder{
    width:104px;height:104px;border-radius:10px;flex-shrink:0;
  }
  .resetcss.fr-view .mm-need-card-body{padding:0;}
  .resetcss.fr-view .mm-need-card--bare{padding:0;}
  .resetcss.fr-view .mm-need-card--bare .mm-need-card-body{padding:0;}
}
.resetcss.fr-view .mm-section:not(.mm-section-tint):not(.mm-section-dark):not(.mm-section--soft):not(.mm-cta-band)
+ .mm-section:not(.mm-section-tint):not(.mm-section-dark):not(.mm-section--soft):not(.mm-cta-band),
.resetcss.fr-view .mm-section-tint + .mm-section-tint,
.resetcss.fr-view .mm-section--soft + .mm-section--soft{
  padding-top:0;
}
.resetcss.fr-view .mm-section:not(.mm-section-tint):not(.mm-section-dark):not(.mm-section--soft):not(.mm-cta-band):has(+ .mm-section:not(.mm-section-tint):not(.mm-section-dark):not(.mm-section--soft):not(.mm-cta-band)),
.resetcss.fr-view .mm-section-tint:has(+ .mm-section-tint),
.resetcss.fr-view .mm-section--soft:has(+ .mm-section--soft){
  padding-bottom:clamp(12px,1.35vw,19px);
}
@media (min-width:1001px){
  .resetcss.fr-view .mm-section--split .mm-tier-grid{margin-top:var(--mm-flag-h);}
}
.resetcss.fr-view .mm-section--soft .mm-brand-item::before{background:#fff;}
.resetcss.fr-view .mm-section--soft .mm-duo-col + .mm-duo-col::before{
  background:rgba(78,119,38,.26);
}
.resetcss.fr-view .mm-serie-item .mm-feature-list{margin:0 0 22px;}
.resetcss.fr-view .mm-serie-item .mm-feature-list li{
  color:#D2D4CB;font-size:14.5px;line-height:1.5;padding:4px 0 4px 24px;
}
.resetcss.fr-view .mm-section-dark .mm-feature-list li::before{color:#9ED064;}
.resetcss.fr-view .mm-serie-intro .mm-eyebrow{margin:0 0 10px;}
.resetcss.fr-view > p{display:none;}
