.next_event{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.next_event_header{text-align:center;max-width:900px}.next_event_title_row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:inline-flex}.next_event_badge{background-color:var(--gold-color);color:var(--white-color);white-space:nowrap;border-radius:10px;padding:.5rem 1.2rem;font-size:.95rem;font-weight:500}.next_event_subtitle{max-width:780px;margin-top:1rem;line-height:1.6}.next_event_image_wrapper{width:100%;margin-top:1rem;padding-bottom:3rem;position:relative}.next_event_image_wrapper:after{content:"";background-color:var(--gold-color);z-index:0;height:60%;position:absolute;bottom:0;left:0;right:0}.next_event_image{z-index:1;aspect-ratio:16/7;border-radius:12px;width:100%;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}@media (max-width:1024px){.next_event_image{aspect-ratio:16/8}}@media (max-width:768px){.next_event{padding:2.5rem 1rem 0}.next_event_title_row{flex-direction:column;gap:.75rem}.next_event_image{aspect-ratio:16/9;border-radius:8px}.next_event_image_wrapper{padding-bottom:2rem}}
