body{margin:0;font-family:'Source Sans Pro',sans-serif;word-break:break-word;overflow-wrap:anywhere;-webkit-text-size-adjust:100%}
.sitehead{position:relative;background-color:#fff;border-bottom:2px solid #E7EFE6;overflow:hidden}
.sitehead::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,#3f9a4e0f 0%,transparent 60%),radial-gradient(circle at 80% 30%,#a1b37812 0%,transparent 55%);pointer-events:none}
.sitehead::after{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3F9A4E 0%,#A1B378 60%,#E7EFE6 100%);pointer-events:none}
.headtop{max-width:1100px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.contactrow{display:flex;align-items:center;gap:16px}
.contactlink{display:flex;align-items:center;gap:8px;font-size:14px;color:#2d6e37;text-decoration:none;padding:8px 16px;border-radius:8px;border:1px solid #A1B378;transition:background-color .15s ease-out,color .15s ease-out}
.contactlink:hover{background-color:#E7EFE6;color:#3F9A4E}
.contactlink:focus{outline:3px solid;outline-color:#3F9A4E;outline-offset:3px;outline-image:linear-gradient(90deg,#3F9A4E,#A1B378)}
.contactlink svg{width:16px;height:16px;flex-shrink:0}
.headnav{background:linear-gradient(135deg,#3F9A4E 0%,#2d6e37 100%);position:relative}
.headnav::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,#ffffff08 0px,#ffffff08 1px,transparent 1px,transparent 12px);pointer-events:none}
.navplate{max-width:1100px;margin:0 auto;padding:0 32px;display:flex;align-items:stretch;justify-content:center;gap:8px}
.logopod{display:flex;align-items:center;justify-content:center;padding:8px;position:relative;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#fff;box-shadow:1px 5px 25px -2px #3f9a4e1a;width:64px;height:64px;margin:8px 0;flex-shrink:0}
.logopod img{width:44px;height:44px;object-fit:contain;display:block;opacity:0;transition:opacity .18s ease-out}
.logopod img.loaded{opacity:1}
.headtop .logopod{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#fff;border:2px solid #E7EFE6;box-shadow:1px 1px 4px -2px #3f9a4e12 1px 5px 25px -2px #3f9a4e1a}
.navleft{display:flex;align-items:stretch;flex:1;justify-content:flex-end}
.navright{display:flex;align-items:stretch;flex:1;justify-content:flex-start}
.navitem{display:flex;align-items:center;text-decoration:none;color:#ffffffe0;font-size:17px;font-weight:700;padding:16px 32px;position:relative;letter-spacing:0;transition:color .12s ease-out,background-color .18s ease}
.navitem::after{content:'';position:absolute;bottom:0;left:32px;right:32px;height:3px;background-color:#E7EFE6;border-radius:8px 8px 0 0;transform:scaleX(0);transition:transform .16s ease-out}
.navitem:hover{color:#fff;background-color:#ffffff14}
.navitem:hover::after{transform:scaleX(1)}
.navitem.active{color:#fff;background-color:#ffffff1f}
.navitem.active::after{transform:scaleX(1);background-color:#E7EFE6}
.navitem:focus{outline:3px solid #E7EFE6;outline-offset:-3px}
.navlogocenter{display:flex;align-items:center;justify-content:center;padding:0 16px}
.brandname{font-size:17px;font-weight:700;color:#2d2d2d;letter-spacing:0;line-height:1.1}
.brandtag{font-size:14px;color:#3F9A4E;font-weight:400;line-height:1.55;display:block}
.brandtext{display:flex;flex-direction:column}
.sitefooter{background:linear-gradient(160deg,#2d6e37 0%,#3F9A4E 50%,#4a7a35 100%);color:#E7EFE6;position:relative}
.sitefooter::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(-45deg,#ffffff05 0px,#ffffff05 1px,transparent 1px,transparent 14px);pointer-events:none}
.footdeck{max-width:1100px;margin:0 auto;padding:56px 32px 32px;position:relative}
.footgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;align-items:start;margin-bottom:56px}
.footbrand{display:flex;flex-direction:column;gap:16px}
.footbrandname{font-size:21px;font-weight:700;color:#fff;line-height:1.1}
.footbranddesc{font-size:14px;color:#e7efe6cc;line-height:1.55}
.footlinks{display:flex;flex-direction:column;gap:8px}
.footlinkshead{font-size:14px;font-weight:700;color:#A1B378;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.footlink{font-size:17px;color:#e7efe6d9;text-decoration:none;padding:8px 0;display:inline-block;border-bottom:1px solid transparent;transition:color .14s ease-out,border-color .2s ease}
.footlink:hover{color:#fff;border-bottom-color:#a1b37880}
.footlink:focus{outline:2px solid #A1B378;outline-offset:3px;border-radius:8px}
.footcontact{display:flex;flex-direction:column;gap:16px}
.footcontacthead{font-size:14px;font-weight:700;color:#A1B378;text-transform:uppercase;letter-spacing:.08em}
.footcontactitem{display:flex;align-items:flex-start;gap:8px;font-size:17px;color:#e7efe6d9;line-height:1.55}
.footcontactitem svg{width:18px;height:18px;flex-shrink:0;margin-top:3px;color:#A1B378}
.footcontactlink{color:#e7efe6d9;text-decoration:none;transition:color .14s ease-out}
.footcontactlink:hover{color:#fff}
.footcontactlink:focus{outline:2px solid #A1B378;outline-offset:3px;border-radius:8px}
.footdivider{height:1px;background:linear-gradient(90deg,transparent,#a1b37866,transparent);margin-bottom:32px}
.footbottom{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.footcopy{font-size:14px;color:#e7efe6a6;line-height:1.55}
.footlogoright{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background-color:#ffffff1f;border:2px solid #a1b37866;width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.footlogoright img{width:36px;height:36px;object-fit:contain;display:block;opacity:0;transition:opacity .18s ease-out}
.footlogoright img.loaded{opacity:1}
@media (max-width: 768px) {
.headtop{padding:16px;gap:16px;flex-wrap:wrap}
.contactrow{flex-wrap:wrap;gap:8px}
.navplate{padding:0 16px;flex-wrap:wrap;justify-content:center}
.navitem{padding:16px;font-size:14px}
.navitem::after{left:16px;right:16px}
.footgrid{grid-template-columns:1fr;gap:32px}
.footdeck{padding:32px 16px}
.footbottom{flex-direction:column;align-items:flex-start;gap:16px}
}
@media (max-width: 480px) {
.headtop{flex-direction:column;align-items:flex-start}
.navleft,.navright{flex:none}
.navplate{justify-content:flex-start}
.brandtext{display:none}
}
@media (min-width: 1280px) {
.navitem{padding:16px 56px}
.navitem::after{left:56px;right:56px}
}
.ckpod{display:none;position:fixed;top:16px;left:16px;width:280px;background:#fff;border:1px solid #A1B378;border-radius:8px;box-shadow:1px 8px 40px -2px #3f9a4e1f;z-index:1200;font-family:'Source Sans Pro',sans-serif}
.ckbody{padding:16px}
.ckicon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#E7EFE6;border-radius:8px;margin-bottom:16px}
.ckicon svg{width:22px;height:22px;color:#3F9A4E}
.cktxt{font-size:14px;color:#2d2d2d;line-height:1.55;margin-bottom:16px}
.ckbtns{display:flex;flex-direction:column;gap:8px}
.ckbtn{font-family:'Source Sans Pro',sans-serif;font-size:14px;font-weight:700;padding:8px 16px;border-radius:8px;border:2px solid #3F9A4E;background:transparent;color:#2d6e37;cursor:pointer;min-height:44px;transition:background-color .12s ease-out,color .12s ease-out}
.ckbtn:hover{background-color:#E7EFE6}
.ckbtn:focus{outline:2px solid #3F9A4E;outline-offset:2px}
.ckbtn:active{box-shadow:inset 1px 1px 4px -2px #3f9a4e33}
.ckbtn.solid{background-color:#3F9A4E;color:#fff}
.ckbtn.solid:hover{background-color:#2d6e37}
.ckpanel{border-top:1px solid #E7EFE6;padding:16px}
.ckpanelitem{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.ckpanellabel{font-size:14px;color:#2d2d2d;line-height:1.55}
.cktoggle{width:36px;height:20px;border-radius:32px;border:2px solid #A1B378;background:transparent;position:relative;cursor:pointer;flex-shrink:0;transition:background-color .15s ease-out,border-color .15s ease-out;appearance:none;-webkit-appearance:none}
.cktoggle::before{content:'';position:absolute;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:#A1B378;transition:transform .15s ease-out,background-color .15s ease-out}
.cktoggle:checked{background-color:#3F9A4E;border-color:#3F9A4E;box-shadow:inset 1px 1px 4px -2px #3f9a4e4d}
.cktoggle:checked::before{transform:translateX(16px);background:#fff}
.cktoggle:focus{outline:2px solid #3F9A4E;outline-offset:2px}
.ckpolicytxt{font-size:14px;color:#555;line-height:1.55;padding:0 16px 16px}
.ckpolicytxt a{color:#3F9A4E;text-decoration:underline}
.ckpolicytxt a:focus{outline:2px solid #3F9A4E;outline-offset:2px;border-radius:8px}
.content-policy{max-width:1100px;margin:0 auto;padding:56px 32px}
.content-policy h1{font-size:54px;line-height:1.1;color:#1b3a22;margin-bottom:32px;margin-top:0}
.content-policy h2{font-size:21px;line-height:1.55;color:#2a5c35;margin-top:56px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #A1B378}
.content-policy h3{font-size:17px;line-height:1.55;color:#3F9A4E;margin-top:32px;margin-bottom:8px}
.content-policy h4,.content-policy h5,.content-policy h6{font-size:14px;line-height:1.55;color:#2a5c35;margin-top:32px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.08em}
.content-policy strong,.content-policy b{color:#1b3a22;font-weight:700}
.content-policy a{color:#3F9A4E;text-decoration:underline;text-decoration-color:#A1B378;text-underline-offset:3px;transition:color .15s ease-out,text-decoration-color .2s ease}
.content-policy a:hover{color:#2a5c35;text-decoration-color:#3F9A4E}
.content-policy hr{border:none;border-top:1px solid #A1B378;margin:56px 0;opacity:.5}
.content-policy div{font-size:17px;line-height:2;color:#2b2b2b;margin-bottom:16px}
@media (max-width: 768px) {
.content-policy{padding:32px 16px}
.content-policy h1{font-size:21px}
.content-policy h2{font-size:17px;margin-top:32px}
.content-policy h3{font-size:14px}
}
@media (max-width: 480px) {
.content-policy{padding:32px 8px}
}
.blogdet{max-width:100%;overflow-x:hidden}
.blogdet .bd-titleblock{position:relative;background:linear-gradient(53deg,#3F9A4E 0%,#E7EFE6 100%);padding:96px 16px 56px}
.blogdet .bd-titleblock::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:180px 180px;pointer-events:none}
.blogdet .bd-titleinner{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:stretch;gap:56px}
.blogdet .bd-textzone{flex:2;display:flex;flex-direction:column;justify-content:center;padding:56px 0 56px 32px}
.blogdet .bd-imgzone{flex:1;min-height:320px;position:relative;overflow:hidden;border-radius:8px}
.blogdet .bd-imgzone img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .5s ease-out;filter:saturate(0.6) sepia(0.3)}
.blogdet .bd-imgzone img.loaded{opacity:1}
.blogdet .bd-imgzone::after{content:'';position:absolute;inset:0;background:linear-gradient(53deg,#3f9a4e73 0%,#a1b37833 100%);pointer-events:none}
.blogdet .bd-pretag{display:inline-block;font-size:14px;line-height:1.55;color:#fff;border:1px solid #ffffffb3;border-radius:8px;padding:8px 16px;margin-bottom:16px;letter-spacing:.08em;text-transform:uppercase}
.blogdet .bd-h1{font-size:54px;line-height:1.1;font-weight:900;color:#fff;margin:0 0 16px;letter-spacing:-.01em}
.blogdet .bd-meta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:32px}
.blogdet .bd-metaitem{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;line-height:1.55;color:#ffffffe0}
.blogdet .bd-metaitem svg{flex-shrink:0}
.blogdet .bd-anchor{position:absolute;bottom:-24px;right:32px;font-size:70px;line-height:1.1;font-weight:900;color:#ffffff14;pointer-events:none;user-select:none;letter-spacing:-.04em}
.blogdet .bd-articlearea{background:#fff;padding:96px 16px}
.blogdet .bd-articleinner{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:56px}
.blogdet .bd-prose{flex:2;min-width:0}
.blogdet .bd-prose p{font-size:17px;line-height:1.55;color:#232b1e;margin:0 0 16px}
.blogdet .bd-prose h2{font-size:21px;line-height:1.1;font-weight:900;color:#1b2e1f;margin:32px 0 16px;letter-spacing:-.01em}
.blogdet .bd-prose h3{font-size:21px;line-height:1.1;font-weight:700;color:#1b2e1f;margin:32px 0 16px}
.blogdet .bd-prose h4{font-size:17px;line-height:1.55;font-weight:700;color:#1b2e1f;margin:32px 0 8px}
.blogdet .bd-prose strong{font-weight:700;color:#1b2e1f}
.blogdet .bd-prose ul{margin:16px 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.blogdet .bd-prose ul li{font-size:17px;line-height:1.55;color:#232b1e;padding-left:32px;position:relative}
.blogdet .bd-prose ul li::before{content:'';position:absolute;left:0;top:6px;width:16px;height:16px;border-radius:48px;background:#3F9A4E}
.blogdet .bd-prose ul li::after{content:'';position:absolute;left:5px;top:10px;width:6px;height:4px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}
.blogdet .bd-prose blockquote{margin:32px 0;padding:16px 32px;border-left:4px solid #3F9A4E;border-top:1px solid #A1B378;background:#E7EFE6;border-radius:0 8px 8px 0}
.blogdet .bd-prose blockquote p{font-size:17px;line-height:2;color:#1b2e1f;font-style:italic;margin:0}
.blogdet .bd-prose cite{display:block;font-size:14px;color:#3F9A4E;font-style:normal;font-weight:700;margin-top:8px}
.blogdet .bd-prose details{margin:16px 0;border:1px solid #A1B378;border-radius:8px;overflow:hidden}
.blogdet .bd-prose summary{font-size:17px;line-height:1.55;font-weight:700;color:#1b2e1f;padding:16px;cursor:pointer;background:#E7EFE6;transition:background .15s ease-out}
.blogdet .bd-prose summary:hover{background:#d4e3d2}
.blogdet .bd-prose details[open] summary{border-bottom:1px solid #A1B378}
.blogdet .bd-prose details > :not(summary){padding:16px}
.blogdet .bd-sidebar{flex:1;display:flex;flex-direction:column;gap:32px;position:sticky;top:32px}
.blogdet .bd-tocbox{border:1px solid #A1B378;border-radius:8px;padding:32px;background:#E7EFE6}
.blogdet .bd-toclabel{font-size:14px;line-height:1.55;font-weight:700;color:#3F9A4E;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}
.blogdet .bd-toclist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.blogdet .bd-toclist li{display:flex;flex-direction:row;align-items:flex-start;gap:8px}
.blogdet .bd-tocnum{flex-shrink:0;width:21px;height:21px;border-radius:48px;background:#3F9A4E;color:#fff;font-size:14px;line-height:21px;text-align:center;font-weight:700}
.blogdet .bd-toctext{font-size:14px;line-height:1.55;color:#232b1e}
.blogdet .bd-keybox{border-radius:8px;background:linear-gradient(53deg,#3F9A4E 0%,#A1B378 100%);padding:32px}
.blogdet .bd-keylabel{font-size:14px;line-height:1.55;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px}
.blogdet .bd-keylist{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:8px}
.blogdet .bd-keylist li{font-size:14px;line-height:1.55;color:#fff;padding-left:16px;position:relative}
.blogdet .bd-keylist li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:48px;background:#ffffffb3}
.blogdet .bd-ctabtn{display:block;width:100%;padding:16px;background:#fff;color:#3F9A4E;font-size:17px;font-weight:700;line-height:1.55;border:2px solid transparent;border-radius:8px;cursor:pointer;text-align:center;text-decoration:none;box-shadow:1px 5px 25px -2px #3f9a4e1a;transition:color .15s ease-out,box-shadow .2s ease;position:relative;overflow:hidden}
.blogdet .bd-ctabtn::before{content:'';position:absolute;inset:0;border:2px solid #3F9A4E;border-radius:8px;opacity:0;transition:opacity .12s ease-out}
.blogdet .bd-ctabtn:hover::before{opacity:1}
.blogdet .bd-ctabtn:hover{box-shadow:1px 8px 40px -2px #3f9a4e1f}
.blogdet .bd-ctabtn:active{box-shadow:inset 1px 1px 4px -2px #3f9a4e12}
.blogdet .bd-highlight{background:linear-gradient(0deg,#a1b37873 40%,transparent 40%);display:inline}
.blogdet .bd-statstrip{background:#1b2e1f;padding:56px 16px}
.blogdet .bd-statinner{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:stretch;gap:32px}
.blogdet .bd-statcard{flex:1;border:1px solid #a1b3784d;border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:8px;position:relative;transition:border-color .18s ease-out,box-shadow .2s ease}
.blogdet .bd-statcard:hover{border-color:#3F9A4E;box-shadow:1px 5px 25px -2px #3f9a4e1a}
.blogdet .bd-statcard:hover .bd-statico{animation:floatup 2s ease-in-out infinite}
.blogdet .bd-statcard.active{background:#3F9A4E;border-color:#3F9A4E}
.blogdet .bd-statcard.active .bd-statval,.blogdet .bd-statcard.active .bd-statlbl,.blogdet .bd-statcard.active .bd-statdesc{color:#fff}
.blogdet .bd-statcard:not(.active){filter:saturate(0.7)}
.blogdet .bd-statcard:not(.active):hover{filter:saturate(1)}
@keyframes floatup {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-6px)}
}
.blogdet .bd-statico{width:40px;height:40px;color:#A1B378;margin-bottom:8px}
.blogdet .bd-statcard.active .bd-statico{color:#ffffffd9}
.blogdet .bd-statval{font-size:54px;line-height:1.1;font-weight:900;color:#E7EFE6;letter-spacing:-.02em}
.blogdet .bd-statlbl{font-size:14px;line-height:1.55;font-weight:700;color:#A1B378;text-transform:uppercase;letter-spacing:.08em}
.blogdet .bd-statdesc{font-size:14px;line-height:1.55;color:#e7efe6a6;margin-top:8px}
@media (max-width: 1280px) {
.blogdet .bd-h1{font-size:54px}
}
@media (max-width: 768px) {
.blogdet .bd-titleinner{flex-direction:column-reverse;gap:32px}
.blogdet .bd-textzone{padding:32px 0 0}
.blogdet .bd-imgzone{min-height:240px}
.blogdet .bd-h1{font-size:54px}
.blogdet .bd-articleinner{flex-direction:column;gap:32px}
.blogdet .bd-sidebar{position:static;width:100%}
.blogdet .bd-statinner{flex-direction:column;gap:16px}
.blogdet .bd-anchor{font-size:54px;right:16px}
}
@media (max-width: 480px) {
.blogdet .bd-h1{font-size:21px}
.blogdet .bd-titleblock{padding:56px 16px 32px}
.blogdet .bd-meta{flex-direction:column;align-items:flex-start;gap:8px}
.blogdet .bd-statval{font-size:21px}
}
.srvs{width:100%;overflow-x:clip}
.srvs a{color:#3F9A4E;text-decoration:none}
.srvs [data-load]{opacity:0;animation:elasticIn .55s cubic-bezier(0.34,1.56,0.64,1) forwards}
.srvs [data-load="1"]{animation-delay:.08s}
.srvs [data-load="2"]{animation-delay:.18s}
.srvs [data-load="3"]{animation-delay:.28s}
@keyframes elasticIn {
from{opacity:0;transform:translateY(18px) scale(0.97)}
to{opacity:1;transform:translateY(0) scale(1)}
}
.srvs .pg-eyebrow{display:inline-block;font-size:14px;line-height:1.55;letter-spacing:.12em;text-transform:uppercase;color:#3F9A4E;border:1.5px solid #A1B378;border-radius:8px;padding:8px 16px;margin-bottom:32px}
.srvs .pg-top{padding:96px 16px 56px;text-align:center;position:relative}
.srvs .pg-top-inner{max-width:1100px;margin:0 auto;position:relative}
.srvs .pg-top-deco{position:absolute;top:-24px;left:50%;transform:translateX(-50%);width:320px;height:120px;pointer-events:none}
.srvs .pg-top-deco line{stroke:#A1B378;stroke-width:1.5;opacity:.45}
.srvs .pg-top-deco circle{fill:#3F9A4E;opacity:.18}
.srvs .pg-h1{font-size:70px;line-height:1.1;color:#1b2a1c;font-weight:900;letter-spacing:-.02em;margin:0 auto 32px;max-width:820px}
.srvs .pg-img-wrap{position:relative;max-width:780px;margin:0 auto;border-radius:32px;overflow:hidden;box-shadow:1px 8px 40px -2px #3f9a4e1f}
.srvs .pg-img-wrap img{width:100%;height:420px;object-fit:cover;display:block;opacity:0;transition:opacity .5s ease}
.srvs .pg-img-wrap img.loaded{opacity:.72}
.srvs .pg-img-caption{position:absolute;inset:0;background:linear-gradient(53deg,#3f9a4ed1 0%,#e7efe62e 100%);display:flex;align-items:flex-end;padding:32px;opacity:0;transition:opacity .18s ease-out;border-radius:32px}
.srvs .pg-img-wrap:hover .pg-img-caption{opacity:1}
.srvs .pg-img-caption span{font-size:17px;line-height:1.55;color:#fff;font-weight:600}
.srvs .offr-band{background:linear-gradient(53deg,#3F9A4E 0%,#A1B378 100%);padding:56px 16px}
.srvs .offr-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 3fr;gap:56px;align-items:start}
.srvs .offr-label{font-size:54px;line-height:1.1;font-weight:900;color:#fff;letter-spacing:-.02em}
.srvs .offr-label em{font-style:normal;display:block;font-size:17px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#E7EFE6;margin-bottom:8px}
.srvs .offr-items{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.srvs .offr-card{background:#ffffff1f;border:1.5px solid #ffffff47;border-radius:32px;padding:32px;position:relative;transition:background .15s ease-out,transform .15s ease-out}
.srvs .offr-card::before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;background:#E7EFE6;border-radius:8px;transform:scaleY(0);transform-origin:bottom;transition:transform .18s ease-out}
.srvs .offr-card:hover::before{transform:scaleY(1)}
.srvs .offr-card:hover{background:#fff3;transform:translateY(-4px)}
.srvs .offr-dot{width:10px;height:10px;border-radius:48px;background:#E7EFE6;display:inline-block;margin-bottom:16px}
.srvs .offr-card h4{font-size:17px;line-height:1.55;font-weight:800;color:#fff;margin:0 0 8px}
.srvs .offr-card p{font-size:14px;line-height:1.55;color:#E7EFE6;margin:0}
.srvs .meth-sect{background:#fff;padding:96px 16px}
.srvs .meth-inner{max-width:1100px;margin:0 auto}
.srvs .meth-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}
.srvs .meth-h2{font-size:54px;line-height:1.1;font-weight:900;color:#1b2a1c;letter-spacing:-.02em;margin:0;max-width:520px}
.srvs .meth-sub{font-size:17px;line-height:1.55;color:#3d4d3e;max-width:380px;margin:0}
.srvs .meth-steps{display:flex;flex-direction:column;gap:8px}
.srvs .meth-step{display:grid;grid-template-columns:56px 1fr auto;align-items:start;gap:32px;padding:32px;border:1.5px solid #E7EFE6;border-radius:32px;background:#fff;transition:border-color .15s ease-out,box-shadow .2s ease;cursor:default}
.srvs .meth-step:hover{border-color:#A1B378;box-shadow:1px 5px 25px -2px #3f9a4e1a}
.srvs .step-num{width:56px;height:56px;border-radius:48px;background:linear-gradient(53deg,#3F9A4E 0%,#A1B378 100%);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;color:#fff;flex-shrink:0}
.srvs .step-body h5{font-size:17px;line-height:1.55;font-weight:800;color:#1b2a1c;margin:0 0 8px}
.srvs .step-body p{font-size:14px;line-height:1.55;color:#3d4d3e;margin:0}
.srvs .step-tag{font-size:14px;line-height:1.55;color:#3F9A4E;border:1.5px solid #A1B378;border-radius:8px;padding:8px 16px;white-space:nowrap;flex-shrink:0}
.srvs .why-sect{background:#E7EFE6;padding:96px 16px}
.srvs .why-inner{max-width:1100px;margin:0 auto}
.srvs .why-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;align-items:start}
.srvs .why-featured{background:#1b2a1c;border-radius:48px;padding:56px;display:flex;flex-direction:column;gap:32px}
.srvs .why-featured h3{font-size:21px;line-height:1.55;font-weight:900;color:#fff;margin:0}
.srvs .why-featured p{font-size:17px;line-height:1.55;color:#A1B378;margin:0}
.srvs .why-stat{font-size:54px;line-height:1.1;font-weight:900;color:#3F9A4E}
.srvs .why-stat span{font-size:21px;font-weight:400;color:#A1B378;display:block;line-height:1.55}
.srvs .why-col{display:flex;flex-direction:column;gap:32px}
.srvs .why-item{background:#fff;border-radius:32px;padding:32px;position:relative;box-shadow:1px 1px 4px -2px #3f9a4e12;transition:box-shadow .18s ease-out}
.srvs .why-item:hover{box-shadow:1px 5px 25px -2px #3f9a4e1a}
.srvs .why-item-dot{width:8px;height:8px;border-radius:48px;background:#3F9A4E;display:inline-block;margin-bottom:16px}
.srvs .why-item h5{font-size:17px;line-height:1.55;font-weight:800;color:#1b2a1c;margin:0 0 8px}
.srvs .why-item p{font-size:14px;line-height:1.55;color:#3d4d3e;margin:0}
.srvs .why-h2{font-size:54px;line-height:1.1;font-weight:900;color:#1b2a1c;letter-spacing:-.02em;margin:0 0 56px}
@media (max-width: 1280px) {
.srvs .pg-h1{font-size:54px}
.srvs .offr-inner{grid-template-columns:1fr 2fr;gap:32px}
.srvs .why-grid{grid-template-columns:1fr 1fr}
.srvs .why-featured{grid-column:1 / -1;flex-direction:row;align-items:center}
}
@media (max-width: 768px) {
.srvs .pg-h1{font-size:54px}
.srvs .pg-top{padding:56px 16px 32px}
.srvs .offr-inner{grid-template-columns:1fr;gap:32px}
.srvs .offr-items{grid-template-columns:1fr;gap:16px}
.srvs .meth-top{flex-direction:column;align-items:flex-start}
.srvs .meth-h2{font-size:21px}
.srvs .meth-step{grid-template-columns:40px 1fr}
.srvs .step-tag{display:none}
.srvs .why-grid{grid-template-columns:1fr}
.srvs .why-featured{flex-direction:column}
.srvs .why-h2{font-size:21px}
.srvs .offr-label{font-size:21px}
}
@media (max-width: 480px) {
.srvs .pg-h1{font-size:21px}
.srvs .pg-img-wrap img{height:220px}
.srvs .why-featured{padding:32px}
}
.bse{display:flex;flex-direction:column;width:100%;overflow-x:hidden}
.bse *{box-sizing:border-box}
.bse ::selection{background:#3F9A4E;color:#fff;font-weight:700}
.bse img{opacity:0;transition:opacity .18s ease-out,filter .22s ease}
.bse img.loaded{opacity:1}
.bse img:hover{filter:blur(0px)!important}
.bse .pgrid{display:grid;max-width:1100px;margin:0 auto;width:100%}
.bse .scallop-bottom{position:relative}
.bse .scallop-bottom::after{content:'';display:block;position:absolute;bottom:-20px;left:0;right:0;height:20px;background:radial-gradient(circle at 50% 0%,transparent 20px,#fff 20px) -20px 0 / 40px 40px repeat-x;z-index:2}
.bse .scallop-top{position:relative}
.bse .scallop-top::before{content:'';display:block;position:absolute;top:-20px;left:0;right:0;height:20px;background:radial-gradient(circle at 50% 100%,transparent 20px,#E7EFE6 20px) -20px 0 / 40px 40px repeat-x;z-index:2}
.bse .titblk{position:relative;padding:96px 32px;background:#E7EFE6;overflow:hidden}
.bse .titblk::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 39px,#3f9a4e12 39px,#3f9a4e12 40px),repeating-linear-gradient(90deg,transparent,transparent 39px,#3f9a4e12 39px,#3f9a4e12 40px);pointer-events:none}
.bse .titblk::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;opacity:.5}
.bse .titblk-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}
.bse .titblk-txt .eyebrow{display:inline-block;font-size:14px;line-height:1.55;letter-spacing:.12em;text-transform:uppercase;color:#3F9A4E;border:1.5px solid #3F9A4E;border-radius:8px;padding:8px 16px;margin-bottom:32px}
.bse .titblk-txt h1{font-size:70px;line-height:1.1;color:#1a2e1c;margin:0 0 32px;font-weight:900}
.bse .titblk-txt h1 em{font-style:normal;color:#3F9A4E}
.bse .titblk-txt .lead{font-size:21px;line-height:1.55;color:#2d4030;max-width:480px}
.bse .titblk-img{border-radius:32px;overflow:hidden;box-shadow:1px 8px 40px -2px #3f9a4e1f}
.bse .titblk-img img{width:100%;height:420px;object-fit:cover;filter:blur(6px);border-radius:32px;display:block}
.bse .titblk-img img.loaded{filter:blur(6px)}
.bse .titblk-img img.loaded:hover{filter:blur(0px)!important}
@media (max-width: 768px) {
.bse .titblk{padding:56px 16px}
.bse .titblk-in{grid-template-columns:1fr;gap:32px}
.bse .titblk-txt h1{font-size:54px}
.bse .titblk-img img{height:280px}
}
@media (max-width: 480px) {
.bse .titblk-txt h1{font-size:54px}
}
.bse .postlst{padding:96px 32px;background:#fff}
.bse .postlst-in{max-width:1100px;margin:0 auto}
.bse .postlst-in h2{font-size:54px;line-height:1.1;color:#1a2e1c;margin:0 0 56px;font-weight:900}
.bse .pcard{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;border-radius:32px;background:#E7EFE6;overflow:hidden;box-shadow:1px 5px 25px -2px #3f9a4e1a}
.bse .pcard-img{overflow:hidden;border-radius:32px 0 0 32px}
.bse .pcard-img img{width:100%;height:380px;object-fit:cover;display:block;filter:blur(5px);transition:filter .22s ease}
.bse .pcard-img img.loaded{filter:blur(5px)}
.bse .pcard-img img.loaded:hover{filter:blur(0px)!important}
.bse .pcard-body{padding:56px 56px 56px 0}
.bse .pcard-body h3{font-size:21px;line-height:1.55;color:#1a2e1c;font-weight:800;margin:0 0 16px}
.bse .pcard-body p{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 32px}
.bse .pcard-link{display:inline-block;font-size:17px;line-height:1.55;color:#fff;background:#3F9A4E;border-radius:8px;padding:16px 32px;text-decoration:none;position:relative;border:2px solid #3F9A4E;transition:color .18s ease-out,background .18s ease-out}
.bse .pcard-link::before{content:'';position:absolute;inset:0;border-radius:8px;border:2px solid #3F9A4E;transform:scale(1.08);opacity:0;transition:opacity .15s ease-out,transform .15s ease-out}
.bse .pcard-link:hover{background:#fff;color:#3F9A4E}
.bse .pcard-link:hover::before{opacity:1;transform:scale(1)}
.bse .pcard-link:active{box-shadow:inset 1px 2px 6px #3f9a4e2e}
@media (max-width: 768px) {
.bse .postlst{padding:56px 16px}
.bse .pcard{grid-template-columns:1fr}
.bse .pcard-img{border-radius:32px 32px 0 0}
.bse .pcard-img img{height:220px;border-radius:0}
.bse .pcard-body{padding:32px}
}
.bse .themset{padding:96px 32px;background:linear-gradient(53deg,#3F9A4E,#E7EFE6)}
.bse .themset-in{max-width:1100px;margin:0 auto}
.bse .themset-in h2{font-size:54px;line-height:1.1;color:#fff;font-weight:900;margin:0 0 16px}
.bse .themset-sub{font-size:17px;line-height:1.55;color:#ffffffd9;margin:0 0 56px;max-width:600px}
.bse .themset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.bse .tcard{background:#ffffffeb;border-radius:32px;padding:32px;box-shadow:1px 5px 25px -2px #3f9a4e1a;display:flex;flex-direction:column;gap:16px}
.bse .tcard-icon{width:48px;height:48px;background:#3F9A4E;border-radius:48px;display:flex;align-items:center;justify-content:center;animation:floaticon 3.2s ease-in-out infinite}
.bse .tcard-icon ion-icon{font-size:24px;color:#fff}
@keyframes floaticon {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-5px)}
}
.bse .tcard h4{font-size:17px;line-height:1.55;color:#1a2e1c;font-weight:800;margin:0}
.bse .tcard p{font-size:14px;line-height:1.55;color:#2d4030;margin:0}
.bse .tcard-lnk{font-size:14px;line-height:1.55;color:#3F9A4E;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:8px;margin-top:auto}
.bse .tcard-lnk:hover{text-decoration:underline}
@media (max-width: 768px) {
.bse .themset{padding:56px 16px}
.bse .themset-grid{grid-template-columns:1fr;gap:16px}
.bse .themset-in h2{font-size:54px}
}
.bse .sitenav{padding:96px 32px;background:#fff}
.bse .sitenav-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:56px;align-items:start}
.bse .sitenav-left h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 16px}
.bse .sitenav-left p{font-size:17px;line-height:1.55;color:#2d4030;margin:0}
.bse .sitenav-links{display:flex;flex-direction:column;gap:16px}
.bse .snlnk{display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px 32px;border-radius:8px;background:#E7EFE6;text-decoration:none;border:1.5px solid transparent;transition:border-color .18s ease-out,box-shadow .2s ease}
.bse .snlnk:hover{border-color:#A1B378;box-shadow:1px 5px 25px -2px #a1b3781a}
.bse .snlnk-ico{width:40px;height:40px;background:#3F9A4E;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.bse .snlnk-ico ion-icon{font-size:20px;color:#fff}
.bse .snlnk-txt strong{display:block;font-size:17px;line-height:1.55;color:#1a2e1c;font-weight:800}
.bse .snlnk-txt span{font-size:14px;line-height:1.55;color:#2d4030}
@media (max-width: 768px) {
.bse .sitenav{padding:56px 16px}
.bse .sitenav-in{grid-template-columns:1fr;gap:32px}
}
.bse .numblk{padding:96px 32px;background:#E7EFE6}
.bse .numblk-in{max-width:1100px;margin:0 auto}
.bse .numblk-in h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 56px}
.bse .numgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.bse .numitem{background:#fff;border-radius:32px;padding:32px;text-align:center;box-shadow:1px 1px 4px -2px #3f9a4e12;display:flex;flex-direction:column;align-items:center;gap:8px}
.bse .numitem-val{font-size:54px;line-height:1.1;color:#3F9A4E;font-weight:900}
.bse .numitem-lbl{font-size:14px;line-height:1.55;color:#2d4030;text-transform:uppercase;letter-spacing:.1em}
@media (max-width: 768px) {
.bse .numblk{padding:56px 16px}
.bse .numgrid{grid-template-columns:repeat(2,1fr);gap:16px}
}
@media (max-width: 480px) {
.bse .numgrid{grid-template-columns:1fr}
}
.bse .connblk{padding:96px 32px;background:#fff}
.bse .connblk-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.bse .connblk-img{border-radius:48px;overflow:hidden;box-shadow:1px 8px 40px -2px #3f9a4e1f}
.bse .connblk-img img{width:100%;height:400px;object-fit:cover;display:block;filter:blur(5px);transition:filter .22s ease}
.bse .connblk-img img.loaded{filter:blur(5px)}
.bse .connblk-img img.loaded:hover{filter:blur(0px)!important}
.bse .connblk-txt h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 32px}
.bse .connblk-txt p{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 16px}
.bse .conn-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}
.bse .conn-tag{font-size:14px;line-height:1.55;color:#3F9A4E;border:1.5px solid #3F9A4E;border-radius:8px;padding:8px 16px}
@media (max-width: 768px) {
.bse .connblk{padding:56px 16px}
.bse .connblk-in{grid-template-columns:1fr}
.bse .connblk-img img{height:240px}
}
.bse .seriesblk{padding:96px 32px;background:#E7EFE6}
.bse .seriesblk-in{max-width:1100px;margin:0 auto}
.bse .seriesblk-in h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 16px}
.bse .seriesblk-sub{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 56px;max-width:600px}
.bse .series-list{display:flex;flex-direction:column;gap:32px}
.bse .sitem{display:grid;grid-template-columns:56px 1fr;gap:32px;align-items:start;background:#fff;border-radius:32px;padding:32px;box-shadow:1px 1px 4px -2px #3f9a4e12;border-left:4px solid #3F9A4E;border-top:1px solid #A1B378}
.bse .sitem-num{width:56px;height:56px;border-radius:48px;background:#3F9A4E;color:#fff;font-size:21px;line-height:1.1;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.bse .sitem-body h4{font-size:21px;line-height:1.55;color:#1a2e1c;font-weight:800;margin:0 0 8px}
.bse .sitem-body p{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 16px}
.bse .sitem-steps{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.bse .sstep{font-size:14px;line-height:1.55;background:#E7EFE6;color:#1a2e1c;border-radius:8px;padding:8px 16px;font-weight:600}
@media (max-width: 768px) {
.bse .seriesblk{padding:56px 16px}
.bse .sitem{grid-template-columns:1fr;gap:16px}
}
.bse .worthblk{padding:96px 32px;background:#fff}
.bse .worthblk-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 460px;gap:56px;align-items:center}
.bse .worthblk-txt h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 32px}
.bse .worthblk-txt p{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 16px}
.bse .worthblk-txt a{display:inline-block;font-size:17px;color:#fff;background:#1a2e1c;border-radius:8px;padding:16px 32px;text-decoration:none;margin-top:16px;border:2px solid #1a2e1c;transition:background .15s ease-out,color .15s ease-out}
.bse .worthblk-txt a:hover{background:#fff;color:#1a2e1c}
.bse .worthblk-txt a:active{box-shadow:inset 1px 2px 6px #3f9a4e2e}
.bse .worthblk-img{border-radius:32px;overflow:hidden;box-shadow:1px 5px 25px -2px #3f9a4e1a}
.bse .worthblk-img img{width:100%;height:360px;object-fit:cover;display:block;filter:blur(5px);transition:filter .22s ease}
.bse .worthblk-img img.loaded{filter:blur(5px)}
.bse .worthblk-img img.loaded:hover{filter:blur(0px)!important}
@media (max-width: 768px) {
.bse .worthblk{padding:56px 16px}
.bse .worthblk-in{grid-template-columns:1fr}
.bse .worthblk-img img{height:240px}
}
.bse .convblk{padding:96px 32px;background:linear-gradient(53deg,#E7EFE6,#A1B378)}
.bse .convblk-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.bse .convblk-txt h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 32px}
.bse .convblk-txt p{font-size:17px;line-height:1.55;color:#2d4030;margin:0 0 16px}
.bse .convblk-form{background:#fff;border-radius:32px;padding:32px;box-shadow:1px 8px 40px -2px #3f9a4e1f;display:flex;flex-direction:column;gap:16px}
.bse .convblk-form h4{font-size:21px;line-height:1.55;color:#1a2e1c;font-weight:800;margin:0}
.bse .fld{display:flex;flex-direction:column;gap:8px}
.bse .fld label{font-size:14px;line-height:1.55;color:#2d4030;font-weight:700}
.bse .fld input,.bse .fld textarea{font-size:17px;line-height:1.55;color:#1a2e1c;background:#E7EFE6;border:1.5px solid #A1B378;border-radius:8px;padding:16px;width:100%;outline:none;transition:border-color .18s ease-out,background .18s ease-out}
.bse .fld input::placeholder,.bse .fld textarea::placeholder{color:#A1B378;transition:opacity .22s ease}
.bse .fld input:focus::placeholder,.bse .fld textarea:focus::placeholder{opacity:0}
.bse .fld input:focus,.bse .fld textarea:focus{border-color:#3F9A4E;background:#fff}
.bse .fld textarea{resize:vertical;min-height:120px}
.bse .convblk-form button{font-size:17px;color:#fff;background:#3F9A4E;border:2px solid #3F9A4E;border-radius:8px;padding:16px 32px;cursor:pointer;transition:background .15s ease-out,color .15s ease-out}
.bse .convblk-form button:hover{background:#fff;color:#3F9A4E}
.bse .convblk-form button:active{box-shadow:inset 1px 2px 6px #3f9a4e38}
@media (max-width: 768px) {
.bse .convblk{padding:56px 16px}
.bse .convblk-in{grid-template-columns:1fr}
}
.bse .tmblk{padding:96px 32px;background:#fff}
.bse .tmblk-in{max-width:1100px;margin:0 auto}
.bse .tmblk-in h2{font-size:54px;line-height:1.1;color:#1a2e1c;font-weight:900;margin:0 0 56px}
.bse .tmperiod{margin-bottom:56px}
.bse .tmperiod:last-child{margin-bottom:0}
.bse .tmperiod-label{font-size:14px;line-height:1.55;text-transform:uppercase;letter-spacing:.12em;color:#3F9A4E;font-weight:800;margin-bottom:16px}
.bse .tmevents{display:flex;flex-direction:column;gap:16px;padding-left:32px;border-left:2px solid #A1B378}
.bse .tmevent{position:relative;padding:16px 32px;background:#E7EFE6;border-radius:8px}
.bse .tmevent::before{content:'';position:absolute;left:-41px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#3F9A4E;border-radius:48px;border:3px solid #fff;box-shadow:0 0 0 2px #3F9A4E}
.bse .tmevent h5{font-size:17px;line-height:1.55;color:#1a2e1c;font-weight:800;margin:0 0 8px}
.bse .tmevent p{font-size:14px;line-height:1.55;color:#2d4030;margin:0}
@media (max-width: 768px) {
.bse .tmblk{padding:56px 16px}
}
.abtAuth{max-width:100%;overflow-x:hidden}
.abtAuth .authBand{max-width:1100px;margin-left:auto;margin-right:auto;padding-left:32px;padding-right:32px}
.abtAuth .titlBlk{position:relative;padding-top:96px;padding-bottom:56px;background:linear-gradient(53deg,#3F9A4E 0%,#E7EFE6 100%);overflow:hidden}
.abtAuth .titlBlk::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 8% 20%,#ffffff8c 0%,transparent 60%);pointer-events:none}
.abtAuth .titlBlk::after{content:'';position:absolute;bottom:0;left:0;right:0;height:48px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%);pointer-events:none}
.abtAuth .titlGrid{display:flex;flex-direction:row;align-items:flex-end;gap:56px;position:relative;z-index:1}
.abtAuth .titlText{flex:1 1 0;min-width:0}
.abtAuth .titlAccBar{width:48px;height:5px;background:#fff;border-radius:8px;margin-bottom:16px}
.abtAuth .titlH1{font-size:70px;line-height:1.1;font-weight:900;color:#fff;letter-spacing:-1px;margin:0 0 16px}
.abtAuth .titlDesc{font-size:17px;line-height:1.55;color:#ffffffeb;max-width:480px;margin:0}
.abtAuth .titlImgWrap{flex:0 0 340px;width:340px;height:400px;border-radius:32px;overflow:hidden;position:relative;box-shadow:1px 8px 40px -2px #3f9a4e1f;opacity:0;animation:imgReveal .7s .2s ease-out forwards}
.abtAuth .titlImgWrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to left,#3f9a4e73 0%,transparent 60%);pointer-events:none}
.abtAuth .titlImgWrap img{width:100%;height:100%;object-fit:cover;display:block}
@keyframes imgReveal {
from{opacity:0}
to{opacity:1}
}
.abtAuth .storyBlk{padding-top:96px;padding-bottom:96px;background:#fff}
.abtAuth .storyInner{display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.abtAuth .storyLeft{flex:0 0 320px;width:320px}
.abtAuth .storyImgWrap{width:320px;height:380px;border-radius:48px 8px 48px 8px;overflow:hidden;position:relative;box-shadow:1px 5px 25px -2px #3f9a4e1a;opacity:0;animation:imgReveal .7s .4s ease-out forwards}
.abtAuth .storyImgWrap::after{content:'';position:absolute;inset:0;background:linear-gradient(53deg,#3f9a4e40 0%,transparent 55%);pointer-events:none}
.abtAuth .storyImgWrap img{width:100%;height:100%;object-fit:cover;display:block}
.abtAuth .storyCornerDeco{width:100%;margin-top:16px;border:2px solid #A1B378;border-radius:8px;padding:16px;position:relative}
.abtAuth .storyCornerDeco::before,.abtAuth .storyCornerDeco::after{content:'';position:absolute;width:14px;height:14px;background:#fff}
.abtAuth .storyCornerDeco::before{top:-2px;right:-2px;border-top:2px solid #fff;border-right:2px solid #fff}
.abtAuth .storyCornerDeco::after{bottom:-2px;left:-2px;border-bottom:2px solid #fff;border-left:2px solid #fff}
.abtAuth .storyTag{font-size:14px;line-height:1.55;color:#3F9A4E;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px}
.abtAuth .storyQuote{font-size:17px;line-height:1.55;color:#2a4a2e;margin:0;font-style:italic}
.abtAuth .storyRight{flex:1 1 0;min-width:0}
.abtAuth .storyAccBar{width:40px;height:4px;background:#3F9A4E;border-radius:8px;margin-bottom:16px}
.abtAuth .storyH2{font-size:54px;line-height:1.1;font-weight:900;color:#1b3320;margin:0 0 32px;letter-spacing:-.5px}
.abtAuth .storyPara{font-size:17px;line-height:1.55;color:#2e4033;margin:0 0 16px}
.abtAuth .storyPara:last-child{margin-bottom:0}
.abtAuth .expBlk{padding-top:96px;padding-bottom:96px;background:#E7EFE6;position:relative}
.abtAuth .expDividerTop{height:2px;background:linear-gradient(to right,#3F9A4E,#E7EFE6);margin-bottom:56px}
.abtAuth .expDividerBot{height:2px;background:linear-gradient(to right,#A1B378,#E7EFE6);margin-top:56px}
.abtAuth .expHead{text-align:center;margin-bottom:56px}
.abtAuth .expAccBar{width:40px;height:4px;background:#3F9A4E;border-radius:8px;margin:0 auto 16px}
.abtAuth .expH2{font-size:54px;line-height:1.1;font-weight:900;color:#1b3320;margin:0 0 16px}
.abtAuth .expSubtitle{font-size:17px;line-height:1.55;color:#3a5040;max-width:520px;margin:0 auto}
.abtAuth .expCols{display:flex;flex-direction:row;gap:32px;align-items:flex-end}
.abtAuth .expCard{flex:1 1 0;background:#fff;border-radius:32px;padding:32px;box-shadow:1px 1px 4px -2px #3f9a4e12;transition:box-shadow .18s ease-out,transform .18s ease-out;position:relative;overflow:hidden}
.abtAuth .expCard:nth-child(1){margin-bottom:32px}
.abtAuth .expCard:nth-child(2){margin-bottom:56px}
.abtAuth .expCard:nth-child(3){margin-bottom:0}
.abtAuth .expCard:hover{box-shadow:1px 5px 25px -2px #3f9a4e1a;transform:translateY(-4px)}
.abtAuth .expCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(53deg,#3F9A4E,#A1B378);border-radius:32px 32px 0 0}
.abtAuth .expNum{width:40px;height:40px;border-radius:48px;background:#3F9A4E;color:#fff;font-size:17px;font-weight:900;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}
.abtAuth .expCardH{font-size:21px;line-height:1.1;font-weight:900;color:#1b3320;margin:0 0 16px}
.abtAuth .expCardP{font-size:17px;line-height:1.55;color:#3a5040;margin:0}
.abtAuth .apprBlk{padding-top:96px;padding-bottom:96px;background:#fff}
.abtAuth .apprGrid{display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.abtAuth .apprTextCol{flex:1 1 0;min-width:0}
.abtAuth .apprAccBar{width:40px;height:4px;background:#3F9A4E;border-radius:8px;margin-bottom:16px}
.abtAuth .apprH2{font-size:54px;line-height:1.1;font-weight:900;color:#1b3320;margin:0 0 32px}
.abtAuth .apprPara{font-size:17px;line-height:1.55;color:#2e4033;margin:0 0 16px}
.abtAuth .apprPara:last-of-type{margin-bottom:32px}
.abtAuth .apprInlineBox{display:inline;border:1.5px solid #3F9A4E;border-radius:8px;padding:2px 8px;font-size:14px;color:#3F9A4E;font-weight:700;white-space:nowrap}
.abtAuth .apprList{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px}
.abtAuth .apprList li{display:flex;flex-direction:row;align-items:flex-start;gap:16px;font-size:17px;line-height:1.55;color:#2e4033}
.abtAuth .apprListNum{width:32px;height:32px;border-radius:48px;background:#E7EFE6;border:2px solid #A1B378;color:#3F9A4E;font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.abtAuth .apprCta{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#1b3320;color:#fff;font-size:17px;font-weight:700;border-radius:8px;text-decoration:none;border:2px solid #1b3320;position:relative;overflow:hidden;transition:color .15s ease-out,background .15s ease-out}
.abtAuth .apprCta::before{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#3F9A4E;transition:width .18s ease-out}
.abtAuth .apprCta:hover::before{width:100%}
.abtAuth .apprCta:hover{background:#3F9A4E;border-color:#3F9A4E}
.abtAuth .apprCta:active{box-shadow:inset 0 2px 6px #3f9a4e2e}
.abtAuth .apprImgCol{flex:0 0 300px;width:300px;display:flex;flex-direction:column;gap:16px}
.abtAuth .apprImgTop{width:300px;height:240px;border-radius:32px;overflow:hidden;position:relative;box-shadow:1px 5px 25px -2px #3f9a4e1a;opacity:0;animation:imgReveal .7s .3s ease-out forwards}
.abtAuth .apprImgBot{width:300px;height:180px;border-radius:8px 32px 8px 32px;overflow:hidden;position:relative;box-shadow:1px 1px 4px -2px #3f9a4e12;opacity:0;animation:imgReveal .7s .5s ease-out forwards}
.abtAuth .apprImgTop img,.abtAuth .apprImgBot img{width:100%;height:100%;object-fit:cover;display:block}
.abtAuth .apprImgTop::after,.abtAuth .apprImgBot::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 50%,#1b332059 100%);pointer-events:none}
.abtAuth .expH2 span{position:relative;display:inline-block}
.abtAuth .expH2 span::after{content:'';position:absolute;bottom:-4px;left:0;height:3px;background:#3F9A4E;border-radius:8px;animation:lineExpand 2.4s .5s ease-in-out infinite}
@keyframes lineExpand {
0%{width:0}
40%{width:100%}
60%{width:100%}
100%{width:0}
}
@media (max-width: 1280px) {
.abtAuth .titlH1{font-size:54px}
.abtAuth .titlImgWrap{flex:0 0 280px;width:280px;height:340px}
}
@media (max-width: 768px) {
.abtAuth .titlGrid{flex-direction:column;align-items:flex-start;gap:32px}
.abtAuth .titlH1{font-size:54px}
.abtAuth .titlImgWrap{flex:0 0 auto;width:100%;height:280px}
.abtAuth .storyInner{flex-direction:column;gap:32px}
.abtAuth .storyLeft{flex:0 0 auto;width:100%}
.abtAuth .storyImgWrap{width:100%;height:260px}
.abtAuth .storyH2{font-size:21px}
.abtAuth .expCols{flex-direction:column;align-items:stretch}
.abtAuth .expCard:nth-child(1),.abtAuth .expCard:nth-child(2),.abtAuth .expCard:nth-child(3){margin-bottom:0}
.abtAuth .expH2{font-size:21px}
.abtAuth .apprGrid{flex-direction:column;gap:32px}
.abtAuth .apprImgCol{flex:0 0 auto;width:100%}
.abtAuth .apprImgTop{width:100%;height:200px}
.abtAuth .apprImgBot{width:100%;height:160px}
.abtAuth .apprH2{font-size:21px}
}
@media (max-width: 480px) {
.abtAuth .authBand{padding-left:16px;padding-right:16px}
.abtAuth .titlH1{font-size:21px}
.abtAuth .titlBlk{padding-top:56px;padding-bottom:32px}
.abtAuth .storyBlk,.abtAuth .expBlk,.abtAuth .apprBlk{padding-top:56px;padding-bottom:56px}
.abtAuth .apprCta{padding:16px;font-size:14px}
}
.blg{max-width:100%;overflow-x:hidden}
.blg .pg-band{background:#3F9A4E;background:linear-gradient(53deg,#3F9A4E 0%,#E7EFE6 100%);padding:96px 16px 56px;position:relative}
.blg .pg-band::before{content:'';position:absolute;top:24px;left:24px;width:60px;height:60px;border-top:1px solid #ffffff59;border-left:1px solid #ffffff59;border-radius:8px 0 0 0;pointer-events:none}
.blg .pg-band::after{content:'';position:absolute;bottom:24px;right:24px;width:40px;height:40px;border-bottom:1px solid #3f9a4e66;border-right:1px solid #3f9a4e66;border-radius:0 0 8px 0;pointer-events:none}
.blg .pg-inner{max-width:1100px;margin:0 auto}
.blg .pg-band .pg-inner{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.blg .pg-label{font-size:14px;line-height:1.55;letter-spacing:.12em;text-transform:uppercase;color:#3F9A4E;background:#ffffffb3;border:1px solid #3f9a4e4d;padding:8px 16px;border-radius:8px}
.blg .pg-h1{font-size:70px;line-height:1.1;font-weight:900;color:#1b3a1f;max-width:680px;margin:0}
.blg .pg-desc{font-size:21px;line-height:1.55;color:#2d4a30;max-width:520px;margin:0;margin-left:96px}
.blg .divider-shape{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px;padding:32px 0}
.blg .divider-shape::before,.blg .divider-shape::after{content:'';flex:1;height:1px;background:#A1B378}
.blg .divider-gem{width:10px;height:10px;background:#3F9A4E;transform:rotate(45deg);border-radius:2px;flex-shrink:0}
.blg .posts-area{background:#fff;padding:56px 16px}
.blg .posts-area .pg-inner{display:flex;flex-direction:column;gap:32px}
.blg .posts-area .area-hd{font-size:54px;line-height:1.1;font-weight:900;color:#1b3a1f;margin:0}
.blg .card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.blg .art-card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;background:#fff;box-shadow:1px 5px 25px -2px #3f9a4e1a;transition:box-shadow .18s ease-out,transform .18s ease-out;text-decoration:none;color:inherit}
.blg .art-card:hover{box-shadow:1px 8px 40px -2px #3f9a4e1f;transform:translateY(-2px)}
.blg .art-card:focus-visible{outline:2px solid #3F9A4E;outline-offset:2px}
.blg .card-img-wrap{width:100%;height:200px;overflow:hidden;position:relative}
.blg .card-img-wrap img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease}
.blg .card-img-wrap img.loaded{opacity:1}
.blg .card-body{display:flex;flex-direction:column;gap:16px;padding:32px;flex:1}
.blg .card-art-title{font-size:21px;line-height:1.55;font-weight:700;color:#1b3a1f;margin:0}
.blg .card-art-desc{font-size:17px;line-height:1.55;color:#3a4d3c;margin:0;flex:1}
.blg .card-read{display:inline-flex;flex-direction:row;align-items:center;gap:8px;font-size:14px;line-height:1.55;font-weight:700;color:#3F9A4E;text-transform:uppercase;letter-spacing:.08em;position:relative;padding-bottom:2px}
.blg .card-read::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#3F9A4E;transition:width .15s ease-out}
.blg .art-card:hover .card-read::after{width:100%}
.blg .card-read ion-icon{font-size:14px;transition:transform .15s ease-out}
.blg .art-card:hover .card-read ion-icon{transform:translateX(4px)}
.blg .divider-shape.alt::before,.blg .divider-shape.alt::after{background:#E7EFE6}
.blg .divider-shape.alt .divider-gem{background:#A1B378}
.blg .about-band{background:#E7EFE6;padding:56px 16px}
.blg .about-band .pg-inner{display:grid;grid-template-columns:4px 1fr;gap:32px;align-items:stretch}
.blg .about-vbar{width:4px;background:#3F9A4E;border-radius:8px;min-height:100%}
.blg .about-txt{display:flex;flex-direction:column;gap:16px}
.blg .about-txt h2{font-size:54px;line-height:1.1;font-weight:900;color:#1b3a1f;margin:0}
.blg .about-txt p{font-size:17px;line-height:1.55;color:#3a4d3c;margin:0;max-width:700px}
.blg .about-txt .accent-box{display:inline-block;border:1px solid #3F9A4E;border-radius:8px;padding:8px 16px;font-size:14px;line-height:1.55;color:#3F9A4E;font-weight:700;align-self:flex-start}
.blg .divider-shape.v2::before,.blg .divider-shape.v2::after{background:#A1B378;opacity:.5}
.blg .divider-shape.v2 .divider-gem{width:8px;height:8px;background:#A1B378}
.blg .imgbg-band{position:relative;padding:96px 16px;overflow:hidden}
.blg .imgbg-band .bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease;animation:slowzoom 14s ease-in-out infinite alternate}
.blg .imgbg-band .bg-img.loaded{opacity:1}
@keyframes slowzoom {
from{transform:scale(1)}
to{transform:scale(1.06)}
}
.blg .imgbg-band .bg-overlay{position:absolute;inset:0;background:#e7efe6d1;pointer-events:none}
.blg .imgbg-band .pg-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px;max-width:700px}
.blg .imgbg-band h2{font-size:54px;line-height:1.1;font-weight:900;color:#1b3a1f;margin:0}
.blg .imgbg-band p{font-size:17px;line-height:1.55;color:#2d4a30;margin:0}
.blg .faq-list{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}
.blg .faq-item{background:#ffffffbf;border-radius:8px;border:1px solid #3f9a4e33}
.blg .faq-item summary{display:flex;flex-direction:row;align-items:center;gap:16px;padding:16px 32px;cursor:pointer;list-style:none;font-size:17px;line-height:1.55;font-weight:700;color:#1b3a1f;user-select:none;transition:color .15s ease-out}
.blg .faq-item summary::-webkit-details-marker{display:none}
.blg .faq-item summary:hover{color:#3F9A4E}
.blg .faq-item[open] summary{color:#3F9A4E}
.blg .faq-icon{width:20px;height:20px;flex-shrink:0;margin-left:auto;position:relative;display:flex;align-items:center;justify-content:center}
.blg .faq-icon::before,.blg .faq-icon::after{content:'';position:absolute;background:#3F9A4E;border-radius:2px;transition:transform .18s ease-out,opacity .18s ease-out}
.blg .faq-icon::before{width:12px;height:2px}
.blg .faq-icon::after{width:2px;height:12px}
.blg .faq-item[open] .faq-icon::after{transform:rotate(90deg);opacity:0}
.blg .faq-item .faq-body{padding:0 32px 16px;font-size:17px;line-height:1.55;color:#3a4d3c}
.blg .faq-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:48px;background:#3F9A4E;color:#fff;font-size:14px;font-weight:700;flex-shrink:0}
.blg .tips-band{background:#1b3a1f;padding:56px 16px}
.blg .tips-band .pg-inner{display:flex;flex-direction:column;gap:32px}
.blg .tips-band h2{font-size:54px;line-height:1.1;font-weight:900;color:#E7EFE6;margin:0;max-width:600px}
.blg .tips-band p.sub{font-size:17px;line-height:1.55;color:#A1B378;margin:0;max-width:560px}
.blg .tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.blg .tip-item{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#ffffff0d;border:1px solid #a1b37833;border-radius:8px;padding:32px}
.blg .tip-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:48px;background:#3F9A4E;color:#fff;font-size:17px;font-weight:700;flex-shrink:0}
.blg .tip-body{display:flex;flex-direction:column;gap:8px}
.blg .tip-body h4{font-size:17px;line-height:1.55;font-weight:700;color:#E7EFE6;margin:0}
.blg .tip-body p{font-size:14px;line-height:1.55;color:#A1B378;margin:0}
.blg .tip-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:#A1B378;font-size:21px}
.blg .tip-icon ion-icon{font-size:21px;transition:transform .6s cubic-bezier(0.34,1.56,0.64,1)}
.blg .tip-item:hover .tip-icon ion-icon{transform:rotate(360deg)}
@media (max-width: 1280px) {
.blg .card-grid{grid-template-columns:repeat(2,1fr)}
.blg .pg-h1{font-size:54px}
}
@media (max-width: 768px) {
.blg .card-grid{grid-template-columns:1fr}
.blg .pg-h1{font-size:54px}
.blg .pg-desc{margin-left:0}
.blg .tips-grid{grid-template-columns:1fr}
.blg .about-band .pg-inner{grid-template-columns:4px 1fr}
}
@media (max-width: 480px) {
.blg .pg-h1{font-size:54px}
.blg .pg-band{padding:56px 16px 32px}
.blg .card-body{padding:16px}
.blg .faq-item summary{padding:16px}
.blg .faq-item .faq-body{padding:0 16px 16px}
.blg .tip-item{padding:16px}
}
.successPage{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 32px;background:#E7EFE6}
.successPage .msgWrap{max-width:1100px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}
.successPage .iconCircle{width:80px;height:80px;border-radius:48px;background:#3F9A4E;display:flex;align-items:center;justify-content:center;box-shadow:1px 8px 40px -2px #3f9a4e1f;flex-shrink:0}
.successPage .iconCircle svg{width:36px;height:36px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.successPage .msgTitle{font-size:54px;line-height:1.1;color:#1b3a20;font-weight:900;letter-spacing:-.5px;margin:0}
.successPage .msgSubtitle{font-size:21px;line-height:1.55;color:#3a4d35;margin:0;max-width:560px}
.successPage .msgNote{font-size:14px;line-height:1.55;color:#5a7055;border:1px solid #A1B378;border-radius:8px;padding:16px 32px;max-width:480px}
.successPage .backBtn{display:inline-block;padding:16px 32px;background:#1b3a20;color:#E7EFE6;font-size:17px;line-height:1.55;font-weight:700;border-radius:8px;text-decoration:none;border:2px solid transparent;box-shadow:1px 5px 25px -2px #3f9a4e1a;position:relative;transition:color .15s ease-out,background .15s ease-out;overflow:hidden}
.successPage .backBtn::before{content:'';position:absolute;inset:0;border-radius:8px;border:2px solid #3F9A4E;opacity:0;transition:opacity .18s ease;pointer-events:none}
.successPage .backBtn:hover::before{opacity:1}
.successPage .backBtn:hover{background:#3F9A4E;color:#fff}
.successPage .backBtn:active{box-shadow:inset 1px 1px 4px -2px #3f9a4e12}
@media (max-width: 480px) {
.successPage{padding:56px 16px}
.successPage .msgTitle{font-size:21px}
.successPage .msgSubtitle{font-size:17px}
.successPage .msgWrap{gap:16px}
}