.employees{padding:80px 0}
@media(max-width:991px){.employees{padding:56px 0}
}.employees .wrapper h2.section_title-employee{margin-bottom:32px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;white-space:pre;gap:24px}
.employees .wrapper h2.section_title-employee .title_line{border-bottom:2px solid var(--color_orange);width:100%}
.employees .wrapper .info{max-width:650px;margin-bottom:56px}
.employees .wrapper .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media(max-width:991px){.employees .wrapper .cards{grid-template-columns:repeat(2,1fr)}
}@media(max-width:576px){.employees .wrapper .cards{grid-template-columns:repeat(1,1fr)}
}.employees .wrapper .cards .card{-webkit-transition:padding .3s ease-in-out;transition:padding .3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:325px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:var(--color_pure-white);border-radius:24px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;position:relative}
.employees .wrapper .cards .card::before{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.12%,#da4085),color-stop(99.93%,#f0b157));background:linear-gradient(180deg,#da4085 .12%,#f0b157 99.93%);-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.employees .wrapper .cards .card #image-card{width:100%;height:300px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:24px}
.employees .wrapper .cards .card #image-card img{border-radius:24px;border-bottom-left-radius:0;border-bottom-right-radius:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;min-height:300px;max-width:336px}
.employees .wrapper .cards .card .tags{top:32px;left:32px;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;max-width:80%;overflow-y:auto;max-height:132px}
.employees .wrapper .cards .card .tags .tag{padding:10px 12px;background-color:var(--color_pure-white);border-radius:100px;font-size:12px;font-weight:700;text-align:center}
.employees .wrapper .cards .card .info_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:32px;height:100%;width:100%}
.employees .wrapper .cards .card .info_main .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}
.employees .wrapper .cards .card .info_main .text .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;word-break:break-word}
.employees .wrapper .cards .card .info_main .text .top h6,.employees .wrapper .cards .card .info_main .text .top .post-content{color:var(--color_purple);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-align:start}
.employees .wrapper .cards .card .info_main .text .top h6 h6,.employees .wrapper .cards .card .info_main .text .top .post-content h6{font-weight:400}
.employees .wrapper .cards .card .info_main .text .bottom p{font-weight:700;color:var(--color_purple)}
.employees .wrapper .cards .card .info_main .text .bottom .expertises{margin:8px 0}
.employees .wrapper .cards .card .info_main .text .bottom .expertises li p{font-weight:400;word-break:break-word}
.employees .wrapper a.button-secondary{display:-webkit-box;display:-ms-flexbox;display:flex;margin:56px auto 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}