.grass-header,.grass-header *,.grass-header *::before,.grass-header *::after{box-sizing:border-box}.grass-header img,.grass-header svg{max-width:none!important;width:auto;height:auto;display:inline-block;vertical-align:middle}.grass-header a{text-decoration:none!important;color:inherit;box-shadow:none!important}.grass-header ul,.grass-header li{list-style:none!important;margin:0;padding:0;background:none}.grass-header button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}.grass-header h1,.grass-header h2,.grass-header h3,.grass-header h4{margin:0;padding:0;font-weight:inherit;color:inherit}.grass-header{--c-green:#298f0b;--c-green-dark:#1f6e08;--c-green-soft:#eaf6e6;--c-grey:#F3F3F3;--c-grey-line:#e4e6e2;--c-ink:#0e1a0a;--c-black:#000000;--c-white:#ffffff;--c-muted:rgba(14,26,10,.62);--c-on-dark:rgba(255,255,255,.85);--f-base:'Montserrat',Helvetica,Arial,sans-serif;--radius:8px;font-family:var(--f-base);position:relative;z-index:100}.grass-header{position:fixed;top:0;left:0;right:0;z-index:1000}body.has-grass-header{padding-top:100px}.grass-header .gh-mainbar{background:var(--c-white);border-bottom:1px solid var(--c-grey-line);transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}.grass-header.is-transparent .gh-mainbar{background:transparent;border-bottom-color:transparent}.grass-header.is-transparent .gh-mainbar .gh-nav>li>a,.grass-header.is-transparent .gh-mainbar .gh-nav>li>button,.grass-header.is-transparent .gh-mainbar .gh-action{color:var(--c-white)}.grass-header.is-scrolled .gh-mainbar{box-shadow:0 6px 26px -10px rgba(15,40,5,.18)}.grass-header .gh-mainbar-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:100px;transition:height .35s ease}.grass-header.is-scrolled .gh-mainbar-inner{height:78px}.grass-header .gh-logo{display:inline-flex;align-items:center;color:var(--c-green);transition:transform .25s ease;text-decoration:none!important}.grass-header .gh-logo:hover{transform:scale(1.03)}.grass-header .gh-logo-mark{height:56px!important;width:auto!important;max-width:none!important;max-height:56px!important;flex-shrink:0;display:block!important;object-fit:contain;transition:height .35s ease,max-height .35s ease}.grass-header.is-scrolled .gh-logo-mark{height:44px!important;max-height:44px!important}.grass-header.is-transparent .gh-logo-mark{filter:brightness(0) invert(1)}.grass-header .gh-nav{display:flex;align-items:center;gap:4px;justify-content:center}.grass-header .gh-nav>li{position:static}.grass-header .gh-nav>li>a,.grass-header .gh-nav>li>button{display:inline-flex;align-items:center;gap:6px;padding:14px 16px;font-family:var(--f-base);font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--c-ink);position:relative;transition:color .25s ease}.grass-header .gh-nav>li>a::after,.grass-header .gh-nav>li>button::after{content:"";position:absolute;bottom:6px;left:16px;right:16px;height:2px;background:var(--c-green);transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}.grass-header .gh-nav>li:hover>a::after,.grass-header .gh-nav>li:hover>button::after,.grass-header .gh-nav>li>a.is-active::after{transform:scaleX(1)}.grass-header .gh-nav>li:hover>a,.grass-header .gh-nav>li:hover>button{color:var(--c-green)}.grass-header.is-transparent .gh-nav>li:hover>a,.grass-header.is-transparent .gh-nav>li:hover>button{color:var(--c-green-soft)}.grass-header .gh-caret{width:10px!important;height:10px!important;max-width:10px!important;max-height:10px!important;transition:transform .3s ease;display:inline-block!important}.grass-header .gh-nav>li:hover .gh-caret{transform:rotate(180deg)}.grass-header .gh-mega{position:absolute;top:100%;left:0;right:0;background:var(--c-white);border-top:1px solid var(--c-grey-line);box-shadow:0 26px 50px -18px rgba(15,40,5,.16);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:50}.grass-header .gh-nav>li:hover .gh-mega{opacity:1;visibility:visible;transform:translateY(0)}.grass-header .gh-mega-inner{max-width:1280px;margin:0 auto;padding:40px 32px 48px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}.grass-header .gh-mega-compact .gh-mega-inner{grid-template-columns:1fr 1fr;max-width:720px;margin:0}.grass-header .gh-mega-col h4{font-family:var(--f-base);font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.03em;color:var(--c-green);margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--c-green);display:inline-block}.grass-header .gh-mega-col ul li a{display:block;padding:6px 0;font-size:.92rem;font-weight:500;color:var(--c-muted);transition:color .2s ease,padding-left .2s ease}.grass-header .gh-mega-col ul li a:hover{color:var(--c-green);padding-left:6px}.grass-header .gh-mega-feature{background:var(--c-grey);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.grass-header .gh-mega-feature:hover{transform:translateY(-3px);box-shadow:0 16px 34px -14px rgba(15,40,5,.25)}.grass-header .gh-mega-feature-img{aspect-ratio:4/3;background:var(--c-green-dark);overflow:hidden}.grass-header .gh-mega-feature-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.grass-header .gh-mega-feature:hover .gh-mega-feature-img img{transform:scale(1.06)}.grass-header .gh-mega-feature-body{padding:14px 16px 16px}.grass-header .gh-mega-feature-tag{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-green);margin-bottom:4px}.grass-header .gh-mega-feature-title{font-family:var(--f-base);font-weight:700;font-size:1rem;color:var(--c-ink);line-height:1.2}.grass-header .gh-actions{display:flex;align-items:center;gap:6px}.grass-header .gh-action{display:inline-flex!important;align-items:center;justify-content:center;width:44px!important;height:44px!important;color:var(--c-ink);border-radius:100px;transition:background .25s ease,color .25s ease;position:relative;flex-shrink:0}.grass-header .gh-action:hover{background:var(--c-grey);color:var(--c-green)}.grass-header .gh-action svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important;display:block!important}.grass-header.is-transparent .gh-action:hover{background:rgba(255,255,255,.14);color:var(--c-white)}.grass-header .gh-cta{display:inline-flex;align-items:center;gap:10px;padding:13px 24px;background:var(--c-ink);color:var(--c-white)!important;font-family:var(--f-base);font-weight:600;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;border-radius:100px;margin-left:10px;box-shadow:0 10px 24px -8px rgba(0,0,0,.35);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.grass-header .gh-cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px -8px rgba(0,0,0,.45)}.grass-header .gh-cta::after{content:"→";transition:transform .25s ease;font-weight:400}.grass-header .gh-cta:hover::after{transform:translateX(4px)}.grass-header .gh-burger{display:none;width:44px!important;height:44px!important;align-items:center;justify-content:center;color:var(--c-ink);flex-shrink:0;position:relative!important;z-index:250!important;background:none!important;border:none!important;cursor:pointer}.grass-header.is-transparent .gh-burger{color:var(--c-white)}.grass-header.is-transparent .gh-burger.is-active{color:var(--c-ink)!important}.grass-header .gh-burger-lines{position:relative!important;width:24px!important;height:18px!important;display:block!important}.grass-header .gh-burger-lines span{position:absolute!important;left:0!important;width:100%!important;height:2px!important;background:currentColor!important;border-radius:2px!important;transition:transform .3s ease,opacity .25s ease,top .3s ease!important}.grass-header .gh-burger-lines span:nth-child(1){top:0!important}.grass-header .gh-burger-lines span:nth-child(2){top:8px!important}.grass-header .gh-burger-lines span:nth-child(3){top:16px!important}.grass-header .gh-burger.is-active .gh-burger-lines span:nth-child(1){top:8px!important;transform:rotate(45deg)!important}.grass-header .gh-burger.is-active .gh-burger-lines span:nth-child(2){opacity:0!important;transform:translateX(-12px)!important}.grass-header .gh-burger.is-active .gh-burger-lines span:nth-child(3){top:8px!important;transform:rotate(-45deg)!important}.grass-header .gh-search-overlay{position:fixed;inset:0;background:rgba(8,20,4,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:140px 32px 0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.grass-header .gh-search-overlay.is-open{opacity:1;visibility:visible}.grass-header .gh-search-box{width:100%;max-width:640px;border-bottom:2px solid var(--c-green);display:flex;align-items:center;gap:16px;padding:16px 0}.grass-header .gh-search-box>svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;color:var(--c-green);flex-shrink:0;display:block!important}.grass-header .gh-search-input{flex:1;background:transparent;border:none;color:var(--c-white);font-family:var(--f-base);font-size:1.5rem;font-weight:400;outline:none;padding:8px 0}.grass-header .gh-search-input::placeholder{color:rgba(255,255,255,.4)}.grass-header .gh-search-close{color:var(--c-white);padding:8px;transition:color .2s ease}.grass-header .gh-search-close:hover{color:var(--c-green-soft)}.grass-header .gh-search-close svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important}.grass-header .gh-drawer{position:fixed;top:0;right:0;width:min(420px,90vw);height:100vh;background:var(--c-white);z-index:1002;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-20px 0 40px rgba(0,0,0,.2)}.grass-header .gh-drawer.is-open{transform:translateX(0)}.grass-header .gh-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1001;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.grass-header .gh-drawer-backdrop.is-open{opacity:1;visibility:visible}.grass-header .gh-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--c-grey-line)}.grass-header .gh-drawer-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--c-green)}.grass-header .gh-drawer-nav{padding:8px 0 16px}.grass-header .gh-drawer-nav>li>a{display:flex;justify-content:space-between;align-items:center;padding:17px 24px;font-family:var(--f-base);font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.03em;color:var(--c-ink);border-bottom:1px solid var(--c-grey-line)}.grass-header .gh-drawer-nav>li>a:hover{background:var(--c-grey);color:var(--c-green)}.grass-header .gh-acc-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:17px 24px;font-family:var(--f-base);font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.03em;color:var(--c-ink);border-bottom:1px solid var(--c-grey-line);transition:background .2s ease,color .2s ease}.grass-header .gh-acc-toggle:hover{background:var(--c-grey);color:var(--c-green)}.grass-header .gh-acc.is-open>.gh-acc-toggle{color:var(--c-green);background:var(--c-green-soft)}.grass-header .gh-acc-caret{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;flex-shrink:0;transition:transform .3s ease;display:inline-block!important}.grass-header .gh-acc.is-open>.gh-acc-toggle .gh-acc-caret{transform:rotate(180deg)}.grass-header .gh-acc-panel{max-height:0;overflow:hidden;background:var(--c-grey);transition:max-height .4s cubic-bezier(.4,0,.2,1)}.grass-header .gh-acc.is-open>.gh-acc-panel{max-height:720px}.grass-header .gh-acc-panel a{display:block;padding:13px 24px 13px 38px;font-size:.92rem;font-weight:500;text-transform:none;letter-spacing:0;color:var(--c-muted);border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s ease,padding-left .2s ease}.grass-header .gh-acc-panel a:hover{color:var(--c-green);padding-left:44px}.grass-header .gh-acc-panel .gh-acc-all{color:var(--c-green);font-weight:600;border-bottom:none}.grass-header .gh-drawer-foot{padding:24px;border-top:1px solid var(--c-grey-line);margin-top:8px}.grass-header .gh-drawer-foot .gh-cta{display:flex;justify-content:center;margin:0;width:100%}.grass-header .gh-drawer-contact{margin-top:20px;display:flex;flex-direction:column;gap:12px;font-size:.92rem}.grass-header .gh-drawer-contact a{color:var(--c-ink);display:inline-flex;align-items:center;gap:10px}.grass-header .gh-drawer-contact a:hover{color:var(--c-green)}.grass-header .gh-drawer-contact svg{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;display:inline-block!important;color:var(--c-green)}@media (max-width:1100px){.grass-header .gh-nav,.grass-header .gh-actions .gh-action-search,.grass-header .gh-cta{display:none}.grass-header .gh-burger{display:inline-flex}.grass-header .gh-mainbar-inner{gap:16px;height:78px}.grass-header.is-scrolled .gh-mainbar-inner{height:68px}body.has-grass-header{padding-top:78px}}@media (max-width:768px){.grass-header .gh-mainbar-inner{padding:0 20px}.grass-header .gh-logo-mark{height:44px!important;max-height:44px!important}.grass-header .gh-search-overlay{padding:90px 20px 0}.grass-header .gh-search-input{font-size:1.2rem}}.grass-cart-fab{position:fixed;right:22px;bottom:22px;z-index:990;width:60px;height:60px;border-radius:50%;background:#298f0b;color:#fff!important;border:0;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:0 10px 28px -6px rgba(41,143,11,.6),0 4px 12px rgba(0,0,0,.18);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;text-decoration:none!important;animation:grassCartFabIn .5s cubic-bezier(.16,1,.3,1) both;font-family:inherit}.grass-cart-fab:hover{transform:translateY(-4px) scale(1.05);background:#1f6e08;box-shadow:0 16px 36px -6px rgba(41,143,11,.7),0 6px 16px rgba(0,0,0,.22)}.grass-cart-fab svg{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important;display:block!important}.grass-cart-fab-count{position:absolute;top:-6px;right:-6px;min-width:24px;height:24px;padding:0 7px;border-radius:100px;background:#fff;color:#298f0b;font-family:'Montserrat',sans-serif;font-size:12px;font-weight:800;display:none;align-items:center;justify-content:center;border:2px solid #298f0b;box-shadow:0 4px 10px rgba(0,0,0,.15);line-height:1}.grass-cart-fab-count.is-visible{display:inline-flex;animation:grassCartFabPop .35s cubic-bezier(.4,1.6,.5,1) both}@keyframes grassCartFabIn{from{opacity:0;transform:translateY(20px) scale(.8)}}@keyframes grassCartFabPop{0%{transform:scale(0)}60%{transform:scale(1.15)}100%{transform:scale(1)}}.grass-cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1001;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.grass-cart-backdrop.is-open{opacity:1;visibility:visible}.grass-cart-drawer{position:fixed;top:0;right:0;width:min(440px,92vw);height:100vh;background:#fff;z-index:1002;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:-20px 0 40px rgba(0,0,0,.2);display:flex;flex-direction:column;font-family:'Montserrat',sans-serif;color:#0e1a0a}.grass-cart-drawer.is-open{transform:translateX(0)}.grass-cart-head{display:flex;justify-content:space-between;align-items:center;padding:22px 26px;border-bottom:1px solid #e4e6e2;flex-shrink:0}.grass-cart-head h3{font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:-.01em;margin:0;color:#0e1a0a}.grass-cart-head-count{display:block;font-size:.82rem;color:#5d6b55;margin-top:2px}.grass-cart-close{width:38px;height:38px;border-radius:50%;background:#F3F3F3;border:0;color:#0e1a0a;cursor:pointer;display:grid;place-items:center;transition:background .2s,color .2s}.grass-cart-close:hover{background:#298f0b;color:#fff}.grass-cart-close svg{width:18px;height:18px;display:block}.grass-cart-body{flex:1;overflow-y:auto;padding:18px 26px}.grass-cart-empty{text-align:center;padding:60px 10px;display:flex;flex-direction:column;align-items:center}.grass-cart-empty-icon{width:76px;height:76px;border-radius:50%;background:#eaf6e6;color:#298f0b;display:grid;place-items:center;margin-bottom:22px}.grass-cart-empty-icon svg{width:32px;height:32px}.grass-cart-empty h4{font-family:'Montserrat',sans-serif;font-size:1.2rem;font-weight:700;margin:0 0 10px;color:#0e1a0a}.grass-cart-empty p{font-size:.92rem;color:#5d6b55;margin:0 0 22px;line-height:1.55;max-width:280px}.grass-cart-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.grass-cart-item{display:flex;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid #e4e6e2;transition:opacity .25s,transform .25s}.grass-cart-item:last-child{border-bottom:0;padding-bottom:0}.grass-cart-item.is-removing{opacity:.4;pointer-events:none}.grass-cart-item-thumb{width:70px;height:70px;flex-shrink:0;border-radius:10px;overflow:hidden;background:#F3F3F3;display:block}.grass-cart-item-thumb img,.grass-cart-item-thumb .grass-cart-item-img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;max-width:100%!important}.grass-cart-item-body{flex:1;min-width:0}.grass-cart-item-name{font-weight:600;font-size:.95rem;line-height:1.35;color:#0e1a0a;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grass-cart-item-name a{color:inherit;text-decoration:none;transition:color .2s}.grass-cart-item-name a:hover{color:#298f0b}.grass-cart-item-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:.85rem}.grass-cart-item-qty{color:#5d6b55}.grass-cart-item-price{font-weight:700;color:#298f0b}.grass-cart-item-price .woocommerce-Price-amount{font-family:'Montserrat',sans-serif}.grass-cart-item-remove{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:transparent;color:#9aa692;border:0;display:grid;place-items:center;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}.grass-cart-item-remove:hover{background:#fee;color:#e53935}.grass-cart-item-remove svg{width:16px;height:16px;display:block}.grass-cart-foot{flex-shrink:0;padding:20px 26px 26px;border-top:1px solid #e4e6e2;background:#fafbf9}.grass-cart-foot:empty{padding:0;border-top:0}.grass-cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.grass-cart-total span{font-size:.9rem;color:#5d6b55;font-weight:600}.grass-cart-total b{font-family:'Montserrat',sans-serif;font-size:1.35rem;font-weight:800;color:#0e1a0a}.grass-cart-total b .woocommerce-Price-amount{font-family:inherit}.grass-cart-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:10px;margin-bottom:12px}.grass-cart-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:100px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.88rem;text-decoration:none!important;cursor:pointer;border:0;line-height:1;transition:transform .25s,background .25s,box-shadow .25s,color .25s}.grass-cart-btn-primary{background:#298f0b;color:#fff!important;box-shadow:0 8px 20px -6px rgba(41,143,11,.5)}.grass-cart-btn-primary:hover{background:#1f6e08;transform:translateY(-2px);box-shadow:0 12px 26px -6px rgba(41,143,11,.65)}.grass-cart-btn-ghost{background:#fff;color:#0e1a0a!important;border:1px solid #e4e6e2}.grass-cart-btn-ghost:hover{background:#F3F3F3}.grass-cart-btn svg{width:16px;height:16px}.grass-cart-checkout-link{display:block;text-align:center;font-size:.86rem;font-weight:600;color:#5d6b55;text-decoration:none;padding:6px 0;transition:color .2s}.grass-cart-checkout-link:hover{color:#298f0b}@media (max-width:680px){.grass-cart-fab{top:90px;right:16px;bottom:auto;left:auto;width:50px;height:50px}.grass-cart-fab svg{width:20px!important;height:20px!important;max-width:20px!important;max-height:20px!important}.grass-cart-fab-count{min-width:20px;height:20px;font-size:10px;top:-5px;right:-5px}.grass-cart-drawer{width:100vw}.grass-cart-head,.grass-cart-body,.grass-cart-foot{padding-left:20px;padding-right:20px}.grass-cart-actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.grass-cart-fab,.grass-cart-fab-count.is-visible,.grass-cart-drawer,.grass-cart-backdrop{animation:none;transition:none}}.grass-wa-fab{position:fixed;right:22px;bottom:92px;z-index:990;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff!important;display:inline-flex!important;align-items:center;justify-content:center;box-shadow:0 10px 28px -6px rgba(37,211,102,.6),0 4px 12px rgba(0,0,0,.18);transition:transform .25s ease,box-shadow .25s ease,background .25s ease;text-decoration:none!important;animation:grassCartFabIn .5s cubic-bezier(.16,1,.3,1) both;animation-delay:.15s}.grass-wa-fab:hover{transform:translateY(-4px) scale(1.05);background:#1ebd5a;box-shadow:0 16px 36px -6px rgba(37,211,102,.7),0 6px 16px rgba(0,0,0,.22)}.grass-wa-fab svg{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;display:block!important}.grass-wa-fab::before{content:"";position:absolute;inset:0;border-radius:50%;background:#25D366;z-index:-1;animation:grassWaPulse 2.5s ease-out infinite}@keyframes grassWaPulse{0%{transform:scale(1);opacity:.6}100%{transform:scale(1.6);opacity:0}}@media (max-width:680px){.grass-wa-fab{top:152px;right:16px;bottom:auto;left:auto;width:50px;height:50px}.grass-wa-fab svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important}}@media (prefers-reduced-motion:reduce){.grass-wa-fab,.grass-wa-fab::before{animation:none}}.et-db #et-boc .et-l .et_pb_section_0_tb_header.et_pb_section{padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;background-color:RGBA(255,255,255,0)!important}.et-db #et-boc .et-l .et_pb_section_0_tb_header,.et-db #et-boc .et-l .et_pb_row_0_tb_header{padding:0!important;margin:0!important;min-height:0!important;background:transparent!important}.et-db #et-boc .et-l .et_pb_row_0_tb_header,body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row{width:100%;max-width:100%}.et-db #et-boc .et-l .et_pb_row_0_tb_header.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;margin-top:0px!important;margin-bottom:0px!important;margin-left:auto!important;margin-right:auto!important;padding-top:0px;padding-bottom:0px}.et-db #et-boc .et-l .et_pb_section_0_tb_body.et_pb_section{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et-db #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et-db #et-boc .et-l .et_pb_row_0_tb_body,body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row,body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_0_tb_body.et_pb_row{width:100%;max-width:100%}.et-db #et-boc .et-l .et_pb_section_0_tb_footer.et_pb_section{padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px}.et-db #et-boc .et-l .et_pb_row_0_tb_footer,body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row{width:100%;max-width:100%}.et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;margin-left:auto!important;margin-right:auto!important;padding-top:0px;padding-bottom:0px}