.list-teachers{padding:5rem 0}.list-teachers.is-black{background-color:#000}.list-teachers.is-dark{background-color:#222}.list-teachers__letter{font-size:2rem;font-weight:600;margin-bottom:2rem;margin-top:0;color:#fff}.list-teachers__grid{display:grid;gap:1rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 768px){.list-teachers__grid{grid-template-columns:repeat(3, 1fr);gap:1.5rem}}@media(min-width: 1024px){.list-teachers__grid{grid-template-columns:repeat(5, 1fr)}}.list-teachers .teacher-card{border-radius:.75rem;overflow:hidden;transition:transform .3s ease;display:flex;flex-direction:column;position:relative;background:#4e4e4e;text-decoration:none;border:1px
solid rgba(0,0,0,0)}.list-teachers .teacher-card.no-detail .teacher-card__info::after{content:none}.list-teachers .teacher-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:block}.list-teachers .teacher-card__photo
img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.list-teachers .teacher-card__info{position:absolute;bottom:0;left:0;width:100%;padding:1rem;gap:.35rem;display:flex;flex-direction:column;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%)}.list-teachers .teacher-card__info::after{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><g clip-path="url(%23clip0_7477_7037)"><path d="M16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28Z" stroke="%23FFC72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 16H21" stroke="%23FFC72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 12L21 16L17 20" stroke="%23FFC72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_7477_7037"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');position:absolute;bottom:1rem;right:.75rem;display:block;line-height:0}.list-teachers .teacher-card__name{font-size:.875rem;font-weight:600;margin:0;color:#fff;display:block;text-align:left;line-height:1rem;width:80%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.list-teachers .teacher-card__position{font-size:.75rem;line-height:1rem;color:#fff;font-weight:400;margin:0;width:80%;max-height:2rem;overflow:hidden;text-overflow:ellipsis}.list-teachers .teacher-card__logo{position:absolute;top:.75rem;right:.75rem;border-radius:.25rem;background:hsla(0,0%,100%,.9);padding:.19rem;line-height:0}.list-teachers .teacher-card__logo
img{height:1rem;width:auto}.list-teachers .teacher-card:hover{border-color:#ffc72c}.list-teachers .teacher-card:hover.no-detail{cursor:default;border-color:rgba(0,0,0,0)}.list-teachers .teacher-card:hover.no-detail::before{background:rgba(0,0,0,.2)}.list-teachers .teacher-card:hover::before{background:rgba(0,0,0,0)}.list-teachers .teacher-card.is-featured{grid-column:span 2}.list-teachers .teacher-card.is-featured .teacher-card__photo
img{aspect-ratio:2/1;object-fit:contain}.list-teachers .teacher-card.is-featured .teacher-card__logo{padding:.45rem}.list-teachers .teacher-card.is-featured .teacher-card__logo
img{height:1.5rem}.list-teachers .teacher-card.is-featured .teacher-card__name{font-size:1.125rem}.list-teachers .teacher-card.is-featured .teacher-card__position{font-size:.875rem}@media(max-width: 768px){.list-teachers .teacher-card.is-featured{grid-column:span 2}}@media(max-width: 767px){.list-teachers__grid{grid-template-columns:repeat(2, 1fr)}.list-teachers .teacher-card.is-featured{grid-column:span 2}}.author-posts{background-color:#000;color:#fff;padding:5rem 0}@media(max-width: 768px){.author-posts{padding:3rem 0}}.author-posts__inner{max-width:1280px;margin:0
auto;padding:0
1rem}.author-posts__title{font-size:2.375rem;font-weight:600;margin:0
0 2.5rem;color:inherit}@media(max-width: 768px){.author-posts__title{font-size:1.75rem}}.author-posts__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1.5rem}@media(max-width: 768px){.author-posts__grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.25rem}.author-posts__grid::-webkit-scrollbar{display:none}}.author-posts__item{display:flex;flex-direction:column;background:rgba(0,0,0,0);color:inherit;transition:color .3s ease}@media(max-width: 768px){.author-posts__item{flex:0 0 90%;scroll-snap-align:start}}.author-posts__item:hover .author-posts__image{opacity:.7}.author-posts__item:hover .author-posts__item-title{color:#ffc72c}.author-posts__item:hover .author-posts__excerpt{color:#fff}.author-posts__item:hover .author-posts__excerpt
p{color:#fff}.author-posts__image{border-radius:10px;overflow:hidden;height:10.25rem;transition:opacity .3s ease}.author-posts__image
img{width:100%;height:100%;object-fit:cover;display:block}.author-posts__item-title{font-size:1.25rem;font-weight:600;margin:1rem 0 0;line-height:1.6rem;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.author-posts__excerpt{font-size:1rem;color:#c2c2c2;margin-top:1rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.author-posts__excerpt
p{color:#c2c2c2;line-height:1.6rem;margin:0}.author-posts__more{margin-top:3rem;text-align:left}@media(max-width: 768px){.author-posts__more{display:none}}.author-posts__more-button{background:none;border:none;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;padding:0;transition:color .3s ease}.author-posts__more-button .author-posts__icon::before{content:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"40\" height=\"41\" viewBox=\"0 0 40 41\" fill=\"none\"><path d=\"M5 20.8442C5 29.1285 11.7157 35.8442 20 35.8442C28.2843 35.8442 35 29.1285 35 20.8442C35 12.56 28.2843 5.84424 20 5.84424C11.7157 5.84424 5 12.56 5 20.8442Z\" stroke=\"white\" stroke-width=\"2\" stroke-miterlimit=\"10\"/><path d=\"M14.7031 21.7974L20 27.0942L25.2969 21.7974\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 14.5942L20 27.0942\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");display:block;line-height:0}.author-posts__more-button .author-posts__icon.is-rotated{transform:rotate(180deg)}