:root{--mc-teal:#083f49;--mc-green:#39a935;--mc-text:#143c3c}*{box-sizing:border-box}.mcph-wrap,.mcpf{font-family:Inter,Arial,sans-serif}.mcph-wrap{position:relative;z-index:999}.mcph-wrap.is-sticky{position:sticky;top:0}.admin-bar .mcph-wrap.is-sticky{top:32px}.mcph-topbar{font-size:12px;letter-spacing:.02em}.mcph-topbar-inner,.mcph-inner{width:100%;margin:auto}.mcph-topbar-inner{display:flex;align-items:center;justify-content:space-between}.mcph-topbar-inner span{display:flex;align-items:center;gap:8px}.mcph-topbar-dot{width:7px;height:7px;border-radius:50%}.mcph-main{border-bottom:1px solid;transition:box-shadow .25s}.mcph-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.mcph-logo{display:flex;align-items:center;text-decoration:none}.mcph-logo img{display:block;height:auto;max-height:74px;object-fit:contain}.mcph-logo-fallback,.mcpf-logo span{font-family:Georgia,serif;font-size:28px;color:var(--mc-teal);line-height:1}.mcph-logo-fallback b,.mcpf-logo b{display:block}.mcph-nav{justify-self:center}.mcph-nav ul,.mcph-mobile-nav ul{list-style:none;margin:0;padding:0}.mcph-nav>ul{display:flex;align-items:center}.mcph-nav li{position:relative}.mcph-nav>ul>li>a{display:flex;align-items:center;gap:7px;text-decoration:none;font-size:13px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.045em;transition:color .22s,background .22s,transform .22s;position:relative}.mcph-nav>ul>li>a:after{content:"";position:absolute;left:50%;bottom:4px;width:0;height:2px;transform:translateX(-50%);transition:width .25s}.mcph-nav>ul>li>a:hover:after,.mcph-nav>ul>li.current-menu-item>a:after{width:25px}.mcph-nav>ul>li>a:hover{transform:translateY(-1px)}.mcph-nav .sub-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:220px;background:#fff;padding:10px;border-radius:10px;box-shadow:0 15px 40px rgba(5,52,57,.15);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:10}.mcph-nav li:hover>.sub-menu{opacity:1;visibility:visible;transform:none}.mcph-nav .sub-menu a{display:flex;padding:11px 12px;color:#173f42;text-decoration:none;border-radius:7px;font-size:13px}.mcph-nav .sub-menu a:hover{background:#edf7f2;color:#248d35}.mcph-link-icon{display:inline-flex}.mcph-link-icon svg{width:14px;height:14px}.mcph-badge{position:absolute;top:-8px;right:2px;background:var(--mc-green);color:#fff;border-radius:8px;padding:2px 5px;font-size:8px}.mcph-actions{display:flex;align-items:center;gap:12px}.mcph-action-icon,.mcph-toggle{border:0;cursor:pointer}.mcph-action-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#edf7f2;transition:.2s}.mcph-action-icon:hover{background:#dff2e4;transform:translateY(-1px)}.mcph-action-icon svg,.mcph-phone-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mcph-phone{display:flex;align-items:center;gap:9px;text-decoration:none;color:#123f42}.mcph-phone-icon{display:flex}.mcph-phone small,.mcph-phone strong{display:block}.mcph-phone small{font-size:10px;color:#6f8584;margin-bottom:2px}.mcph-phone strong{font-size:13px}.mcph-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:13px;font-weight:700;white-space:nowrap;transition:background .2s,transform .2s,box-shadow .2s}.mcph-cta:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(7,63,72,.18)}.mcph-cta svg,.mcpf-submit svg,.mcpf-links svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.mcph-toggle{display:none;width:44px;height:44px;border-radius:10px;padding:11px;position:relative;flex-direction:column;align-items:stretch;justify-content:center;gap:5px}.mcph-toggle-line{display:block;height:2px;border-radius:2px;transition:.25s}.mcph-toggle-line:nth-child(2){width:70%;align-self:flex-end}.mcph-toggle:hover .mcph-toggle-line:nth-child(2){width:100%}.mcph-search-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e7efec;border-bottom:1px solid #e7efec;padding:18px;box-shadow:0 10px 30px rgba(5,52,57,.1)}.mcph-search-panel[hidden],.mcph-overlay[hidden]{display:none}.mcph-search-panel form{max-width:900px;margin:auto;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;border:1px solid #d7e5df;border-radius:12px;overflow:hidden;padding-left:16px}.mcph-search-panel svg{width:20px;fill:none;stroke:#0a5961;stroke-width:2}.mcph-search-panel input{border:0!important;outline:0;padding:15px 12px;box-shadow:none!important}.mcph-search-panel button{height:46px;border:0;padding:0 20px;background:#0a5961;color:#fff;cursor:pointer}.mcph-search-panel .mcph-search-close{background:#eef5f2;color:#123f42;font-size:24px}.mcph-overlay{position:fixed;inset:0;background:rgba(4,34,39,.58);backdrop-filter:blur(3px);z-index:1000}.mcph-drawer{position:fixed;right:0;top:0;bottom:0;z-index:1001;max-width:94vw;padding:0 22px 28px;transform:translateX(105%);visibility:hidden;transition:transform .35s cubic-bezier(.22,.8,.22,1),visibility .35s;box-shadow:-20px 0 60px rgba(1,30,34,.25);overflow:auto}.mcph-wrap.drawer-open .mcph-drawer{transform:none;visibility:visible}.mcph-drawer-head{height:70px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5efeb;font-weight:800;color:#083f49}.mcph-close{border:0;background:#eef6f2;width:40px;height:40px;border-radius:50%;position:relative;cursor:pointer}.mcph-close span{position:absolute;left:12px;right:12px;top:19px;height:2px;background:#083f49;transform:rotate(45deg)}.mcph-close span:last-child{transform:rotate(-45deg)}.mcph-mobile-nav{padding:17px 0}.mcph-mobile-nav li{border-bottom:1px solid #edf2ef}.mcph-mobile-nav a{display:flex;align-items:center;gap:9px;padding:14px 12px;text-decoration:none;font-size:14px;font-weight:700;border-radius:8px;transition:.2s}.mcph-mobile-nav .sub-menu{padding-left:14px}.mcph-mobile-cta{width:100%;padding:14px}.mcph-drawer-phone{display:block;text-align:center;margin-top:16px;color:#0a5961;text-decoration:none;font-weight:700;font-size:13px}.mcph-logo-center .mcph-inner{grid-template-columns:1fr auto 1fr}.mcph-logo-center .mcph-logo{grid-column:2}.mcph-logo-center .mcph-nav{grid-column:1;grid-row:1;justify-self:start}.mcph-logo-center .mcph-actions{grid-column:3;justify-self:end}
.mcpf{position:relative;background:#073f48;color:#c8dbd9}.mcpf-news{color:#53706d}.mcpf-news-inner,.mcpf-inner,.mcpf-bottom-inner{width:100%;margin:auto}.mcpf-news-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.mcpf-kicker{display:block;font-size:10px;font-weight:800;letter-spacing:.18em;margin-bottom:6px}.mcpf-news-title{font-size:23px;line-height:1.2;margin:0 0 5px}.mcpf-news p{margin:0;font-size:13px}.mcpf-form{display:flex;min-width:430px;background:#fff;border:1px solid #d7e6df;border-radius:10px;padding:5px;box-shadow:0 8px 24px rgba(6,63,72,.08)}.mcpf-form input{flex:1;border:0!important;outline:0;padding:12px 14px;background:transparent!important;box-shadow:none!important}.mcpf-submit{border:0;color:#fff;display:flex;align-items:center;gap:5px;border-radius:7px;padding:0 18px;font-weight:700;cursor:pointer}.mcpf-inner{display:grid;grid-template-columns:1.45fr .8fr 1fr 1.25fr}.mcpf-brand{max-width:350px}.mcpf-logo{display:inline-block;margin-bottom:20px;text-decoration:none}.mcpf-logo img{display:block;height:auto;max-height:110px;object-fit:contain;filter:drop-shadow(0 2px 7px rgba(0,0,0,.08))}.mcpf-logo span{color:#fff}.mcpf-brand p{font-size:13px;line-height:1.75;margin:0 0 22px}.mcpf-title{font-size:15px;line-height:1.2;margin:5px 0 26px;position:relative}.mcpf-title:after{content:"";position:absolute;left:0;bottom:-10px;width:30px;height:2px;border-radius:2px}.mcpf-links{list-style:none;padding:0;margin:0}.mcpf-links li{margin:0}.mcpf-links a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-size:13px;transition:.2s}.mcpf-links a>svg:last-child{opacity:0;transform:translateX(-4px);transition:.2s}.mcpf-links a:hover{transform:translateX(3px)}.mcpf-links a:hover>svg:last-child{opacity:1;transform:none}.mcpf-links a>svg:not(:last-child){width:14px;height:14px}.mcpf-contact-item{display:flex;align-items:center;gap:11px;text-decoration:none;margin-bottom:17px}.mcpf-contact-icon{width:37px;height:37px;flex:0 0 37px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff}.mcpf-contact-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.mcpf-contact small,.mcpf-contact strong{display:block}.mcpf-contact small{font-size:10px;color:#91aaa7;margin-bottom:3px}.mcpf-contact strong{font-size:12px;font-weight:600}.mcpf-socials{display:flex;flex-wrap:wrap;gap:8px}.mcpf-social{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;transition:.2s}.mcpf-social:hover{background:#39a935!important;transform:translateY(-2px)}.mcpf-social svg{width:16px;height:16px}.mcpf-legal{border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.1)}.mcpf-bottom-inner{padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.mcpf-bottom-inner p{margin:0;font-size:10px;line-height:1.55}.mcpf-note{max-width:720px}.mcpf-copy{text-align:right;white-space:nowrap}.mcpf-top{position:absolute;right:24px;bottom:74px;width:42px;height:42px;border:0;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 7px 18px rgba(0,0,0,.15)}.mcpf-top svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1100px){.mcph-nav,.mcph-phone,.mcph-actions>.mcph-cta{display:none}.mcph-toggle{display:flex}.mcph-inner{grid-template-columns:auto 1fr auto;gap:18px}.mcph-actions{grid-column:3}.mcph-logo-center .mcph-inner{grid-template-columns:auto 1fr auto}.mcph-logo-center .mcph-logo{grid-column:1}.mcph-logo-center .mcph-actions{grid-column:3}.mcpf-inner{grid-template-columns:1.3fr 1fr 1fr}.mcpf-contact{grid-column:2/4}.mcpf-contact{display:grid;grid-template-columns:repeat(2,1fr);gap:0 25px}.mcpf-contact .mcpf-title{grid-column:1/-1}}
@media(max-width:767px){.admin-bar .mcph-wrap.is-sticky{top:0}.mcph-topbar-right{display:none!important}.mcph-topbar-inner{justify-content:center}.mcph-action-icon{width:40px;height:40px}.mcph-actions{gap:8px}.mcph-logo img{max-height:55px}.mcph-search-panel{padding:10px}.mcph-search-panel form{grid-template-columns:auto 1fr auto;padding-left:10px}.mcph-search-panel form>button[type=submit]{font-size:0;width:44px;padding:0}.mcph-search-panel form>button[type=submit]:after{content:'→';font-size:18px}.mcph-search-panel .mcph-search-close{display:none}.mcpf-news-inner{display:block}.mcpf-news-title{font-size:19px}.mcpf-news p{font-size:12px}.mcpf-form{min-width:0;width:100%;margin-top:17px}.mcpf-submit{padding:0 14px}.mcpf-submit span{display:none}.mcpf-inner{grid-template-columns:1fr 1fr}.mcpf-brand{grid-column:1/-1;max-width:none}.mcpf-contact{grid-column:1/-1;display:block}.mcpf-title{margin-top:12px}.mcpf-bottom-inner{padding:16px 18px;display:block;text-align:center}.mcpf-copy{text-align:center;margin-top:8px!important;white-space:normal}.mcpf-top{right:16px;bottom:94px}.mcpf-logo{margin-bottom:14px}.mcpf-brand p{line-height:1.6;margin-bottom:16px}}
@media(max-width:420px){.mcph-action-icon{display:none}.mcpf-inner{grid-template-columns:1fr;gap:30px!important}.mcpf-brand,.mcpf-contact{grid-column:auto}.mcpf-title{margin-bottom:22px}.mcpf-links li:not(:last-child){margin-bottom:10px}.mcpf-contact-item{margin-bottom:13px}}

