:root{--teal:#007e94;--lime:#b3d92c;--dark:#073d33;--paper:#f8f7f2;--ink:#153e38;--muted:#58706a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.6;background:white}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid var(--teal);outline-offset:5px}.wrap{width:min(1220px,calc(100% - 80px));margin:auto}.topbar{background:var(--dark);color:#fff;font-size:12px;letter-spacing:.035em;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between}.topbar .wrap>span:last-child{color:var(--lime);font-weight:bold}header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);border-bottom:1px solid #e4ebe8}.nav{height:93px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:9px;line-height:.98}.brand b{display:block;color:var(--teal);font-size:30px;font-weight:900;letter-spacing:1px}.brand strong{color:#91b52c;font-size:24px}.mark{display:block;width:49px;height:49px;overflow:hidden;position:relative;flex-shrink:0}.mark img{position:absolute;width:164px;max-width:none;left:-57px;top:-40px}nav{display:flex;gap:28px;font-size:14px;font-weight:600}nav a:hover{color:var(--teal)}.navright{display:flex;gap:24px;align-items:center}.language{display:flex;gap:7px;align-items:center;font-size:14px}.language button{border:0;background:none;color:#76857f;padding:5px 0}.language button[aria-pressed=true]{color:var(--teal);font-weight:800}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--lime);color:#183e23;padding:15px 25px;border-radius:7px;font-weight:750;border:0;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:#c4e750;transform:translateY(-2px)}.small{font-size:14px;padding:11px 18px}.hero{position:relative;background:var(--paper);overflow:hidden}.slides{position:relative;height:650px}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s,visibility .7s}.slide.active{opacity:1;visibility:visible}.hero-photo{position:absolute;right:0;width:65%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#f8f7f2 0%,#f8f7f2 30%,rgba(248,247,242,.92) 39%,rgba(248,247,242,.1) 66%,transparent 100%)}.hero-inner{position:relative;height:100%;display:flex;align-items:center}.hero-copy{width:53%;padding-bottom:40px}.pill{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.13em;color:var(--teal);margin-bottom:21px}h1{font-size:clamp(42px,4.7vw,69px);letter-spacing:-2.8px;line-height:1.04;margin:0 0 25px;font-weight:850}em{font-style:normal;color:var(--teal)}h1 em{color:#80a819}.hero-copy p{max-width:420px;line-height:1.75;color:#496059;margin-bottom:25px}.textlink{font-weight:700;color:var(--teal);font-size:14px;display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px}.hero-copy .textlink{margin-left:20px}.controls{position:absolute;bottom:24px;left:0;right:0;display:flex;gap:22px;align-items:center}.dots{display:flex;gap:8px}.dots button{border:0;background:#bfcac0;width:8px;height:8px;padding:0;border-radius:8px;transition:width .3s}.dots button.selected{width:32px;background:var(--teal)}.slidecount{font-size:12px;font-weight:bold}.controls>button{background:transparent;border:0;padding:8px}.arrows{margin-left:auto;display:flex;gap:8px}.arrows button{height:40px;width:40px;border-radius:50%;background:white;border:1px solid #d8e3d8;color:var(--dark)}.benefits{background:var(--dark);color:white}.benefits>.wrap{display:grid;grid-template-columns:repeat(3,1fr);padding:24px 0;gap:30px}.benefits .wrap>span{display:flex;gap:18px;align-items:center;font-size:14px}.benefits b{color:var(--lime);font-size:13px}.section{padding-top:95px;padding-bottom:95px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--teal);display:block;margin-bottom:18px}h2{font-size:42px;line-height:1.15;letter-spacing:-1.4px;margin:0 0 25px}h3{font-size:20px;line-height:1.3;margin:0 0 10px}.sectionhead{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:35px}.sectionhead>p{max-width:365px;margin-bottom:25px;color:var(--muted)}.solutiongrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.solution{padding:30px;background:#f5f7f3;border:1px solid #e4ebe3;border-radius:9px;transition:background .2s,transform .2s}.solution:hover{background:#edf4dd;transform:translateY(-4px)}.solution .number{font-size:12px;color:var(--teal);display:block;margin-bottom:32px;letter-spacing:2px}.solution p{color:var(--muted);font-size:15px;min-height:48px}.solution>a{font-size:14px;font-weight:bold;color:var(--teal);display:flex;justify-content:space-between;margin-top:22px}.footnote{font-size:12px;color:#63766f;margin-top:20px;line-height:1.6}.about{background:var(--paper)}.aboutgrid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.aboutimage{position:relative;height:540px;border-radius:10px;overflow:hidden}.aboutimage>img{width:100%;height:100%;object-fit:cover}.imagecaption{position:absolute;left:24px;right:24px;bottom:24px;background:var(--dark);color:white;padding:22px 26px;font-size:23px;line-height:1.4;border-radius:5px}.imagecaption b{color:var(--lime)}.aboutgrid>div>p{color:var(--muted)}.reason{display:flex;gap:22px;margin-top:27px}.reason>b{color:var(--teal);font-size:13px;padding-top:4px}.reason h3{font-size:18px}.reason p{font-size:14px;color:var(--muted);margin-top:8px}.aboutgrid .textlink{margin-top:22px}.industries{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.industries article{border-bottom:1px solid #dce5dd}.industries img,.typecard{width:100%;height:255px;object-fit:cover;border-radius:8px}.industries article>div:not(.typecard){padding:23px 0}.industries article>div>span{font-size:12px;color:var(--teal)}.industries h3{margin-top:12px}.industries p{font-size:14px;color:var(--muted)}.typecard{display:flex;align-items:center;justify-content:center;padding:30px;background:var(--dark)}.industries .typecard>span{color:white;font-size:29px;font-weight:800;line-height:1.25;letter-spacing:-.7px}.typecard em{color:var(--lime)}.steps{background:var(--dark);color:white}.steps .eyebrow,.steps em{color:var(--lime)}.stepgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:45px}.stepgrid b{font-size:15px;color:var(--lime);display:block;border-top:1px solid #467060;padding-top:18px;margin-bottom:25px}.stepgrid p{font-size:14px;color:#c4d4cb}.document{margin-top:40px;padding-top:30px;border-top:1px solid #426358;display:flex;flex-direction:column;gap:8px}.document span{font-size:14px;color:#d0ddd5}.faq{display:grid;grid-template-columns:1fr 1.5fr;gap:90px}details{border-bottom:1px solid #d8e2d8;padding:20px 0}summary{cursor:pointer;font-weight:700;list-style:none;padding-right:30px;position:relative}summary:after{content:'+';position:absolute;right:3px;font-size:23px;line-height:1}details[open] summary:after{content:'−'}details p{color:var(--muted);font-size:15px}.application{background:#f0f4e9}.applygrid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.applygrid>div>p{max-width:400px;color:var(--muted)}.formnote{border-left:3px solid #94b632;padding-left:20px;margin-top:40px;font-size:14px}.formnote p{color:var(--muted);max-width:365px}form{padding:34px;background:white;border-radius:10px;box-shadow:0 8px 35px #173e3210}.formfields{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.full{grid-column:1/-1}input,select,textarea{width:100%;padding:11px;border:1px solid #cedbd2;border-radius:5px;background:#fff;color:var(--ink);font-size:16px}input:focus,select:focus,textarea:focus{outline:2px solid var(--teal);outline-offset:1px}form>.button{margin-top:22px;width:100%}#formstatus{font-size:14px;color:var(--teal)}footer .wrap{padding:35px 0;display:flex;justify-content:space-between;align-items:center;gap:25px}footer .brand{transform:scale(.8);transform-origin:left center}footer span,footer small{font-size:13px;color:var(--muted)}.skip{position:fixed;left:15px;top:-100px;background:white;z-index:100;padding:10px}.skip:focus{top:10px}@media(min-width:1600px){.slides{height:740px}.hero-copy{padding-bottom:0}}@media(max-width:1050px){nav{gap:15px}.navright{gap:15px}.navright .small{display:none}.hero-copy .textlink{display:block;width:max-content;margin:18px 0 0}.hero-copy{width:58%}.aboutgrid{gap:40px}.applygrid{gap:40px}h2{font-size:35px}.faq{gap:35px}.wrap{width:calc(100% - 48px)}}@media(max-width:700px){.wrap{width:calc(100% - 36px)}.topbar{font-size:10px}.topbar .wrap>span:last-child{display:none}.nav{height:77px;gap:14px}.brand b{font-size:25px}.brand strong{font-size:20px}.mark{transform:scale(.88);margin-right:-4px}nav{display:none}.slides{height:780px}.hero-photo{top:400px;bottom:0;width:100%;height:380px;object-position:center 42%}.hero-shade{background:linear-gradient(180deg,var(--paper) 0%,var(--paper) 47%,rgba(248,247,242,.9) 51%,transparent 63%)}.hero-inner{align-items:flex-start}.hero-copy{width:100%;padding-top:32px;padding-bottom:0}.pill{font-size:10px;margin-bottom:14px}h1{font-size:45px;letter-spacing:-1.8px;line-height:1.04;margin-bottom:17px}.hero-copy p{font-size:14px;line-height:1.6;margin:0 0 18px;max-width:360px}.hero-copy .button{font-size:14px;padding:12px 18px}.hero-copy .textlink{display:inline-block;margin:0 0 0 12px;font-size:12px}.controls{bottom:15px;background:rgba(255,255,255,.94);border-radius:30px;padding:5px 13px;gap:15px}.arrows button{width:32px;height:32px}.benefits>.wrap{gap:12px;padding:20px 0}.benefits .wrap>span{flex-direction:column;align-items:flex-start;gap:4px;font-size:12px;line-height:1.4}.section{padding-top:60px;padding-bottom:60px}.sectionhead{display:block;margin-bottom:25px}.sectionhead>p{font-size:15px}h2{font-size:32px;letter-spacing:-.8px}.eyebrow{font-size:10px;margin-bottom:14px}.solutiongrid{grid-template-columns:1fr 1fr;gap:12px}.solution{padding:20px 15px}.solution .number{margin-bottom:22px}.solution h3{font-size:18px}.solution p{font-size:13px;min-height:65px}.solution>a{font-size:12px}.aboutgrid,.applygrid,.faq{grid-template-columns:1fr;gap:35px}.aboutimage{height:380px}.imagecaption{font-size:21px}.industries{grid-template-columns:1fr;gap:28px}.industries img,.typecard{height:280px}.stepgrid{grid-template-columns:1fr 1fr;gap:22px;margin-top:30px}.stepgrid h3{font-size:18px}.stepgrid b{margin-bottom:17px}.formnote{margin-top:25px}form{padding:23px 18px}.formfields{gap:16px;grid-template-columns:1fr}.full{grid-column:auto}footer .wrap{flex-wrap:wrap;gap:10px}footer .wrap>span{display:none}footer small{font-size:11px}.faq h2{margin-bottom:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.industrytoolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:20px}.industrytoolbar p{margin:0;color:var(--muted);font-size:14px}.industryarrows{display:flex;gap:10px}.industryarrows button{width:42px;height:42px;border:1px solid #bad0c5;border-radius:50%;color:var(--dark);background:white}.industryarrows button:disabled{opacity:.3;cursor:default}.industries{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:24px;scrollbar-width:none;padding-bottom:6px}.industries::-webkit-scrollbar{display:none}.industries article{flex:0 0 calc((100% - 48px)/3);scroll-snap-align:start;min-width:0}.industrydots{display:flex;justify-content:center;gap:8px;margin-top:25px}.industrydots button{width:9px;height:9px;background:#b7c9c0;border:0;border-radius:10px;padding:0}.industrydots button[aria-pressed=true]{background:var(--teal);width:25px}.sitefooter{background:#edf4f2;padding:0 0 30px}.sitefooter .footerbrand{padding:32px 0 22px;border-bottom:1px solid #d6e4dc}.sitefooter .footerinformation{display:block;text-align:right;padding:25px 0 0;color:#486b65}.footerinformation p{font-size:14px;margin:0}.footerlinks{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:4px;gap:0}.footerlinks button,.footerlinks a{border:0;background:none;font-size:14px;color:var(--teal);padding:0 7px;line-height:1.3;cursor:pointer}.footerlinks>*+*{border-left:1px solid #92b8ae}.footerlinks>*:first-child{padding-left:0}.footerlinks>*:last-child{padding-right:0}.footerinformation .updated{margin:30px 0 20px}.certifications{position:relative;overflow:hidden;width:288px;height:80px;margin:0 0 20px auto}.certifications img{position:absolute;width:635px;height:243px;max-width:none;left:-310px;top:-148px;mix-blend-mode:multiply}.sitefooter small{font-size:12px}dialog{max-width:600px;width:calc(100% - 36px);border:1px solid #c4d7cb;border-radius:12px;padding:30px;color:var(--ink)}dialog::backdrop{background:#002e25aa}.dialogheading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.dialogheading h2{font-size:26px;margin-bottom:15px}.dialogheading button{font-size:28px;border:0;background:transparent;color:var(--teal);line-height:1}dialog p{font-size:16px;line-height:1.7}@media(max-width:900px){.industries article{flex-basis:calc((100% - 24px)/2)}}@media(max-width:700px){.industries article{flex-basis:88%}.industrytoolbar p{font-size:13px;max-width:210px}.industryarrows button{width:36px;height:36px}.sitefooter .footerinformation{text-align:center}.footerlinks{justify-content:center;row-gap:10px}.footerlinks button,.footerlinks a{font-size:13px}.certifications{margin:0 auto 20px}.footerinformation .updated{margin-top:24px}.sitefooter .footerbrand{justify-content:center}.sitefooter .footerbrand>span{display:none}}
