.hvz{--navy:#1c2f3f;--green:#1e9e74;--green-dark:#15745a;--green-deep:#0f3d33;--bg:#f4f9f7;--mint:#e9f5f0;--line:#e3ece8;--mut:#5d6d77;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--navy);line-height:1.6;background:#fff;font-size:16px}.hvz *{box-sizing:border-box;margin:0;padding:0}.hvz img{max-width:100%;display:block}.hvz a{color:var(--green);text-decoration:none}.hvz svg{display:block}.hvz .hv-wrap{max-width:1160px;margin:0 auto;padding:0 28px}.hvz .hv-header{background:#fff;border-bottom:1px solid var(--line)}.hvz .hv-headrow{display:flex;align-items:center;padding:13px 0}.hvz .hv-logo{line-height:1.1}.hvz .hv-logo .lg{font-weight:800;font-size:21px;color:var(--navy);display:block}.hvz .hv-logo .lg em{color:var(--green);font-style:normal}.hvz .hv-nav{display:flex;gap:30px;margin-left:42px}.hvz .hv-nav a{color:var(--navy);font-weight:600;font-size:15px;padding:8px 0;border-bottom:2px solid transparent}.hvz .hv-nav a:hover{color:var(--green)}.hvz .hv-nav a.active{color:var(--green);border-bottom-color:var(--green)}.hvz .hv-navitem{position:relative}.hvz .hv-nav .hv-navitem>a{display:inline-flex;align-items:center;gap:5px}.hvz .hv-caret{width:13px;height:13px;flex:0 0 13px;transition:transform .2s}.hvz .hv-navitem:hover .hv-caret{transform:rotate(180deg)}.hvz .hv-sub{position:absolute;top:100%;left:-14px;min-width:262px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 14px 34px rgba(15,61,51,.13);padding:8px;opacity:0;visibility:hidden;transform:translateY(7px);transition:opacity .15s,transform .15s,visibility .15s;z-index:40}.hvz .hv-navitem:hover .hv-sub{opacity:1;visibility:visible;transform:translateY(0)}.hvz .hv-sub a{display:block;padding:10px 14px;font-size:14.5px;font-weight:600;color:var(--navy);border-bottom:none;border-radius:8px;white-space:nowrap}.hvz .hv-sub a:hover{background:var(--mint);color:var(--green)}.hvz .hv-headcta{margin-left:auto}.hvz .hv-burger{display:none;margin-left:auto;background:none;border:1px solid var(--line);border-radius:8px;padding:10px 14px;color:var(--navy);cursor:pointer}.hvz .hv-burger svg{width:22px;height:22px}.hvz .hv-btn{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff!important;font-weight:700;font-size:16px;padding:14px 26px;border-radius:8px;transition:background .15s;border:none;cursor:pointer}.hvz .hv-btn:hover{background:var(--green-dark)}.hvz .hv-btn.sm{padding:10px 18px;font-size:14.5px}.hvz .hv-btn svg{width:18px;height:18px}.hvz .hv-hero{position:relative;background:#fff;overflow:hidden}.hvz .hv-hero-photo{position:absolute;top:0;right:0;bottom:0;width:54%;z-index:1}.hvz .hv-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}.hvz .hv-hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#fff 19%,rgba(255,255,255,.55) 37%,rgba(255,255,255,0) 60%)}.hvz .hv-hero-inner{position:relative;z-index:2;max-width:1160px;margin:0 auto;padding:0 28px}.hvz .hv-crumb{font-size:13.5px;color:var(--mut);padding:16px 0 0}.hvz .hv-crumb a{color:var(--mut)}.hvz .hv-crumb a:hover{color:var(--green)}.hvz .hv-hero-grid{display:grid;grid-template-columns:1.62fr 0.38fr;min-height:520px;align-items:center}.hvz .hv-herotext{padding:30px 0 54px;max-width:760px}.hvz .hv-eyebrow{display:block;color:var(--green);font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:16px}.hvz .hv-herotext h1{font-size:37px;line-height:1.16;font-weight:800;color:var(--navy);margin-bottom:18px;letter-spacing:-.3px;max-width:720px}.hvz .hv-herotext .hv-lead{font-size:17.5px;color:var(--mut);margin-bottom:24px;max-width:580px}.hvz .hv-usps{display:flex;flex-wrap:wrap;gap:12px 26px;margin-bottom:28px}.hvz .hv-usp{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;color:var(--navy);line-height:1.3;white-space:nowrap}.hvz .hv-usp svg{flex:0 0 19px;width:19px;height:19px;color:var(--green)}.hvz .hv-content{max-width:880px;margin:0 auto;padding:56px 0 8px}.hvz .hv-content h2{font-size:24px;font-weight:800;color:var(--navy);margin:40px 0 14px;letter-spacing:-.2px;text-wrap:balance}.hvz .hv-content>h2:first-child{margin-top:0}.hvz .hv-content h3{font-size:19px;font-weight:800;color:var(--navy);margin:24px 0 8px}.hvz .hv-content p{font-size:16.5px;color:#3c4c56;margin-bottom:16px;line-height:1.72}.hvz .hv-content a{color:var(--green);font-weight:600}.hvz .hv-content a:hover{text-decoration:underline}.hvz .hv-content ul{list-style:none;margin:2px 0 18px}.hvz .hv-content ul li{position:relative;padding-left:28px;margin-bottom:11px;font-size:16px;color:#3c4c56;line-height:1.6}.hvz .hv-content ul li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--green);font-weight:800}.hvz .hv-content ul li strong{color:var(--navy)}.hvz .hv-tipbox{background:var(--mint);border:1px solid #cfe8dd;border-radius:14px;padding:20px 24px;margin:6px 0 20px;font-size:15.5px;color:#3c4c56}.hvz .hv-tipbox strong{color:var(--green-deep)}.hvz .hv-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:14px 0 8px}.hvz .hv-cards>p{display:none}.hvz .hv-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 26px;transition:border-color .15s,box-shadow .15s}.hvz .hv-card:hover{border-color:#cfe0d8;box-shadow:0 8px 24px rgba(15,61,51,.07)}.hvz .hv-card .ic{width:50px;height:50px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.hvz .hv-card .ic svg{width:24px;height:24px}.hvz .hv-card h3{font-size:18px;font-weight:800;color:var(--navy);margin-bottom:9px;line-height:1.3}.hvz .hv-card p{font-size:14px;color:var(--mut);margin-bottom:16px;flex:1}.hvz .hv-card .more{font-weight:700;color:var(--green);display:inline-flex;align-items:center;gap:6px;font-size:14.5px}.hvz .hv-card .more svg{width:16px;height:16px}.hvz .hv-card .more::after{content:"";position:absolute;inset:0}.hvz .hv-cardsec{padding:8px 0 18px}.hvz .hv-cardsec h2{font-size:27px;font-weight:800;color:var(--navy);margin-bottom:6px;text-align:center;letter-spacing:-.2px}.hvz .hv-cardsec .hv-sub{text-align:center;color:var(--mut);font-size:16.5px;max-width:680px;margin:0 auto 6px}.hvz .hv-faqsec{padding:64px 0}.hvz .hv-faqsec h2{text-align:center;font-size:31px;font-weight:800;color:var(--navy);margin-bottom:36px;letter-spacing:-.2px}.hvz .hv-faq{max-width:880px;margin:0 auto}.hvz .hv-faqitem{border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}.hvz .hv-faqq{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 24px;cursor:pointer;font-weight:700;font-size:16px;color:var(--navy);list-style:none}.hvz .hv-faqq::-webkit-details-marker{display:none}.hvz .hv-faqq .chev{flex:0 0 auto;color:var(--mut);transition:transform .2s}.hvz .hv-faqq .chev svg{width:20px;height:20px}.hvz details[open] .hv-faqq .chev{transform:rotate(180deg);color:var(--green)}.hvz .hv-faqa{padding:0 24px 21px;color:var(--mut);font-size:15.5px;line-height:1.65}.hvz .hv-faqa a{color:var(--green);font-weight:600}.hvz .hv-ctasec{padding:8px 0 76px}.hvz .hv-ctabox{background:var(--bg);border:1px solid var(--line);border-radius:20px;padding:46px;display:grid;grid-template-columns:1.35fr 1fr;gap:36px;align-items:center}.hvz .hv-ctabox h2{font-size:27px;font-weight:800;color:var(--navy);margin-bottom:12px;letter-spacing:-.2px}.hvz .hv-ctabox p{color:var(--mut);font-size:16px}.hvz .hv-ctaright .hv-btn{width:100%;justify-content:center}.hvz .hv-ctanote{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--mut);margin-top:14px;justify-content:center}.hvz .hv-ctanote svg{width:16px;height:16px;color:var(--green)}.hvz .tpv-footer{background:var(--green-deep);color:#c4d2da;padding:48px 0 30px;margin-top:50px}.hvz .tpv-footer a{color:#fff;text-decoration:none}.hvz .tpv-footer a:hover{text-decoration:underline}.hvz .tpv-footer ul{list-style:none}.hvz .tpv-footrow{display:flex;flex-wrap:wrap;gap:34px;justify-content:space-between;margin-bottom:26px}.hvz .tpv-footabout{max-width:320px}.hvz .tpv-footer .tpv-logo{font-size:22px;font-weight:800;color:#fff}.hvz .tpv-footer .tpv-logo span{color:#5fd0ab}.hvz .tpv-footabout p{font-size:14px;margin-top:10px;color:#c4d2da}.hvz .tpv-footer h4{color:#fff;margin-bottom:10px;font-size:15px}.hvz .tpv-footer li{margin-bottom:6px;font-size:14px}.hvz .tpv-legal{border-top:1px solid rgba(255,255,255,.15);padding-top:18px;font-size:12.5px;line-height:1.6;color:#9fb1bc}.hvz .tpv-legal strong{color:#c4d2da}@media (max-width:900px){.hvz .hv-nav,.hvz .hv-headcta{display:none}.hvz .hv-burger{display:block}.hvz .hv-header{position:relative}.hvz .hv-nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0;margin-left:0;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 16px 30px rgba(15,61,51,.12);padding:8px 18px 14px;z-index:50}.hvz .hv-nav.open>a,.hvz .hv-nav.open .hv-navitem>a{padding:13px 0;border-bottom:1px solid var(--line);border-radius:0;font-size:16px}.hvz .hv-nav.open .hv-navitem{position:static}.hvz .hv-nav.open .hv-caret{display:none}.hvz .hv-nav.open .hv-sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-radius:0;padding:0 0 4px 14px;min-width:0}.hvz .hv-nav.open .hv-sub a{padding:11px 0;font-size:14.5px;border-bottom:1px solid var(--line)}.hvz .hv-hero-photo{position:static;width:100%;height:250px}.hvz .hv-hero-photo img{object-position:50% 50%}.hvz .hv-hero-photo::after{background:linear-gradient(to top,rgba(255,255,255,.25),rgba(255,255,255,0))}.hvz .hv-hero-grid{grid-template-columns:1fr;min-height:0}.hvz .hv-herotext{padding:26px 0 40px;max-width:none}.hvz .hv-hero-spacer{display:none}.hvz .hv-herotext h1{font-size:31px;max-width:none}.hvz .hv-herotext .hv-lead{max-width:none}.hvz .hv-content{padding:40px 0 4px}.hvz .hv-cards{grid-template-columns:1fr;gap:18px}.hvz .hv-ctabox{grid-template-columns:1fr;padding:32px 24px;gap:24px}.hvz .tpv-footrow{gap:24px 34px}.hvz .tpv-footabout{max-width:none}.hvz .tpv-footer{margin-top:36px}.hvz .hv-faqsec{padding:48px 0}.hvz .hv-content h2,.hvz .hv-cardsec h2,.hvz .hv-faqsec h2{font-size:24px}}@media (max-width:520px){.hvz .hv-wrap,.hvz .hv-hero-inner{padding:0 18px}.hvz .hv-herotext h1{font-size:26px}.hvz .hv-usp{font-size:13.5px}.hvz .hv-content p,.hvz .hv-content ul li{font-size:15.5px}}.tpvz.tpv-footer,#tpv-app .tpv-footer{background:#0f3d33!important}@media (max-width:900px){.tpvz.tpv-header .tpv-headrow>p{display:none}.tpvz.tpv-header .tpv-burger{display:block;padding:10px 16px;margin-left:auto;margin-right:6px}.tpvz.tpv-header .tpv-headrow{padding-top:16px;padding-bottom:16px}}