@font-face{font-family:heatwood;src:url(/fonts/heatwood/Heatwood.ttf) format(truetype);font-weight:400;font-style:normal}@font-face{font-family:tenorsans;src:url(/fonts/Tenor_Sans/TenorSans-Regular.ttf) format(truetype);font-weight:400;font-style:normal}@font-face{font-family:bacalisties;src:url(/fonts/bacalisties/Bacalisties.ttf) format(truetype);font-weight:400;font-style:normal}#root{width:100%;min-height:100vh}:root{--header-height: 130px}@media(max-width:900px){:root{--header-height: 100px}}*{margin:0;padding:0;box-sizing:border-box}.pnf-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.pnf-wrapper:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-10deg);z-index:-1}.pnf-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:120px 24px 80px;text-align:center}.pnf-tree-wrap{margin-bottom:20px;margin-left:-50px}.pnf-tree{width:72px;height:auto;object-fit:contain;display:block}.pnf-code{font-family:tenorsans;font-weight:900;font-size:7rem;color:#2a5424;line-height:1;margin:0 0 12px}.pnf-wrap{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0}.pnf-o-img{width:100%;height:70%;object-fit:contain}.pnf-rule{width:120px;height:2px;background-color:#8b3a2a;border-radius:2px;margin:0 auto 24px}.pnf-title{font-family:tenorsans;font-weight:700;font-size:1.8rem;color:#2a5424;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px}.pnf-desc{font-family:TenorSans,serif;font-size:1rem;color:#5a4a2a;line-height:1.8;max-width:36ch;margin:0 auto 40px}.pnotf-btn{display:inline-block;background:linear-gradient(to bottom,#005d30,#082818);color:#fff;text-decoration:none;font-family:tenorsans;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;margin:30px;padding:14px 48px;border-top-left-radius:100px;border-bottom-right-radius:100px}.pnotf-btn:hover{background-color:#2a5424;transform:scale(1.04)}@media(max-width:600px){.pnf-code{font-size:5rem}.pnf-title{font-size:1.35rem}.pnf-desc{font-size:.88rem}.pnf-btn{font-size:.7rem;padding:12px 36px}}@media(max-width:380px){.pnf-code{font-size:3.8rem}.pnf-title{font-size:1.1rem}.pnf-desc{font-size:.78rem}.pnf-tree{width:60px}.pnotf-btn{font-size:.6rem}}.page-bg{display:flex;flex-direction:column;align-items:center;padding:0 20px;position:fixed;top:2%;left:0;right:0;width:100%;z-index:1000}.header-wrapper{width:100%;max-width:1100px;padding-top:20px}.header-pill{background:linear-gradient(to right,#fff,#fff6d9);border-radius:60px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 24px #503c141a,0 1px 4px #503c140f;border:1px solid rgba(180,160,100,.18);gap:8px;position:relative}.logo{display:flex;align-items:center;text-decoration:none;width:120px;flex-shrink:0}.logo-img{position:absolute;top:-10px;height:53px;width:auto;object-fit:cover;display:block}.nav{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.nav-link{font-family:Tenorsans;font-size:.72rem;font-weight:600;letter-spacing:.1em;color:#005d30;text-decoration:none;padding:6px 12px;border-radius:30px;white-space:nowrap;flex-shrink:0}.nav-link:hover{color:#5a4a2a;background:#2d5a2714}.divider{width:3px;height:36px;background:linear-gradient(to bottom,#082818,#005d30);flex-shrink:0}.actions{display:flex;align-items:center;gap:6px;flex-shrink:0;width:120px;justify-content:flex-end}.action-btn{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .22s ease;flex-shrink:0;padding:0;overflow:hidden}.action-icon{width:20px;height:20px;object-fit:contain;display:block}.action-btn-globe{background:#2d5a27}.action-btn-globe:hover{background:#3a7232;transform:scale(1.07)}.action-btn-user{background:#8b3a2a}.action-btn-user:hover{background:#a04535;transform:scale(1.07)}.action-btn-phone{background:#2d5a27}.action-btn-phone:hover{background:#3a7232;transform:scale(1.07)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#3a2a0a;padding:4px;border-radius:8px;transition:background .2s}.mobile-menu-btn:hover{background:#2d5a2714}.mobile-nav{display:none;flex-direction:column;gap:0;background:#faf7f0;border-radius:24px;margin-top:8px;padding:16px 20px;box-shadow:0 4px 24px #503c141a;border:1px solid rgba(180,160,100,.18);overflow:hidden;animation:slideDown .25s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav.open{display:flex}.mobile-nav-link{font-family:Raleway,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.12em;color:#5a4a2a;text-decoration:none;padding:12px 16px;border-radius:12px;transition:all .2s ease;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{color:#2d5a27;background:#2d5a2714}.mobile-actions{display:flex;gap:10px;padding:14px 16px 4px;border-top:1px solid rgba(180,160,100,.2);margin-top:8px}@media(max-width:1024px)and (min-width:769px){.logo{width:100px}.nav-link{font-size:.65rem;padding:6px 9px;letter-spacing:.07em}}@media(max-width:900px)and (min-width:769px){.logo{width:90px}.nav-link{font-size:.6rem;padding:6px 7px;letter-spacing:.05em}}@media(max-width:768px){.nav,.divider,.actions{display:none}.mobile-menu-btn{display:flex}.header-pill{padding:10px 16px}.header-wrapper{padding-top:12px;padding-bottom:8px}.logo{width:auto}}.cgb-wrapper{width:100%;overflow:hidden;position:relative}.cgb-wrapper:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.cgb-top{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding:3% 0;z-index:1}.cgb-bg-circle{position:absolute;top:10%;left:-4%;width:52%;opacity:.07;pointer-events:none;z-index:0}.cgb-tree-icon{width:5%;min-width:32px;z-index:1;position:relative;margin-bottom:1.5%}.cgb-heading{position:relative;z-index:0;text-align:center;overflow:visible}.cgb-heading h1{font-family:Tenorsans;font-weight:800;font-size:3rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;line-height:1.1}.cgb-heading h2{font-family:heatwood;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:3rem;padding-right:2rem;line-height:2.1;margin-top:-14px}.cgb-images{position:relative;width:100%;display:flex;align-items:flex-end;z-index:2}.cgb-img-slot{position:relative;flex-shrink:0;margin:0}.cgb-img-slot--left{width:34%}.cgb-img-slot--left .cgb-img-inner{width:100%;padding-top:120%;position:relative;overflow:hidden;border-radius:0 6% 6% 0}.cgb-img-slot--center{width:30%;object-fit:contain;display:flex;justify-content:center}.cgb-img-slot--center .cgb-img-inner{width:100%;padding-top:120%;position:relative;overflow:hidden;border-radius:8%}.cgb-img-slot--right{width:38%}.cgb-img-slot--right .cgb-img-inner{width:100%;padding-top:62%;position:relative;overflow:hidden;border-radius:6% 0 0 6%}.cgb-img-inner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}@media(min-width:1440px){.cgb-heading h1{font-size:5rem}.cgb-heading h2{font-size:3rem;padding-left:17rem}}@media(max-width:1440px){.cgb-heading h1{font-size:4rem}.cgb-heading h2{font-size:2.5rem;padding-left:15rem}.cgb-tree-icon{width:9%;min-width:22px}.cgb-top{padding:5% 0 3%}.cgb-img-slot--left .cgb-img-inner{padding-top:145%;border-radius:0 5% 5% 0}.cgb-img-slot--center .cgb-img-inner{padding-top:147%;border-radius:7%}.cgb-img-slot--right .cgb-img-inner{padding-top:83%;border-radius:5% 0 0 5%}}@media(max-width:768px){.cgb-heading h1{font-size:2.5rem}.cgb-heading h2{font-size:1.5rem;padding-left:11rem}}@media(max-width:480px){.cgb-heading h1{font-size:1.6rem}.cgb-heading h2{font-size:1.3rem;padding-left:7.6rem;margin-top:-.8%}}@media(max-width:360px){.cgb-heading h1{font-size:1.2rem}.cgb-heading h2{font-size:1rem;padding-left:5rem;margin-top:-.5%}.cgb-img-slot--left .cgb-img-inner{padding-top:140%}.cgb-img-slot--center .cgb-img-inner{padding-top:145%}.cgb-img-slot--right .cgb-img-inner{padding-top:80%}}.first-section{width:100%;position:relative;z-index:1;display:flex;flex-direction:column;padding-bottom:50px}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:50px 80px}.hero-title{display:flex;flex-direction:column;gap:2px;margin-bottom:18px;margin-top:110px}.hero-script{font-family:heatwood;font-size:5rem;background:linear-gradient(to left,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:2;font-weight:400;letter-spacing:.01em}.hero-bold{font-family:TenorSans;font-size:3.6rem;background:linear-gradient(to left,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:.8;font-weight:400;letter-spacing:.04em;padding-top:15px;text-transform:uppercase}.hero-description{font-family:TenorSans;font-size:1.4rem;font-weight:600;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.4;max-width:600px}.hero-bottom-bar{display:flex;align-items:stretch;width:100%;height:90px;margin-bottom:60px;position:relative}.hero-pill{background:linear-gradient(to bottom,#fff6d9,#fff);display:flex;align-items:center;justify-content:flex-start;padding:0 48px;width:320px;flex-shrink:0;border-bottom-right-radius:160px}.hero-pill-text{font-family:TenorSans;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.4;font-size:1.9rem;font-weight:700;text-transform:uppercase}.hero-stats{display:flex;gap:64px;padding:0 64px 20px;flex:1;position:relative}.hero-stat{display:flex;flex-direction:column;align-items:flex-start;position:relative}.stat-number{font-family:TenorSans;font-size:5rem;color:#ffffff4d;line-height:1;font-weight:700;letter-spacing:.02em;-webkit-user-select:none;user-select:none;position:absolute;bottom:100%;left:-8px;margin-bottom:-60px}.stat-text{font-family:TenorSans;font-size:1.4rem;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.4}@media(min-width:1400px){.hero-content{padding:50px 100px}.hero-pill{width:460px;padding:0 100px}.hero-stats{padding:0 80px 20px;gap:25%}.hero-script{font-size:4rem}.hero-bold{font-size:5rem}.stat-number{font-size:7rem}}@media(max-width:1400px)and (min-width:1025px){.hero-pill{width:480px;padding:0 80px}.hero-stats{gap:25%;padding-bottom:20px}.hero-script{font-size:3rem}.hero-bold{font-size:4rem}.stat-number{font-size:6rem}.stat-text{font-size:1rem}}@media(max-width:1024px){.hero-content{padding:60px 50px}.hero-script{font-size:3rem}.hero-bold{font-size:3.3rem}.hero-description{font-size:1.2rem}.hero-pill-text{font-size:1.5rem}.hero-stats{gap:25%;padding:0 40px 20px}.stat-number{font-size:5rem;margin-bottom:-40px}.stat-text{font-size:1rem}}@media(max-width:768px){.hero-content{padding:60px 40px}.hero-title{margin-top:80px}.hero-script{font-size:3rem}.hero-bold{font-size:2.2rem}.hero-description{font-size:1rem}.hero-bottom-bar{height:auto;margin-bottom:10px;align-items:center}.hero-pill{width:260px;height:100%;min-height:60px}.hero-pill-text{font-size:1rem}.hero-stats{gap:10%;padding:12px 24px}.stat-number{font-size:4rem;margin-bottom:-30px}.stat-text{font-size:.7rem}}@media(max-width:600px){.hero-content{padding:40px 30px}.hero-title{margin-top:90px}.hero-script,.hero-bold{font-size:2rem}.hero-description{font-size:.88rem}.hero-bottom-bar{height:auto;min-height:60px;margin-bottom:32px}.hero-pill{width:200px;min-height:50px;padding:0 28px}.hero-pill-text{font-size:.9rem}.hero-stats{gap:8%;padding:10px 20px}.stat-number{font-size:3.2rem;margin-bottom:-26px}.stat-text{font-size:.65rem}}@media(max-width:480px){.hero-script{font-size:1.5rem}.hero-bold{font-size:1.6rem}.hero-description{font-size:.8rem}.hero-bottom-bar{margin-bottom:24px}.hero-pill{width:160px;padding:0 20px}.hero-pill-text{font-size:.65rem}.hero-stats{gap:5%;padding:8px 16px}.stat-number{font-size:2.4rem;margin-bottom:-19px}.stat-text{font-size:.5rem}}@media(max-width:360px){.hero-content{padding:20px 30px}.hero-script{font-size:1rem}.hero-bold{font-size:1.2rem}.hero-description{font-size:.6rem}.hero-pill{width:140px;min-height:40px;padding:0 20px}.hero-pill-text{font-size:.7rem}.stat-number{font-size:2.5rem;margin-bottom:-20px}.stat-text{font-size:.4rem}}.hiw-section{padding:56px 60px;position:relative;overflow:hidden;font-family:TenorSans}.hiw-section:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.hiw-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:48px}.hiw-left{flex-shrink:0;width:250px;height:320px;background:linear-gradient(#005d30,#082818);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hiw-tree-bg{position:absolute;inset:0;width:100%;height:100%;opacity:.2;pointer-events:none}.hiw-left-text{position:relative;z-index:1;text-align:center;color:#fff;padding:16px}.hiw-how{display:block;font-family:TenorSans,serif;font-size:37px;letter-spacing:3px;text-transform:uppercase;margin-bottom:7px}.hiw-works{font-family:Heatwood;font-size:35px;line-height:1.1;margin:0}.hiw-right{flex:1;display:flex;align-items:flex-start}.hiw-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.hiw-icon-row{display:flex;align-items:center;gap:10px;width:100%}.hiw-line-seg{flex:1;height:1.5px;background-color:#2e6b42}.hiw-line-invisible{background-color:transparent!important}.hiw-icon-wrap{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.hiw-icon{width:100%;height:100%;object-fit:contain}.hiw-step:nth-child(2) .hiw-icon{transform:translate(-13px)}.hiw-step-body{margin-top:12px;padding:0 8px;width:100%}.hiw-step-title{font-family:TenorSans;font-size:20px;font-weight:700;margin:0 0 20px;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.3px}.hiw-step-title--brown{background:linear-gradient(90deg,#9c5841,#773919);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-step-title--green{color:#1a4a2e;background:none;-webkit-text-fill-color:#1a4a2e}.hiw-step-desc{font-family:TenorSans;font-size:17px;font-weight:900;line-height:1.6;margin:0}.hiw-step-desc--brown{background:linear-gradient(90deg,#9c5841,#773919);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-step-desc--green{color:#2e6b42;background:none;-webkit-text-fill-color:#2e6b42}@media(max-width:1024px){.hiw-section{padding:40px 32px}.hiw-inner{gap:28px}.hiw-left{width:200px;height:260px}.hiw-how{font-size:28px;letter-spacing:2px}.hiw-works{font-size:28px}.hiw-icon-wrap{width:52px;height:52px}.hiw-step-title{font-size:15px;margin-bottom:10px}.hiw-step-desc{font-size:12px}}@media(max-width:768px){.hiw-section{padding:32px 20px}.hiw-inner{gap:16px}.hiw-left{width:160px;height:210px}.hiw-how{font-size:22px;letter-spacing:1.5px;margin-bottom:4px}.hiw-works{font-size:22px}.hiw-icon-wrap{width:42px;height:42px}.hiw-step-title{font-size:13px;margin-bottom:6px}.hiw-step-desc{font-size:11px;line-height:1.5}.hiw-step-body{margin-top:8px;padding:0 4px}}@media(max-width:600px){.hiw-section{padding:24px 12px}.hiw-inner{gap:10px}.hiw-left{width:120px;height:160px}.hiw-how{font-size:16px;letter-spacing:1px;margin-bottom:2px}.hiw-works{font-size:16px}.hiw-icon-wrap{width:32px;height:32px}.hiw-line-seg{height:1px}.hiw-step-title{font-size:11px;margin-bottom:4px}.hiw-step-desc{font-size:9px;line-height:1.4}.hiw-step-body{margin-top:6px;padding:0 2px}}@media(max-width:500px){.hiw-section{padding:20px 16px}.hiw-inner{flex-direction:column;gap:24px}.hiw-left{width:230px;height:300px}.hiw-left-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:left}.hiw-how{font-size:20px;letter-spacing:2px;margin-bottom:2}.hiw-works{font-size:20px}.hiw-right{flex-direction:column;align-items:stretch;gap:0}.hiw-step{flex-direction:row;text-align:left;flex:none;width:100%}.hiw-icon-row{flex-direction:column;align-items:center;width:auto;flex-shrink:0}.hiw-line-seg{width:1.5px;height:100%;flex:1;min-height:24px;background-color:#2e6b42}.hiw-line-invisible{background-color:transparent!important}.hiw-icon-wrap{width:44px;height:44px;flex-shrink:0;margin:0}.hiw-step-body{margin-top:0;margin-left:16px;flex:1;display:flex;flex-direction:column;justify-content:flex-start;width:auto}.hiw-step-title{font-size:17px;margin-bottom:6px}.hiw-step-desc{font-size:14px;line-height:1.55}}.card-wrapper{width:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;gap:30%;padding:20px 0}.card-wrapper:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.card{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:transparent}.bg-leaf{position:absolute;right:-13%;top:5%;width:53%;height:100%;object-position:right center;opacity:.08;z-index:0;pointer-events:none}.top-tree{position:absolute;left:50%;transform:translate(-50%);width:4.5%;z-index:2}.heading-block{position:absolute;top:5%;left:50%;transform:translate(-50%);width:90%;text-align:center;z-index:2}.heading-block h1{font-family:tenorsans;font-weight:800;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;line-height:1.1;font-size:3.2rem;margin-top:5%;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.heading-block h2{font-family:heatwood;font-weight:200;color:#1a4a2e;font-size:2.4rem;line-height:1.2;margin-top:.3em;white-space:nowrap}.left-content{position:absolute;left:5%;top:32%;z-index:2}.own-a-tree-logo{width:42%;margin-bottom:3%;display:block}.generates-text{font-family:tenorsans;font-weight:800;font-size:1.8rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-transform:uppercase;line-height:1.15;letter-spacing:.03em}.credits-italic{font-family:heatwood;font-weight:200;font-size:2rem;color:#1a4a2e;letter-spacing:.05em;line-height:1.15;margin-top:2%}.collectively-text{font-family:tenorsans;font-weight:800;font-size:1.8rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.03em;line-height:1.4;margin-top:2%}.points-list{position:absolute;left:5%;bottom:10%;width:46%;z-index:2;display:flex;flex-direction:column}.point-item{display:flex;align-items:center;gap:.7%}.arrow-icon{color:#000;font-size:1rem;font-weight:700;flex-shrink:0;line-height:1;margin-bottom:4px}.point-text{font-family:tenorsans;font-weight:700;font-size:.85rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:.06em;line-height:1;margin-bottom:4px;white-space:nowrap}.coin-dot{width:6.2%;aspect-ratio:1 / 1;flex-shrink:0;margin-left:.4%;margin-bottom:4px}.right-side{position:absolute;right:0;top:0%;width:52%;height:90%;z-index:1}.hand-image{position:absolute;right:0;top:10%;width:100%;height:100%;object-fit:contain;object-position:right bottom}.coin-image{position:absolute;top:49%;right:28%;width:22%;aspect-ratio:1 / 1;object-fit:contain;z-index:3}@media(min-width:1440px){.heading-block h1{font-size:3.6rem}.heading-block h2{font-size:2.3rem}.generates-text{font-size:2.2rem}.credits-italic{font-size:2.5rem}.collectively-text{font-size:2.2rem}.arrow-icon{font-size:1.2rem}.point-text{font-size:1rem}}@media(max-width:1440px){.heading-block h1{font-size:3.6rem}.heading-block h2{font-size:2.3rem}.generates-text{font-size:2.2rem}.credits-italic{font-size:2.5rem}.collectively-text{font-size:2.2rem}.arrow-icon{font-size:1.2rem}.point-text{font-size:1rem}}@media(max-width:1280px){.heading-block h1{font-size:2.8rem}.heading-block h2,.generates-text,.credits-italic{font-size:2rem}.collectively-text{font-size:1.9rem}.arrow-icon{font-size:1.3rem}.point-text{font-size:1rem}}@media(max-width:1024px){.heading-block h1{font-size:2.2rem}.heading-block h2{font-size:1.6rem}.generates-text{font-size:1.8rem}.credits-italic{font-size:1.7rem}.collectively-text{font-size:1.6rem}.arrow-icon{font-size:1rem}.point-text{font-size:.68rem}.points-list{bottom:13px}}@media(max-width:768px){.heading-block h1{font-size:1.7rem}.heading-block h2{font-size:1.25rem}.generates-text{font-size:1.05rem}.credits-italic{font-size:1.15rem}.collectively-text{font-size:1.05rem}.arrow-icon{font-size:.65rem}.point-text{font-size:.56rem}.top-tree{width:5%}}@media(max-width:600px){.heading-block h1{font-size:1.3rem}.heading-block h2{font-size:.95rem}.generates-text{font-size:.82rem}.credits-italic{font-size:.9rem}.collectively-text{font-size:.82rem}.arrow-icon{font-size:.55rem}.point-text{font-size:.4rem}.top-tree{width:5.5%}.points-list{bottom:0}.own-a-tree-logo{width:35%}}@media(max-width:420px){.heading-block h1{font-size:.8rem}.heading-block h2,.generates-text{font-size:.6rem}.credits-italic{font-size:.65rem}.collectively-text{font-size:.6rem}.arrow-icon{font-size:.4rem}.point-text{font-size:.38rem}.top-tree{width:6%}.own-a-tree-logo{width:25%}.points-list{bottom:0%}}.generational-section{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:90px}.generational-section__bg{position:absolute;inset:0;background-image:url(/images/plants_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.generational-section__vignette{position:absolute;inset:0;background:linear-gradient(to bottom,#082818,#005d3000);pointer-events:none}.generational-section__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 80px}.generational-section__line1{display:block;font-family:tenorsans;font-weight:400;font-size:3rem;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;line-height:1}.generational-section__line2{display:block;font-family:heatwood;font-size:3rem;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding:0% 7%;font-weight:400}@media(max-width:1260px){.generational-section__line1,.generational-section__line2{font-size:2.3rem}}@media(max-width:1043px){.generational-section__line1,.generational-section__line2{font-size:2rem}}@media(max-width:951px){.generational-section__line1,.generational-section__line2{font-size:1.8rem}.generational-section__content{padding:30px 20px}}@media(max-width:770px){.generational-section__line1,.generational-section__line2{font-size:1.5rem}.generational-section__content{padding:20px}}@media(max-width:678px){.generational-section__content{padding:0}}@media(max-width:638px){.generational-section__line1,.generational-section__line2{font-size:1.3rem}.generational-section{padding:80px 0}}@media(max-width:558px){.generational-section__line1,.generational-section__line2{font-size:1rem}.generational-section{padding:80px 0}}@media(max-width:465px){.generational-section__line1,.generational-section__line2{font-size:.9rem}.generational-section{padding:70px 0}}@media(max-width:415px){.generational-section__line1,.generational-section__line2{font-size:.8rem}.generational-section{padding:60px 0}}@media(max-width:365px){.generational-section__line1{font-size:.8rem}.generational-section__line2{font-size:.8rem;padding-top:2%}.generational-section{padding:70px 0}}.ns-section{font-family:tenorSans;overflow:hidden;position:relative;padding:40px 0}.ns-section:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.ns-inner{margin:0 auto}.ns-header{text-align:center;margin-bottom:44px}.ns-tree-icon{width:48px;height:48px;object-fit:contain;display:block;margin:0 auto 10px}.ns-title-top{font-family:tenorSans;font-size:50px;font-weight:800;letter-spacing:3px;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;margin:0 0 4px;line-height:1.2}.ns-title-script{font-family:heatwood;font-size:35px;font-weight:400;color:#1a4a2e;margin:0;line-height:1.2}.ns-grid{display:grid;grid-template-columns:42% 58%;grid-template-rows:auto auto auto;grid-template-areas:"top    forest" "mid    forest" "bottom bottom";align-items:center}.ns-area-top{grid-area:top;align-self:end;padding-bottom:20px}.ns-area-mid{grid-area:mid;align-self:start;padding-top:20px}.ns-area-forest{grid-area:forest;align-self:center}.ns-area-bottom{grid-area:bottom}.ns-stat{display:flex;flex-direction:column;align-items:flex-start;padding-left:20%}.ns-stat-number{display:flex;align-items:baseline;line-height:1}.ns-num{font-family:TenorSans;font-size:90px;font-weight:700;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.ns-suffix{font-family:TenorSans;font-size:70px;font-weight:700;color:#1a4a2e;line-height:1;margin-left:2px}.ns-num--small{font-size:80px}.ns-suffix--word{font-size:28px;font-weight:700;letter-spacing:2px;margin-left:6px;padding-bottom:4px}.ns-suffix--pct{font-size:38px;font-weight:700;margin-left:2px}.ns-stat-label{font-family:tenorSans;font-size:30px;font-weight:400;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:1.2px;text-transform:uppercase;line-height:1;margin:4px 0 0}.ns-forest{display:flex;align-items:center;justify-content:flex-end}.ns-forest-img{width:100%;height:auto;aspect-ratio:16 / 9;display:block;padding-left:20%}.ns-stats-bottom{display:flex;margin-right:10%}@media(max-width:1024px){.ns-header{margin-bottom:32px}.ns-title-top{font-size:40px;letter-spacing:2px}.ns-title-script{font-size:28px}.ns-tree-icon{width:38px;height:38px}.ns-num{font-size:70px}.ns-suffix{font-size:44px}.ns-num--small{font-size:48px}.ns-suffix--word{font-size:22px}.ns-suffix--pct{font-size:30px}.ns-stat-label{font-size:20px;max-width:900px}.ns-area-top{padding-bottom:14px}.ns-area-mid{padding-top:14px}.ns-stats-bottom{gap:30px;padding-left:10%}}@media(max-width:768px){.ns-header{margin-bottom:24px}.ns-title-top{font-size:35px;letter-spacing:1.5px}.ns-title-script{font-size:25px}.ns-tree-icon{width:30px;height:30px}.ns-num{font-size:52px}.ns-suffix{font-size:32px}.ns-num--small{font-size:36px}.ns-suffix--word{font-size:17px;letter-spacing:1px}.ns-suffix--pct{font-size:22px}.ns-stat-label{font-size:16px;letter-spacing:.8px;max-width:300px}.ns-area-top{padding-bottom:10px}.ns-area-mid{padding-top:10px}.ns-stats-bottom{gap:36px;padding-left:12%;padding-top:10px}}@media(max-width:600px){.ns-header{margin-bottom:16px}.ns-title-top{font-size:30px;letter-spacing:1px}.ns-title-script{font-size:20px}.ns-tree-icon{width:22px;height:22px}.ns-num{font-size:38px}.ns-suffix{font-size:24px}.ns-num--small{font-size:28px}.ns-suffix--word{font-size:13px}.ns-suffix--pct{font-size:17px}.ns-stat-label{font-size:13px;letter-spacing:.5px;max-width:300px}.ns-area-top{padding-bottom:6px}.ns-area-mid{padding-top:6px}.ns-stats-bottom{gap:20px;padding-left:10%;padding-top:8px}}@media(max-width:480px){.ns-header{margin-bottom:16px}.ns-title-top{font-size:25px;letter-spacing:.8px}.ns-title-script{font-size:16px}.ns-tree-icon{width:18px;height:18px}.ns-grid{grid-template-columns:40% 60%}.ns-num{font-size:28px}.ns-suffix{font-size:18px}.ns-num--small{font-size:22px}.ns-suffix--word{font-size:10px;letter-spacing:.5px}.ns-suffix--pct{font-size:14px}.ns-stat-label{font-size:11px;letter-spacing:.4px;max-width:200px}.ns-area-top{padding-bottom:4px}.ns-area-mid{padding-top:4px}.ns-stats-bottom{gap:12px;padding-left:8%;padding-top:6px}}@media(max-width:360px){.ns-title-top{font-size:18px}.ns-title-script{font-size:12px}.ns-stat-label{font-size:10px;letter-spacing:.4px;max-width:200px}}.why-section{position:relative;width:100%;aspect-ratio:16 / 9;display:flex;flex-direction:column;overflow:hidden;padding:4% 6%}.why-section:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-10deg);z-index:-1}.why-leaf-watermark{position:absolute;right:-26%;width:50%;aspect-ratio:1;background-image:url(/images/o_img.svg);background-size:contain;background-repeat:no-repeat;background-position:top right;opacity:.15;pointer-events:none;z-index:0}.why-heading-area{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.2%}.why-title-row{display:flex;gap:1.8%}.why-tree-icon{width:25%;height:auto;object-fit:contain;flex-shrink:0;margin-left:-22%}.why-title-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.why-title-bold{font-family:tenorSans;font-size:4vw;font-weight:700;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;line-height:1.1}.why-title-script{font-family:heatwood;font-size:2.6vw;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding:6% 2% 5%;font-weight:400;margin-left:50%}.why-subtitle{font-family:tenorSans;font-size:2.1vw;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;text-align:center;text-transform:uppercase}.why-bottom{position:relative;z-index:1;display:flex;flex:1;gap:0}.why-forest-wrap{width:60%;flex-shrink:0;display:flex;align-items:flex-end;margin-left:-6.8%}.why-forest-img{width:100%;height:auto;object-fit:contain;display:block}.why-list{flex:1;list-style:none;padding:0 0 0%;margin:0;display:flex;flex-direction:column;justify-content:center;gap:1.8vh;position:relative;z-index:1}.why-list-item{font-family:TenorSans,serif;font-size:2.1vw;font-weight:700;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.1em;text-transform:uppercase;line-height:1.3}@media(max-width:426px){.why-section{aspect-ratio:unset;padding:4% 5%}.why-bottom{flex-direction:column;align-items:center}.why-forest-wrap{width:100%;margin-left:10%;justify-content:center;align-items:center}.why-forest-img{width:100%;object-fit:contain}.why-list{width:100%;align-items:center;gap:2.5vh;padding:6% 0 4%;position:relative;z-index:1}.why-list-item{font-size:3.5vw;text-align:center}.why-leaf-watermark{top:65%;right:-20%;width:80%;opacity:.13}.why-title-text{align-items:center;justify-content:center;gap:9%}.why-title-row{gap:10%}.why-title-bold{font-size:5vw}.why-title-script{font-size:4vw}.why-subtitle{font-size:3vw}.why-tree-icon{margin-left:-14%}}.third-section{position:relative;width:100%;aspect-ratio:16 / 9;background-image:url(/images/third_section_bg.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7%;padding:0% 8%;overflow:hidden}.third-section:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-10deg);z-index:0}.third-tree-icon-wrap{display:flex;justify-content:center;width:100%}.third-tree-icon{width:8%;height:auto;object-fit:contain}.third-heading-area{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1}.third-title{font-family:TenorSans;font-size:4.5vw;font-weight:700;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.06em;text-transform:uppercase;display:flex;align-items:center;gap:.2vw;line-height:1.1;margin:0;padding:0}.third-o-wrap{display:inline-flex;align-items:center;justify-content:center;width:4.5vw;height:4.5vw;flex-shrink:0}.third-o-img{width:100%;height:90%;object-fit:contain}.third-title-script{font-family:heatwood;font-size:2.5vw;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400;display:inline-block;padding:4% 2% 2% 1%;margin-left:40%}.third-pills{display:flex;justify-content:center;gap:3%;width:100%}.third-pill{background-color:#1a4a2e;display:flex;align-items:center;position:relative;padding:1.6% 4% 1.6% 10%;flex:1;border-top-left-radius:140px;border-bottom-right-radius:140px}.third-pill-icon-wrap{width:25%;height:100%;border-radius:50%;background-color:#f4eedb;display:flex;align-items:center;justify-content:center;position:absolute;left:-4px;top:60%;transform:translateY(-90%);z-index:3;box-shadow:0 6px 16px #00000026}.third-pill-icon{width:65%;height:65%;object-fit:contain}.third-pill-text{display:flex;flex-direction:column;gap:9px}.third-pill-label{font-family:TenorSans;font-size:1.3vw;font-weight:700;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.12em;text-transform:uppercase;line-height:1.3}.third-pill-script{font-family:heatwood;font-size:1.3vw;color:#f4eedb;line-height:1.1;margin-left:20%}.third-bottom{display:flex;flex-direction:column;align-items:center;gap:1%;width:100%;text-align:center}.third-bottom-title{font-family:TenorSans;font-size:3.5vw;font-weight:700;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.1em;text-transform:uppercase;margin:0;line-height:1.2}.third-bottom-desc{font-family:TenorSans,serif;font-size:1.55vw;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;line-height:1.8;max-width:60%;text-align:center}.third-pill:last-child .third-pill-script{margin-left:0;text-align:center}.footer{position:relative;width:100%;padding:56px 64px 64px;overflow:hidden}.footer:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.footer__inner{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:48px}.footer__card-wrap{position:relative;width:240px;flex-shrink:0}.footer__card-shadow{position:absolute;top:14px;left:14px;width:100%;height:100%;background:linear-gradient(to bottom,#9c5841,#773919);border-radius:6px;z-index:0}.footer__card{position:relative;z-index:1;width:100%;background:linear-gradient(to bottom,#005d30,#082818);border-radius:6px;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:center;gap:16px}.footer__card-title{font-family:TenorSans;font-weight:700;font-size:1rem;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.5}.footer__card-img-wrap{width:100%;display:flex;justify-content:center}.footer__card-img{max-width:160px;height:auto;object-fit:contain;display:block}.footer__card-sub{font-family:TenorSans;font-weight:700;font-size:.88rem;background:linear-gradient(to bottom,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.06em;text-transform:uppercase;text-align:center;line-height:1.5}.footer__right{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.footer__logo-wrap{display:flex;justify-content:center}.footer__logo{width:340px;height:auto;object-fit:contain;display:block}.footer__nav{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:0}.footer__nav-item{display:inline-flex;align-items:center}.footer__nav-link{font-family:TenorSans;font-weight:600;font-size:.8rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:0 14px;white-space:nowrap;transition:color .2s ease}.footer__nav-link:hover{color:#8b3a2a}.footer__nav-pipe{font-size:1.5rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:1;font-weight:600;line-height:1;flex-shrink:0}@media(max-width:1024px){.footer{padding:48px 48px 56px}.footer__card-wrap{width:210px}.footer__card-shadow{top:12px;left:12px}.footer__card{padding:28px 20px 24px}.footer__card-title{font-size:.9rem}.footer__card-sub{font-size:.8rem}.footer__logo{max-width:300px}.footer__nav-link{font-size:.72rem;padding:0 10px}}@media(max-width:820px){.footer{padding:40px 32px 48px}.footer__inner{gap:32px}.footer__card-wrap{width:180px}.footer__card-shadow{top:10px;left:10px}.footer__card{padding:22px 16px 20px;gap:12px}.footer__card-title{font-size:.78rem}.footer__card-sub{font-size:.7rem}.footer__card-img{max-width:120px}.footer__logo{max-width:240px}.footer__right{gap:24px}.footer__nav-link{font-size:.65rem;padding:0 8px}}@media(max-width:600px){.footer{padding:32px 20px 40px}.footer__inner{gap:20px}.footer__card-wrap{width:148px}.footer__card-shadow{top:8px;left:8px}.footer__card{padding:18px 12px 16px;gap:10px}.footer__card-title{font-size:.65rem}.footer__card-sub{font-size:.58rem}.footer__card-img{max-width:70px}.footer__logo{max-width:180px}.footer__right{gap:18px}.footer__nav{flex-wrap:wrap;justify-content:center;gap:4px 0}.footer__nav-link{font-size:.58rem;padding:0 6px}.footer__nav-pipe{font-size:.7rem}}@media(max-width:400px){.footer{padding:24px 14px 32px}.footer__inner{gap:14px}.footer__card-wrap{width:120px}.footer__card-shadow{top:6px;left:6px}.footer__card{padding:14px 10px 12px;gap:8px}.footer__card-title{font-size:.55rem}.footer__card-sub{font-size:.5rem}.footer__card-img{max-width:50px}.footer__logo{max-width:140px}.footer__nav-link{font-size:.52rem;padding:0 4px}}.home-container-bg{width:100%;position:relative;background-image:url(/images/home_bg.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;overflow:hidden}.home-overlay{position:relative;width:100%;background:linear-gradient(to top,#005d3000,#082818)}.hero{position:relative;width:100%;aspect-ratio:16 / 7.5;overflow:hidden;padding:20px 0}.hero:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.hero__inner{position:relative;z-index:1;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;width:100%;height:100%}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:6% 6.5%;min-width:0}.hero__tree-wrap{width:45%;position:relative;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding:0;overflow:visible;margin-top:8%}.hero__tree{width:auto;height:90%;max-height:100%;display:block;object-fit:contain;object-position:top right;flex-shrink:0}.hero__tree-line{position:absolute;bottom:9%;right:0;width:50%;height:.5%;min-height:2px;background:linear-gradient(to right,#773919,#9c5841);border-radius:4px;pointer-events:none}.hero__headline{display:flex;flex-direction:column;line-height:1;margin:0}.hero__headline-top{font-family:tenorsans;font-weight:100;font-size:7.5rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;display:inline-flex;align-items:center;gap:2px;text-transform:uppercase;white-space:nowrap;padding-top:130px}.hero__grow-o{display:inline-flex;align-items:center;justify-content:center}.hero__grow-icon{width:6.2rem;height:6.2rem;object-fit:contain;display:block}.hero__headline-script{font-family:bacalisties;font-size:6rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500;line-height:1.4;margin-top:-.3em}.hero__body{font-family:TenorSans;font-size:2rem;color:#000;line-height:1.5;padding-top:20px;margin-top:0}.hero__divider{margin-top:16px;display:flex;align-items:center;width:100%;position:relative}.hero__divider-line{display:block;flex:1;height:3px;background:linear-gradient(to right,#773919,#9c5841);border-radius:4px}.hero__divider-leaves{position:relative;width:52px;height:38px;flex-shrink:0;margin-left:-4px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{position:absolute;object-fit:contain;display:block;width:22px;height:auto}.hero__divider-leaf1{top:0;left:-170%;transform:rotate(-6deg)}.hero__divider-leaf2{bottom:0;left:-120%;transform:rotate(-20deg)}.hero__divider-leaf3{bottom:0;right:90%;transform:rotate(1deg)}@media(max-width:1400px){.hero__headline-top{font-size:6.7rem}.hero__grow-icon{width:5rem;height:5rem}.hero__headline-script{font-size:5rem}.hero__body{font-size:1.5rem}.hero__divider{margin-top:12px}.hero__divider-leaves{width:44px;height:32px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:18px}}@media(max-width:1200px){.hero__headline-top{font-size:6rem}.hero__grow-icon{width:4rem;height:4rem}.hero__headline-script{font-size:4rem}.hero__body{font-size:1.3rem}.hero__divider{margin-top:10px}.hero__divider-leaves{width:38px;height:28px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:15px}}@media(max-width:1024px){.hero__headline-top{font-size:4.7rem}.hero__grow-icon{width:3.4rem;height:3.4rem}.hero__headline-script{font-size:3.4rem}.hero__body{font-size:1.2rem}.hero__divider{margin-bottom:10px}.hero__divider-leaves{width:32px;height:24px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:13px}}@media(max-width:820px){.hero__headline-top{font-size:3.5rem}.hero__grow-icon{width:3rem;height:3rem}.hero__headline-script{font-size:3rem}.hero__body{font-size:.8rem}.hero__divider{margin-top:2px}.hero__divider-leaves{width:26px;height:19px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:11px}}.hero__tree-wrap{margin-top:80px}@media(max-width:660px){.hero{aspect-ratio:16 / 10}.hero__headline-top{font-size:2.8rem}.hero__grow-icon{width:2.2rem;height:2.2rem}.hero__headline-script{font-size:2rem}.hero__body{font-size:.8rem;padding-top:15px}.hero__divider{margin-top:5px;padding-bottom:20px}.hero__divider-leaves{width:22px;height:16px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:9px}.hero__tree-wrap{margin-top:100px}}@media(max-width:500px){.hero__headline-top{font-size:2rem;padding-top:130px}.hero__grow-icon{width:1.7rem;height:1.7rem}.hero__headline-script{font-size:1.3rem}.hero__body{font-size:.6rem;padding-top:10px}}@media(max-width:425px){.hero{aspect-ratio:16 / 11}.hero__headline-top{font-size:1.7rem;padding-top:130px}.hero__grow-icon{width:1.7rem;height:1.7rem}.hero__headline-script{font-size:1.2rem}.hero__body{font-size:.55rem;padding-top:10px}.hero__divider{margin-top:4px;padding-bottom:20px}.hero__divider-leaves{width:18px;height:13px}.hero__divider-leaf1,.hero__divider-leaf2,.hero__divider-leaf3{width:7px}.hero__tree-wrap{margin-top:100px}}@media(max-width:360px){.hero{aspect-ratio:16 / 14}.hero__headline-top{font-size:1.5rem}.hero__grow-icon{width:1.3rem;height:2rem}.hero__headline-script{font-size:1rem;margin-top:-.5em}.hero__body{font-size:.5rem;padding-top:10px}.hero__divider{margin-top:4px;padding-bottom:20px;margin-bottom:5px}.hero__tree-wrap{margin-top:100px}}.contact-container-bg{width:100%;position:relative;background-image:url(/images/first_bg.webp);background-size:cover;background-position:center top;background-repeat:no-repeat;overflow:hidden}.contact-overlay{position:absolute;inset:0;background:#fff6d94d}.cstrip{position:relative;width:100%;padding:64px 40px 72px;overflow:hidden}.cstrip:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.cstrip__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:52px}.cstrip__heading{font-family:tenorsans;font-weight:700;font-size:3rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;letter-spacing:.06em;line-height:1.3;text-transform:uppercase}.cstrip__cards{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:40px;width:100%}.cstrip__card{flex:1 1 0;max-width:260px;min-width:0;display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer}.cstrip__icon-wrap{position:relative;width:120px;height:80px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:15px}.cstrip__leaf-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.cstrip__icon{position:relative;z-index:1;width:44px;height:44px;object-fit:contain;display:block;margin-top:-4px}.cstrip__card:hover .cstrip__icon-wrap{transform:scale(1.05);transition:transform .25s ease}.cstrip__line-row{width:100%;display:flex;flex-direction:row;align-items:center;margin-top:12px}.cstrip__line{display:block;flex:1;height:3.3px;background-color:#773919;border-radius:10px}.cstrip__leaf-cluster{position:relative;width:28px;height:28px;flex-shrink:0}.cstrip__leaf-cluster--left{margin-right:-1px}.cstrip__leaf-cluster--right{margin-left:-1px}.cstrip__ll{position:absolute;width:20px;height:auto;object-fit:contain;display:block}.cstrip__leaf-cluster--left .cstrip__ll--top{top:-5px;left:8px;transform:rotate(-100deg) scaleX(-1);transform-origin:center center}.cstrip__leaf-cluster--left .cstrip__ll--bot{bottom:-4px;left:35px;transform:rotate(360deg) scaleX(-1);transform-origin:center center}.cstrip__leaf-cluster--right .cstrip__ll--top{top:-5px;right:15px;transform:rotate(100deg);transform-origin:center center}.cstrip__leaf-cluster--right .cstrip__ll--bot{bottom:-4px;right:15px;transform:rotate(-360deg);transform-origin:center center}.cstrip__label{font-family:tenorsans;font-weight:600;font-size:.9rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.05em;margin-top:-40px;text-align:center;white-space:nowrap;display:block}@media(max-width:1100px){.cstrip__heading{font-size:2.4rem}.cstrip__cards{gap:28px}.cstrip__icon-wrap{width:100px;height:66px}.cstrip__icon{width:36px;height:36px}.cstrip__label{font-size:.78rem}}@media(max-width:860px){.cstrip{padding:48px 24px 56px}.cstrip__inner{gap:36px}.cstrip__heading{font-size:2rem}.cstrip__cards{gap:18px}.cstrip__card{max-width:200px}.cstrip__icon-wrap{width:84px;height:56px}.cstrip__icon{width:30px;height:30px}.cstrip__label{font-size:.7rem}.cstrip__ll{width:15px}.cstrip__leaf-cluster--left .cstrip__ll--top{top:-2px;left:20px}.cstrip__leaf-cluster--left .cstrip__ll--bot{bottom:1px;left:30px}.cstrip__leaf-cluster--right .cstrip__ll--top{top:-2px;right:15px}.cstrip__leaf-cluster--right .cstrip__ll--bot{bottom:1px;right:18px}}@media(max-width:600px){.cstrip{padding:36px 16px 44px}.cstrip__inner{gap:28px}.cstrip__heading{font-size:1.5rem}.cstrip__cards{gap:10px}.cstrip__card{max-width:160px}.cstrip__icon-wrap{width:68px;height:45px;margin-bottom:18px}.cstrip__icon{width:24px;height:24px;margin-top:-2px}.cstrip__label{font-size:.6rem;margin-top:-35px}.cstrip__ll{width:11px}.cstrip__leaf-cluster{width:18px;height:18px}.cstrip__leaf-cluster--left .cstrip__ll--top{top:-3px;left:20px}.cstrip__leaf-cluster--left .cstrip__ll--bot{bottom:-1px;left:30px}.cstrip__leaf-cluster--right .cstrip__ll--top{top:-3px;right:15px}.cstrip__leaf-cluster--right .cstrip__ll--bot{bottom:-1px;right:18px}}@media(max-width:400px){.cstrip__heading{font-size:1.2rem}.cstrip__cards{gap:6px}.cstrip__icon-wrap{width:54px;height:36px}.cstrip__icon{width:20px;height:20px}.cstrip__label{font-size:.4rem}.cstrip__ll{width:9px}.cstrip__leaf-cluster--left .cstrip__ll--top{top:-1px;left:20px}.cstrip__leaf-cluster--left .cstrip__ll--bot{bottom:0;left:30px}.cstrip__leaf-cluster--right .cstrip__ll--top{top:-1px;right:15px}.cstrip__leaf-cluster--right .cstrip__ll--bot{bottom:0;right:18px}}.cform{position:relative;width:100%;padding:64px 40px 80px;display:flex;justify-content:center;overflow:hidden}.cform:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.cform__inner{width:100%;max-width:780px;display:flex;flex-direction:column;align-items:center}.cform__tree-wrap{margin-bottom:16px}.cform__tree{width:76px;height:auto;display:block;object-fit:contain}.cform__heading{font-family:Raleway,sans-serif;font-weight:700;font-size:4rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;text-align:center;margin:0 0 18px;white-space:nowrap}.cform__deco-line{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:44px}.cform__deco-rule{display:block;flex:1;height:3px;background-color:#8b3a2a;border-radius:10px}.cform__deco-cluster{position:relative;height:32px;flex-shrink:0}.cform__deco-cluster--left{margin-right:-1px}.cform__deco-cluster--right{margin-left:-1px}.cform__deco-leaf{position:absolute;width:28px;height:auto;object-fit:contain;display:block}.cform__deco-cluster--left .cform__deco-leaf--top{top:0;left:16px;width:20px;transform:rotate(-110deg) scaleX(-1)}.cform__deco-cluster--left .cform__deco-leaf--bot{bottom:-10px;transform:rotate(360deg) scaleX(-1)}.cform__deco-cluster--right .cform__deco-leaf--top{top:-8px;right:19px;transform:rotate(-80deg)}.cform__deco-cluster--right .cform__deco-leaf--bot{bottom:-2px;right:8px;width:20px;transform:rotate(-360deg)}.cform__form{width:100%;display:flex;flex-direction:column;gap:32px}.cform__field{width:100%;display:flex;flex-direction:column;gap:6px}.cform__label{font-family:Raleway,sans-serif;font-weight:600;font-size:1.3rem;color:#2a542461;letter-spacing:.14em;text-transform:uppercase;line-height:1;pointer-events:none}.cform__input{width:100%;background:transparent;border:none;outline:none;font-family:Raleway,sans-serif;font-size:1.05rem;color:#2a5424;padding:2px 0 8px;letter-spacing:.05em}.cform__underline{display:block;width:100%;height:3px;background-color:#8b3a2a;border-radius:10px}.cform__field:focus-within .cform__underline{height:3px;background-color:#a04535}.cform__submit-wrap{display:flex;justify-content:flex-end;margin-top:8px}.cform__submit{background:linear-gradient(to bottom,#005d30,#082818);color:#fff;border:none;cursor:pointer;font-family:Raleway,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;padding:14px 48px;border-top-left-radius:100px;border-bottom-right-radius:100px;min-width:160px;transition:background-color .22s ease,transform .22s ease}.cform__submit:hover{background-color:#2a5424;transform:scale(1.04)}@media(max-width:900px){.cform{padding:52px 32px 68px}.cform__inner{max-width:640px}.cform__tree{width:64px}.cform__heading{font-size:3.5rem}.cform__label{font-size:1.15rem}.cform__input{font-size:.95rem}.cform__form{gap:28px}.cform__deco-line{margin-bottom:36px}}@media(max-width:680px){.cform{padding:40px 54px 52px}.cform__inner{max-width:100%}.cform__tree{width:54px}.cform__heading{font-size:2.3rem}.cform__label{font-size:.95rem}.cform__input{font-size:.88rem}.cform__form{gap:22px}.cform__deco-line{margin-bottom:28px}.cform__submit{font-size:.68rem;padding:12px 36px;min-width:130px}}@media(max-width:420px){.cform{padding:28px 30px 40px}.cform__tree{width:42px}.cform__heading{font-size:1.5rem}.cform__label{font-size:.68rem}.cform__input{font-size:.78rem}.cform__form{gap:15px}.cform__deco-line{margin-bottom:20px}.cform__submit{font-size:.62rem;padding:10px 28px;min-width:110px}}.reach{position:relative;width:100%;padding:52px 48px 72px;display:flex;justify-content:center;overflow:hidden}.reach:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.reach__inner{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center}.reach__tree-wrap{margin-bottom:30px}.reach__tree{width:72px;height:auto;display:block;object-fit:contain}.reach__body{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:48px}.reach__img-wrap{flex:0 0 38%;width:38%}.reach__img-placeholder{width:100%;aspect-ratio:4 / 5;background-color:#d0cfc8;border-radius:4px}.reach__img-wrap img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:4px;display:block}.reach__content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;padding-top:8px}.reach__heading{font-family:tenorsans;font-weight:700;font-size:5rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;text-align:right;line-height:1;text-align:center}.reach__deco-line{width:100%;display:flex;flex-direction:row;align-items:center;margin-bottom:40px}.reach__deco-rule{display:block;flex:1;height:1.5px;background-color:#8b3a2a}.reach__deco-cluster{position:relative;width:36px;height:32px;flex-shrink:0}.reach__deco-cluster--left{margin-right:-1px;order:-1}.reach__deco-leaf{position:absolute;width:18px;height:auto;object-fit:contain;display:block}.reach__deco-leaf1{position:absolute;width:12px;height:auto;object-fit:contain;display:block}.reach__deco-cluster--left .reach__deco-leaf--top{top:6px;left:25px;transform:rotate(-112deg) scaleX(-1)}.reach__deco-cluster--left .reach__deco-leaf--bot{bottom:-0px;left:30px;transform:rotate(-20deg) scaleX(-1)}.reach__addresses{display:flex;flex-direction:column;gap:36px}.reach__address-block{display:flex;flex-direction:column;gap:8px}.reach__address-label{font-family:Raleway,sans-serif;font-weight:700;font-size:1rem;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:.14em;text-transform:uppercase}.reach__address-text{font-family:TenorSans,serif;font-size:.95rem;color:#3d3320;line-height:1.7}@media(max-width:1024px){.reach{padding:48px 36px 64px}.reach__heading{font-size:4rem}.reach__body{gap:36px}}@media(max-width:820px){.reach{padding:40px 28px 56px}.reach__inner{max-width:100%}.reach__tree{width:60px}.reach__heading{font-size:3rem}.reach__body{gap:24px}.reach__img-wrap{flex:0 0 40%;width:40%}.reach__deco-line{margin-bottom:28px}.reach__address-label{font-size:.78rem}.reach__address-text{font-size:.88rem}}@media(max-width:600px){.reach{padding:32px 20px 48px}.reach__tree{width:48px}.reach__body{gap:16px}.reach__img-wrap{flex:0 0 42%;width:42%}.reach__heading{font-size:1.6rem}.reach__deco-line{margin-bottom:20px}.reach__addresses{gap:24px}.reach__address-label{font-size:.7rem}.reach__address-text{font-size:.78rem}}@media(max-width:420px){.reach{padding:24px 14px 36px}.reach__tree{width:38px}.reach__body{gap:12px}.reach__heading{font-size:1rem}.reach__address-label{font-size:.62rem}.reach__address-text{font-size:.7rem}}.faq-outer{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.faq-outer:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.faq-wrapper{width:100%;max-width:1100px;position:relative;border-radius:12px;overflow:hidden;font-family:tenorsans}.faq-header{display:flex;flex-direction:column;align-items:center}.faq-title-row{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:center}.faq-logo{position:absolute;left:50%;transform:translate(-50%);width:80px;aspect-ratio:1}.faq-title-block{width:100%;display:flex;flex-direction:column;align-items:flex-end}.faq-title{font-family:tenorsans;font-size:5.3rem;color:#1a4d2e;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-right:20%}.faq-o{height:.9em;vertical-align:middle;display:inline-block;margin-bottom:.05em}.faq-header-line:before{content:"";position:absolute;left:199px;top:-24px;width:3.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}.faq-title-comma{color:#7a2a1a;font-size:1em;font-weight:900;margin-left:2px;align-self:flex-end;margin-bottom:-.08em}.faq-header-line-wrap{width:45%;display:flex;align-items:center;position:relative;left:0}.faq-header-line{flex:1;height:2px;background:#7a2a1a}.leaf-img{width:28px;object-fit:contain;margin-left:4px;flex-shrink:0;position:absolute;left:280px;top:-18px;transform:rotate(-66deg)}.leaf-img1{width:20px;object-fit:contain;margin-left:4px;flex-shrink:0;position:absolute;left:320px;top:0;transform:rotate(-19deg)}.apostrophe{color:#7a2a1a;font-size:.6em;vertical-align:super}.faq-body{display:flex;justify-content:center;gap:6%;padding:6%}.faq-answer-card{width:34%;background:linear-gradient(to bottom,#9c5841,#773919);border-top-left-radius:100px;border-bottom-right-radius:100px;padding:6%;margin-top:30px;position:relative}.faq-answer-card:after{content:"";position:absolute;top:0;right:-20px;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid rgba(156,88,65,1)}.faq-answer-card p{color:#fff;font-size:1rem;line-height:1.7;font-weight:300}.faq-questions{flex:1;display:flex;flex-direction:column;justify-content:space-evenly;gap:8%}.faq-question-btn{width:100%;background:linear-gradient(to right,#005d30,#082818);color:#fff;border:none;border-top-left-radius:100px;border-bottom-right-radius:100px;padding:2.5% 5%;cursor:pointer;font-weight:700;font-size:clamp(.4rem,1.3cqw,.85rem);letter-spacing:.08em;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;flex-shrink:0}.faq-question-btn:hover{background:linear-gradient(to right,#005d30,#082818)}.faq-question-btn.active{background:linear-gradient(to right,#005d30,#082818);box-shadow:0 4px 18px #1a4d2e59;transform:translate(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.answer-text{animation:fadeInUp .35s ease forwards}@media(max-width:1096px){.faq-header-line:before{content:"";position:absolute;left:39%;top:-25px;width:3.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}}@media(max-width:990px){.faq-title{font-size:5rem;margin-right:17%}.faq-header-line:before{content:"";position:absolute;left:46%;top:-23px;width:3.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}.faq-answer-card p{font-size:.9rem}}@media(max-width:888px){.faq-answer-card p{font-size:.8rem}}@media(max-width:920px){.faq-header-line:before{content:"";position:absolute;left:44%;top:-23px;width:3.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}}@media(max-width:861px){.faq-title{font-size:4rem;margin-right:17%}.faq-logo{width:55px}.faq-header-line:before{content:"";position:absolute;left:47%;top:-21px;width:3.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}}@media(max-width:789px){.faq-answer-card p{font-size:.67rem}.faq-answer-card{border-bottom-right-radius:80px;border-top-left-radius:80px}}@media(max-width:785px){.leaf-img{width:28px;object-fit:contain;margin-left:4px;flex-shrink:0;position:absolute;left:230px;top:-18px;transform:rotate(-66deg)}.leaf-img1{width:20px;object-fit:contain;margin-left:4px;flex-shrink:0;position:absolute;left:260px;top:0;transform:rotate(-19deg)}.faq-header-line:before{content:"";position:absolute;left:46%;top:-21px;width:4%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}}@media(max-width:680px){.faq-title{font-size:3.5rem;margin-left:15%}.leaf-img{width:24px;position:absolute;left:170px;top:-16px;transform:rotate(-66deg)}.leaf-img1{width:16px;position:absolute;left:200px;top:0;transform:rotate(-19deg)}.faq-header-line:before{content:"";position:absolute;left:45%;top:-19px;width:5.5%;height:9px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}}@media(max-width:660px){.faq-answer-card p{font-size:.6rem}}@media(max-width:590px){.faq-title{font-size:3rem}.faq-logo{width:50px}.faq-header-line:before{content:"";position:absolute;left:44%;top:-16px;width:5%;height:8px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}.faq-answer-card p{font-size:.55rem}}.faq-mobile-wrapper{width:100%;font-family:tenorsans;padding:16px;box-sizing:border-box;position:relative;overflow:hidden}.faq-mobile-wrapper:before{content:"";position:absolute;inset:-20%;background:url(/images/first_bg.webp) no-repeat center;background-size:cover;transform:rotate(-5deg);z-index:-1}.faq-mobile-header{display:flex;flex-direction:column;align-items:center;padding:4% 4% 2%}.faq-mobile-title-row{display:flex;align-items:center;gap:12px}.faq-mobile-logo{width:32px;align-self:flex-start;margin-top:2px}.faq-mobile-title-block{display:flex;flex-direction:column;align-items:flex-start}.faq-mobile-title{font-family:tenorsans;font-size:1.6rem;color:#1a4d2e;letter-spacing:.1em;font-weight:700;display:inline-flex;align-items:center;line-height:1;margin:0}.faq-mobile-o{height:.9em;margin-bottom:.05em}.faq-mobile-line-wrap{display:flex;align-items:center;width:200%;margin-top:3px;position:relative}.faq-mobile-line-wrap:before{content:"";position:absolute;left:34.5%;top:-13px;width:5%;height:5px;background:#1a4d2e;transform:rotate(40deg);transform-origin:left center}.faq-mobile-line{flex:1;height:2px;background:#7a2a1a}.faq-mobile-leaf{width:20px;position:absolute;left:90px;top:-12px;transform:rotate(-66deg);margin-left:2px}.faq-mobile-leaf1{width:14px;position:absolute;left:110px;top:0;transform:rotate(-19deg);margin-left:2px}.faq-mobile-list{display:flex;flex-direction:column;gap:10px;padding:4% 2%}.faq-mobile-item{display:flex;flex-direction:column}.faq-mobile-question-text{text-align:left;flex:1}.faq-mobile-answer{max-height:0;overflow:hidden;background:#7a2a1a;border-radius:16px 0;padding:0 20px;box-sizing:border-box}.faq-mobile-answer.open{max-height:400px;padding:14px 20px;margin-top:20px}.faq-mobile-answer-text{color:#fff;font-size:.7rem;line-height:1.7;font-weight:300;margin:0}.faq-pill{width:100%;border:none;color:#fff;cursor:pointer;font-family:tenorsans;font-weight:700;font-size:.65rem;letter-spacing:.08em;display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box;padding:12px 20px;background:linear-gradient(to right,#005d30,#082818);border-top-left-radius:100px;border-bottom-right-radius:100px;transition:background .3s ease}.faq-pill.open{background:linear-gradient(to right,#005d30,#082818)}@media(max-width:377px){.faq-pill{font-size:.6rem}}@media(max-width:356px){.faq-pill{font-size:.5rem}}.about-page{background-image:url(/images/first_bg.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.about-hero{width:100%;padding-top:calc(var(--header-height) + 90px);padding-bottom:100px;padding-left:90px;padding-right:90px;display:flex;justify-content:center}.about-hero__container{width:100%;max-width:1600px;text-align:center;margin:0 auto}.about-hero__title{font-family:TenorSans;font-size:115px;display:flex;justify-content:center;align-items:center;gap:16px;letter-spacing:-8px;font-weight:400}.about-hero__title{background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-hero__title-o{width:95px;height:auto}.about-hero__brand{display:flex;justify-content:center;margin:40px 0 88px}.about-hero__brand-full{width:320px;height:auto}.about-hero__subtitle{font-family:TenorSans;font-size:58px;margin:0 0 30px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-hero__desc{font-family:TenorSans;font-size:25.5px;line-height:1.2;max-width:1100px;font-weight:400;margin:0 auto;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(min-width:1800px){.about-hero{padding-top:calc(var(--header-height) + 130px);padding-bottom:140px;padding-left:140px;padding-right:140px}.about-hero__container{max-width:1900px}.about-hero__title{font-size:150px;gap:20px;letter-spacing:-10px}.about-hero__title-o{width:130px}.about-hero__brand{margin:60px 0 120px}.about-hero__brand-full{width:460px}.about-hero__subtitle{font-size:72px;margin-bottom:40px}.about-hero__desc{font-size:30px;max-width:1300px}}@media(min-width:2200px){.about-hero{padding-top:calc(var(--header-height) + 180px);padding-bottom:200px;padding-left:240px;padding-right:240px}.about-hero__container{max-width:2200px}.about-hero__title{font-size:200px;gap:28px;letter-spacing:-12px}.about-hero__title-o{width:180px}.about-hero__brand{margin:80px 0 160px}.about-hero__brand-full{width:600px}.about-hero__subtitle{font-size:95px;margin-bottom:60px}.about-hero__desc{font-size:40px;max-width:1600px;line-height:1.25}}@media(min-width:3000px){.about-hero{padding-top:calc(var(--header-height) + 220px);padding-bottom:240px;padding-left:340px;padding-right:340px}.about-hero__container{max-width:2600px}.about-hero__title{font-size:240px;gap:32px;letter-spacing:-14px}.about-hero__title-o{width:210px}.about-hero__brand{margin:100px 0 200px}.about-hero__brand-full{width:700px}.about-hero__subtitle{font-size:115px;margin-bottom:70px}.about-hero__desc{font-size:50px;max-width:1800px;line-height:1.3}}@media(max-width:1200px){.about-hero{padding-top:calc(var(--header-height) + 80px);padding-bottom:90px;padding-left:60px;padding-right:60px}.about-hero__title{font-size:95px}.about-hero__title-o{width:78px}.about-hero__brand{margin:30px 0 70px}.about-hero__brand-full{width:280px}.about-hero__subtitle{font-size:44px}.about-hero__desc{font-size:20px;max-width:900px}}@media(max-width:768px){.about-hero{padding-top:calc(var(--header-height) + 70px);padding-bottom:80px;padding-left:35px;padding-right:35px}.about-hero__title{font-size:62px;gap:10px;letter-spacing:-5px}.about-hero__title-o{width:50px}.about-hero__brand{margin:25px 0 60px}.about-hero__brand-full{width:200px}.about-hero__subtitle{font-size:30px}.about-hero__desc{font-size:16px;max-width:600px}}@media(max-width:480px){.about-hero{padding-top:calc(var(--header-height) + 55px);padding-bottom:65px;padding-left:20px;padding-right:20px}.about-hero__title{font-size:44px;font-weight:600;gap:8px;letter-spacing:-4px;margin:0 0 28px}.about-hero__title-o{width:34px}.about-hero__brand{margin:10px 0 38px}.about-hero__brand-full{width:135px}.about-hero__subtitle{font-size:22px;margin:0 0 18px}.about-hero__desc{font-size:14px;max-width:85%}}@media(max-width:400px){.about-hero{padding-top:calc(var(--header-height) + 48px);padding-bottom:55px;padding-left:18px;padding-right:18px}.about-hero__title{font-size:40px;gap:6px;letter-spacing:-3.5px}.about-hero__title-o{width:30px}.about-hero__brand-full{width:120px}.about-hero__subtitle{font-size:19px}.about-hero__desc{font-size:13px}}@media(max-width:375px){.about-hero{padding-top:calc(var(--header-height) + 42px);padding-left:16px;padding-right:16px}.about-hero__title{font-size:36px;gap:5px;letter-spacing:-3px}.about-hero__title-o{width:28px}.about-hero__brand{margin:8px 0 30px}.about-hero__brand-full{width:110px}.about-hero__subtitle{font-size:18px}.about-hero__desc{font-size:12.5px;line-height:1.3}}@media(max-width:320px){.about-hero{padding-top:calc(var(--header-height) + 35px);padding-bottom:45px;padding-left:14px;padding-right:14px;min-height:auto}.about-hero__title{font-size:32px;gap:4px;letter-spacing:-2px}.about-hero__title-o{width:24px}.about-hero__brand{margin:6px 0 24px}.about-hero__brand-full{width:100px}.about-hero__subtitle{font-size:16px}.about-hero__desc{font-size:12px;line-height:1.3}}.about-vm{width:100%;padding:160px 0;overflow:hidden;background:transparent;display:flex;justify-content:center}.about-vm__container{width:100%;max-width:1100px;margin:0 auto;display:flex;justify-content:center;align-items:flex-start;gap:120px}.about-vm__card{position:relative;width:485px;height:400px}.about-vm__icon{position:absolute;top:-55px;left:-50px;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--owna-green-1),var(--owna-green-2));display:flex;align-items:center;justify-content:center;z-index:2}.about-vm__icon img{width:80px;height:auto}.about-vm__content{width:100%;height:100%;padding:80px 38px 40px;background:linear-gradient(135deg,var(--owna-green-1),var(--owna-green-2));border-top-right-radius:170px;border-bottom-left-radius:170px;display:flex;flex-direction:column;gap:25px;align-items:center;text-align:center}.about-vm__title{font-family:TenorSans;font-size:40px;color:#fff;font-weight:400}.about-vm__text{font-family:TenorSans;font-size:20.5px;color:#fff;font-weight:400}@media(min-width:1600px){.about-vm{padding:180px 0}.about-vm__container{max-width:1300px;gap:150px}.about-vm__card{width:540px;height:430px}.about-vm__icon{width:200px;height:200px;top:-60px;left:-55px}.about-vm__icon img{width:90px}.about-vm__content{padding:95px 45px 50px;border-top-right-radius:200px;border-bottom-left-radius:200px}.about-vm__title{font-size:44px}.about-vm__text{font-size:22px}}@media(min-width:1920px){.about-vm{padding:210px 0}.about-vm__container{max-width:1600px;gap:200px}.about-vm__card{width:600px;height:490px}.about-vm__icon{width:230px;height:230px;top:-70px;left:-65px}.about-vm__icon img{width:105px}.about-vm__content{padding:115px 55px 60px;border-top-right-radius:230px;border-bottom-left-radius:230px}.about-vm__title{font-size:48px}.about-vm__text{font-size:24px}}@media(min-width:2200px){.about-vm{padding:230px 0}.about-vm__container{max-width:1850px;gap:240px}.about-vm__card{width:670px;height:520px}.about-vm__icon{width:260px;height:260px;top:-80px;left:-75px}.about-vm__icon img{width:120px}.about-vm__content{padding:135px 65px 70px;border-top-right-radius:260px;border-bottom-left-radius:260px}.about-vm__title{font-size:52px}.about-vm__text{font-size:26px}}@media(min-width:2560px){.about-vm{padding:260px 0}.about-vm__container{max-width:2100px;gap:300px}.about-vm__card{width:750px;height:580px}.about-vm__icon{width:300px;height:300px;top:-90px;left:-85px}.about-vm__icon img{width:140px}.about-vm__content{padding:160px 75px 85px;border-top-right-radius:300px;border-bottom-left-radius:300px}.about-vm__title{font-size:58px}.about-vm__text{font-size:28px}}@media(max-width:1440px)and (min-width:1201px){.about-vm{padding:140px 0}.about-vm__container{max-width:1000px;gap:100px}.about-vm__card{width:450px;height:360px}.about-vm__icon{width:165px;height:165px;top:-50px;left:-45px}.about-vm__icon img{width:75px}.about-vm__content{padding:75px 32px 38px;border-top-right-radius:150px;border-bottom-left-radius:150px}.about-vm__title{font-size:36px}.about-vm__text{font-size:18.5px}}@media(max-width:1200px)and (min-width:993px){.about-vm{padding:120px 0}.about-vm__container{max-width:900px;gap:75px}.about-vm__card{width:400px;height:340px}.about-vm__icon{width:150px;height:150px;top:-45px;left:-40px}.about-vm__icon img{width:68px}.about-vm__content{padding:65px 28px 32px;border-top-right-radius:135px;border-bottom-left-radius:135px}.about-vm__title{font-size:32px}.about-vm__text{font-size:17px}}@media(max-width:992px)and (min-width:769px){.about-vm{padding:100px 0}.about-vm__container{max-width:750px;gap:55px}.about-vm__card{width:340px;height:305px}.about-vm__icon{width:125px;height:125px;top:-35px;left:-30px}.about-vm__icon img{width:58px}.about-vm__content{padding:55px 22px 26px;border-top-right-radius:115px;border-bottom-left-radius:115px}.about-vm__title{font-size:28px}.about-vm__text{font-size:15px}}@media(max-width:768px)and (min-width:630px){.about-vm{padding:80px 0}.about-vm__container{max-width:600px;gap:35px}.about-vm__card{width:270px;height:260px}.about-vm__icon{width:100px;height:100px;top:-28px;left:-25px}.about-vm__icon img{width:45px}.about-vm__content{padding:45px 18px 20px;border-top-right-radius:95px;border-bottom-left-radius:95px}.about-vm__title{font-size:22px}.about-vm__text{font-size:13px}}@media(max-width:629px)and (min-width:560px){.about-vm{padding:65px 0}.about-vm__container{max-width:540px;gap:22px}.about-vm__card{width:240px;height:230px}.about-vm__icon{width:85px;height:85px;top:-24px;left:-20px}.about-vm__icon img{width:38px}.about-vm__content{padding:38px 14px 16px;border-top-right-radius:80px;border-bottom-left-radius:80px;gap:18px}.about-vm__title{font-size:19px}.about-vm__text{font-size:12px}}@media(max-width:560px)and (min-width:400px){.about-vm{padding:70px 20px}.about-vm__container{flex-direction:column;align-items:center;gap:70px;max-width:100%}.about-vm__card{width:85%;max-width:330px;height:270px}.about-vm__icon{width:90px;height:90px;top:-31px;left:50%;transform:translate(-50%)}.about-vm__icon img{width:42px}.about-vm__content{padding:55px 20px 25px;border-top-right-radius:110px;border-bottom-left-radius:110px}.about-vm__title{margin-top:15px;font-size:22px}.about-vm__text{font-size:13px}}@media(max-width:399px)and (min-width:320px){.about-vm{padding:55px 14px}.about-vm__container{flex-direction:column;align-items:center;gap:55px}.about-vm__card{width:100%;max-width:270px;height:230px}.about-vm__icon{width:70px;height:70px;top:-22px;left:50%;transform:translate(-50%)}.about-vm__icon img{width:32px}.about-vm__content{padding:45px 16px 20px;border-top-right-radius:80px;border-bottom-left-radius:80px;gap:16px}.about-vm__title{font-size:17px}.about-vm__text{font-size:12px}}@media(max-width:319px){.about-vm{padding:45px 10px}.about-vm__container{flex-direction:column;align-items:center;gap:45px}.about-vm__card{width:100%;max-width:240px;height:210px}.about-vm__icon{width:60px;height:60px;top:-18px;left:50%;transform:translate(-50%)}.about-vm__icon img{width:26px}.about-vm__content{padding:40px 14px 18px;border-top-right-radius:65px;border-bottom-left-radius:65px;gap:14px}.about-vm__title{font-size:15px}.about-vm__text{font-size:11px}}.about-founders{width:100%;padding:90px 20px 180px;overflow:hidden;background:transparent;display:flex;justify-content:center}.about-founders__container{width:100%;max-width:1440px;margin:0 auto;text-align:center}.about-founders__icon img{width:56px;margin-bottom:20px}.about-founders__title{font-family:TenorSans;font-size:63px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}.about-founders__script{font-family:Heatwood;font-size:62.5px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:70px;font-weight:400}.about-founders__layout{position:relative;width:100%;height:720px}.about-founders__leaf{position:absolute;width:420px;height:520px;background:linear-gradient(135deg,var(--owna-green-1),var(--owna-green-2));border-top-left-radius:230px;border-bottom-right-radius:230px}.about-founders__leaf-left{left:9%;top:20px}.about-founders__leaf-right{right:9%;top:42%}.about-founders__name{position:absolute;font-family:TenorSans;font-size:46px;font-weight:400;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-founders__name-right-top{left:55%;top:85px}.about-founders__name-left-bottom{left:24%;bottom:70px}@media(min-width:1441px)and (max-width:1919px){.about-founders{padding:100px 20px 240px}.about-founders__container{max-width:1550px}.about-founders__icon img{width:60px;margin-bottom:24px}.about-founders__title{font-size:64px}.about-founders__script{font-size:63.5px;margin-bottom:80px}.about-founders__layout{height:800px}.about-founders__leaf{width:500px;height:620px;border-top-left-radius:280px;border-bottom-right-radius:280px}.about-founders__leaf-left{left:10%;top:30px}.about-founders__leaf-right{right:10%;top:45%}.about-founders__name{font-size:54px}.about-founders__name-right-top{left:57%;top:110px}.about-founders__name-left-bottom{left:28%;bottom:70px}}@media(min-width:1920px)and (max-width:2559px){.about-founders{padding:110px 20px 290px}.about-founders__container{max-width:1650px}.about-founders__icon img{width:66px;margin-bottom:28px}.about-founders__title{font-size:72px}.about-founders__script{font-size:71.5px;margin-bottom:90px}.about-founders__layout{height:880px}.about-founders__leaf{width:560px;height:680px;border-top-left-radius:310px;border-bottom-right-radius:310px}.about-founders__leaf-left{left:11%;top:40px}.about-founders__leaf-right{right:11%;top:46%}.about-founders__name{font-size:60px}.about-founders__name-right-top{left:58%;top:130px}.about-founders__name-left-bottom{left:28%;bottom:70px}}@media(min-width:2560px){.about-founders{padding:130px 20px 340px}.about-founders__container{max-width:1800px}.about-founders__icon img{width:72px;margin-bottom:30px}.about-founders__title{font-size:84px}.about-founders__script{font-size:83.5px;margin-bottom:110px}.about-founders__layout{height:1000px}.about-founders__leaf{width:650px;height:780px;border-top-left-radius:360px;border-bottom-right-radius:360px}.about-founders__leaf-left{left:12%;top:50px}.about-founders__leaf-right{right:12%;top:48%}.about-founders__name{font-size:70px}.about-founders__name-right-top{left:58%;top:120px}.about-founders__name-left-bottom{left:18%;bottom:20px}}@media(max-width:1200px){.about-founders{padding:80px 20px 130px}.about-founders__container{max-width:1200px}.about-founders__icon img{width:52px;margin-bottom:18px}.about-founders__title{font-size:44px}.about-founders__script{font-size:43.5px;margin-bottom:65px}.about-founders__layout{height:660px}.about-founders__leaf{width:360px;height:460px;border-top-left-radius:200px;border-bottom-right-radius:200px}.about-founders__leaf-left{left:7%;top:15px}.about-founders__leaf-right{right:7%;top:40%}.about-founders__name{font-size:40px}.about-founders__name-right-top{left:54%;top:75px}.about-founders__name-left-bottom{left:20%;bottom:60px}}@media(max-width:992px){.about-founders{padding:75px 18px 100px}.about-founders__icon img{width:48px;margin-bottom:16px}.about-founders__title{font-size:36px}.about-founders__script{font-size:35.5px;margin-bottom:55px}.about-founders__layout{height:600px}.about-founders__leaf{width:300px;height:390px;border-top-left-radius:170px;border-bottom-right-radius:170px}.about-founders__leaf-left{left:6%;top:10px}.about-founders__leaf-right{right:6%;top:42%}.about-founders__name{font-size:32px}.about-founders__name-right-top{left:56%;top:60px}.about-founders__name-left-bottom{left:16%;bottom:40px}}@media(max-width:768px)and (min-width:721px){.about-founders{padding:70px 18px 95px}.about-founders__icon img{width:44px;margin-bottom:14px}.about-founders__title{font-size:32px}.about-founders__script{font-size:31.5px;margin-bottom:50px}.about-founders__layout{height:540px}.about-founders__leaf{width:260px;height:340px;border-top-left-radius:150px;border-bottom-right-radius:150px}.about-founders__leaf-left{left:5%;top:10px}.about-founders__leaf-right{right:5%;top:44%}.about-founders__name{font-size:26px}.about-founders__name-right-top{left:58%;top:55px}.about-founders__name-left-bottom{left:14%;bottom:35px}}@media(max-width:720px)and (min-width:620px){.about-founders{padding:65px 16px 90px}.about-founders__icon img{width:40px;margin-bottom:12px}.about-founders__title{font-size:30px}.about-founders__script{font-size:29.5px;margin-bottom:45px}.about-founders__layout{height:500px}.about-founders__leaf{width:230px;height:300px;border-top-left-radius:135px;border-bottom-right-radius:135px}.about-founders__leaf-left{left:4%;top:8px}.about-founders__leaf-right{right:4%;top:46%}.about-founders__name{font-size:22px}.about-founders__name-right-top{left:60%;top:50px}.about-founders__name-left-bottom{left:12%;bottom:30px}}@media(max-width:620px)and (min-width:560px){.about-founders{padding:60px 16px 85px}.about-founders__icon img{width:38px;margin-bottom:10px}.about-founders__title{font-size:28px}.about-founders__script{font-size:27.5px;margin-bottom:40px}.about-founders__layout{height:460px}.about-founders__leaf{width:210px;height:270px;border-top-left-radius:120px;border-bottom-right-radius:120px}.about-founders__leaf-left{left:3%;top:5px}.about-founders__leaf-right{right:3%;top:48%}.about-founders__name{font-size:20px}.about-founders__name-right-top{left:62%;top:45px}.about-founders__name-left-bottom{left:10%;bottom:40px}}@media(max-width:560px){.about-founders{padding:60px 16px 90px}.about-founders__icon img{width:36px;margin-bottom:10px}.about-founders__title{font-size:26px}.about-founders__script{font-size:25.5px;margin-bottom:35px}.about-founders__layout{height:auto;display:flex;flex-direction:column;align-items:center;gap:50px}.about-founders__leaf,.about-founders__name{position:relative;left:unset;right:unset;top:unset;bottom:unset}.about-founders__leaf{width:240px;height:300px;border-top-left-radius:130px;border-bottom-right-radius:130px}.about-founders__name{font-size:20px}}@media(max-width:460px){.about-founders{padding:55px 14px 70px}.about-founders__icon img{width:32px;margin-bottom:8px}.about-founders__title{font-size:22px}.about-founders__script{font-size:21.5px;margin-bottom:30px}.about-founders__leaf{width:210px;height:260px;border-top-left-radius:115px;border-bottom-right-radius:115px}.about-founders__name{font-size:19px}}@media(max-width:360px){.about-founders{padding:50px 12px 60px}.about-founders__icon img{width:28px;margin-bottom:6px}.about-founders__title{font-size:20px}.about-founders__script{font-size:19.5px;margin-bottom:25px}.about-founders__leaf{width:180px;height:220px;border-top-left-radius:100px;border-bottom-right-radius:100px}.about-founders__name{font-size:18px}}@media(max-width:320px){.about-founders{padding:45px 10px 55px}.about-founders__icon img{width:24px;margin-bottom:6px}.about-founders__title{font-size:18px}.about-founders__script{font-size:17.5px;margin-bottom:20px}.about-founders__layout{height:auto;display:flex;flex-direction:column;align-items:center;gap:40px}.about-founders__leaf,.about-founders__name{position:relative;left:unset;right:unset;top:unset;bottom:unset}.about-founders__leaf{width:160px;height:200px;border-top-left-radius:90px;border-bottom-right-radius:90px}.about-founders__name{font-size:16px}}.equality{width:100%;display:flex;justify-content:center;background:linear-gradient(135deg,#082818,#005d30);position:relative;margin-bottom:-3.7%;overflow:hidden}.equality__bg{position:absolute;top:0;right:0;width:700px;height:auto;opacity:.5;pointer-events:none;z-index:1}.equality__container{width:100%;max-width:2000px;display:flex;align-items:center;justify-content:space-between;padding:35px 100px;position:relative;z-index:2}.equality__content{width:68%}.equality__title{font-family:TenorSans;font-size:94px;line-height:1.1;color:#fff;margin:0;max-width:900px;font-weight:400}.equality__script{display:block;font-family:Heatwood;font-size:75px;transform:rotate(-8.85deg);margin-top:40px;margin-left:25%;color:#fff;font-weight:400}.equality__visual{width:42%;position:relative;height:520px}.equality__outline{position:absolute;top:40%;height:350px;opacity:.95}.equality__leaf{position:absolute;width:130px;opacity:.06;filter:brightness(1.2)}@media(min-width:1600px){.equality__bg{width:850px;opacity:.45}.equality__container{max-width:1700px;padding:40px 140px}.equality__title{font-size:110px;max-width:1050px}.equality__script{font-size:90px;margin-left:27%}.equality__visual{height:620px}.equality__outline{height:420px}.equality__leaf{width:160px}}@media(min-width:2200px){.equality__bg{width:1200px}.equality__container{max-width:2300px;padding:70px 220px}.equality__title{font-size:140px;max-width:1500px}.equality__script{font-size:110px}.equality__visual{height:880px}.equality__outline{height:600px}}@media(min-width:2560px){.equality__bg{width:1450px}.equality__container{max-width:2600px;padding:50px 280px}.equality__title{font-size:160px;max-width:1800px}.equality__script{font-size:130px;margin-left:38%}.equality__visual{height:1000px}.equality__outline{height:700px}.equality__leaf{width:240px}}@media(max-width:1440px)and (min-width:1201px){.equality__bg{width:600px;opacity:.45}.equality__container{max-width:1400px;padding:30px 80px}.equality__title{font-size:78px;max-width:820px}.equality__script{font-size:60px;margin-left:22%}.equality__visual{height:450px}.equality__outline{height:300px}.equality__leaf{width:110px}}@media(max-width:1200px)and (min-width:993px){.equality__bg{width:500px;opacity:.4}.equality__container{max-width:1100px;padding:25px 60px}.equality__title{font-size:60px;max-width:650px}.equality__script{font-size:46px;margin-left:20%}.equality__visual{height:380px}.equality__outline{height:250px}.equality__leaf{width:95px}}@media(max-width:992px)and (min-width:769px){.equality__bg{width:420px;opacity:.35}.equality__container{padding:20px 40px}.equality__title{font-size:46px;max-width:500px}.equality__script{font-size:36px;margin-left:18%}.equality__visual{height:320px}.equality__outline{height:210px}.equality__leaf{width:80px}}@media(max-width:768px)and (min-width:541px){.equality__bg{width:350px;opacity:.3}.equality__container{padding:15px 30px}.equality__title{font-size:34px;max-width:380px}.equality__script{font-size:26px;margin-left:15%}.equality__visual{height:260px}.equality__outline{height:170px}.equality__leaf{width:65px}}@media(max-width:540px)and (min-width:321px){.equality{margin-bottom:-6%}.equality__container{flex-direction:column;padding:35px 22px 0;text-align:center}.equality__bg{width:260px;opacity:.18;top:15%;right:-40px}.equality__content{width:100%}.equality__title{font-size:30px;max-width:340px;margin:0 auto;line-height:1.2}.equality__script{font-size:26px;transform:rotate(0);margin:20px 0 0}.equality__visual{width:100%;height:240px}.equality__outline{height:160px;left:50%;transform:translate(-50%)}.equality__leaf{width:55px}}@media(max-width:320px){.equality{margin-bottom:-7%}.equality__container{flex-direction:column;padding:20px 16px;text-align:center}.equality__bg{width:200px;opacity:.15;top:20%;right:-30px}.equality__title{font-size:24px;max-width:260px;margin:0 auto}.equality__script{font-size:22px;transform:rotate(0);margin-top:16px}.equality__visual{height:200px}.equality__outline{height:140px;left:50%;transform:translate(-50%)}.equality__leaf{width:45px}}.nature{width:100%;display:flex;overflow:hidden;background:linear-gradient(135deg,#9c5841,#773919)}.nature__container{width:100%;max-width:1800px;display:flex}.nature__image{overflow:hidden}.nature__image img{width:100%;height:100%;object-fit:cover}.nature__content{width:78%;padding:80px 50px 80px 90px;display:flex;flex-direction:column;justify-content:center;color:#fff}.nature__title{font-family:TenorSans;font-size:72px;margin:0 0 40px;font-weight:400;white-space:nowrap}.nature__script{display:block;display:flex;justify-content:flex-end;font-family:Heatwood;font-size:50px;transform:rotate(-8.85deg);margin-top:14px;font-weight:400}.nature__list{list-style:disc;padding-left:24px;margin:0 0 40px;font-family:TenorSans;font-size:24px;line-height:1.5;font-weight:400}.nature__desc{font-family:TenorSans;font-size:22px;line-height:1.5;max-width:650px;font-weight:400}@media(min-width:1600px){.nature__container{max-width:1600px}.nature__content{padding:95px 70px 95px 120px}.nature__title{font-size:80px}.nature__script{font-size:62px}.nature__list{font-size:26px}.nature__desc{font-size:24px;max-width:720px}}@media(min-width:1920px){.nature__container{max-width:1900px}.nature__content{padding:120px 100px 120px 150px}.nature__title{font-size:96px}.nature__script{font-size:70px}.nature__list{font-size:30px}.nature__desc{font-size:26px;max-width:820px}}@media(min-width:2200px){.nature__container{max-width:2200px}.nature__content{padding:140px 130px 140px 180px}.nature__title{font-size:110px}.nature__script{font-size:80px}.nature__list{font-size:34px}.nature__desc{font-size:28px;max-width:900px}}@media(min-width:2560px){.nature__container{max-width:2500px}.nature__content{padding:170px 160px 170px 220px}.nature__title{font-size:125px}.nature__script{font-size:90px}.nature__list{font-size:38px}.nature__desc{font-size:32px;max-width:1000px}}@media(max-width:1399px)and (min-width:1201px){.nature__container{max-width:1400px}.nature__content{padding:70px 40px 70px 70px}.nature__title{font-size:60px}.nature__script{font-size:45px}.nature__list{font-size:20px}.nature__desc{font-size:18px;max-width:600px}}@media(max-width:1200px)and (min-width:993px){.nature__container{max-width:1100px}.nature__content{padding:60px 30px 60px 50px}.nature__title{font-size:48px}.nature__script{font-size:40px}.nature__list{font-size:18px}.nature__desc{font-size:16px;max-width:520px}}@media(max-width:992px)and (min-width:769px){.nature__container{max-width:900px}.nature__content{padding:50px 25px 50px 40px}.nature__title{font-size:38px}.nature__script{font-size:35px}.nature__list{font-size:16px}.nature__desc{font-size:14px;max-width:450px}}@media(max-width:768px)and (min-width:561px){.nature__container{max-width:800px}.nature__content{padding:40px 20px 40px 30px}.nature__title,.nature__script{font-size:30px}.nature__list{font-size:14px}.nature__desc{font-size:13px;max-width:380px}}@media(max-width:560px){.nature__container{flex-direction:column}.nature__image{width:100%;height:0;padding-top:80%;position:relative;border-radius:30;overflow:hidden}.nature__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.nature__content{width:100%;padding:50px 22px 60px;text-align:center}.nature__title{font-size:26px;margin-bottom:24px}.nature__script{font-size:22px;justify-content:center;transform:rotate(0);margin-top:0}.nature__list{font-size:15px;padding-left:18px;text-align:left;margin-bottom:25px}.nature__desc{font-size:14px;max-width:100%}}@media(max-width:320px){.nature__image{padding-top:95%}.nature__content{padding:35px 14px 45px}.nature__title{font-size:20px;margin-bottom:18px;white-space:normal}.nature__script{font-size:20px}.nature__list{font-size:13px;padding-left:16px;margin-bottom:20px}.nature__desc{font-size:12px;line-height:1.4}}:root{--owna-green-1: #005D30;--owna-green-2: #082818}.about-story{width:100%;padding:0 20px 100px;background:transparent;display:flex;justify-content:center}.about-story__container{width:100%;max-width:1800px;position:relative;display:flex;align-items:center;justify-content:center;gap:0}.about-story__image-wrapper{flex-shrink:0;position:relative;z-index:2;border-radius:40px;overflow:hidden}.about-story__content{flex-shrink:1}.about-story__image{width:400px;height:550px;object-fit:cover;border-radius:40px;display:block}.about-story__content{position:relative;margin-left:-490px;padding:60px 100px 60px 580px;border-radius:40px;background:linear-gradient(135deg,var(--owna-green-2),var(--owna-green-1));color:#fff;max-width:1250px}.about-story__top-text{text-align:center;font-family:TenorSans;font-size:22px;line-height:1.5;margin-bottom:30px;letter-spacing:1px;font-weight:400}.about-story__title{display:flex;justify-content:center;align-items:center;font-family:TenorSans;font-size:48px;white-space:nowrap;letter-spacing:2px;margin-bottom:10px;font-weight:400}.about-story__image-wrapper{border-radius:40px;overflow:hidden}.about-story__script{display:flex;justify-content:center;align-items:center;font-family:Heatwood;font-size:36px;font-weight:400}@media(min-width:1441px)and (max-width:1600px){.about-story__container{max-width:1600px}.about-story__image{width:440px;height:600px}.about-story__content{margin-left:-540px;padding:70px 120px 70px 640px;max-width:1350px}.about-story__top-text{font-size:22px}.about-story__title{font-size:54px}.about-story__script{font-size:40px}}@media(min-width:1601px)and (max-width:1920px){.about-story{padding:0 20px 120px}.about-story__container{max-width:1900px}.about-story__image{width:480px;height:650px}.about-story__content{margin-left:-580px;padding:80px 140px 80px 680px;max-width:1500px}.about-story__top-text{font-size:26px}.about-story__title{font-size:58px}.about-story__script{font-size:50px}}@media(min-width:1921px)and (max-width:2560px){.about-story{padding:150px 20px}.about-story__container{max-width:2300px}.about-story__image{width:560px;height:760px}.about-story__content{margin-left:-650px;padding:110px 180px 110px 780px;max-width:1800px}.about-story__top-text{font-size:32px}.about-story__title{font-size:72px}.about-story__script{font-size:60px}}@media(min-width:2561px){.about-story{padding:0 20px 120px}.about-story__container{max-width:3000px}.about-story__image{width:700px;height:950px}.about-story__content{margin-left:-780px;padding:150px 240px 150px 920px;max-width:2400px}.about-story__top-text{font-size:40px}.about-story__title{font-size:100px}.about-story__script{font-size:70px}}@media(max-width:1339px)and (min-width:1200px){.about-story__container{max-width:1400px}.about-story__image{width:360px;height:500px}.about-story__content{margin-left:-440px;padding:55px 60px 55px 520px;max-width:1100px}.about-story__top-text{font-size:19px}.about-story__title{font-size:41px}.about-story__script{font-size:34px}}@media(max-width:1200px)and (min-width:992px){.about-story__image{width:315px;height:440px}.about-story__content{margin-left:-370px;padding:50px 60px 50px 400px;max-width:930px}.about-story__top-text{font-size:16px}.about-story__title{font-size:36px}.about-story__script{font-size:32px}}@media(max-width:992px)and (min-width:850px){.about-story{padding:0 20px 80px}.about-story__image{width:260px;height:380px}.about-story__content{margin-left:-315px;padding:45px 50px 45px 360px;max-width:770px}.about-story__top-text{font-size:12.75px}.about-story__title{font-size:28px}.about-story__script{font-size:29px}}@media(max-width:850px)and (min-width:747px){.about-story{padding:0 15px 70px}.about-story__container{max-width:750px}.about-story__image{width:220px;height:330px;border-radius:30px}.about-story__content{margin-left:-260px;padding:40px 40px 40px 300px;max-width:650px;border-radius:30px}.about-story__top-text{font-size:13px}.about-story__title{font-size:24px}.about-story__script{font-size:20px}}@media(max-width:747px)and (min-width:620px){.about-story{padding:0 15px 60px}.about-story__container{max-width:680px}.about-story__image{width:200px;height:300px;border-radius:26px}.about-story__content{margin-left:-230px;padding:35px 30px 35px 260px;max-width:580px;border-radius:26px}.about-story__top-text{font-size:12px}.about-story__title{font-size:22px}.about-story__script{font-size:17px}}@media(max-width:620px)and (min-width:400px){.about-story{padding:0 0 90px;background:linear-gradient(to bottom,transparent 0px,transparent 260px,var(--owna-green-1) 260px,var(--owna-green-2) 100%)}.about-story__container{flex-direction:column;align-items:center;justify-content:flex-start;gap:0}.about-story__image-wrapper{width:100%;border-radius:0 0 32px 32px;overflow:hidden;display:flex;justify-content:center}.about-story__image{width:100%;max-width:330px;height:390px;object-fit:cover;border-radius:22px;margin-top:80px}.about-story__content{margin:0;padding:70px 28px 0;max-width:100%;border-radius:0;background:transparent;text-align:center}.about-story__top-text{font-size:17px}.about-story__title,.about-story__script{font-size:25px}}@media(max-width:399px){.about-story{padding:0 0 80px;background:linear-gradient(to bottom,transparent 0px,transparent 230px,var(--owna-green-1) 230px,var(--owna-green-2) 100%)}.about-story__container{flex-direction:column;align-items:center;justify-content:flex-start;gap:0}.about-story__image-wrapper{width:100%;border-radius:30px;overflow:hidden;display:flex;justify-content:center}.about-story__image{width:100%;max-width:clamp(240px,80vw,285px);height:clamp(320px,95vw,380px);object-fit:cover;border-radius:0 0 26px 26px;margin-top:clamp(50px,12vw,70px)}.about-story__content{margin:0;padding:clamp(40px,10vw,60px) clamp(16px,5vw,22px) 0;max-width:100%;border-radius:0;background:transparent;text-align:center}.about-story__top-text{font-size:clamp(12px,3.5vw,14px)}.about-story__title{font-size:clamp(16px,4.8vw,19px);white-space:nowrap}.about-story__script{font-size:clamp(22px,7vw,28px)}}@media(max-width:320px){.about-story{padding:0 0 70px;background:linear-gradient(to bottom,transparent 0px,transparent 200px,var(--owna-green-1) 200px,var(--owna-green-2) 100%)}.about-story__container{flex-direction:column;align-items:center;justify-content:flex-start}.about-story__image-wrapper{width:100%;border-radius:24px;display:flex;justify-content:center}.about-story__image{width:90%;max-width:240px;height:300px;border-radius:0 0 22px 22px;margin-top:40px}.about-story__content{margin:0;padding:35px 14px 0;max-width:100%;border-radius:0;background:transparent;text-align:center}.about-story__top-text{font-size:12px}.about-story__title{font-size:15px;white-space:normal}.about-story__script{font-size:20px}}.feelings{width:100%;display:flex;justify-content:center;background:linear-gradient(135deg,#082818,#005d30);position:relative;overflow:hidden;padding:140px 0}.feelings__bg{position:absolute;top:22%;right:0;width:600px;opacity:.45;pointer-events:none;z-index:0}.feelings__container{width:100%;max-width:1800px;padding-left:140px;padding-right:0;position:relative;z-index:2}.feelings__header{text-align:center;margin-bottom:100px}.feelings__title{max-width:100%;font-family:TenorSans;font-size:58px;background:-webkit-linear-gradient(135deg,#FFF6D9 0%,#FFFFFF 100%);background:linear-gradient(135deg,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:2px;margin:0;font-weight:400}.feelings__script{display:block;font-family:Heatwood;font-size:52px;margin-top:20px;font-weight:400;background:-webkit-linear-gradient(135deg,#FFF6D9 0%,#FFFFFF 100%);background:linear-gradient(135deg,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feelings__cards{display:flex;justify-content:flex-end;gap:80px;margin-bottom:80px}.feelings__card{position:relative;width:560px;min-height:350px;padding:70px 50px 45px;background:-webkit-linear-gradient(135deg,#FFF6D9 0%,#FFFFFF 100%);background:linear-gradient(135deg,#fff6d9,#fff);border-radius:28px;box-shadow:0 4px 4px #00000040}.feelings__quote{position:absolute;top:-18px;left:50px;width:150px}.feelings__button-wrap{display:flex;justify-content:center}.feelings__button{position:relative;padding:30px 75px;border:none;cursor:pointer;font-family:TenorSans;background:linear-gradient(135deg,#005d30,#082818);border-top-left-radius:60px;border-bottom-right-radius:60px;overflow:hidden;background-clip:padding-box}.feelings__button span{font-size:25px;font-weight:400;letter-spacing:1px;background:-webkit-linear-gradient(135deg,#FFF6D9 0%,#FFFFFF 100%);background:linear-gradient(135deg,#fff6d9,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feelings__button:hover{transform:translateY(-3px)}.feelings__title,.feelings__script{white-space:nowrap}@media(min-width:1600px){.feelings{padding:170px 0}.feelings__bg{width:750px;top:20%}.feelings__container{max-width:2000px;padding-left:200px}.feelings__header{margin-bottom:120px}.feelings__title{font-size:70px}.feelings__script{font-size:62px}.feelings__cards{gap:110px;margin-bottom:110px}.feelings__card{width:700px;min-height:430px;padding:90px 70px 60px;border-radius:32px}.feelings__quote{width:190px;left:70px;top:-25px}.feelings__button{padding:35px 95px}.feelings__button span{font-size:30px}}@media(min-width:1920px){.feelings{padding:210px 0}.feelings__bg{width:1000px;top:18%}.feelings__container{max-width:2400px;padding-left:260px}.feelings__title{font-size:90px}.feelings__script{font-size:80px}.feelings__cards{gap:160px}.feelings__card{width:860px;min-height:520px;padding:120px 90px 75px;border-radius:36px}.feelings__quote{width:240px;left:90px;top:-35px}.feelings__button{padding:45px 120px}.feelings__button span{font-size:38px}}@media(min-width:2200px){.feelings__bg{width:1200px}.feelings__container{max-width:2800px;padding-left:320px}.feelings__title{font-size:110px}.feelings__script{font-size:100px}.feelings__card{width:1000px;min-height:600px;padding:150px 110px 90px}.feelings__quote{width:280px}}@media(min-width:2560px){.feelings{padding:260px 0}.feelings__bg{width:1500px;opacity:.4}.feelings__container{max-width:3200px;padding-left:400px}.feelings__title{font-size:100px}.feelings__script{font-size:80px}.feelings__cards{gap:220px}.feelings__card{width:1200px;min-height:720px;padding:190px 140px 110px;border-radius:44px}.feelings__quote{width:350px}.feelings__button{padding:55px 160px}.feelings__button span{font-size:48px}}@media(max-width:1439px)and (min-width:1200px){.feelings{padding:120px 0}.feelings__container{max-width:1500px;padding-left:100px}.feelings__header{margin-bottom:80px}.feelings__title{font-size:50px}.feelings__script{font-size:44px}.feelings__cards{gap:60px;margin-bottom:70px}.feelings__card{width:480px;min-height:300px;padding:60px 40px 40px}.feelings__quote{width:130px;left:40px;top:-15px}.feelings__button{padding:25px 60px}.feelings__button span{font-size:22px}}@media(max-width:1199px)and (min-width:992px){.feelings{padding:100px 0}.feelings__container{max-width:1200px;padding-left:70px}.feelings__title{font-size:42px}.feelings__script{font-size:36px}.feelings__cards{gap:45px}.feelings__card{width:400px;min-height:260px;padding:50px 35px}.feelings__quote{width:110px;left:35px}.feelings__button span{font-size:20px}}@media(max-width:991px)and (min-width:768px){.feelings{padding:90px 0}.feelings__container{max-width:950px;padding-left:50px}.feelings__title{font-size:36px}.feelings__script{font-size:30px}.feelings__cards{gap:35px}.feelings__card{width:340px;min-height:230px;padding:45px 30px}.feelings__quote{width:95px;left:30px}.feelings__button span{font-size:18px}}@media(max-width:767px)and (min-width:560px){.feelings{padding:80px 0}.feelings__container{max-width:720px;padding-left:30px}.feelings__title{font-size:30px}.feelings__script{font-size:24px}.feelings__cards{gap:25px}.feelings__card{width:280px;min-height:200px;padding:40px 25px}.feelings__quote{width:80px;left:25px}.feelings__button span{font-size:16px}}@media(max-width:560px){.feelings{padding:70px 20px}.feelings__container{padding-left:0;max-width:100%}.feelings__header{margin-bottom:50px}.feelings__title,.feelings__script{white-space:nowrap}.feelings__title{font-size:20px;letter-spacing:1px}.feelings__script{font-size:18px;margin-top:10px}.feelings__cards{flex-direction:column;align-items:center;gap:35px;margin-bottom:50px}.feelings__card{width:100%;max-width:320px;min-height:200px;padding:45px 22px 30px}.feelings__quote{width:85px;left:22px;top:-12px}.feelings__button{padding:20px 55px}.feelings__button span{font-size:16px}}@media(max-width:559px)and (min-width:400px){.feelings{padding:70px 18px}.feelings__container{padding-left:0}.feelings__header{margin-bottom:50px}.feelings__title,.feelings__script{white-space:nowrap}.feelings__title{font-size:22px;letter-spacing:1px}.feelings__script{font-size:20px;margin-top:8px}.feelings__cards{flex-direction:column;align-items:center;gap:35px;margin-bottom:50px}.feelings__card{width:100%;max-width:340px;min-height:220px;padding:50px 25px 35px}.feelings__quote{width:90px;left:25px;top:-12px}.feelings__button{padding:22px 60px}.feelings__button span{font-size:17px}}@media(max-width:399px)and (min-width:321px){.feelings{padding:60px 16px}.feelings__title,.feelings__script{white-space:nowrap}.feelings__title{font-size:19px}.feelings__script{font-size:17px;margin-top:6px}.feelings__cards{flex-direction:column;align-items:center;gap:30px}.feelings__card{max-width:300px;min-height:200px;padding:40px 20px 30px}.feelings__quote{width:75px;left:20px}.feelings__button{padding:18px 50px}.feelings__button span{font-size:15px}}@media(max-width:320px){.feelings{padding:50px 12px}.feelings__title,.feelings__script{white-space:nowrap}.feelings__title{font-size:17px}.feelings__script{font-size:15px;margin-top:5px}.feelings__cards{flex-direction:column;align-items:center;gap:25px}.feelings__card{max-width:260px;min-height:180px;padding:35px 18px 25px}.feelings__quote{width:65px;left:18px}.feelings__button{padding:15px 40px}.feelings__button span{font-size:14px}}:root{--owna-green-1: #005D30;--owna-green-2: #082818;--owna-brown-1: #9C5841;--owna-brown-2: #773919}.stewardship{width:100%;padding:120px 0;background:transparent;overflow:hidden}.stewardship__container{width:100%;max-width:1800px;margin:0 auto;padding:0 60px}.stewardship__header{text-align:center;margin-bottom:90px}.stewardship__tree{width:70px;margin-bottom:18px}.stewardship__title{font-family:TenorSans;font-size:85px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:-2px}.stewardship__script{font-family:Heatwood;font-size:45px;letter-spacing:-.04em;display:inline-block;padding:25px 5px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));background-clip:text;-webkit-background-clip:text;color:transparent;margin-top:-12px;font-weight:400}.stewardship__subtitle{font-family:TenorSans;font-size:48px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stewardship__layout{position:relative;width:100%;height:950px}.stewardship__ring{position:absolute;left:-320px;top:-25px;width:830px;height:830px;border-radius:50%;border:18px solid #0d5a34}.stewardship__globe{position:absolute;left:-70px;top:92px;width:400px}.stewardship__icon{position:absolute;width:170px;height:170px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #0000002e}.stewardship__icon img{width:90px}.stewardship__icon--top{left:290px;top:-5px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2))}.stewardship__icon--middle{left:400px;top:310px;width:210px;height:210px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2))}.stewardship__icon--bottom{left:250px;bottom:105px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2))}.stewardship__text{position:absolute;font-family:TenorSans;font-size:50px;line-height:100%;text-align:center;font-weight:400}.stewardship__text--top{left:550px;top:60px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stewardship__text--middle{left:680px;top:380px;background:linear-gradient(180deg,var(--owna-brown-1),var(--owna-brown-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stewardship__text--bottom{left:540px;bottom:150px;background:linear-gradient(180deg,var(--owna-brown-1),var(--owna-brown-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stewardship__text{background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease}.stewardship__pair:hover .stewardship__text{background:linear-gradient(180deg,var(--owna-brown-1),var(--owna-brown-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stewardship__icon{transition:all .3s ease}.stewardship__pair:hover .stewardship__icon{background:linear-gradient(180deg,var(--owna-brown-1),var(--owna-brown-2))}.stewardship__title,.stewardship__script,.stewardship__subtitle{line-height:1.2}@media(min-width:1510px)and (max-width:1600px){.stewardship__ring{left:-450px}.stewardship__globe{left:-180px}.stewardship__icon--top{left:190px}.stewardship__icon--middle{left:300px}.stewardship__icon--bottom{left:140px}.stewardship__text--top{left:480px}.stewardship__text--middle{left:550px}.stewardship__text--bottom{left:440px}}@media(min-width:1600px){.stewardship__container{max-width:1650px}.stewardship__layout{height:1050px}.stewardship__ring{width:960px;height:960px;left:-490px;top:-6px;border-width:20px}.stewardship__globe{width:480px;left:-195px;top:120px}.stewardship__icon{width:190px;height:190px}.stewardship__icon img{width:100px}.stewardship__icon--top{left:180px;top:-15px}.stewardship__icon--middle{left:350px;top:350px;width:240px;height:240px}.stewardship__icon--bottom{left:230px;bottom:90px}.stewardship__text{font-size:59px}.stewardship__text--top{left:500px;top:55px}.stewardship__text--middle{left:630px;top:410px}.stewardship__text--bottom{left:510px;bottom:120px}.stewardship__tree{width:85px;margin-bottom:22px}.stewardship__title{font-size:100px}.stewardship__script{font-size:50px}.stewardship__subtitle{font-size:56px}}@media(min-width:1920px){.stewardship__container{max-width:1900px}.stewardship__layout{height:1200px}.stewardship__ring{width:1150px;height:1150px;left:-620px;top:-20px;border-width:24px}.stewardship__globe{width:580px;left:-260px;top:160px}.stewardship__icon{width:230px;height:230px}.stewardship__icon img{width:120px}.stewardship__icon--top{left:200px;top:-25px}.stewardship__icon--middle{left:420px;top:420px;width:280px;height:280px}.stewardship__icon--bottom{left:270px;bottom:110px}.stewardship__text{font-size:70px}.stewardship__text--top{left:600px;top:70px}.stewardship__text--middle{left:770px;top:520px}.stewardship__text--bottom{left:640px;bottom:160px}.stewardship__tree{width:100px;margin-bottom:26px}.stewardship__title{font-size:120px}.stewardship__script{font-size:59px}.stewardship__subtitle{font-size:64px}}@media(min-width:2200px){.stewardship__container{max-width:2300px}.stewardship__layout{height:1500px}.stewardship__ring{width:1450px;height:1450px;left:-720px;top:30px;border-width:30px}.stewardship__globe{width:730px;left:-320px;top:230px}.stewardship__icon{width:290px;height:290px}.stewardship__icon img{width:155px}.stewardship__icon--top{left:330px;top:30px}.stewardship__icon--middle{left:560px;top:600px;width:340px;height:340px}.stewardship__icon--bottom{left:360px;bottom:20px}.stewardship__text{font-size:95px}.stewardship__text--top{left:900px;top:100px}.stewardship__text--middle{left:1080px;top:670px}.stewardship__text--bottom{left:890px;bottom:90px}.stewardship__tree{width:120px;margin-bottom:30px}.stewardship__title{font-size:145px}.stewardship__script{font-size:72px}.stewardship__subtitle{font-size:75px}}@media(min-width:2560px){.stewardship__container{max-width:2500px}.stewardship__layout{height:1650px}.stewardship__ring{width:1600px;height:1600px;left:-720px;top:40px;border-width:34px}.stewardship__globe{width:800px;left:-300px;top:260px}.stewardship__icon{width:310px;height:310px}.stewardship__icon img{width:170px}.stewardship__icon--top{left:380px;top:10px}.stewardship__icon--middle{left:640px;top:650px;width:360px;height:360px}.stewardship__icon--bottom{left:420px;bottom:40px}.stewardship__text{font-size:105px}.stewardship__text--top{left:1000px;top:120px}.stewardship__text--middle{left:1180px;top:710px}.stewardship__text--bottom{left:1000px;bottom:100px}.stewardship__tree{width:140px;margin-bottom:36px}.stewardship__title{font-size:170px}.stewardship__script{font-size:80px}.stewardship__subtitle{font-size:88px}}@media(max-width:1270px)and (min-width:993px){.stewardship__layout{height:700px}.stewardship__ring{width:650px;height:650px;left:-280px;top:-5px;border-width:14px}.stewardship__globe{width:300px}.stewardship__icon{width:130px;height:130px}.stewardship__icon img{width:65px}.stewardship__text{font-size:35.25px}.stewardship__tree{width:55px}.stewardship__title{font-size:60px}.stewardship__script{font-size:29px}.stewardship__subtitle{font-size:36px}.stewardship__icon--top{left:200px;top:10px}.stewardship__icon--middle{left:300px;top:250px;width:150px;height:150px}.stewardship__icon--bottom{left:210px;bottom:50px}.stewardship__text--top{left:450px;top:50px}.stewardship__text--middle{left:550px;top:280px}.stewardship__text--bottom{left:480px;bottom:90px}}@media(max-width:992px)and (min-width:851px){.stewardship__layout{height:620px}.stewardship__ring{width:560px;height:560px;left:-240px;top:0;border-width:12px}.stewardship__globe{width:260px}.stewardship__icon{width:110px;height:110px}.stewardship__icon img{width:55px}.stewardship__text{font-size:30px}.stewardship__tree{width:48px}.stewardship__title{font-size:50px}.stewardship__script{font-size:24px}.stewardship__subtitle{font-size:30px}.stewardship__icon--top{left:170px;top:0}.stewardship__icon--middle{left:250px;top:220px;width:130px;height:130px}.stewardship__icon--bottom{left:180px;bottom:60px}.stewardship__text--top{left:380px;top:40px}.stewardship__text--middle{left:460px;top:240px}.stewardship__text--bottom{left:400px;bottom:80px}}@media(max-width:851px)and (min-width:769px){.stewardship__layout{height:560px}.stewardship__ring{width:500px;height:500px;left:-220px;top:10px;border-width:10px}.stewardship__globe{width:230px}.stewardship__icon{width:95px;height:95px}.stewardship__icon img{width:45px}.stewardship__text{font-size:28px}.stewardship__tree{width:40px}.stewardship__title{font-size:42px}.stewardship__script{font-size:21px}.stewardship__subtitle{font-size:24px}.stewardship__icon--top{left:140px;top:10px}.stewardship__icon--middle{left:220px;top:200px}.stewardship__icon--bottom{left:160px;bottom:65px}.stewardship__text--top{left:340px;top:35px}.stewardship__text--middle{left:390px;top:210px}.stewardship__text--bottom{left:340px;bottom:90px}}@media(max-width:768px)and (min-width:621px){.stewardship__layout{height:500px}.stewardship__ring{width:440px;height:440px;left:-220px;top:30px;border-width:8px}.stewardship__globe{width:200px;left:-80px;top:110px}.stewardship__icon{width:80px;height:80px}.stewardship__icon img{width:38px}.stewardship__icon--top{left:100px;top:25px}.stewardship__icon--middle{left:180px;top:175px;width:100px;height:100px}.stewardship__icon--bottom{left:130px;bottom:60px}.stewardship__text{font-size:22.5px}.stewardship__text--top{left:270px;top:40px}.stewardship__text--middle{left:295px;top:190px}.stewardship__text--bottom{left:280px;bottom:80px}.stewardship__tree{width:35px;margin-bottom:14px}.stewardship__title{font-size:38px}.stewardship__script{font-size:19px}.stewardship__subtitle{font-size:20px}}@media(max-width:620px){.stewardship__ring,.stewardship__globe{display:none}.stewardship__layout{height:auto;margin-top:40px;display:flex;flex-direction:column;gap:32px}.stewardship__pair{display:flex;justify-content:center;align-items:center;position:relative}.stewardship__icon,.stewardship__icon--middle{position:relative!important;left:unset!important;top:unset!important;bottom:unset!important;width:95px;height:95px;flex-shrink:0;z-index:2}.stewardship__icon img{width:46px}.stewardship__text--top,.stewardship__text--bottom,.stewardship__text--middle{background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2))}.stewardship__text{position:relative!important;left:unset!important;top:unset!important;bottom:unset!important;width:80%;padding:20px 26px 20px 55px;margin-left:-38px;border-bottom-right-radius:50px;font-size:16px;background:linear-gradient(180deg,var(--owna-green-1),var(--owna-green-2));color:#fff!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:#ffffff!important}.stewardship__tree{width:42px}.stewardship__title{font-size:38px}.stewardship__script{font-size:20px}.stewardship__subtitle{font-size:18px}}@media(max-width:540px){.stewardship__layout{gap:28px}.stewardship__icon,.stewardship__icon--middle{width:85px;height:85px}.stewardship__icon img{width:40px}.stewardship__text{width:85%;padding:18px 22px 18px 50px;margin-left:-34px;font-size:15px}.stewardship__title{font-size:34px}.stewardship__script,.stewardship__subtitle{font-size:17px}}@media(max-width:480px){.stewardship__layout{gap:24px}.stewardship__icon,.stewardship__icon--middle{width:75px;height:75px}.stewardship__icon img{width:34px}.stewardship__text{width:90%;padding:16px 20px 16px 46px;margin-left:-30px;font-size:14px}.stewardship__title{font-size:30px}.stewardship__script,.stewardship__subtitle{font-size:16px}}@media(max-width:420px){.stewardship__layout{gap:22px}.stewardship__icon,.stewardship__icon--middle{width:65px;height:65px}.stewardship__icon img{width:28px}.stewardship__text{width:100%;padding:14px 18px 14px 42px;margin-left:-26px;font-size:13px}.stewardship__title{font-size:26px}.stewardship__script{font-size:16px}.stewardship__subtitle{font-size:15px}}@media(max-width:360px){.stewardship__layout{gap:20px}.stewardship__icon,.stewardship__icon--middle{width:58px;height:58px}.stewardship__icon img{width:24px}.stewardship__text{width:100%;padding:12px 16px 12px 38px;margin-left:-22px;font-size:12px}.stewardship__title{font-size:22px}.stewardship__script,.stewardship__subtitle{font-size:14px}}@media(max-width:320px){.stewardship__layout{gap:18px}.stewardship__icon,.stewardship__icon--middle{width:52px;height:52px}.stewardship__icon img{width:22px}.stewardship__text{padding:10px 14px 10px 20px;margin-left:-18px;font-size:10px}.stewardship__title{font-size:20px}.stewardship__script{font-size:12px;padding:2px 1px}.stewardship__subtitle{font-size:13px}}@media(max-width:1200px){.stewardship{padding:100px 0}}@media(max-width:768px){.stewardship{padding:80px 0}.stewardship__header{margin-bottom:60px}}@media(max-width:620px){.stewardship{padding:70px 0}}@media(max-width:420px){.stewardship{padding:60px 0}.stewardship__header{margin-bottom:40px}}.blog-hero{width:100%;min-height:clamp(400px,85vh,700px);display:flex;align-items:center;justify-content:center;padding:clamp(20px,5vw,80px);background-size:cover;background-position:center;background-repeat:no-repeat}.blog-full-logo{width:clamp(220px,55vw,1000px);height:auto;object-fit:contain;display:block}@media(max-width:480px){.blog-hero{min-height:360px;padding:30px 15px;margin-bottom:-40px}.blog-full-logo{width:90%;max-width:320px}}@media(min-width:481px)and (max-width:1024px){.blog-full-logo{width:clamp(300px,60vw,700px)}}@media(min-width:1025px)and (max-width:1920px){.blog-full-logo{width:clamp(500px,50vw,1000px)}}@media(min-width:1921px)and (max-width:2560px){.blog-hero{min-height:750px}.blog-full-logo{width:clamp(800px,45vw,1400px)}}@media(min-width:2561px){.blog-hero{min-height:900px}.blog-full-logo{width:1600px}}.planting-section{position:relative;width:100%;background:transparent;padding:clamp(100px,10vw,220px) 0;overflow:visible}.brown-strip{width:80%;height:clamp(420px,42vw,500px);background:linear-gradient(180deg,#9c5841,#773919);display:flex;align-items:center;justify-content:flex-start;position:relative;margin-left:auto;padding-left:clamp(280px,28vw,700px);padding-right:clamp(30px,5vw,120px)}.content-wrapper{max-width:clamp(300px,38vw,850px);color:#fff;text-align:left}.title-main{font-size:clamp(18px,2.2vw,45px);font-weight:400;font-family:TenorSans;margin-bottom:12px}.title-script{font-family:heatwood;padding-left:40px;font-size:clamp(20px,3.2vw,35px)}.title-script{display:inline-block;line-height:1.2;padding-top:2px}.content-wrapper p{font-family:TenorSans;font-size:clamp(14px,1.1vw,12px);line-height:1.8;margin-bottom:clamp(20px,3vw,45px)}.pnf-btn{background:linear-gradient(#005d30,#082818);color:#fff;border:none;cursor:pointer;font-family:Raleway,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;padding:14px 48px;border-top-left-radius:100px;border-bottom-right-radius:100px;min-width:160px;transition:background-color .22s ease,transform .22s ease}.pnf-btn:hover{background:#06351d}.circle-wrapper{position:absolute;top:50%;left:clamp(-90px,-2vw,-290px);transform:translateY(-50%);width:clamp(750px,80vw,1200px);aspect-ratio:1 / 1;z-index:3}.leaf-ring{width:100%;height:100%;object-fit:contain}.people-img{position:absolute;top:50%;left:50%;width:88%;height:88%;transform:translate(-50%,-50%);border-radius:50%;object-fit:cover}@media(max-width:1919px){.circle-wrapper{width:clamp(670px,60vw,480px)}.brown-strip{padding-left:clamp(350px,32vw,600px)}}@media(max-width:1399px){.circle-wrapper{width:clamp(600px,65vw,520px)}.brown-strip{padding-left:clamp(300px,35vw,550px)}}@media(max-width:1199px){.circle-wrapper{width:clamp(520px,70vw,480px)}.brown-strip{padding-left:clamp(260px,38vw,480px)}}@media(max-width:991px){.circle-wrapper{width:clamp(460px,75vw,440px)}.brown-strip{padding-left:clamp(200px,42vw,420px)}}@media(max-width:767px){.circle-wrapper{width:clamp(380px,80vw,420px)}.brown-strip{padding-left:clamp(160px,45vw,350px)}}@media(min-width:1920px){.circle-wrapper{width:950px;left:-70px}.brown-strip{padding-left:750px;height:720px}}@media(min-width:2560px){.circle-wrapper{width:1150px;left:-60px}.brown-strip{padding-left:850px;height:820px}}.content-wrapper{max-width:clamp(320px,36vw,780px);color:#fff;text-align:left}.title-main{font-family:TenorSans;font-weight:400;font-size:clamp(35px,2.4vw,30px);line-height:1.2;letter-spacing:.5px;margin-top:40px;margin-bottom:14px}.title-script{font-family:heatwood;font-size:clamp(28px,3.2vw,22px);line-height:1.1;margin-bottom:clamp(20px,2.5vw,35px);padding-left:30px}.content-wrapper p{font-family:TenorSans;font-size:clamp(20px,1.2vw,32px);line-height:1.9;max-width:640px;margin-top:clamp(25px,3vw,45px);margin-bottom:clamp(25px,3vw,45px)}@media(max-width:1399px){.title-main{font-size:36px}.title-script{font-size:30px;padding-left:20px}.content-wrapper p{font-size:15px;line-height:1.8}}@media(max-width:1199px){.title-main{font-size:32px}.title-script{font-size:26px}.content-wrapper p{font-size:14.5px}}@media(max-width:1024px){.brown-strip{padding-left:220px}.content-wrapper{max-width:520px}.title-main{font-size:30px;line-height:1.25}.title-script{font-size:26px;padding-left:0}.content-wrapper p{font-size:15px;line-height:1.8}}@media(max-width:991px){.title-main{font-size:22px;margin-left:20px}.title-script{font-size:24px;padding-left:30px}.content-wrapper p{font-size:14px}.pnf-btn{position:relative;left:120px}}@media(max-width:767px){.title-main{font-size:20px}.title-script{font-size:20px;margin-left:40px;padding-left:0}.content-wrapper p{font-size:16px}}@media(max-width:600px){.title-main{font-size:clamp(22px,6vw,26px);text-align:center}.title-script{font-size:clamp(24px,7vw,30px);text-align:center;padding-left:0}.content-wrapper p{font-size:clamp(14px,4vw,16px);text-align:center;line-height:1.8}}@media(max-width:400px){.title-main{font-size:20px}.title-script{font-size:22px}.content-wrapper p{font-size:13px}}@media(max-width:320px){.title-main{font-size:18px}.title-script{font-size:20px}.content-wrapper p{font-size:12.5px;line-height:1.6}}@media(max-width:600px){.planting-section{padding:40px 0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.brown-strip{width:94%!important;height:auto!important;margin:0 auto!important;padding:50px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper{max-width:100%!important;text-align:center!important}.title-main{font-size:clamp(22px,6vw,26px)!important;line-height:1.3!important;margin-top:0!important}.title-script{font-size:clamp(24px,8vw,34px)!important;padding-left:0!important;margin-bottom:20px!important}.content-wrapper p{font-size:clamp(14px,4vw,16px)!important;line-height:1.8!important;max-width:95%!important;margin:20px auto!important}.pnf-btn{margin-top:20px!important;padding:12px 30px!important;font-size:13px!important}}@media(max-width:400px){.title-main{font-size:20px!important}.title-script{font-size:22px!important}.content-wrapper p{font-size:13px!important;line-height:1.7!important}}@media(max-width:320px){.planting-section{padding:30px 0!important}.brown-strip{padding:40px 15px!important}.title-main{font-size:18px!important}.title-script{font-size:20px!important}.content-wrapper p{font-size:12.5px!important;line-height:1.6!important}.pnf-btn{padding:10px 24px!important;font-size:12px!important}}@media(max-width:1050px)and (min-width:990px){.brown-strip{padding-left:240px!important;padding-right:40px!important}.content-wrapper{max-width:500px!important}.title-main{font-size:30px!important;line-height:1.25!important}.title-script{font-size:26px!important;padding-left:0!important;margin-top:5px!important}.content-wrapper p{font-size:15px!important;line-height:1.75!important;max-width:95%!important}.pnf-btn{margin-top:25px!important}}@media(max-width:700px){.planting-section{display:flex!important;flex-direction:column!important;align-items:center!important;padding:50px 0!important;margin-bottom:-80px}.circle-wrapper{position:relative!important;top:auto!important;left:auto!important;transform:none!important;order:1!important;width:85%!important;max-width:420px!important;margin:0 auto 40px!important}.brown-strip{order:2!important;width:60%!important;height:auto!important;margin:0 auto!important;padding:130px 0 40px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper{max-width:100%!important;text-align:center!important}.title-main{font-size:24px!important;line-height:1.3!important}.title-script{font-size:26px!important;padding-left:0!important}.content-wrapper p{font-size:14px!important;line-height:1.75!important}.pnf-btn{margin-top:20px!important}}@media(max-width:700px){.brown-strip{background:transparent!important;height:auto!important;padding:40px 20px!important;width:100%!important;margin:0 auto!important;position:relative!important;top:-50px!important}.title-main{margin-top:20px!important;font-size:15px!important;white-space:nowrap;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content-wrapper p{font-size:13.5px!important;line-height:1.75!important;max-width:92%!important;line-height:1.3!important;background:linear-gradient(to bottom,#005d30,#082818);margin-top:-1px!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media(max-width:700px){.title-script{font-size:15px!important;padding-left:0!important;text-align:center;background:linear-gradient(to bottom,#005d30,#082818);padding-top:6px!important;padding-bottom:12px!important;background-clip:text;-webkit-background-clip:text;color:transparent}}@media(max-width:1920px)and (min-width:1400px){.title-main{font-size:32px!important;line-height:1.25!important;margin-top:20px!important}.title-script{font-size:24px!important;line-height:1.3!important;padding-left:30px!important;margin-bottom:25px!important}.content-wrapper p{font-size:18px!important;line-height:1.85!important;max-width:650px!important}.pnf-btn{margin-top:30px!important;padding:14px 44px!important;font-size:13px!important}}@media(max-width:1399px)and (min-width:1200px){.title-main{font-size:36px!important}.title-script{font-size:30px!important}.content-wrapper p{font-size:16px!important}}@media(max-width:1199px)and (min-width:1024px){.title-main{font-size:30px!important;line-height:1.3!important}.title-script{font-size:26px!important;padding-left:0!important}.content-wrapper p{font-size:15px!important;line-height:1.75!important}.pnf-btn{padding:12px 36px!important;font-size:12px!important}}@media(max-width:1920px)and (min-width:1440px){.content-wrapper{max-width:700px!important}.title-main{font-size:44px!important;line-height:1.2!important;margin-top:10px!important;margin-bottom:10px!important}.title-script{font-size:36px!important;line-height:1.25!important;margin-bottom:30px!important}.content-wrapper p{font-size:18px!important;line-height:1.85!important;margin-top:20px!important;margin-bottom:30px!important}.pnf-btn{margin-top:20px!important;position:relative;left:270px;padding:14px 48px!important;font-size:13px!important}}@media(max-width:1439px)and (min-width:1024px){.content-wrapper{max-width:600px!important}.title-main{font-size:36px!important;line-height:1.25!important;padding-left:45px}.title-script{font-size:24px!important;margin-left:76px;margin-bottom:25px!important}.pnf-btn{position:relative;left:150px}.content-wrapper p{font-size:22px!important;line-height:1.75!important}.pnf-btn{padding:12px 40px!important}}@media(min-width:1024px){.title-main{font-size:clamp(34px,1.6vw,20px)!important}}.alt-text{font-family:TenorSans!important;max-width:720px!important;margin:0 auto!important;text-align:center!important}.alt-text span{display:block!important}.line-a{font-size:clamp(14px,2vw,24px)!important;line-height:1.6!important;font-weight:400!important;margin-bottom:6px!important;opacity:1!important}.line-b{font-size:clamp(24px,1.4vw,12px)!important;line-height:1.9!important;font-weight:500!important;margin-bottom:16px!important;opacity:.95!important}.content-wrapper p{max-width:550px!important;text-align:center!important}@media(min-width:2560px){.content-wrapper{max-width:900px!important}.title-main{font-size:56px!important;line-height:1.2!important}.title-script{font-size:48px!important;line-height:1.15!important;padding-left:40px!important}.content-wrapper p{font-size:22px!important;line-height:2!important;max-width:800px!important}.pnf-btn{font-size:16px!important;padding:18px 60px!important}}@media(min-width:2000px)and (max-width:2540px){.content-wrapper{max-width:820px!important}.title-main{font-size:48px!important;line-height:1.2!important}.title-script{font-size:40px!important;line-height:1.15!important;padding-left:40px!important}.content-wrapper p{font-size:20px!important;line-height:1.95!important;max-width:700px!important}.pnf-btn{font-size:15px!important;padding:16px 55px!important}}@media(min-width:2540px)and (max-width:2559px){.content-wrapper p{max-width:900px!important;text-align:center!important}}@media(min-width:1024px)and (max-width:1204px){.brown-strip{padding-left:300px!important;padding-right:40px!important}.circle-wrapper{width:520px!important}.content-wrapper{max-width:520px!important}.title-main{font-size:25px!important;line-height:1.25!important}.title-script{font-size:26px!important;padding-left:0!important}.content-wrapper p{font-size:15px!important;line-height:1.75!important;max-width:500px!important}.pnf-btn{margin-top:25px!important}}@media(min-width:701px)and (max-width:789px){.title-main,.title-script{font-size:17px!important}.content-wrapper p{font-size:14px!important;line-height:1.7!important}.pnf-btn{margin-top:18px!important;position:relative!important;top:-30px}}@media(max-width:700px){.pnf-btn{display:block!important;margin:25px auto 0!important;position:static!important;left:auto!important;right:auto!important;align-self:center!important}.title-script{padding-right:20px!important}.content-wrapper{text-align:center!important}}.planting-section{overflow-x:hidden!important;position:relative!important}.brown-strip{overflow:hidden!important}.circle-wrapper{max-width:100%!important}@media(max-width:700px){.circle-wrapper{position:relative!important;left:auto!important;transform:none!important;width:85%!important;margin:0 auto!important}}@media(max-width:700px){.circle-wrapper{position:relative!important;left:auto!important;right:auto!important;transform:none!important;width:80%!important;max-width:380px!important;margin:0 auto 40px!important}}@media(min-width:1024px)and (max-width:1204px){.pnf-btn{margin-left:120px!important}}@media(min-width:1050px)and (max-width:1360px){.brown-strip{position:relative!important}.pnf-btn{position:absolute!important;bottom:30px!important;right:80px!important;left:auto!important;margin:0!important}}.planting-section2{position:relative;width:100%;background:transparent;padding:clamp(100px,10vw,220px) 0;overflow:visible}.brown-strip2{width:80%;height:clamp(420px,42vw,500px);background:linear-gradient(to bottom,#005d30,#082818);display:flex;align-items:center;justify-content:flex-start;position:relative;margin-left:auto;padding-left:clamp(280px,28vw,700px);padding-right:clamp(30px,5vw,120px)}.content-wrapper2{max-width:clamp(300px,38vw,850px);color:#fff;text-align:left}.title-main2{font-size:clamp(18px,2.2vw,45px);font-weight:400;margin-bottom:12px;font-family:heatwood}.title-script2{font-family:TenorSans;padding-left:40px;font-size:clamp(20px,3.2vw,35px);margin-bottom:clamp(16px,2vw,30px)}.title-script2{display:inline-block;line-height:1.2;padding-top:15px;padding-bottom:10px}.content-wrapper2 p{font-family:TenorSans;font-size:clamp(14px,1.1vw,22px);line-height:1.8;margin-bottom:clamp(20px,3vw,45px)}.pnf-btn2{background:linear-gradient(#005d30,#082818);color:#fff;border:none;cursor:pointer;font-family:Raleway,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;padding:14px 48px;border-top-left-radius:100px;border-bottom-right-radius:100px;min-width:160px;transition:background-color .22s ease,transform .22s ease}.circle-wrapper2{position:absolute;top:50%;left:clamp(-90px,-2vw,-290px);transform:translateY(-50%);width:clamp(750px,80vw,1200px);aspect-ratio:1 / 1;z-index:3}.leaf-ring2{width:100%;height:100%;object-fit:contain}.people-img2{position:absolute;top:50%;left:50%;width:88%;height:88%;transform:translate(-50%,-50%);border-radius:50%;object-fit:cover}@media(max-width:1919px){.circle-wrapper2{width:clamp(670px,60vw,480px)}.brown-strip2{padding-left:clamp(350px,32vw,600px)}}@media(max-width:1399px){.circle-wrapper2{width:clamp(600px,65vw,520px)}.brown-strip2{padding-left:clamp(300px,35vw,550px)}}@media(max-width:1199px){.circle-wrapper2{width:clamp(520px,70vw,480px)}.brown-strip2{padding-left:clamp(260px,38vw,480px)}}@media(max-width:991px){.circle-wrapper2{width:clamp(460px,75vw,440px)}.brown-strip2{padding-left:clamp(200px,42vw,420px)}}@media(max-width:767px){.circle-wrapper2{width:clamp(380px,80vw,420px)}.brown-strip2{padding-left:clamp(160px,45vw,350px)}}@media(min-width:1920px){.circle-wrapper2{width:950px;left:-70px}.brown-strip2{padding-left:750px;height:720px}}@media(min-width:2560px){.circle-wrapper2{width:1150px;left:-60px}.brown-strip2{padding-left:850px;height:820px}}.content-wrapper2{max-width:clamp(320px,36vw,780px);color:#fff;text-align:left}.title-main2{font-weight:400;font-size:clamp(35px,2.4vw,30px);line-height:1.4;padding-top:6px;padding-bottom:12px;letter-spacing:.5px;margin-top:40px;font-family:heatwood;margin-bottom:14px}.title-script2{font-family:TenorSans;font-size:clamp(28px,3.2vw,22px);line-height:1.4;padding-top:6px;padding-bottom:6px;margin-bottom:clamp(20px,2.5vw,35px);padding-left:30px}.content-wrapper2 p{font-family:TenorSans;font-size:clamp(20px,1.2vw,32px);line-height:1.9;max-width:640px;margin-bottom:clamp(25px,3vw,45px)}@media(max-width:1399px){.title-main2{font-size:36px}.title-script2{font-size:30px;padding-left:20px}.content-wrapper2 p{font-size:15px;line-height:1.8}}@media(max-width:1199px){.title-main2{font-size:32px}.title-script2{font-size:26px}.content-wrapper2 p{font-size:14.5px}}@media(max-width:1024px){.brown-strip2{padding-left:220px}.content-wrapper2{max-width:520px}.title-main2{font-size:30px;line-height:1.25}.title-script2{font-size:26px;padding-left:0}.content-wrapper2 p{font-size:15px;line-height:1.8}}@media(max-width:991px){.title-main2{font-size:28px}.title-script2{font-size:24px}.content-wrapper2 p{font-size:14px}}@media(max-width:767px){.title-main2{font-size:24px}.title-script2{font-size:22px;padding-left:0}.content-wrapper2 p{font-size:13.5px}}@media(max-width:600px){.title-main2{font-size:clamp(22px,6vw,26px);text-align:center}.title-script2{font-size:clamp(24px,7vw,30px);text-align:center;padding-left:0}.content-wrapper2 p{font-size:clamp(14px,4vw,16px);text-align:center;line-height:1.8}}@media(max-width:400px){.title-main2{font-size:20px}.title-script2{font-size:22px}.content-wrapper2 p{font-size:13px}}@media(max-width:320px){.title-main2{font-size:18px}.title-script2{font-size:20px}.content-wrapper2 p{font-size:12.5px;line-height:1.6}}@media(max-width:600px){.planting-section2{padding:40px 0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.brown-strip2{width:94%!important;height:auto!important;margin:0 auto!important;padding:50px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper2{max-width:100%!important;text-align:center!important}.title-main2{font-size:clamp(22px,6vw,26px)!important;line-height:1.3!important;margin-top:0!important}.title-script2{font-size:clamp(24px,8vw,34px)!important;padding-left:0!important;margin-bottom:20px!important}.content-wrapper2 p{font-size:clamp(14px,4vw,16px)!important;line-height:1.8!important;max-width:95%!important;margin:20px auto!important}.pnf-btn2{margin-top:20px!important;padding:12px 30px!important;font-size:13px!important}}@media(max-width:400px){.title-main2{font-size:20px!important}.title-script2{font-size:22px!important}.content-wrapper2 p{font-size:13px!important;line-height:1.7!important}}@media(max-width:320px){.planting-section2{padding:30px 0!important}.brown-strip2{padding:40px 15px!important}.title-main2{font-size:18px!important}.title-script2{font-size:20px!important}.content-wrapper2 p{font-size:12.5px!important;line-height:1.6!important}.pnf-btn2{padding:10px 24px!important;font-size:12px!important}}@media(max-width:1050px)and (min-width:990px){.brown-strip2{padding-left:240px!important;padding-right:40px!important}.content-wrapper2{max-width:500px!important}.title-main2{font-size:30px!important;line-height:1.25!important}.title-script2{font-size:26px!important;padding-left:0!important;margin-top:5px!important}.content-wrapper2 p{font-size:15px!important;line-height:1.75!important;max-width:95%!important}.pnf-btn2{margin-bottom:58px!important}}@media(max-width:700px){.planting-section2{display:flex!important;flex-direction:column!important;align-items:center!important}.circle-wrapper2{position:relative!important;top:auto!important;left:auto!important;transform:none!important;order:1!important;width:85%!important;max-width:420px!important;margin:0 auto 40px!important}.brown-strip2{order:2!important;width:60%!important;height:auto!important;margin:0 auto!important;padding:130px 0 40px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper2{max-width:100%!important;text-align:center!important}.title-main2{font-size:24px!important;line-height:1.3!important}.title-script2{font-size:26px!important;padding-left:0!important}.content-wrapper2 p{font-size:14px!important;line-height:1.75!important}.pnf-btn2{margin-top:20px!important}}@media(max-width:700px){.brown-strip2{background:transparent!important;height:auto!important;padding:40px 20px!important;width:100%!important;margin:0 auto!important;position:relative!important;top:-50px!important}.title-main2{font-size:18px!important;white-space:nowrap;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content-wrapper2 p{font-size:13.5px!important;line-height:1.3!important;max-width:92%!important;background:linear-gradient(to bottom,#005d30,#082818);margin-top:-1px!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media(max-width:700px){.title-script2{font-size:18px!important;padding-left:0!important;text-align:center;background:linear-gradient(to bottom,#005d30,#082818);background-clip:text;-webkit-background-clip:text;color:transparent}}@media(max-width:1920px)and (min-width:1400px){.title-main2{font-size:32px!important;line-height:1.25!important;margin-top:20px!important}.title-script2{font-size:24px!important;line-height:1.3!important;padding-left:30px!important;margin-bottom:25px!important}.content-wrapper2 p{font-size:18px!important;line-height:1.85!important;max-width:650px!important}.pnf-btn2{margin-top:30px!important;padding:14px 44px!important;font-size:13px!important}}@media(max-width:1399px)and (min-width:1200px){.title-main2{font-size:36px!important}.title-script2{font-size:30px!important}.content-wrapper2 p{font-size:16px!important}.pnf-btn2{margin-top:25px!important}}@media(max-width:1199px)and (min-width:1024px){.title-main2{font-size:30px!important;line-height:1.3!important}.title-script2{font-size:26px!important;padding-left:0!important}.content-wrapper2 p{font-size:15px!important;line-height:1.75!important}.pnf-btn2{padding:12px 36px!important;font-size:12px!important}}@media(max-width:1920px)and (min-width:1440px){.content-wrapper2{max-width:700px!important}.title-main2{font-size:44px!important;line-height:1.2!important;margin-top:10px!important;margin-bottom:10px!important}.title-script2{font-size:36px!important;line-height:1.25!important;margin-bottom:30px!important}.content-wrapper2 p{font-size:18px!important;line-height:1.85!important;margin-top:20px!important;margin-bottom:30px!important}.pnf-btn2{margin-top:20px!important;padding:14px 48px!important;font-size:13px!important}}@media(max-width:1439px)and (min-width:1024px){.content-wrapper2{max-width:600px!important}.title-main2{font-size:34px!important;line-height:1.25!important}.title-script2{font-size:28px!important;margin-bottom:25px!important}.content-wrapper2 p{font-size:16px!important;line-height:1.75!important}.pnf-btn2{margin-top:25px!important;padding:12px 40px!important}}@media(min-width:1024px){.title-main2{white-space:nowrap!important;padding-left:120px;padding-top:10px;font-size:clamp(32px,2.5vw,44px)!important}.pnf-btn2{position:relative;left:320px;margin-bottom:12px;bottom:10px}}.planting-section2{position:relative!important;overflow:hidden}.circle-wrapper2{left:auto!important;right:clamp(-90px,-2vw,-290px)!important}.brown-strip2{margin-left:0!important;margin-right:auto!important;padding-left:clamp(30px,5vw,120px)!important;padding-right:clamp(280px,28vw,700px)!important}@media(max-width:700px){.planting-section2{display:flex!important;flex-direction:column!important;align-items:center!important}.circle-wrapper2{position:relative!important;top:auto!important;right:auto!important;left:auto!important;transform:none!important;order:1!important;width:85%!important;max-width:420px!important;margin:0 auto 40px!important}.brown-strip2{order:2!important;width:94%!important;height:auto!important;margin:0 auto!important;padding:50px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper2{max-width:100%!important;text-align:center!important}}@media(max-width:1399px){.title-main2{font-size:36px!important}.title-script2{font-size:30px!important;padding-left:20px!important}.content-wrapper2 p{font-size:15px!important;line-height:1.8!important}}@media(max-width:1199px){.title-main2{font-size:32px!important}.title-script2{font-size:26px!important}.content-wrapper2 p{font-size:14.5px!important}}@media(max-width:1024px){.title-main2{font-size:30px!important;line-height:1.25!important}.title-script2{font-size:26px!important;padding-left:0!important}.content-wrapper2 p{font-size:15px!important}}@media(max-width:991px){.title-main2{font-size:28px!important}.title-script2{font-size:15px!important}.content-wrapper2 p{font-size:13px!important}}@media(max-width:767px){.title-main2{font-size:24px!important}.content-wrapper2 p{font-size:13.5px!important}}@media(max-width:700px){.title-main2,.title-script2,.content-wrapper2 p{background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.content-wrapper2 p{max-width:640px!important;text-align:center!important}@media(min-width:2560px){.brown-strip2{padding-left:200px!important;padding-right:900px!important;height:900px!important}.content-wrapper2{max-width:900px!important;text-align:left!important}.content-wrapper2 p{max-width:850px!important;font-size:22px!important;line-height:2!important}.title-main2{font-size:58px!important;line-height:1.2!important}.title-script2{font-size:50px!important;padding-left:0!important}.pnf-btn2{position:static!important;margin-top:35px!important;font-size:19px}}@media(min-width:701px)and (max-width:789px){.pnf-btn2{margin-top:18px!important;position:relative!important;left:80px!important;top:-20px}.content-wrapper2 p{font-size:13px!important;max-width:600px!important;text-align:center!important}}.planting-section1{position:relative;width:100%;margin-bottom:40px!important;background:transparent;padding:clamp(120px,10vw,220px) 0;overflow:visible}.brown-strip1{width:80%;height:clamp(420px,42vw,500px);background:linear-gradient(180deg,#9c5841,#773919);display:flex;align-items:center;justify-content:flex-start;position:relative;margin-left:auto;padding-left:clamp(280px,28vw,700px);padding-right:clamp(30px,5vw,120px)}.content-wrapper1{max-width:clamp(300px,38vw,850px);color:#fff;text-align:left}.title-main1{font-size:clamp(18px,2.2vw,45px);font-weight:400;font-family:heatwood;margin-bottom:12px}.title-script1{font-family:TenorSans;padding-left:40px;font-size:clamp(20px,3.2vw,35px);margin-bottom:clamp(16px,2vw,30px)}.title-script1{display:inline-block;line-height:1.2;padding-top:15px;padding-bottom:10px}.content-wrapper1 p{font-family:TenorSans;font-size:clamp(14px,1.1vw,22px);line-height:1.8;margin-bottom:clamp(20px,3vw,45px)}.pnf-btn1{background:linear-gradient(#005d30,#082818);color:#fff;border:none;cursor:pointer;font-family:Raleway,sans-serif;font-weight:600;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;padding:14px 48px;border-top-left-radius:100px;border-bottom-right-radius:100px;min-width:160px;transition:background-color .22s ease,transform .22s ease}.pnf-btn1:hover{background:#06351d}.circle-wrapper1{position:absolute;top:50%;left:clamp(-90px,-2vw,-290px);transform:translateY(-50%);width:clamp(750px,80vw,1200px);aspect-ratio:1 / 1;z-index:3}.leaf-ring1{width:100%;height:100%;object-fit:contain}.people-img1{position:absolute;top:50%;left:50%;width:88%;height:88%;transform:translate(-50%,-50%);border-radius:50%;object-fit:cover}@media(max-width:1919px){.circle-wrapper1{width:clamp(670px,60vw,480px)}.brown-strip1{padding-left:clamp(350px,32vw,600px)}}@media(max-width:1399px){.circle-wrapper1{width:clamp(600px,65vw,520px)}.brown-strip1{padding-left:clamp(300px,35vw,550px)}}@media(max-width:1199px){.circle-wrapper1{width:clamp(520px,70vw,480px)}.brown-strip1{padding-left:clamp(260px,38vw,480px)}}@media(max-width:991px){.circle-wrapper1{width:clamp(460px,75vw,440px)}.brown-strip1{padding-left:clamp(200px,42vw,420px)}}@media(max-width:767px){.circle-wrapper1{width:clamp(380px,80vw,420px)}.brown-strip1{padding-left:clamp(160px,45vw,350px)}}@media(min-width:1920px){.circle-wrapper1{width:950px;left:-70px}.brown-strip1{padding-left:750px;height:720px}}@media(min-width:2560px){.circle-wrapper1{width:1150px;left:-60px}.brown-strip1{padding-left:850px;height:820px}}.content-wrapper1{max-width:clamp(320px,36vw,780px);color:#fff;text-align:left}.title-main1{font-family:heatwood;font-weight:400;line-height:1.2;letter-spacing:.5px;margin-bottom:14px}.title-script1{font-family:TenorSans;font-size:clamp(28px,3.2vw,22px);line-height:1.1;margin-bottom:clamp(20px,2.5vw,35px);padding-left:30px}.content-wrapper1 p{font-family:TenorSans;font-size:clamp(20px,1.2vw,32px);line-height:1.9;max-width:640px;margin-top:clamp(25px,3vw,45px);margin-bottom:clamp(25px,3vw,45px)}@media(max-width:1399px){.title-main1{font-size:26px}.title-script1{font-size:30px;padding-left:20px}.content-wrapper1 p{font-size:15px;line-height:1.8}}@media(max-width:1199px){.title-main1{font-size:22px}.title-script1{font-size:26px}.content-wrapper1 p{font-size:14.5px}}@media(max-width:1024px){.brown-strip1{padding-left:220px}.content-wrapper1{max-width:520px}.title-main1{font-size:12px;line-height:1.25}.title-script1{font-size:26px;padding-left:0}.content-wrapper1 p{font-size:15px;line-height:1.8}}@media(max-width:991px){.title-main1{font-size:15px;text-align:center}.title-script1{font-size:18px;position:relative;left:20px;margin-bottom:-25px}.content-wrapper1 p{font-size:14px}}@media(max-width:767px){.title-main1{font-size:12px}.title-script1{font-size:22px;padding-left:0}.content-wrapper1 p{font-size:13.5px}}@media(max-width:600px){.title-main1{text-align:center}.title-script1{font-size:clamp(24px,7vw,30px);text-align:center;padding-left:0}.content-wrapper1 p{font-size:clamp(14px,4vw,16px);text-align:center;line-height:1.8}}@media(max-width:400px){.title-main1{font-size:20px}.title-script1{font-size:22px}.content-wrapper1 p{font-size:13px}}@media(max-width:320px){.title-main1{font-size:18px}.title-script1{font-size:20px}.content-wrapper1 p{font-size:12.5px;line-height:1.6}}@media(max-width:600px){.planting-section1{padding:40px 0!important;display:flex!important;flex-direction:column!important;align-items:center!important}.brown-strip1{width:94%!important;height:auto!important;margin:0 auto!important;padding:50px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper1{max-width:100%!important;text-align:center!important}.title-main1{line-height:1.3!important;margin-top:0!important}.title-script1{font-size:clamp(24px,8vw,34px)!important;padding-left:0!important;margin-bottom:20px!important}.content-wrapper1 p{font-size:clamp(14px,4vw,16px)!important;line-height:1.8!important;max-width:95%!important;margin:20px auto!important}.pnf-btn1{margin-top:20px!important;padding:12px 30px!important;font-size:13px!important}}@media(max-width:400px){.title-main1{font-size:20px!important}.title-script1{font-size:22px!important}.content-wrapper1 p{font-size:13px!important;line-height:1.7!important}}@media(max-width:320px){.planting-section1{padding:30px 0!important;margin-top:-70px;margin-bottom:-30px}.brown-strip1{padding:40px 15px!important}.title-main1{font-size:18px!important}.title-script1{font-size:20px!important}.content-wrapper1 p{font-size:12.5px!important;line-height:1.6!important}.pnf-btn1{padding:10px 24px!important;font-size:12px!important}}@media(max-width:1050px)and (min-width:990px){.brown-strip1{padding-left:240px!important;padding-right:40px!important}.content-wrapper1{max-width:500px!important}.title-main1{font-size:20px!important;line-height:1.25!important}.title-script1{font-size:26px!important;padding-left:0!important;margin-top:5px!important}.content-wrapper1 p{font-size:15px!important;line-height:1.75!important;max-width:95%!important}.pnf-btn1{margin-top:25px!important}}@media(max-width:700px){.planting-section1{display:flex!important;margin-top:-70px;flex-direction:column!important;align-items:center!important}.circle-wrapper1{position:relative!important;top:auto!important;left:auto!important;transform:none!important;order:1!important;width:85%!important;max-width:420px!important;margin:0 auto 40px!important}.brown-strip1{order:2!important;width:60%!important;height:auto!important;margin:0 auto!important;padding:130px 0 40px 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.content-wrapper1{max-width:100%!important;text-align:center!important}.title-main1{font-size:20px!important;line-height:1.3!important}.title-script1{font-size:26px!important;padding-left:0!important}.content-wrapper1 p{font-size:14px!important;line-height:1.75!important}.pnf-btn1{margin-top:20px!important}}@media(max-width:700px){.brown-strip1{background:transparent!important;height:auto!important;padding:40px 20px!important;width:100%!important;margin:0 auto!important;position:relative!important;top:-50px!important}.title-main1{font-size:18px!important;line-height:1.8!important;padding-top:6px;padding-bottom:12px;white-space:normal!important;background:linear-gradient(to bottom,#005d30,#082818);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content-wrapper1 p{font-size:13.5px!important;line-height:1.75!important;max-width:92%!important;line-height:1.3!important;background:linear-gradient(to bottom,#005d30,#082818);margin-top:-1px!important;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media(max-width:700px){.title-script1{font-size:18px!important;padding-left:0!important;text-align:center;background:linear-gradient(to bottom,#005d30,#082818);background-clip:text;-webkit-background-clip:text;color:transparent}}@media(max-width:1920px)and (min-width:1400px){.title-main1{font-size:22px!important;line-height:1.25!important;margin-top:20px!important}.title-script1{font-size:24px!important;line-height:1.3!important;padding-left:30px!important;margin-bottom:25px!important}.content-wrapper1 p{font-size:18px!important;line-height:1.85!important;max-width:650px!important}.pnf-btn1{margin-top:30px!important;padding:14px 44px!important;font-size:13px!important}}@media(max-width:1399px)and (min-width:1200px){.title-main1{font-size:20px!important}.title-script1{font-size:30px!important}.content-wrapper1 p{font-size:16px!important}.pnf-btn1{margin-top:25px!important}}@media(max-width:1199px)and (min-width:1024px){.title-main1{font-size:20px!important;line-height:1.3!important}.title-script1{font-size:26px!important;padding-left:0!important}.content-wrapper1 p{font-size:15px!important;line-height:1.75!important}.pnf-btn1{padding:12px 36px!important;font-size:12px!important}}@media(max-width:1920px)and (min-width:1440px){.content-wrapper1{max-width:700px!important}.title-main1{font-size:24px!important;line-height:1.2!important;margin-top:10px!important;margin-bottom:10px!important}.title-script1{font-size:26px!important;line-height:1.25!important;margin-bottom:30px!important}.content-wrapper1 p{font-size:18px!important;line-height:1.85!important;margin-top:20px!important;margin-bottom:30px!important}.pnf-btn1{margin-top:20px!important;padding:14px 48px!important;font-size:13px!important}}@media(max-width:1439px)and (min-width:1024px){.content-wrapper1{max-width:600px!important}.title-main1{font-size:24px!important;line-height:1.25!important}.title-script1{font-size:28px!important;margin-bottom:-25px!important}.content-wrapper1 p{font-size:16px!important;line-height:1.75!important}.pnf-btn1{margin-top:25px!important;padding:12px 40px!important}}@media(min-width:1024px){.title-main1{white-space:normal!important;font-size:clamp(20px,2.2vw,28px)!important;line-height:1.2!important;max-width:100%!important}}.content-wrapper1 p{max-width:550px!important;text-align:center!important}@media(min-width:701px)and (max-width:1049px){.brown-strip1{position:relative!important}.pnf-btn1{position:absolute!important;bottom:30px!important;margin:0!important}}@media(min-width:1024px)and (max-width:1199px){.brown-strip1{position:relative!important}.pnf-btn1{position:absolute!important;right:60px!important;bottom:40px!important;left:auto!important;margin:0!important}}@media(min-width:1050px){.brown-strip1{position:relative!important;display:flex!important;align-items:center!important}.content-wrapper1{max-width:700px!important}.title-main1{font-size:clamp(18px,1.4vw,29px)!important;line-height:1.2!important;margin-left:18px;margin-bottom:10px!important}.title-script1{margin-bottom:-30px;font-size:clamp(15px,1.6vw,34px)!important;line-height:1.15!important;padding-left:38px!important;margin-bottom:10px!important}.content-wrapper1 p{font-size:clamp(16px,1.1vw,22px)!important;line-height:1.85!important;max-width:630px!important}.pnf-btn1{position:absolute!important;bottom:40px!important;right:230px!important;font-size:clamp(13px,.8vw,16px)!important;padding:clamp(12px,1vw,18px) clamp(36px,2vw,60px)!important}}@media(max-width:320px){.title-main1{font-size:18px!important}.title-script1{font-size:14px!important;position:relative;left:10px}}@media(max-width:430px){.title-script1{display:block!important;width:100%!important;text-align:center!important;padding-right:30px!important;margin-left:auto!important;margin-right:auto!important}}@media(min-width:1050px){.content-wrapper1{text-align:left!important}.content-wrapper1 p{max-width:520px!important}}@media(min-width:2560px){.brown-strip1{padding-left:900px!important;padding-right:200px!important;height:900px!important}.content-wrapper1{max-width:850px!important;text-align:left!important}.content-wrapper1 p{max-width:720px!important;font-size:22px!important;line-height:2!important;text-align:left!important}.title-main1{font-size:34px!important;line-height:1.2!important}.title-script1{font-size:38px!important;padding-left:0!important}.pnf-btn1{position:static!important;margin-top:35px!important;margin-left:0!important}}@media(min-width:701px)and (max-width:789px){.pnf-btn1{margin-top:18px!important;position:relative!important;left:120px!important}}@media(min-width:1050px)and (max-width:1360px){.brown-strip1{position:relative!important}.pnf-btn1{position:absolute!important;bottom:40px!important;right:80px!important;left:auto!important;margin:0!important}}.blog-container-bg{position:relative;align-items:center;background-image:url(/images/BlogBackground.webp);background-size:cover;background-position:center top;background-repeat:no-repeat}
