/**handles:resources-closing**/
@keyframes button-pulse{0%{animation-timing-function:cubic-bezier(.35,0,.2,1);background:var(--color-button-background-hover)}30%{animation-timing-function:linear;background:var(--color-button-background-pulse)}to{background:var(--color-button-background-hover)}}.resources-closing{isolation:isolate;min-height:18rem;overflow:hidden;position:relative}.resources-closing:before{background:var(--resources-closing-background) no-repeat bottom center/cover;bottom:0;content:"";height:65%;left:0;-webkit-mask-image:linear-gradient(0deg,#000,#0000);mask-image:linear-gradient(0deg,#000,#0000);opacity:.45;pointer-events:none;position:absolute;right:0;z-index:-1}.resources-closing:not(.resources-closing--with-background):before{content:none}.resources-closing__inner{align-items:center;display:flex;flex-direction:column}.resources-closing__eyebrow{color:var(--color-text-muted);font-weight:var(--weight-regular);margin-bottom:var(--space-md)}.resources-closing__title{max-width:42ch}.resources-closing__title :is(strong,b){color:color-mix(in srgb,var(--color-text) 45%,#0000);display:block;font-weight:inherit}.resources-closing__text{color:var(--color-text-muted);margin-top:var(--space-sm);max-width:48ch}.resources-closing__button{margin-top:var(--space-md)}