.bureau-wrapper{justify-content:center;width:100%;display:flex}.bureau-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;gap:6rem 2rem;width:100%;max-width:1400px;display:grid}@media screen and (min-width:1200px){.bureau-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1199px) and (min-width:768px){.bureau-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.bureau-grid{grid-template-columns:1fr}}.bureau-card{text-align:center;opacity:0;background:0 0;flex-direction:column;align-items:center;transition:opacity .5s,transform .5s;display:flex;transform:translateY(30px)}.bureau-card.is-visible{opacity:1;transform:translateY(0)}.bureau-image{opacity:0;border-radius:50%;width:300px;height:300px;margin-bottom:1rem;transition:opacity .4s .2s,transform .4s .2s;overflow:hidden;transform:scale(.8)}.bureau-image img{object-fit:contain;object-position:center;width:100%;height:100%;transition:transform .3s}.bureau-image:hover img{transform:scale(1.1)}.bureau-card.is-visible .bureau-image{opacity:1;transform:scale(1.05)}.bureau-name{color:#fff;font-size:1.8rem;font-weight:700}.bureau-role{color:var(--orange-color);font-size:1.3rem;font-weight:600}.org-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;margin-top:5rem;padding:2rem 1rem;display:flex;overflow-x:hidden}.org-line{background-color:var(--orange-color,#ff4500);width:2px;height:40px}.org-presidents{justify-content:center;gap:3rem;margin-bottom:0;display:flex}.org-secretary{justify-content:center;margin:0 auto;display:flex}.org-horizontal-line{background-color:var(--orange-color,#ff4500);width:80%;height:2px;position:relative}.org-members-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem;width:100%;margin-top:0;display:flex}.org-member-wrapper{flex-direction:column;flex:1;align-items:center;min-width:150px;display:flex}.org-member-line{background-color:var(--orange-color,#ff4500);width:2px;height:20px}@media (max-width:768px){.org-presidents{flex-wrap:wrap;gap:1.5rem}.org-presidents .bureau-card{min-width:140px}}@media (max-width:1024px){.org-members-row{gap:.5rem}.org-horizontal-line{width:95%}}
