section.speakers .speakers__track{display:grid;grid-template-columns:repeat(var(--speakers-columns,5),minmax(0,1fr));gap:2.2222222222rem 2.8888888889rem}section.speakers .speakers__item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center}section.speakers .speakers__avatar{width:100%;max-width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;margin-bottom:.6666666667rem}section.speakers .speakers__avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}section.speakers .speakers__name{font-family:Bebas Neue,Sans-serif;font-weight:400;font-size:1rem;line-height:1;text-transform:uppercase;color:#f30106;margin-bottom:.44rem}section.speakers .speakers__role{font-family:DM Sans,Sans-serif;font-weight:400;font-size:.8rem;line-height:1.4;color:#111}section.speakers .speakers__nav{display:none;-ms-flex-pack:end;justify-content:flex-end;gap:1.11rem;margin-top:1.66rem}section.speakers .speakers__arrow{-moz-appearance:none;appearance:none;border:0;background:none;cursor:pointer;color:#111;font-size:1.33rem;line-height:1;padding:.28rem;transition:color .2s ease}section.speakers .speakers__arrow:focus,section.speakers .speakers__arrow:hover{color:#f30106}@media screen and (max-width:1024px) and (min-width:768px){section.speakers .speakers__track{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:767.89px){section.speakers .speakers__track{display:-ms-flexbox;display:flex;gap:1.11rem;overflow-x:auto;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}section.speakers .speakers__track::-webkit-scrollbar{display:none}section.speakers .speakers__item{-ms-flex:0 0 62%;flex:0 0 62%;scroll-snap-align:center}section.speakers .speakers__avatar{width:9.44rem}section.speakers .speakers__nav{display:-ms-flexbox;display:flex}}