.team-section{padding:64px 0}.team-section .team-section__header{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:80px}@media(max-width: 989.98px){.team-section .team-section__header{margin-bottom:32px;align-items:flex-start;flex-direction:column;gap:12px}}.team-section .team-section__title{margin:0;font-size:40px;font-family:"Denim";letter-spacing:0;line-height:125%;color:var(--dark-terniary)}@media(max-width: 989.98px){.team-section .team-section__title{font-size:28px;text-align:left}}.team-section .team-section__text{font-size:14px;line-height:140%;color:var(--grey-secondary);width:50%}@media(max-width: 989.98px){.team-section .team-section__text{width:100%}}.team-section .team-section__text p{line-height:140%}.team-section .team-section__grid{display:grid;grid-template-columns:repeat(var(--team-cols-desktop, 4), minmax(0, 1fr));gap:42px 4px}@media(max-width: 749.98px){.team-section .team-section__grid:not(.keen-slider){grid-template-columns:repeat(var(--team-cols-mobile, 2), minmax(0, 1fr));gap:22px 16px}.team-section .team-section__grid.keen-slider{display:flex;flex-wrap:nowrap;gap:0}.team-section .team-section__grid.keen-slider .keen-slider__slide{min-width:0}}.team-section .team-card__media{aspect-ratio:1/1;overflow:hidden;background:rgba(0,0,0,.04)}.team-section .team-card__media img,.team-section .team-card__media svg{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.team-section .team-card__meta{padding-top:14px}.team-section .team-card__role{font-size:12px;letter-spacing:0;font-family:"Bull5 Typewriter";text-transform:uppercase;line-height:150%}.team-section .team-card__sub{margin-top:8px;font-size:14px;line-height:1.5;opacity:.85}.team-section .team-section__divider{margin-top:40px;height:1px;background:rgba(0,0,0,.12)}.team-section .team-card__name{font-family:"Denim";font-size:16px;color:var(--grey-secondary)}@media(max-width: 989.98px){.team-section .team-card__name{font-size:14px}}.team-section .team-dots{display:flex;width:100%;justify-content:flex-start;margin-top:40px;gap:8px}@media(max-width: 749.98px){.team-section .team-dots{gap:0}}.team-section .team-dot{width:8px;height:8px;border-radius:50%;background-color:#e2e4e7;cursor:pointer;display:block;transition:all var(--duration-short) ease}.team-section .team-dot.is-active{width:14px;border-radius:5px;background-color:var(--dark-primary)}@media(max-width: 749.98px){.team-section .team-dot{flex:1;width:auto;height:1px;border-radius:0}}@media(max-width: 749.98px){.team-section .team-dot.is-active{width:auto;border-radius:0}}.team-section .team-dot:focus{outline:none}.team-section[data-section-id]{--team-cols-desktop: 4;--team-cols-mobile: 2}