.events-module{position:relative}.filter-btn{background:#fff;border:2px solid #8fbc8f;border-radius:25px;color:#8fbc8f;cursor:pointer;font-weight:500;padding:.5rem 1.5rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background-color:#8fbc8f;color:#fff}.event-section{scroll-margin-top:120px}.event-container{padding:3rem 15px}.section-header{margin-bottom:2rem}.section-title{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.section-description{color:#666;font-size:1.1rem;margin:0 auto;max-width:800px}.events-grid{margin-bottom:2rem}.event-image{background:#f8f9fa;height:350px;overflow:hidden;width:100%}.event-image img{height:100%;object-fit:cover;width:100%}.event-placeholder{align-items:center;background:#8fbc8f;color:#fff;display:flex;flex-direction:column;font-size:1rem;height:100%;justify-content:center;width:100%}.placeholder-icon{margin-bottom:.5rem}.event-content{display:flex;flex:1;flex-direction:column;padding:1.5rem}.event-date{margin-bottom:1rem}.event-description{flex:1;margin-bottom:0}.event-description p{margin-bottom:0}.event-cta{align-self:flex-start;background-color:#8fbc8f;border-color:#8fbc8f;border-radius:25px;font-weight:500;letter-spacing:.5px;padding:.5rem 1.5rem;text-decoration:none;text-transform:uppercase}.event-cta:hover{background-color:#7a9f7a;border-color:#7a9f7a;color:#fff}.view-all-section{margin-top:2rem}.no-events-message{color:#666;font-size:1.1rem;font-style:italic;margin:2rem 0}@media (max-width:768px){.section-title{font-size:2rem}.filter-buttons{gap:.25rem}.filter-btn{font-size:.9rem;padding:.4rem 1rem}.event-container{padding:2rem 15px}.event-image,.event-placeholder{height:280px}}.events-module{--wrap:1200px;--gap:16px;--gap-sm:16px;--radius:12px;--border:#e2e4dd;--border-hover:#cfd4c6;--tile:#faf7f0;--muted:#6b7280;--muted-bg:#768c72}.events-module .wrap{margin:0 auto;max-width:var(--wrap);padding:0 16px}.events-module .events-filter-nav{position:sticky;top:0;z-index:2}.events-module .filter-buttons{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;padding:40px 0}.events-module .filter-btn{appearance:none;background:var(--secondary);border:none;border-radius:999px;color:var(--primary);cursor:pointer;font-size:16px;font-weight:700;line-height:22px;padding:10px 24px;transition:background .2s,color .2s}.events-module .filter-btn:hover{background:var(--secondary-background);color:var(--secondary)}.events-module .event-section{padding:var(--mobile-padding,40px) 0}@media (min-width:640px){.events-module .event-section{padding:var(--tablet-padding,var(--desktop-padding,64px)) 0}}.events-module .section-header{margin-bottom:24px;text-align:center}.events-module .section-title{color:#2a3247;font:normal normal normal 42px/48px Acumin Pro;font-family:acumin-pro,sans-serif;letter-spacing:0;margin:0 0 40px}.events-module .section-description{color:var(--muted);margin:0 auto;max-width:65ch}.events-module .events-grid{display:grid;gap:var(--gap)}@media (max-width:639.98px){.events-module .events-grid{gap:var(--gap-sm)}}.events-module .events-grid.cols-1{grid-template-columns:1fr}.events-module .events-grid.cols-2{grid-template-columns:repeat(2,1fr)}.events-module .events-grid.cols-3{grid-template-columns:repeat(3,1fr)}.events-module .events-grid.cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:991.98px){.events-module .events-grid.cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:767.98px){.events-module .events-grid.cols-3,.events-module .events-grid.cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:479.98px){.events-module .events-grid.cols-2,.events-module .events-grid.cols-3,.events-module .events-grid.cols-4{grid-template-columns:1fr}}.events-module .event-card{background:transparent;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .2s ease}.events-module .event-card:focus-within,.events-module .event-card:hover{transform:translateY(-2px)}.events-module .event-card .card-link{background:transparent;border-radius:inherit;inset:0;position:absolute;z-index:1}.events-module .event-card .card-link:focus-visible{border-radius:14px;outline:3px solid var(--primary);outline-offset:3px}.events-module .event-card .event-content,.events-module .event-card .event-image{pointer-events:none;position:relative;z-index:2}.events-module .event-card .event-cta,.events-module .event-card .event-description a{pointer-events:auto}.events-module .event-image{aspect-ratio:16/9;background:var(--muted-bg)}.events-module .event-image img{display:block;height:100%;object-fit:cover;width:100%}.events-module .event-placeholder{color:#9ca3af;display:grid;gap:8px;height:100%;place-items:center}.events-module .event-content{display:grid;gap:16px;padding:40px 0}.events-module .event-title{line-height:36px;margin:0}.events-module .event-date{color:#748461;font:normal normal normal 26px/26px Tw Cen MT Condensed;letter-spacing:0;margin:0}.events-module .event-description :where(p){margin:0}article.event-card .event-content{display:flex}.events-module .btn{appearance:none;cursor:pointer;display:inline-block;margin-top:8px;padding:10px 14px;text-decoration:none;width:fit-content}.events-module .btn-outline-primary{background:#748461;border-color:#748461;color:#fff;font-weight:500;margin-top:0;padding:14px 32px;transition:background .2s ease}.events-module .btn-outline-primary:hover{background:var(--secondary-background)}.events-module .view-all-section{margin-top:16px;text-align:center}.events-module .hidden-event{display:none}.events-module .no-events-message{color:var(--muted)}