<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-employees__intro+.employees{margin-top:100px}.employees__list{margin:0;padding:0;list-style:none;gap:30px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.employee{width:calc((100% - 90px) / 4)}.employee__image{position:relative}.employee__image:before{content:'';display:inline-block;position:absolute;left:0;bottom:0;background:#7dd2c4;border-radius:10px;height:88%;width:100%;z-index:1}.employee__image img{width:100%;position:relative;z-index:2}.employee__content{margin-top:1.9rem}.employee__title{font-size:1.8rem;line-height:normal;margin-bottom:.7rem}.employee__job-title{font-size:1.5rem;line-height:normal;text-transform:lowercase;color:#040e30}.employee__socials{margin-top:.7rem}.employee__social .fa{color:#fff;font-size:1.6rem;background-color:#44beaa;border-radius:100px;display:inline-block;text-align:center;height:40px;width:40px;line-height:40px;-webkit-transition:background .3s;transition:background .3s}.employee__social:hover .fa{background-color:#3cad9a}.employee__social+.employee__social{margin-left:4px}@media(max-width:992px){.employee{width:calc((100% - 60px) / 3)}}@media(max-width:768px){.employee{width:calc((100% - 30px) / 2)}}@media(max-width:480px){.employee{width:100%}}</pre></body></html>