.block-layout{margin:clamp(4rem,2.6666666667rem + 4.4444444444vw,8rem) 0}.block-layout__container{position:relative;max-width:120rem;margin:0 auto;padding:0 clamp(1rem,.6666666667rem + 1.1111111111vw,2rem)}.block-layout--horizontal .block-layout__container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"titlebox content";gap:3rem}@media(max-width:1024px){.block-layout--horizontal .block-layout__container{grid-template-columns:100%;grid-template-areas:"titlebox" "content"}}.block-layout--horizontal-reverse .block-layout__container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"content titlebox";gap:3rem}@media(max-width:1024px){.block-layout--horizontal-reverse .block-layout__container{grid-template-columns:100%;grid-template-areas:"titlebox" "content"}}.block-layout--large-body .block-layout__container{grid-template-columns:auto 55%}@media(max-width:1024px){.block-layout--large-body .block-layout__container{grid-template-columns:100%;grid-template-areas:"titlebox" "content"}}.block-layout__titlebox{grid-area:titlebox}.block-layout--horizontal .block-layout__titlebox{position:relative;height:100%}.block-layout__titlebox-wrapper{display:flex;flex-direction:column;gap:1.5rem}.block-layout--horizontal .block-layout__titlebox-wrapper{position:sticky;top:6rem}.block-layout__tag{text-transform:uppercase;display:flex;align-items:center;gap:.5rem;color:#082605;font-size:clamp(.875rem,.8333333333rem + .1388888889vw,1rem);font-weight:600;opacity:.5}.block-layout__tag:before{content:"";display:block;width:1rem;min-width:1rem;aspect-ratio:1;background-color:currentColor;clip-path:polygon(0 0,0 100%,100% 100%)}.block-layout__title{font-family:Nuniti,sans-serif;text-transform:uppercase;font-weight:700;font-size:clamp(1.875rem,1.5833333333rem + .9722222222vw,2.75rem);line-height:1.2;max-width:35ch}.block-layout--large .block-layout__title{font-size:clamp(1.875rem,.8333333333rem + 3.4722222222vw,5rem)}.block-layout__title>span{color:transparent;background-image:linear-gradient(90deg,#1c3a19 50%,#4e6a4c 0);background-size:200% 100%;background-position-x:calc(100% - var(--fill));background-clip:text;-webkit-background-clip:text;transition:background-position .25s ease}.block-layout__subtitle{max-width:65ch;font-weight:600;display:flex;flex-direction:column;gap:1rem;font-size:1rem;line-height:1.4}.block-layout__subtitle h2,.block-layout__subtitle h3,.block-layout__subtitle h4,.block-layout__subtitle h5,.block-layout__subtitle h6{font-family:Nuniti,sans-serif;font-size:clamp(1.125rem,1.0833333333rem + .1388888889vw,1.25rem);margin-top:clamp(1rem,.6666666667rem + 1.1111111111vw,2rem)}.block-layout__subtitle ol>li,.block-layout__subtitle ul>li{margin-left:1.25rem}.block-layout__subtitle ol>li{list-style:decimal outside}.block-layout__subtitle ul>li{list-style:disc outside}.block-layout__subtitle a{color:#1c3a19;text-decoration:underline;white-space:nowrap;opacity:1}@media(pointer:fine){.block-layout__subtitle a:hover{text-decoration:none}}.block-layout__subtitle table{color:#fff;padding:1rem 2rem;background-color:#1c3a19;clip-path:polygon(100% 0,100% 60%,95% 100%,0 100%,0 0);margin:1rem 0}.block-layout__subtitle table>tr{display:flex;justify-content:space-between}.block-layout__subtitle table th{align-self:flex-start;text-align:left}.block-layout__subtitle img,.block-layout__subtitle picture,.block-layout__subtitle video{position:relative;width:100%}.block-layout__content{grid-area:content}
