.theme-hero{--t-hero-overlay-background:var(--t-gradient-hero-overlay-default);--t-hero-content-color:inherit;--t-hero-image-in-duration:700ms;--t-hero-content-in-duration:500ms;--t-hero-content-in-delay:var(--t-hero-image-in-duration);--t-hero-content-stagger-step:90ms;--t-hero-featured-in-duration:240ms;--t-hero-featured-card-in-duration:260ms;--t-hero-featured-card-stagger-step:60ms;--t-hero-content-inset-narrow:var(--t-sp-88);--t-hero-content-inset-wide:var(--t-layout-padding);--t-hero-content-block-start-inset:var(--t-hero-content-inset-narrow);--t-hero-content-block-end-inset:0px;--t-hero-content-inline-start-inset:var(--t-hero-content-inset-narrow);--t-hero-content-inline-end-inset:0px;--t-hero-surface-inset:0px;--t-hero-content-max-width:60.25rem;--t-surface-padding:var(--t-hero-surface-inset);--t-ui-accent:var(--t-hero-content-color);--t-ui-text:var(--t-hero-content-color);display:flex;flex-direction:column;gap:1.5rem;isolation:isolate;justify-content:flex-start;min-height:32rem;overflow:hidden;position:relative}.theme-hero__content{padding:var(--t-hero-content-block-start-inset) var(--t-hero-content-inline-end-inset) var(--t-hero-content-block-end-inset) var(--t-hero-content-inline-start-inset)}@media (max-width:781px){.theme-hero__content p{font-size:var(--t-fs-p-medium)!important}}.theme-hero.has-double-border{--t-hero-surface-inset:var(--t-surface-double-border-size);--t-hero-content-block-start-inset:calc(var(--t-hero-content-inset-narrow) - var(--t-surface-double-border-size));--t-hero-content-inline-start-inset:calc(var(--t-hero-content-inset-narrow) - var(--t-surface-double-border-size))}.theme-hero.is-size-small{min-height:24rem}.theme-hero.is-size-medium{min-height:32rem}.theme-hero.is-content-size-medium{--t-hero-content-max-width:60.25rem}.theme-hero.is-content-size-large{--t-hero-content-max-width:80.75rem}.theme-hero.is-content-size-full{--t-hero-content-max-width:100%}.theme-hero.is-content-size-medium.has-featured-box{--t-hero-content-max-width:50rem}.theme-hero.is-content-inset-wide{--t-hero-content-block-start-inset:var(--t-hero-content-inset-wide);--t-hero-content-block-end-inset:var(--t-hero-content-inset-wide);--t-hero-content-inline-start-inset:var(--t-hero-content-inset-wide);--t-hero-content-inline-end-inset:var(--t-hero-content-inset-wide)}.theme-hero.is-content-inset-wide.has-featured-box{--t-hero-content-inline-end-inset:0px}.theme-hero.is-content-inset-wide.has-double-border{--t-hero-content-block-start-inset:calc(var(--t-hero-content-inset-wide) - var(--t-surface-double-border-size));--t-hero-content-block-end-inset:calc(var(--t-hero-content-inset-wide) - var(--t-surface-double-border-size));--t-hero-content-inline-start-inset:calc(var(--t-hero-content-inset-wide) - var(--t-surface-double-border-size));--t-hero-content-inline-end-inset:calc(var(--t-hero-content-inset-wide) - var(--t-surface-double-border-size))}.theme-hero.is-content-inset-wide.has-featured-box.has-double-border{--t-hero-content-inline-end-inset:0px}.theme-hero.is-size-large{min-height:calc(max(30rem, 100vh) - var(--t-h-fixed-chrome))}.theme-hero.is-size-side-by-side{--t-surface-padding:0;--t-hero-content-color:var(--t-color-rich-green);align-items:stretch;display:grid;gap:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:32rem}.theme-hero.is-size-side-by-side .theme-hero__content-box{--t-surface-bg:var(--t-ui-bg);grid-column:1;min-height:100%;position:relative;z-index:1}.theme-hero.is-size-side-by-side .theme-hero__background{grid-column:2;inset:auto;min-height:100%;position:relative}.theme-hero.is-size-side-by-side .theme-hero__content{display:flex;flex-direction:column;min-height:100%}.theme-hero.is-size-side-by-side .theme-hero__featured{grid-column:1/-1;margin-inline-start:0;max-width:none;padding:1.5rem 2rem 2rem}.theme-hero__background{animation:theme-hero-fade-in var(--t-hero-image-in-duration) ease-out both;inset:0;pointer-events:none;position:absolute;z-index:0}.theme-hero__background:after{background:var(--t-hero-overlay-background);content:"";inset:0;position:absolute;z-index:1}.theme-hero__background :is(.media,ona-media-slot){height:100%;position:relative;width:100%;z-index:0}.theme-hero__content{color:var(--t-hero-content-color);max-width:var(--t-hero-content-max-width);position:relative;z-index:1}.theme-hero__content .wp-block-group.is-layout-grid{justify-content:flex-start;padding:0}.theme-hero__content>*{animation:theme-hero-content-fade-in var(--t-hero-content-in-duration) ease-out var(--t-hero-content-in-delay) both}@supports (animation-delay:calc(sibling-index() * 1ms)){.theme-hero__content>*{animation-delay:calc(var(--t-hero-content-in-delay) + (sibling-index() - 1)*var(--t-hero-content-stagger-step))}}@media (prefers-reduced-motion:reduce){.theme-hero__background,.theme-hero__content>*,.theme-hero__featured,.theme-hero__featured-list>*{animation:none}}.theme-hero.is-content-top.is-size-side-by-side .theme-hero__content{justify-content:flex-start;padding-bottom:0}.theme-hero.is-content-bottom.is-size-side-by-side .theme-hero__content,.theme-hero.is-content-bottom:not(.is-size-side-by-side){justify-content:flex-end;padding-bottom:6.25rem}.theme-hero.is-content-inset-wide.is-content-bottom:not(.is-size-side-by-side){padding-bottom:0}.theme-hero.has-overlay-style-tan{--t-hero-overlay-background:var(--t-gradient-hero-overlay-tan);--t-hero-content-color:var(--t-color-rich-black)}.theme-hero.has-overlay-style-bronze{--t-hero-overlay-background:var(--t-gradient-hero-overlay-bronze);--t-hero-content-color:var(--t-color-tan)}.theme-hero.has-overlay-style-sage{--t-hero-overlay-background:var(--t-gradient-hero-overlay-sage);--t-hero-content-color:var(--t-color-tan)}.theme-hero.has-overlay-style-dark{--t-hero-overlay-background:var(--t-gradient-hero-overlay-dark);--t-hero-content-color:var(--t-color-tan)}.theme-hero.has-overlay-style-dark-green{--t-hero-overlay-background:var(--t-gradient-hero-overlay-dark-green);--t-hero-content-color:var(--t-color-tan)}.theme-hero__featured{animation:theme-hero-featured-fade-in var(--t-hero-featured-in-duration) ease-out var(--t-hero-content-in-delay) both;filter:drop-shadow(0 23px 80px var(--t-color-rich-black));position:relative;z-index:11}.theme-hero__featured-box{display:block}.theme-hero__featured-inner{display:grid;gap:var(--t-sp-24);padding:var(--t-sp-20) var(--t-sp-24)}.theme-hero__featured-carousel{--item-gap:0.75rem;--ona-carousel-anchor:0px;--ona-carousel-padding-inline-start:0px;--ona-carousel-padding-inline-end:0px;--t-hero-featured-carousel-overflow-x:visible;--t-hero-featured-carousel-scroll-snap-type:none;--t-hero-featured-carousel-track-display:grid;--t-hero-featured-carousel-track-after-display:none;--t-hero-featured-carousel-panel-size:auto;--t-hero-featured-carousel-panel-snap-align:none;--t-hero-featured-carousel-pagination-display:none;--t-hero-featured-carousel-inline-padding:0px;--t-hero-featured-carousel-mask-image:none;--t-hero-featured-carousel-mask-size:0px;--t-hero-featured-carousel-margin-inline:0;display:block;margin-inline:var(--t-hero-featured-carousel-margin-inline)}.theme-hero__featured-carousel::part(pagination){display:var(--t-hero-featured-carousel-pagination-display);padding:var(--t-sp-16) var(--t-hero-featured-carousel-inline-padding) 0}.theme-hero__featured-carousel>.theme-carousel__footer{display:var(--t-hero-featured-carousel-pagination-display)}.theme-hero__featured-carousel .ona-carousel__viewport{-webkit-mask-image:var(--t-hero-featured-carousel-mask-image);mask-image:var(--t-hero-featured-carousel-mask-image);overflow-x:var(--t-hero-featured-carousel-overflow-x);overflow-y:visible;scroll-snap-type:var(--t-hero-featured-carousel-scroll-snap-type)}.theme-hero__featured-carousel .ona-carousel__track{display:var(--t-hero-featured-carousel-track-display);gap:var(--item-gap);height:auto;width:100%}.theme-hero__featured-carousel .ona-carousel__track:after{display:var(--t-hero-featured-carousel-track-after-display)}.theme-hero__featured-carousel .ona-carousel__track>*{flex:0 0 var(--t-hero-featured-carousel-panel-size);scroll-snap-align:var(--t-hero-featured-carousel-panel-snap-align)}.theme-hero__featured-carousel .post-carousel__pagination{box-sizing:border-box;width:100%}.theme-hero__featured-title{align-items:center;display:flex;font-family:var(--t-ff-text);font-size:var(--t-fs-label-large);font-weight:800;line-height:var(--t-flh-m);margin:0;text-transform:none;z-index:2}.theme-hero__featured-title:after{background:var(--t-color-sage);content:"";display:block;flex-grow:1;height:3px;-webkit-mask-image:var(--t-ink-line-url,url(../../images/ink-line.c0b10129.svg));mask-image:var(--t-ink-line-url,url(../../images/ink-line.c0b10129.svg));-webkit-mask-size:cover;mask-size:cover;scale:-1 -1;translate:var(--t-sp-24) 0}.theme-hero__featured-list{display:grid;gap:.75rem;margin-left:calc((var(--t-sp-24) + var(--t-sp-20))*-1);margin-right:calc(var(--t-sp-24)*3);padding-bottom:var(--t-sp-56)}.theme-hero__featured-list>*{animation:theme-hero-featured-card-fade-in var(--t-hero-featured-card-in-duration) ease-out calc(var(--t-hero-content-in-delay) + var(--t-hero-featured-in-duration)) both}.theme-hero__featured-panel{display:grid;min-width:0}.theme-hero__featured-panel .theme-post-card{height:100%;width:100%}@supports (animation-delay:calc(sibling-index() * 1ms)){.theme-hero__featured-list>*{animation-delay:calc(var(--t-hero-content-in-delay) + var(--t-hero-featured-in-duration) + (sibling-index() - 1)*var(--t-hero-featured-card-stagger-step))}}.theme-hero__featured-empty{font-size:.875rem;line-height:1.4;margin:0}.theme-hero__logo-1{width:5.875rem}.theme-hero__logo-2{width:9.31rem}.theme-hero.has-featured-box:not(.is-size-side-by-side) .theme-hero__featured{margin:0}@media (min-width:1280px){.theme-hero.has-featured-box:not(.is-size-side-by-side){display:grid;grid-template-columns:minmax(0,1fr);padding-right:0}.theme-hero.has-featured-box:not(.is-size-side-by-side) .theme-hero__content{align-self:start;grid-area:1/1;margin-right:28rem}.theme-hero.has-featured-box:not(.is-size-side-by-side).is-content-bottom .theme-hero__content{align-self:end}.theme-hero.has-featured-box:not(.is-size-side-by-side) .theme-hero__featured{align-self:end;grid-area:1/1;justify-self:end;margin-bottom:calc(var(--t-surface-padding)*-1);max-width:42%;width:48rem}}@media (max-width:1279px){.theme-hero{--t-hero-content-inset-narrow:var(--t-layout-padding);gap:var(--t-sp-24)}.theme-hero.is-size-large,.theme-hero.is-size-medium,.theme-hero.is-size-small{height:auto;min-height:26rem}.theme-hero.is-content-bottom:not(.is-size-side-by-side){padding-bottom:var(--t-sp-40)}.theme-hero.has-featured-box:not(.is-size-side-by-side){padding-bottom:0}.theme-hero.has-featured-box:not(.is-size-side-by-side) .theme-hero__featured{bottom:auto;filter:none;margin-right:calc(var(--t-surface-padding)*-1);margin-top:var(--t-surface-padding);max-width:none;position:relative;right:auto;width:auto}.theme-hero__featured-box{width:100%}.theme-hero__featured-inner{gap:var(--t-sp-16)}.theme-hero__featured-title{font-size:var(--t-fs-p-large)}.theme-hero__featured-list{margin:0;padding-bottom:0}@supports not (container-type:inline-size){.theme-hero__featured-carousel{--t-hero-featured-carousel-overflow-x:auto;--t-hero-featured-carousel-scroll-snap-type:x mandatory;--t-hero-featured-carousel-track-display:flex;--t-hero-featured-carousel-track-after-display:block;--t-hero-featured-carousel-panel-size:90%;--t-hero-featured-carousel-panel-snap-align:start;--t-hero-featured-carousel-pagination-display:block;--t-hero-featured-carousel-inline-padding:var(--t-sp-24);--t-hero-featured-carousel-mask-size:var(
          --t-hero-featured-carousel-inline-padding
        );--t-hero-featured-carousel-margin-inline:calc(var(--t-hero-featured-carousel-inline-padding)*-1);--ona-carousel-anchor:var(--t-hero-featured-carousel-inline-padding);--ona-carousel-padding-inline-start:var(
          --t-hero-featured-carousel-inline-padding
        );--ona-carousel-padding-inline-end:var(
          --t-hero-featured-carousel-inline-padding
        );--t-hero-featured-carousel-mask-image:linear-gradient(to right,#0000 0,#000 var(--t-hero-featured-carousel-mask-size),#000 calc(100% - var(--t-hero-featured-carousel-mask-size)),#0000 100%)}.theme-hero__featured-carousel .theme-post-card.theme-post-card--paper .theme-post-card__paper{filter:none}.theme-hero__featured-carousel .theme-post-card.theme-post-card--paper .theme-post-card__media{box-shadow:none}}.theme-hero.is-size-side-by-side .theme-hero__content{padding-right:var(--t-sp-40)}.theme-hero.is-size-side-by-side .theme-hero__content p{font-size:var(--t-fs-p-lead)!important}}@media (max-width:781px){.theme-hero__content{max-width:100%}.theme-hero__featured-title{align-items:flex-start;flex-direction:column;gap:var(--t-sp-8)}.theme-hero__featured-title:after{scale:1;translate:0 0;width:100%}.theme-hero.is-size-side-by-side{grid-template-areas:"background" "content";grid-template-columns:1fr;min-height:0}.theme-hero.is-size-side-by-side .theme-hero__background{grid-area:background}.theme-hero.is-size-side-by-side .theme-hero__content-box{grid-area:content}.theme-hero.is-size-side-by-side .theme-hero__background{min-height:20rem}.theme-hero.is-size-side-by-side .theme-hero__content{min-height:0;padding:var(--t-sp-40) var(--t-sp-40) var(--t-sp-200) var(--t-sp-40)}.theme-hero.is-size-side-by-side .theme-hero__content p{font-size:var(--t-fs-p-medium)!important}.theme-hero.is-size-side-by-side .theme-hero__featured{padding:var(--t-sp-24) var(--t-layout-padding) var(--t-layout-padding)}.theme-hero .theme-hero__link-list{align-items:flex-start;flex-direction:column}}@supports (container-type:inline-size){.theme-hero__featured{container-name:theme-hero-featured;container-type:inline-size}@container theme-hero-featured (max-width: 40rem){.theme-hero__featured-carousel{--t-hero-featured-carousel-overflow-x:auto;--t-hero-featured-carousel-scroll-snap-type:x mandatory;--t-hero-featured-carousel-track-display:flex;--t-hero-featured-carousel-track-after-display:block;--t-hero-featured-carousel-panel-size:90%;--t-hero-featured-carousel-panel-snap-align:start;--t-hero-featured-carousel-pagination-display:block;--t-hero-featured-carousel-inline-padding:var(--t-sp-24);--t-hero-featured-carousel-mask-size:var(
        --t-hero-featured-carousel-inline-padding
      );--t-hero-featured-carousel-margin-inline:calc(var(--t-hero-featured-carousel-inline-padding)*-1);--ona-carousel-anchor:var(--t-hero-featured-carousel-inline-padding);--ona-carousel-padding-inline-start:var(
        --t-hero-featured-carousel-inline-padding
      );--ona-carousel-padding-inline-end:var(
        --t-hero-featured-carousel-inline-padding
      );--t-hero-featured-carousel-mask-image:linear-gradient(to right,#0000 0,#000 var(--t-hero-featured-carousel-mask-size),#000 calc(100% - var(--t-hero-featured-carousel-mask-size)),#0000 100%)}.theme-hero__featured-carousel .theme-post-card.theme-post-card--paper .theme-post-card__paper{filter:none}.theme-hero__featured-carousel .theme-post-card.theme-post-card--paper .theme-post-card__media{box-shadow:none}}}@keyframes theme-hero-fade-in{0%{opacity:0}}@keyframes theme-hero-content-fade-in{0%{opacity:0}}@keyframes theme-hero-featured-fade-in{0%{opacity:0}}@keyframes theme-hero-featured-card-fade-in{0%{opacity:0}}
