/**handles:resources-start**/
@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-start{border-top:var(--border-width) solid var(--color-border);padding-block:var(--section-py)}.resources-start__eyebrow{color:var(--color-text-muted);font-weight:var(--weight-regular);margin-bottom:var(--space-lg)}.resources-start__eyebrow :is(strong,b){color:var(--color-accent);font-weight:inherit}.resources-start__panel{background:var(--color-surface);border:var(--border-width) solid var(--color-border);border-radius:5px;padding:var(--space-xl)}@media only screen and (max-width:576px){.resources-start__panel{padding:var(--space-lg)}}.resources-start__steps{display:grid;gap:var(--space-lg);grid-template-columns:repeat(3,minmax(0,1fr))}@media only screen and (max-width:832px){.resources-start__steps{gap:var(--space-xl);grid-template-columns:1fr}}.resources-start__step{align-items:stretch;display:flex;gap:var(--space-sm)}.resources-start__step__content{display:flex;flex:1;flex-direction:column;min-width:0}.resources-start__step__title{line-height:1.2;min-height:2.4em}@media only screen and (max-width:832px){.resources-start__step__title{min-height:0}}.resources-start__step__text{color:var(--color-text-muted);font-size:var(--size-small);margin-top:var(--space-2xs)}.resources-start__step__button{margin-top:auto;padding-top:var(--space-md)}.resources-start__number{align-items:center;background:color-mix(in srgb,var(--color-text) 14%,#0000);border-radius:50%;color:var(--color-text);display:inline-flex;flex:0 0 auto;font-family:var(--font-display);font-size:var(--size-small);font-weight:var(--weight-title);height:1.9rem;justify-content:center;line-height:1;width:1.9rem}.resources-start .css-button{background:color-mix(in srgb,var(--color-text) 10%,#0000);border:0;border-radius:999px;color:var(--color-text);font-size:var(--size-small);padding:.55em 1.1em}.resources-start :is(.css-button:focus-visible,.css-button:hover){animation:none;background:color-mix(in srgb,var(--color-text) 18%,#0000);color:var(--color-text)}