@media only screen and (min-width:0rem){#service-detail{padding:var(--sectionPadding)}#service-detail .cs-container{display:flex;flex-direction:column;gap:clamp(2.5rem,5vw,4rem);margin:auto;max-width:46rem;width:100%}#service-detail .cs-content{align-items:flex-start;display:flex;flex-direction:column;text-align:left}#service-detail .cs-title{font-size:clamp(1.75rem,3.2vw,2.4375rem);margin:0 0 1.25rem;max-width:100%}#service-detail .cs-lead{font-size:clamp(1.125rem,1.9vw,1.25rem);line-height:1.6em;max-width:100%}#service-detail .cs-block{display:flex;flex-direction:column;gap:clamp(.75rem,1.6vw,1rem)}#service-detail .cs-h3{color:var(--headerColor);font-size:clamp(1.25rem,2.4vw,1.5625rem);font-weight:700;line-height:1.3em;margin:0}#service-detail .cs-text{line-height:1.65em;max-width:100%}#service-detail .cs-list{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0 0 0 1.375rem;width:100%}#service-detail .cs-list-item{color:var(--bodyTextColor);font-size:1rem;line-height:1.65em;padding-left:.375rem}#service-detail .cs-list-item::marker{color:var(--primary)}#service-detail .cs-list-item strong{color:var(--headerColor)}#service-detail code{background-color:var(--secondaryLight);border-radius:.25rem;font-size:.875rem;padding:.125rem .375rem}#service-detail a{color:var(--primary);text-decoration:underline;text-underline-offset:.1875rem}#service-detail a:hover{text-decoration:none}#service-detail .cs-other{border-top:1px solid #e8e8e8;margin-top:.5rem;padding-top:clamp(2rem,4vw,2.5rem)}#service-detail .cs-other-list{display:grid;gap:1rem;grid-template-columns:1fr;margin:0;padding:0;width:100%}#service-detail .cs-other-item{list-style:none;margin:0}#service-detail .cs-other-link{background-color:var(--secondaryLight);border:1px solid var(--tintBorder);border-radius:.75rem;display:flex;flex-direction:column;gap:.375rem;height:100%;padding:clamp(1rem,2.4vw,1.5rem);text-decoration:none;transition:border-color .3s,transform .3s}#service-detail .cs-other-link:hover{border-color:var(--primary);transform:translateY(-.1875rem)}#service-detail .cs-other-name{color:var(--headerColor);font-family:var(--headerFont);font-size:1.125rem;font-weight:700;line-height:1.3em}#service-detail .cs-other-text{color:var(--bodyTextColor);font-size:.9375rem;line-height:1.5em}}@media only screen and (min-width:48rem){#service-detail .cs-other-list{grid-template-columns:1fr 1fr}}@media only screen and (min-width:0rem){body.dark-mode #service-detail .cs-h3,body.dark-mode #service-detail .cs-list-item,body.dark-mode #service-detail .cs-list-item strong,body.dark-mode #service-detail .cs-other-name,body.dark-mode #service-detail .cs-other-text,body.dark-mode #service-detail .cs-text,body.dark-mode #service-detail .cs-title{color:var(--bodyTextColorWhite)}body.dark-mode #service-detail .cs-list-item::marker{color:var(--primaryLight)}body.dark-mode #service-detail a{color:var(--primaryLight)}body.dark-mode #service-detail code{background-color:var(--accent);color:var(--bodyTextColorWhite)}body.dark-mode #service-detail .cs-other{border-top-color:var(--accent)}body.dark-mode #service-detail .cs-other-link{background-color:var(--medium);border-color:var(--accent)}body.dark-mode #service-detail .cs-other-link:hover{border-color:var(--primaryLight)}}