.filter-events{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px;margin-bottom:0;width:100%;max-width:171px;margin-inline:auto}@media(min-width:768px){.filter-events{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;max-width:100%}}@media(min-width:1024px){.filter-events{gap:24px;margin-bottom:48px}}@media(min-width:1440px){.filter-events{margin-bottom:56px}}.filter-events__item{font-family:"century-gothic",sans-serif;font-weight:700;font-style:normal;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#7a2f00;border:1px solid #7a2f00;border-radius:0;color:#f8f8ee;cursor:pointer;display:block;font-size:1.5rem;letter-spacing:.3em;line-height:1;padding:20px 24px;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}@media(min-width:768px){.filter-events__item{padding:18px 32px;width:auto}}.filter-events__item:hover,.filter-events__item:focus{background:#1f2f46;border-color:#1f2f46;color:#f8f8ee}.filter-events__item[aria-selected=true]{background:#1f2f46;border-color:#1f2f46;color:#f8f8ee}