:root{--events-bg: #f4f3ee;--events-card-soft: rgba(var(--ui-color-surface-brand-rgb), .04);--events-ink: #0d0d0d;--events-muted: #4d5156;--events-border: #4d5156;--events-green: #08271f;--events-green-light: #263733;--events-surface: #f9f9f6;--events-white: #ffffff}.events-page,.events-page *,.events-page *:before,.events-page *:after{box-sizing:border-box}.events-page{background:var(--events-bg);color:var(--events-ink)}.events-page button,.events-page input,.events-page select,.events-page textarea,.events-page a{font:inherit}body.events-modal-open,body.events-mobile-filters-open{overflow:hidden!important}.events-container{width:min(1392px,calc(100% - 48px));margin-inline:auto}.events-hero{position:relative;width:100%;height:392px;min-height:392px;display:flex;align-items:flex-end;overflow:hidden;background:var(--events-green)}.events-hero__picture,.events-hero__image,.events-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.events-hero__picture{display:block;width:100%;height:100%}.events-hero__image{width:100%;height:100%;object-fit:cover;object-position:bottom center}.events-hero__overlay{pointer-events:none;background:linear-gradient(180deg,#0000002e,#00000047 42%,#00000075)}.events-hero__content{position:relative;z-index:2;width:100%;max-width:1440px;padding:0 24px 64px!important}.events-hero__content>*{max-width:720px}.events-hero h1{margin:0 0 16px;color:#fff;font-weight:400;font-size:40px;line-height:46px;letter-spacing:-.03em}.events-hero p{margin:0;max-width:660px;color:#fff;font-weight:400;font-size:16px;line-height:20px}.events-main{position:relative;z-index:5;padding:36px 0 26px;background:#fff}.events-top-row{position:relative;z-index:50;width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:40px;margin:0 0 24px}.events-heading{width:234px;min-width:234px;margin:0;color:#0d0d0d;font-weight:500;font-size:32px;line-height:36px;letter-spacing:-.03em}.events-filters{position:relative;z-index:60;flex:0 0 804px;display:grid;grid-template-columns:300px 244px 244px;gap:12px;overflow:visible}.events-filter{position:relative;min-width:0;z-index:1}.events-filter.is-open{z-index:40}.events-filter__button{width:100%;min-width:0;height:48px;min-height:48px;padding:0 12px;border:1px solid var(--events-border);border-radius:8px;background:#fff;color:#4d5156;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;column-gap:8px;overflow:hidden;text-align:left;cursor:pointer;box-shadow:none}.events-filter__button:not(:has(.events-filter__calendar-icon)){grid-template-columns:minmax(0,1fr) auto auto}.events-filter__button:hover,.events-filter.is-open .events-filter__button,.events-filter__button[aria-expanded=true]{border-color:var(--events-green-light)}.events-filter__button-main{min-width:0;display:flex;align-items:center;gap:8px}.events-filter__button [data-date-label],.events-filter__button [data-type-label],.events-filter__button [data-location-label]{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;color:#4d5156;font-weight:400;font-size:16px;line-height:20px}.events-filter__calendar-icon,.events-filter__chevron{width:20px;height:20px;min-width:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.events-filter__calendar-icon svg,.events-filter__chevron svg{width:20px;height:20px;display:block}.events-filter__chevron{margin-left:auto;transition:transform .18s ease}.events-filter.is-open .events-filter__chevron,.events-filter__button[aria-expanded=true] .events-filter__chevron{transform:rotate(180deg)}.events-filter__count{width:24px;min-width:24px;height:24px;border-radius:999px;background:#000;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;line-height:1;flex:0 0 24px}.events-filter__count[hidden],.events-filter__count:empty{display:none!important}.events-filter__selected-location{display:inline-flex;align-items:center;gap:8px;min-width:0}.events-filter__selected-flag,.events-option__flag-img{width:24px;height:16px;object-fit:cover;border-radius:2px;flex:0 0 auto}.events-filter__panel{position:absolute;top:calc(100% + 4px);left:0;right:auto;z-index:100;display:none;width:100%;min-width:0;padding:12px;border:1px solid var(--events-border);border-radius:8px;background:var(--events-surface);box-shadow:none;overflow:hidden}.events-filter.is-open .events-filter__panel{display:block}.events-filter--date .events-filter__panel--calendar{width:644px;max-width:min(644px,calc(100vw - 32px))}.events-calendar-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.events-cal{padding:12px;border-radius:12px;background:rgba(var(--ui-color-surface-tertiary-rgb),.4)}.events-cal__head{height:40px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:10px;margin:0 0 8px}.events-cal__head strong{color:#000;text-align:center;font-weight:500;font-size:20px;line-height:24px;letter-spacing:-.02em}.events-cal__nav{width:36px;height:36px;padding:8px;border:0;border-radius:8px;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.events-cal__nav:hover{background:#ddddd3}.events-cal__nav:active{background:#263733;color:#fff}.events-cal__nav svg{width:20px;height:20px;display:block}.events-cal__week,.events-cal__grid{display:grid;grid-template-columns:repeat(7,40px);justify-content:space-between;gap:0}.events-cal__week{margin-bottom:16px}.events-cal__week span{width:40px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#9ba5b7;font-weight:400;font-size:10px;line-height:14px;text-align:center}.events-cal__day{width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:8px;background:transparent;color:#000;display:inline-flex;align-items:center;justify-content:center;font-weight:600!important;cursor:pointer}.events-cal__day:not(.is-empty):hover{background:#26373314}.events-cal__day.is-selected,.events-cal__day.is-start,.events-cal__day.is-end{background:var(--events-green-light);color:#fff}.events-cal__day.is-between{background:#ddddd3;color:#000;border-radius:0}.events-cal__day.is-empty{visibility:hidden;pointer-events:none}.events-filter__actions{display:grid;grid-template-columns:1fr 1.25fr;gap:8px;margin-top:12px}.events-filter--date [data-filter-cancel]{display:none}.events-filter--date .events-filter__actions{display:flex;justify-content:flex-end}.events-filter--date [data-apply-date]{width:96px;min-width:96px;height:44px;min-height:44px;padding:0 16px;border-radius:8px;background:#263733;color:#fff;font-weight:600;font-size:14px;line-height:20px}.events-button__arrow{display:none;width:20px;height:20px}.events-filter--type .events-filter__actions,.events-filter--location .events-filter__actions,.events-filter--location .events-filter__clear{display:none!important}.events-filter__clear{display:inline-flex;width:fit-content;margin-top:10px;padding:0;border:0;background:transparent;color:#000;font-weight:600;font-size:14px;line-height:20px;cursor:pointer}.events-filter__actions--mobile,.events-mobile-filter-footer{display:none}.events-options{display:flex;flex-direction:column;gap:14px;max-height:280px;overflow:auto}.events-option{position:relative;min-height:40px;padding:0;color:#111;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:400;font-size:18px;line-height:22px}.events-option input[type=checkbox]{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.events-checkbox,.events-option__box{width:24px;height:24px;min-width:24px;border:1.6px solid #263733;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;position:relative;flex:0 0 24px}.events-option input[type=checkbox]:checked+.events-checkbox,.events-option input[type=checkbox]:checked+.events-option__box{background:#263733;border-color:#263733}.events-option input[type=checkbox]:checked+.events-checkbox:after,.events-option input[type=checkbox]:checked+.events-option__box:after{content:"";position:absolute;left:7px;top:3px;width:8px;height:13px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg)}.events-option__label,.events-option__location-label{display:inline-flex;align-items:center;gap:12px;min-width:0}.events-option__location-text{color:#111;font-size:18px;line-height:22px}.events-badge,.events-pill{min-height:22px;padding:6px 12px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;font-weight:400;font-size:12px;line-height:16px}.events-badge--dark{background:var(--ui-color-surface-accent);color:var(--ui-color-text-primary-inverted)}.events-badge--light,.events-pill{border:1px solid var(--ui-color-surface-accent);border-radius:20px;color:var(--ui-color-text-primary)}.events-badge__info{display:none;width:20px;height:20px;min-width:20px;color:#fff}.events-badge__info svg{width:20px;height:20px;display:block}.events-button{min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center;text-decoration:none;cursor:pointer;font-weight:600;font-size:14px;line-height:20px;transition:background-color .18s ease,color .18s ease,border-color .18s ease,opacity .18s ease}.events-button--primary{background:var(--surface-brand, #262626);color:#fff}.events-button--secondary,.events-button--ghost{background:#fff;color:#000}.events-button--primary:hover,.events-button--primary:focus-visible{background:#000!important;color:var(--ui-color-text-primary-inverted)!important;border-color:#000!important}.events-button--secondary:hover,.events-button--ghost:hover,.events-button--secondary:focus-visible,.events-button--ghost:focus-visible{background:var(--ui-color-surface-tertiary)!important;color:var(--ui-color-text-primary)!important;border-color:var(--ui-color-surface-tertiary)!important}.events-button--disabled,.events-button[disabled],.events-button[aria-disabled=true]{background:var(--ui-color-surface-disabled)!important;color:var(--ui-color-text-disabled)!important;border-color:var(--ui-color-surface-disabled)!important;cursor:not-allowed!important;pointer-events:none}.events-list{width:100%;margin:0;display:flex;flex-direction:column;gap:12px}.events-card{width:100%;display:grid;grid-template-columns:200px minmax(0,1fr) 260px;gap:16px;align-items:stretch;padding:0;border-radius:12px;background:var(--events-card-soft);overflow:hidden}.events-card[hidden]{display:none!important}.events-card__date{margin:8px;padding:12px;border-radius:8px;background:var(--ui-color-surface-tertiary);color:var(--ui-color-text-primary);display:flex;flex-direction:column;justify-content:space-between;gap:28px}.events-card__range{display:block;color:var(--ui-color-text-primary);font-weight:400;font-size:36px;line-height:40px;letter-spacing:-.03em}.events-card__month{display:block;color:var(--ui-color-text-primary);font-weight:400;font-size:12px;line-height:16px;text-align:left}.events-card__location{color:var(--ui-color-text-primary);display:flex;align-items:center;gap:4px;font-weight:400;font-size:12px;line-height:16px}.events-card__location svg{width:20px;height:20px;flex:0 0 auto}.events-card__content{min-width:0;padding:16px 0;display:flex;flex-direction:column;justify-content:center}.events-card__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.events-card__title{margin:0;max-width:620px;color:var(--ui-color-text-primary);font-weight:500;font-size:20px;line-height:24px;letter-spacing:-.02em}.events-card__text{margin:10px 0 0;color:var(--ui-color-text-secondary);font-weight:400;font-size:16px;line-height:20px}.events-card__actions{padding:0 16px 16px;display:flex;flex-direction:column;justify-content:end;gap:12px}.events-card__actions .events-button{width:100%;min-height:44px}.events-empty{padding:48px 0;color:var(--events-muted);text-align:center;font-size:15px}.events-pagination{width:100%;margin:64px auto 0;display:flex;align-items:center;justify-content:center;gap:8px}.events-pagination[hidden]{display:none!important}.events-pagination__item,.events-pagination__arrow{width:40px;height:40px;min-width:40px;padding:0;border:0;border-radius:8px;background:transparent;color:#000;display:inline-flex;align-items:center;justify-content:center;font-weight:600;line-height:20px;letter-spacing:-.02em;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.events-pagination__item:hover,.events-pagination__arrow:hover:not(:disabled){background:#ddddd3}.events-pagination__item.is-active{background:#000;color:#fff}.events-pagination__item.is-active:hover{background:#263733;color:#fff}.events-pagination__arrow svg{width:20px;height:20px;display:block}.events-pagination__arrow:hover:not(:disabled){transform:translate(2px)}.events-pagination__arrow[data-events-page-prev]:hover:not(:disabled){transform:translate(-2px)}.events-pagination__arrow:disabled{cursor:default;pointer-events:none}.events-mobile-filter-toggle{display:none;width:48px;height:48px;padding:0;border:0;background:transparent;color:#000;align-items:center;justify-content:center;cursor:pointer}.events-mobile-filter-toggle svg{width:20px;height:20px;display:block}.events-modal[hidden]{display:none}.events-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;padding:32px;display:flex;align-items:center;justify-content:center}.events-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050807b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.events-modal__slot{position:relative;width:min(800px,calc(100vw - 64px));max-height:calc(100vh - 64px)}.events-modal__inner{position:relative;width:100%;max-height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden;padding:24px;background:#fff;border-radius:12px;box-shadow:0 24px 90px #00000047;scrollbar-width:thin}.events-modal__close{position:absolute;top:24px;right:24px;z-index:4;width:24px;height:24px;padding:2px;border:0;border-radius:999px;background:transparent;color:#000;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.events-modal__close svg{width:20px;height:20px;display:block}.events-modal__meta-top{min-height:22px;margin:0 40px 24px 0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.events-modal__meta-top .events-badge,.events-modal__meta-top .events-pill{min-height:22px;padding:6px 12px;font-size:12px;line-height:14px}.events-modal__byline{color:#4d5156;font-weight:400;font-size:12px;line-height:16px}.events-modal__title{margin:0 0 36px;color:#000;font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:36px;letter-spacing:-3%}.events-modal__image-wrap{margin:0 0 16px;overflow:hidden;border-radius:16px}.events-modal__image{display:block;width:100%;aspect-ratio:752 / 325;height:371px;object-fit:cover;object-position:center;border-radius:16px}.events-modal__summary-card{margin:0 0 36px;padding:24px;border-radius:12px;background:rgba(var(--ui-color-surface-tertiary-rgb),.4);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,1fr);gap:24px}.events-modal__summary-left,.events-modal__summary-right{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.events-modal__summary-left{height:100%;gap:0}.events-modal__location{margin-bottom:auto}.events-modal__summary-left .events-badge--outline{margin-top:auto;margin-bottom:12px}.events-modal__admission{margin-top:0}.events-modal__summary-right{gap:12px}.events-modal__summary-right strong{max-width:310px;color:#000;font-weight:500;font-size:20px;line-height:24px;letter-spacing:-.02em}.events-modal__summary-right>span{color:#4d5156;font-weight:400;font-size:14px;line-height:18px}.events-modal__location{color:#000;display:inline-flex;align-items:center;gap:8px;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:24px;letter-spacing:-2%}.events-modal__location svg{width:20px;height:20px;flex:0 0 20px}.events-badge--outline{border:1px solid #4d5156;background:transparent;color:#000}.events-modal__admission{color:#000;font-weight:500;font-size:16px;line-height:20px}.events-modal__summary-actions{width:100%;margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:center}.events-modal__summary-actions .events-button,.events-modal__footer .events-button{width:100%;min-height:44px;padding:12px 16px}.events-modal__copy,.events-modal__register{white-space:nowrap}.events-modal__copy svg,.events-modal__register svg{width:20px;height:20px;display:block;flex:0 0 20px}.events-modal__body,.events-modal__section{margin-top:0;color:#0d0d0d;font-weight:400;font-size:16px;line-height:20px}.events-modal__body p,.events-modal__section p{margin:0 0 16px}.events-modal__body p:last-child,.events-modal__section p:last-child{margin-bottom:0}.events-modal__section{margin-top:36px}.events-modal__section h3{margin:0 0 20px;color:#000;font-weight:500;font-size:24px;line-height:28px;letter-spacing:-.03em}.events-modal__logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;align-items:center}.events-modal__logos img{width:100%;height:auto;object-fit:contain;filter:grayscale(1);opacity:.72;justify-self:center}.events-modal__contact{margin-top:36px;padding:20px;border-radius:12px;background:rgba(var(--ui-color-surface-tertiary-rgb),.4);display:flex;justify-content:space-between;gap:24px;display:none!important}.events-modal__contact strong,.events-modal__contact span,.events-modal__contact a{display:block;color:#0d0d0d;font-size:14px;line-height:20px}.events-modal__contact-links{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.events-modal__footer{left:0;right:0;bottom:-24px;z-index:3;margin:36px -24px -24px;padding:16px 24px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}@media screen and (max-width:1140px)and (min-width:750px){.events-main{padding:24px 0 72px}.events-top-row{display:grid!important;grid-template-columns:300px 1fr 1fr!important;gap:12px!important;align-items:center!important}.events-heading{grid-column:1 / -1;width:auto;min-width:0;font-size:24px;line-height:30px}.events-filters{display:contents!important}.events-filter--date .events-filter__button{width:300px!important}.events-filter--type .events-filter__panel{width:calc(200% + 12px)!important;left:0!important;right:auto!important}.events-filter--location .events-filter__panel{width:calc(200% + 12px)!important;left:auto!important;right:0!important}.events-filter--date .events-filter__panel{width:min(644px,calc(100vw - 48px))!important;left:0!important;right:auto!important}.events-filter__clear--desktop{display:none!important}.events-filter--type .events-filter__actions--mobile{display:flex!important;width:100%;gap:8px;padding-top:12px}.events-filter__cancel,.events-filter__apply{min-height:44px;border:0;border-radius:8px;cursor:pointer;padding:12px 16px!important;font-weight:600;font-size:14px!important;line-height:20px}.events-filter__cancel{width:30%;background:#fff;color:#0d0d0d}.events-filter__apply{width:70%;background:#08271f;color:#fff}.events-card{min-height:148px;grid-template-columns:140px minmax(0,1fr) 180px!important;gap:0!important}.events-card__date{min-height:148px;padding:8px}.events-card__range{font-size:24px;line-height:28px}.events-card__content{padding:12px 0!important}.events-card__actions{padding:12px 12px 12px 0!important}.events-card__title{font-size:16px;line-height:20px}.events-card__text{width:96%;font-size:12px;line-height:18px}.events-badge,.events-pill{padding:4px 12px;font-size:10px}.events-badge__info{display:inline-flex}}@media screen and (max-width:989px){.events-hero{height:308px;min-height:308px}.events-hero h1{font-size:32px;line-height:36px}.events-hero p{font-size:14px;line-height:18px}.events-button__arrow{display:inline-flex}.events-modal{padding:48px}.events-modal__meta-top .events-badge,.events-modal__meta-top .events-pill{padding:4px 12px;font-size:10px;line-height:14px}.events-modal__byline{font-size:10px}.events-modal__title{font-size:20px;line-height:24px;margin-bottom:12px}.events-modal__image-wrap{margin:0 0 16px;overflow:hidden;border-radius:16px}.events-modal__image{display:block;width:100%;aspect-ratio:752 / 325;height:306px;object-fit:cover;object-position:center;border-radius:16px}.events-modal__summary-card{margin:0 0 36px;padding:24px;border-radius:12px;background:rgba(var(--ui-color-surface-tertiary-rgb),.4);display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,1fr);gap:24px}.events-modal__location{font-size:16px;line-height:20px}.events-badge,.events-pill{padding:6px 12px;font-size:12px}.events-modal__summary-actions .events-button,.events-modal__footer .events-button{width:100%;min-height:44px;padding:12px 16px}.events-modal__copy,.events-modal__register{white-space:nowrap}.events-modal__copy svg,.events-modal__register svg{width:20px;height:20px;display:block;flex:0 0 20px}.events-modal__body p,.events-modal__section p{margin:0 0 16px}.events-modal__body p:last-child,.events-modal__section p:last-child{margin-bottom:0}.events-modal__section{margin-top:36px}.events-modal__section h3{margin:0 0 36px;font-size:20px}.events-modal__legal h3{margin-bottom:24px!important}.events-modal__logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:center}.events-modal__logos img{width:100%;height:auto;object-fit:contain;filter:grayscale(1);opacity:.72;justify-self:center}.events-modal__contact{margin-top:36px;padding:20px;border-radius:12px;background:rgba(var(--ui-color-surface-tertiary-rgb),.4);display:flex;justify-content:space-between;gap:24px;display:none!important}.events-modal__contact strong,.events-modal__contact span,.events-modal__contact a{display:block;color:#0d0d0d;font-size:14px;line-height:20px}.events-modal__contact-links{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.events-modal__footer{left:0;right:0;bottom:-24px;z-index:3;margin:36px -24px -24px;padding:16px 24px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.events-modal__summary-right strong{font-size:16px!important;line-height:20px!important}.events-modal__summary-actions{display:flex;flex-direction:column}.events-modal__summary-card .events-modal__copy{display:none!important}.metafield-rich_text_field p{font-size:14px!important;line-height:22px}}@media screen and (min-width:990px){.events-badge__info{display:none!important}}@media screen and (max-width:749px){.events-container{width:calc(100% - 32px)!important;max-width:none!important}.events-modal__summary-left .events-badge--outline{margin-bottom:0}.events-modal__byline{font-size:12px}.events-hero{height:308px;min-height:308px}.events-hero__content{padding:0 16px 56px}.events-hero h1{font-size:26px;line-height:30px}.events-main{padding:24px 0 56px!important;background:#fff!important}.events-top-row{display:grid!important;grid-template-columns:1fr 48px!important;align-items:center!important;gap:12px!important;margin-bottom:16px}.events-heading{grid-column:1!important;margin:0!important;width:auto!important;min-width:0!important;font-size:24px!important;line-height:28px!important}.events-mobile-filter-toggle{display:inline-flex!important;grid-column:2!important;justify-self:end!important}.events-filters{display:none!important}.events-filters.is-mobile-open{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;width:100vw!important;max-width:none!important;height:100dvh!important;min-height:100vh!important;margin:0!important;padding:80px 24px 128px!important;display:flex!important;flex-direction:column!important;gap:12px!important;background:var(--ui-color-surface-secondary)!important;overflow-y:auto!important;overflow-x:hidden!important}.events-filters.is-mobile-open:before{content:"Filtration";display:block;margin:0 0 8px;color:#0d0d0d;font-weight:500;font-size:24px;line-height:28px;letter-spacing:-.03em}.events-filters.is-mobile-open .events-filter,.events-filters.is-mobile-open .events-filter__button{width:100%!important}.events-filter__button,.events-filters.is-mobile-open .events-filter__button{height:48px!important;min-height:48px!important;padding:0 16px!important;border:1px solid #4d5156!important;border-radius:8px!important;background:#fff!important}.events-filter__button [data-date-label],.events-filter__button [data-type-label],.events-filter__button [data-location-label]{font-size:14px!important;line-height:18px!important;color:#4d5156!important}.events-filter__panel,.events-filter--date .events-filter__panel--calendar,.events-filters.is-mobile-open .events-filter__panel,.events-filters.is-mobile-open .events-filter--date .events-filter__panel--calendar{position:static!important;width:100%!important;max-width:none!important;min-width:0!important;margin-top:4px!important;padding:12px!important;border:1px solid var(--ui-color-stroke-primary)!important;border-radius:8px!important;background:#f9f9f6!important;box-shadow:none!important}.events-calendar-picker{grid-template-columns:1fr!important;gap:12px!important}.events-cal{padding:12px!important}.events-cal__head strong{font-size:14px;line-height:18px;font-weight:400}.events-cal__week,.events-cal__grid{grid-template-columns:repeat(7,1fr)!important}.events-cal__week span,.events-cal__day{width:100%!important}.events-filter--date [data-filter-cancel]{display:inline-flex}.events-filter--date .events-filter__actions{display:grid!important;grid-template-columns:1fr 1.6fr!important;gap:8px!important}.events-filter--date [data-apply-date]{width:100%!important;min-width:0!important}.events-filter--type .events-filter__actions--mobile{display:flex!important;gap:8px!important;padding-top:12px!important}.events-filter__cancel,.events-filter__apply{min-height:44px!important;border:0!important;border-radius:8px!important;cursor:pointer;padding:12px 16px!important;font-weight:600;font-size:14px!important;line-height:20px}.events-filter__cancel{width:30%;background:#fff;color:#0d0d0d}.events-filter__apply{width:70%;background:#08271f;color:#fff}.events-filter--location .events-filter__actions,.events-filter--location .events-filter__actions--mobile,.events-filter--location .events-filter__clear{display:none!important}.events-options{gap:8px!important;max-height:none!important;overflow:visible!important}.events-option{min-height:48px!important;font-size:20px!important;line-height:24px!important}.events-mobile-filter-footer{position:fixed!important;left:24px!important;right:24px!important;bottom:24px!important;z-index:10000!important;display:none;flex-direction:column!important;gap:8px!important}.events-filters.is-mobile-open .events-mobile-filter-footer{display:flex!important}.events-mobile-filter-apply,.events-mobile-filter-cancel{width:100%!important;height:48px!important;min-height:48px!important;border:0!important;border-radius:8px!important;font-weight:600!important;font-size:14px!important;line-height:20px!important;cursor:pointer!important}.events-mobile-filter-apply{background:#263733!important;color:#fff!important}.events-mobile-filter-cancel{background:#fff!important;color:#0d0d0d!important}.events-list{gap:16px!important}.events-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;gap:4px!important;width:100%!important;padding:4px!important;border-radius:12px!important;background:rgba(var(--ui-color-surface-tertiary-rgb),.4)!important}.events-card__date{grid-column:1!important;grid-row:1 / span 2!important;margin:0!important;min-height:256px!important;height:100%!important;padding:8px!important;border-radius:8px!important;width:90%}.events-card__range{font-size:24px!important;line-height:28px!important;font-weight:500!important}.events-card__month{font-size:12px!important;line-height:16px!important}.events-card__location{flex-direction:column!important;align-items:flex-start!important;font-size:10px!important;line-height:12px!important}.events-card__content{grid-column:2!important;grid-row:1!important;padding:12px 0 0!important;min-width:0!important;justify-content:flex-start!important}.events-card__badges{gap:6px!important;margin-bottom:12px!important}.events-badge,.events-pill{min-height:22px!important;padding:6px 12px!important;border-radius:20px!important;font-size:12px!important;line-height:14px!important}.events-badge__info{display:inline-flex}.events-card__title{font-size:16px!important;line-height:20px!important;font-weight:500!important}.events-card__text{margin:12px 0 0!important;font-size:12px!important;line-height:16px!important}.events-card__actions{grid-column:2!important;grid-row:2!important;padding:12px 12px 8px 0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.events-card__actions .events-button{width:100%!important;min-height:44px!important}.events-empty{padding:56px 0!important;font-size:15px!important;line-height:20px!important}.events-pagination{margin-top:40px;gap:12px}.events-pagination__item,.events-pagination__arrow{width:36px;height:36px;min-width:36px;font-size:14px}.events-modal{padding:0;align-items:stretch}.events-modal__slot{width:100%!important;max-height:100dvh!important;padding:36px 16px!important}.events-modal__inner{width:100%!important;max-height:calc(100dvh - 72px)!important;padding:16px!important;border-radius:16px!important}.events-filter__clear{display:none}.events-hero__content{padding:0 0 64px!important}}@media screen and (max-width:390px){.events-card{grid-template-columns:100px minmax(0,1fr)!important}.events-card__date{width:92px;min-height:250px!important}}@media screen and (max-width:749px){.events-filters.is-mobile-open:has(.events-filter--date.is-open) .events-mobile-filter-footer{display:none!important}}@media screen and (max-width:749px){.events-modal{padding:0!important;align-items:stretch!important}.events-modal__slot{width:100%!important;max-height:100dvh!important;padding:36px 16px 30px!important}.events-modal__inner{width:100%!important;max-height:calc(100dvh - 72px)!important}.events-modal__inner{border-radius:16px!important;padding:16px!important}.events-modal__close{top:16px!important;right:16px!important}.events-modal__meta-top{margin:0 0 12px!important}.events-modal__image{height:160px}.events-modal__title{margin:0 0 24px!important;font-size:20px!important;line-height:24px!important}.events-modal__image-wrap{margin-bottom:16px!important}.events-modal__image{aspect-ratio:343 / 165!important}.events-modal__summary-card{margin-bottom:24px!important;padding:16px!important;display:flex;flex-direction:column-reverse;gap:24px!important}.events-modal__summary-left{gap:12px!important}.events-modal__summary-right{gap:16px}.events-modal__summary-right strong{max-width:none!important;font-size:16px!important;line-height:20px!important;margin-bottom:8px}.events-modal__summary-actions{grid-template-columns:1fr!important;gap:8px!important}.events-modal__summary-actions .events-modal__copy{order:2}.events-modal__body,.events-modal__section{font-size:14px!important;line-height:18px!important}.events-modal__section{margin-top:28px!important}.events-modal__section h3{font-size:16px!important;line-height:20px!important;margin:0 0 24px}.events-modal__logos{display:flex;flex-direction:column;gap:18px!important}.events-modal__logos img{width:120px;height:38px}.events-modal__contact{flex-direction:column!important;gap:16px!important}.events-modal__contact-links{align-items:flex-start!important}.events-modal__footer{margin:28px -16px -16px!important;padding:12px 16px 16px!important;grid-template-columns:1fr!important;gap:8px!important}.events-modal__footer .events-modal__copy{order:2}.events-modal__inner{padding-bottom:16px!important}.events-modal__footer{margin-bottom:0!important}}.events-button.events-button--primary.events-modal__register span,.events-button.events-button--secondary.events-modal__copy span{font-size:14px!important}.events-modal__contact{display:flex!important}.events-modal__contact{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;gap:36px!important;width:100%!important;margin:24px 0 0!important;padding:16px!important;border-radius:16px!important;background:#262626!important;color:#fff!important}.events-modal__contact-left{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:16px!important;min-width:0!important}.events-modal__contact-left strong{display:block!important;margin:0!important;color:#fff!important;font-weight:500!important;font-size:20px!important;line-height:24px!important;letter-spacing:-.02em!important}.events-modal__contact-meta{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;color:#fff!important}.events-modal__contact-meta span{display:inline-block!important;color:#fff!important;font-weight:400!important;font-size:12px!important;line-height:16px!important;opacity:.86!important}.events-modal__contact-links{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;min-width:220px!important}.events-modal__contact-links a,.events-modal__contact-links span{display:block!important;color:#fff!important;text-decoration:none!important;font-weight:500!important;font-size:14px!important;line-height:18px!important}.events-modal__contact-button{min-height:44px!important;padding:12px 16px!important;border-radius:8px!important;background:#fff!important;color:#262626!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;font-weight:600!important;font-size:14px!important;line-height:20px!important}.events-modal__contact-button:hover{background:#ddddd3!important;color:#262626!important}.events-modal__contact a{color:inherit}@media screen and (max-width:749px){.events-modal__contact{margin-top:16px!important;padding:18px!important;flex-direction:column!important;gap:24px!important;border-radius:16px!important}.events-modal__contact-left{width:100%!important;gap:16px!important}.events-modal__contact-left strong{font-size:18px!important;line-height:22px!important}.events-modal__contact-meta{gap:12px!important}.events-modal__contact-links{width:100%!important;min-width:0!important;gap:10px!important}.events-modal__contact-links a,.events-modal__contact-links span{font-size:16px!important;line-height:20px!important}.events-modal__contact-button{width:100%!important;margin-top:8px!important}}@media screen and (max-width:749px){.events-modal__contact{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:"name" "meta" "links" "button"!important;gap:16px!important}.events-modal__contact-left{display:contents!important}.events-modal__contact-left strong{grid-area:name!important}.events-modal__contact-meta{grid-area:meta!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.events-modal__contact-links{grid-area:links!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:10px!important}.events-modal__contact-button{grid-area:button!important;width:100%!important;margin-top:4px!important}}.events-modal__footer .events-modal__copy,.events-modal__summary-actions .events-modal__copy{background:#f6f6f6!important;color:#262626!important}.events-modal__footer .events-modal__copy:hover,.events-modal__summary-actions .events-modal__copy:hover{background:#ddddd3!important;color:#262626!important}.events-hero__content{position:relative;z-index:2;width:100%;max-width:1440px;margin-inline:auto;padding:0 24px 64px!important}@media screen and (min-width:750px)and (max-width:989px){.events-hero__content{padding:0 48px 64px!important}.events-container{width:100%;padding-left:48px;padding-right:48px}}@media screen and (min-width:990px){.events-hero__content{padding:0 24px 64px!important}}@media screen and (max-width:749px){.events-hero__content{padding:0 0 56px!important}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/events-page.css.map */
