.process-steps{padding:var(--theme-section-py) 0 11.25rem;scroll-margin-top:var(--theme-header-height)}.process-steps__head{display:flex;flex-direction:row;gap:var(--theme-grid-gap);align-items:flex-start;margin-block-end:var(--theme-section-gap)}.process-steps__title{margin:0;flex:1}.process-steps__lead{display:flex;flex-direction:row;gap:5.625rem;align-items:flex-end;margin-block-end:var(--theme-section-gap)}.process-steps__intro{margin:0;flex:1;font-family:var(--theme-text-ff);font-size:1.1875rem;line-height:2rem;color:var(--theme-dark-grey-color)}.process-steps__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.process-steps__card{background:var(--theme-tile-idle);border-top:2px solid var(--theme-rule);transition:background-color var(--theme-transition),border-color var(--theme-transition)}@media(any-hover:hover){.process-steps__card:hover{background:var(--theme-base-soft)}}.process-steps__card.is-open{background:var(--theme-base-soft);border-top-color:var(--theme-primary-color)}.process-steps__card-heading{margin:0}.process-steps__trigger{width:100%;padding:1rem 1.25rem 1.125rem;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;text-align:start;cursor:pointer}.process-steps__trigger:focus-visible{outline:var(--theme-focus-ring);outline-offset:calc(var(--theme-focus-ring-offset) * -1)}.process-steps__number{width:1.875rem;flex-shrink:0;font-family:var(--theme-ui-ff);font-size:.9375rem;line-height:1.875rem;text-transform:uppercase;color:var(--theme-grey-color)}.process-steps__label{flex:1;display:flex;flex-direction:column;gap:.125rem}.process-steps__step-title{font-family:var(--theme-ui-ff);font-weight:600;font-size:1.3125rem;line-height:1.875rem;color:var(--theme-dark-grey-color)}.process-steps__phase{font-family:var(--theme-ui-ff);font-size:.875rem;line-height:1.5rem;text-transform:uppercase;color:var(--theme-grey-color)}.process-steps__icon{position:relative;width:1rem;height:1rem;flex-shrink:0;margin-block-start:.4375rem;transition:transform var(--theme-icon-rotation)}.process-steps__icon:before,.process-steps__icon:after{content:"";position:absolute;inset-inline-start:0;inset-block-start:50%;width:100%;height:2px;background:var(--theme-primary-color)}.process-steps__icon:after{transform:rotate(90deg)}.is-open .process-steps__icon{transform:rotate(45deg)}.process-steps__panel{overflow:hidden;max-height:0;transition:max-height var(--theme-accordion-transition)}.process-steps__panel[hidden]{display:none}.process-steps__text{margin:0;padding:0 1.25rem 1.25rem;font-family:var(--theme-text-ff);font-size:1.0625rem;line-height:1.75rem;color:var(--theme-grey-color)}.process-steps__card--closing{background:var(--theme-primary-color);border-top-color:var(--theme-primary-color)}.process-steps__card--closing .process-steps__number,.process-steps__card--closing .process-steps__step-title,.process-steps__card--closing .process-steps__phase,.process-steps__card--closing .process-steps__text{color:var(--theme-base-light)}.process-steps__card--closing .process-steps__icon:before,.process-steps__card--closing .process-steps__icon:after{background:var(--theme-base-light)}@media(any-hover:hover){.process-steps__card--closing:hover{background:var(--theme-secondary-color)}}.process-steps__card--closing.is-open{background:var(--theme-secondary-color)}.process-steps__buttons{flex-shrink:0;display:flex;flex-direction:row;gap:1.875rem;align-items:center}.process-steps__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--theme-grid-gap)}.process-steps__card--expanded{box-sizing:border-box;background:var(--theme-base-light);padding:2.5rem 2.5rem 2.75rem;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.process-steps__card-head{align-self:stretch;display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}.process-steps__card-number{font-family:var(--theme-heading-ff);font-weight:700;font-size:3.75rem;line-height:4.5rem;letter-spacing:.01em;color:var(--theme-hairline)}.process-steps__card-phase{font-family:var(--theme-text-ff);font-size:1rem;line-height:2rem;color:var(--theme-primary-color)}.process-steps__card-body{align-self:stretch;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.process-steps__card-title{margin:0;font-family:var(--theme-ui-ff);font-weight:600;font-size:2rem;line-height:2.75rem;text-transform:none;color:var(--theme-dark-grey-color)}.process-steps__card-text{margin:0;font-family:var(--theme-text-ff);font-size:1rem;line-height:1.875rem;color:var(--theme-grey-color)}.process-steps__card-rule{align-self:stretch;height:1px;background:var(--theme-hairline)}.process-steps__card-detail{align-self:stretch;display:flex;flex-direction:column;gap:.625rem}.process-steps__card-detail-label{font-family:var(--theme-ui-ff);font-size:.9375rem;line-height:1.625rem;text-transform:uppercase;color:var(--theme-grey-color)}.process-steps__card-detail-text{margin:0;font-family:var(--theme-text-ff);font-size:1rem;line-height:1.75rem;color:var(--theme-dark-grey-color)}@media(prefers-reduced-motion:reduce){.process-steps__panel,.process-steps__icon{transition:none}}
