<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#services-list a.svc,#services-read a.svc{display:flex;flex-direction:column;width:100%;height:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative;border-radius:20px;border:solid 2px var(--black);color:white;}#services-list a.svc:hover,#services-read a.svc:hover{border:solid 2px var(--red);color:yellow;}#services-list a.svc&gt;figure,#services-read a.svc&gt;figure{aspect-ratio:1 / 1;background-size:cover;background-repeat:no-repeat;background-position:center;margin:0;}#services-list a.svc&gt;span{width:100%;height:100%;position:absolute;left:0;top:0;padding:30px 50px;font-size:34px;text-align:center;display:flex;align-items:flex-end;justify-content:center;background-image:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));transition:all .3s ease;}#services-list a.svc:hover&gt;span{padding-bottom:70px;background-color:rgba(0,0,0,.3);transition:all .3s ease;}#services-read a.svc&gt;span{width:100%;height:100%;position:absolute;left:0;top:0;padding:30px;font-size:22px;text-align:center;display:flex;align-items:flex-end;justify-content:center;background-image:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,0));background-color:rgba(0,0,0,.7);transition:all .3s ease;}#services-read a.svc:hover&gt;span{padding-bottom:60px;background-color:rgba(0,0,0,0);transition:all .3s ease;}#services-read a.svc.active{border:solid 5px var(--red);}#services-read a.svc.active&gt;span{background-image:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));background-color:rgba(0,0,0,0);transition:all .3s ease;}.services-container{display:none;}.service-description{line-height:150%;}.service-cta&gt;a{display:inline-block;border:solid 2px var(--sapphire);padding:10px 20px;background-color:var(--sapphire);color:white;font-weight:600;margin:30px 0;}.service-cta&gt;a:hover{color:yellow;}@media all and (max-width:1439px){.cardlist{gap:15px}#services-read a.svc&gt;span{padding:20px;font-size:16px;text-align:center;display:flex;align-items:flex-end;justify-content:center}}@media all and (max-width:1023px){.cardlist.row-6{grid-template-columns:repeat(3,1fr)}#services-read a.svc{aspect-ratio:2 / 1}#services-read a.svc&gt;figure{aspect-ratio:2 / 1;background-size:cover;background-repeat:no-repeat;background-position:center}#services-read a.svc&gt;span{padding:10px;display:flex;align-items:center;justify-content:center}#services-read a.svc:hover&gt;span{padding:10px}}@media all and (max-width:767px){.cardlist.row-6{grid-template-columns:repeat(2,1fr)}}@media all and (max-width:424px){.cardlist{gap:10px}#services-read a.svc&gt;span{font-size:14px;font-weight:500}#services-read h2.page-title{font-size:40px;font-weight:600}}</pre></body></html>