@media screen and (max-width:1079px){.home-hero{height:max(50rem + var(--header-h),100svh)}}@media screen and (min-width:1080px){.home-hero{height:clamp(44rem + var(--header-h),100svh,62rem + var(--header-h))}}.home-hero__attributes,.home-hero__main{width:100%}.home-hero__main{position:relative;flex:1 1 auto;z-index:0;min-height:0;overflow:hidden;background-color:var(--bg-alt)}@media screen and (max-width:1079px){.home-hero__main{display:flex;flex-direction:column}}.home-hero__main .container{position:relative;z-index:2;width:100%;height:100%}@media screen and (max-width:1079px){.home-hero__main .container{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}}.home-hero__media{position:absolute;inset:0;z-index:0;container-type:size;display:flex;align-items:center;justify-content:center}.home-hero__media>.home-hero__video.halftone-image{width:max(104cqw,184.9cqh);height:auto;max-width:unset;max-height:unset;flex:0 0 auto}.home-hero__scrim{position:absolute;inset:0 0 auto 0;height:100%;z-index:1;pointer-events:none;background:linear-gradient(150deg,rgb(var(--bg-rgb)) 40%,rgba(var(--bg-rgb),0) 90%)}@media screen and (min-width:1080px){.home-hero__scrim{background:linear-gradient(150deg,rgb(var(--bg-rgb)) 20%,rgba(var(--bg-rgb),0) 90%)}}.home-hero__main-wrap{width:100%;height:100%}@media screen and (max-width:1079px){.home-hero__main-wrap{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}}.home-hero .text-block{position:relative;z-index:2;max-width:58rem;padding-top:calc(clamp(4rem, 3.4375rem + 4.5625vw, 8rem) + var(--header-h))}.home-hero .text-block .word{display:inline-block}.home-hero .text-block p{max-width:39rem}.home-hero .text-block .button-wrap{width:100%}.home-hero .text-block .home-hero__actions>*{animation:home-hero-action-in .5s cubic-bezier(.625,.05,0,1) both}.home-hero .text-block .home-hero__actions>:nth-child(2){animation-delay:calc(.25s/5)}.home-hero .text-block .button--secondary .button__bg{background-color:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}.home-hero__attributes-wrap{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);width:100%}.home-hero__attributes{position:relative;z-index:2;background:var(--bg);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background-color:var(--bg-alt)}@media screen and (max-width:1079px){.home-hero__attributes{flex:0 0 auto}}.home-hero__attribute{padding:clamp(.8125rem,.8125rem + .1875vw,1rem)}@media screen and (max-width:1079px){.home-hero__attribute{border-bottom:1px solid var(--border-color)}.home-hero__attribute:last-of-type{border-bottom:none}}@media screen and (min-width:1080px){.home-hero__attribute{padding:clamp(1.375rem,1.375rem + .625vw,2rem) clamp(1.5625rem,1.5625rem + .9375vw,2.5rem);flex:1 0 auto}.home-hero__attribute:nth-of-type(2){border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}}.home-hero__attribute p.p-sm{color:var(--ink-faint)}.home-hero .icon-wrap{width:1.5rem;height:1.5rem}@media screen and (min-width:1080px){.home-hero .icon-wrap{width:2.5rem;height:2.5rem}}@keyframes home-hero-action-in{0%{opacity:0;transform:translateY(clamp(1rem,1rem + .25vw,1.25rem))}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-hero .home-hero__actions>*{animation:none}}.news{padding:clamp(4rem,3.4375rem + 4.5625vw,8rem) 0}.news__wrap{display:grid;grid-template-columns:1fr;border:1px solid var(--border-color)}@media screen and (min-width:1080px){.news__wrap{grid-template-columns:repeat(3,1fr)}}.news__wrap .plus-icon--tl{top:0;left:0;transform:translate(-50%,-50%)}.news__wrap .plus-icon--tr{top:0;right:0;transform:translate(50%,-50%)}.news__wrap .plus-icon--bl{bottom:0;left:0;transform:translate(-50%,50%)}.news__wrap .plus-icon--br{bottom:0;right:0;transform:translate(50%,50%)}.news__wrap .plus-icon__inner{display:flex;justify-content:center;align-items:center}.news__item{display:flex;flex-direction:column;padding:clamp(1rem,1rem + .25vw,1.25rem)}.news__item-body{position:relative;z-index:2;flex:1 1;min-width:0;text-decoration:none;color:inherit}.news__item-cta{position:relative;z-index:3;align-self:flex-start}.news__item:before{content:"";transition:.75s ease-in;background-color:rgba(var(--ink-rgb),0);position:absolute;top:50%;left:50%;width:calc(100% - clamp(1.375rem,1.375rem + .625vw,2rem));height:calc(100% - clamp(1.375rem,1.375rem + .625vw,2rem));z-index:1;border-radius:12rem;transform:translate(-50%,-50%);opacity:0;pointer-events:none}@media screen and (hover:hover)and (pointer:fine)and (min-width:1080px){.news__item:hover:before{border-radius:0;width:100%;height:100%;opacity:1;transition:.75s cubic-bezier(.625,.05,0,1);background-color:rgba(var(--ink-rgb),.03)}}.news__item:active:before{border-radius:0;width:100%;height:100%;opacity:1;background-color:rgba(var(--ink-rgb),.05)}@media screen and (max-width:1079px){.news__item{border-bottom:1px solid var(--border-color)}.news__item:nth-of-type(3){border-bottom:none}}@media screen and (min-width:1080px){.news__item{padding:clamp(1.125rem,1.125rem + .375vw,1.5rem);border-right:1px solid var(--border-color)}.news__item:nth-of-type(3){border-right:none}}@media screen and (max-width:749px){.news__header .button{display:none;visibility:hidden}}.news__excerpt-container,.news__title-container{position:relative;width:100%}.news__title-text{-webkit-line-clamp:2;transition:opacity .25s ease}.news__excerpt,.news__title-text{display:-webkit-box;-webkit-box-orient:vertical;line-height:1.5;overflow:hidden}.news__excerpt{-webkit-line-clamp:3}.faq-section{position:relative;padding:clamp(4rem,3.4375rem + 4.5625vw,8rem) 0;overflow:hidden}.faq-section--home{border-top:1px solid var(--border-color)}.faq-section:before{content:"";position:absolute;inset:auto 0 0 0;height:62%;background-position:bottom;background-size:cover;background-repeat:no-repeat;mix-blend-mode:multiply;opacity:.9;pointer-events:none;-webkit-mask-image:linear-gradient(0deg,black 35%,transparent);mask-image:linear-gradient(0deg,black 35%,transparent)}.faq-section.is-background-ready:before{background-image:url(/img/mega-menu__overlay-layer.webp)}.faq-section>.container,.faq-section__main{position:relative;z-index:1}.faq-section__head{text-align:center}.faq-section__head h2{text-wrap:balance}.faq-section__status{margin-top:calc(.5rem*-1);text-align:left}.faq-section__main{margin-top:clamp(2.1875rem,2.1875rem + 1.8125vw,4rem);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.faq-section__rail{max-width:50rem;margin-inline:auto;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.faq-section__rail .faq-accordion__trigger{padding-left:clamp(1.375rem,1.375rem + .625vw,2rem);padding-right:clamp(1rem,1rem + .25vw,1.25rem)}.faq-section__rail .faq-accordion__answer{padding-left:clamp(1.375rem,1.375rem + .625vw,2rem);padding-right:clamp(2.1875rem,2.1875rem + 1.8125vw,4rem)}.faq-section__rail .faq-accordion__item{border-bottom:1px solid var(--border-color)}.faq-section__rail .faq-accordion__item:first-child{border-top:0}.faq-section__rail .faq-accordion__item:last-child{border-bottom:0}.faq-section__cta{margin-top:clamp(1.8125rem,1.8125rem + 1.1875vw,3rem)}