.service-listing{padding-top:var(--space-xl)}.service-listing__part{border-top:1px solid var(--color-border-secondary);padding-bottom:calc(var(--space-xl) + var(--space-s));padding-top:calc(var(--space-l) + var(--space-s))}.service-listing__part__letter{color:var(--color-text-brand);font-size:var(--heading-size-600);font-weight:600;line-height:1}.service-listing__part__title h3{font-size:var(--heading-size-400);font-weight:600;line-height:1.2;margin-top:var(--space-4xs)}.service-listing__part__title p{font-size:var(--text-size-500);font-weight:400;line-height:1.5;margin-top:var(--space-4xs);text-transform:uppercase}.service-listing__part__item{background:var(--color-surface-secondary);border:2px solid var(--color-border-secondary);border-radius:.25rem;-webkit-column-gap:var(--space-s-m);-moz-column-gap:var(--space-s-m);column-gap:var(--space-s-m);display:grid;grid-template-columns:auto 1fr;padding:var(--space-s);position:relative;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}.service-listing__part__item:not(:first-child){margin-top:var(--space-3xs)}.service-listing__part__item:focus-within,.service-listing__part__item:hover{background-color:var(--color-brand-lime);-webkit-box-shadow:.125rem .125rem 0 var(--color-border-secondary);box-shadow:.125rem .125rem 0 var(--color-border-secondary)}.service-listing__part__item-image{-ms-flex-line-pack:center;align-content:center;grid-area:1/1/4/1;margin:0;width:5.5rem}.service-listing__part__item-image img{vertical-align:top}.service-listing__part__item h4{margin-top:0}.service-listing__part__item h4 a{text-decoration:unset}.service-listing__part__item h4 a:hover{color:inherit}.service-listing__part__item-content p{font-size:var(--text-size-400);font-weight:400;line-height:1.5}.service-listing__part__item svg{height:1.5rem;margin-top:var(--space-s);width:auto}@media (min-width:65.001rem){.service-listing__part{display:grid;gap:var(--gutter);grid-template-columns:-webkit-min-content 70%;grid-template-columns:min-content 70%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.service-listing__part__title{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:sticky;top:var(--space-xl)}.service-listing__part__item{padding:var(--space-s) var(--space-l) var(--space-s) var(--space-s)}.service-listing__part__item-image{width:11.25rem}.service-listing__part__item svg{height:2rem}}@media (min-width:108.001rem){.service-listing__part{grid-template-columns:-webkit-min-content 59%;grid-template-columns:min-content 59%}}@media (max-width:65rem){.service-listing__part__item:first-child{margin-top:var(--space-l)}}