.our-events-section{--our-events-max-width: 1440px;--our-events-inline-padding: 24px;--our-events-slider-gap: 12px;background:var(--ui-color-surface-primary);overflow:hidden}.our-events-section__container{width:100%;max-width:var(--our-events-max-width);margin:0 auto;padding:0 var(--our-events-inline-padding);box-sizing:border-box}.our-events-section__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:36px}.our-events-section__header-main{display:flex;align-items:center;gap:40px;min-width:0}.our-events-section__heading{margin:0;color:var(--ui-color-text-primary);font-family:var(--ui-type-h3-font-family);font-weight:var(--ui-type-h3-font-weight);font-size:var(--ui-type-h3-font-size);line-height:var(--ui-type-h3-line-height);letter-spacing:var(--ui-type-h3-letter-spacing)}.our-events-section__all-events-link{display:inline-flex;align-items:center;gap:8px;color:var(--ui-color-text-primary);font-family:var(--ui-type-button-1-font-family);font-weight:var(--ui-type-button-1-font-weight);font-size:var(--ui-type-button-1-font-size);line-height:var(--ui-type-button-1-line-height);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:color .2s ease}.our-events-section__filters{display:inline-flex;align-items:center;gap:8px;padding:4px;background:var(--ui-color-surface-secondary);border-radius:8px;flex-shrink:0}.our-events-section__filter{border:0;min-height:28px;padding:8px 24px;border-radius:8px;background:transparent;color:var(--ui-color-text-primary);font-family:var(--ui-type-button-1-font-family);font-weight:var(--ui-type-button-1-font-weight);font-size:var(--ui-type-button-1-font-size);line-height:var(--ui-type-button-1-line-height);cursor:pointer;transition:background-color .2s ease,color .2s ease}.our-events-section__filter.is-active{background:var(--ui-color-surface-accent);color:var(--ui-color-text-primary-inverted)}.our-events-section__slider-shell{position:relative;width:100%;max-width:none;box-sizing:border-box;overflow:visible}.our-events-section__viewport{width:100%;overflow:visible;touch-action:pan-y}.our-events-section__viewport:not(.swiper-initialized){overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;cursor:grab}.our-events-section__viewport:not(.swiper-initialized)::-webkit-scrollbar{display:none}.our-events-section__track{box-sizing:border-box}.our-events-section__viewport:not(.swiper-initialized) .our-events-section__track{display:flex;gap:var(--our-events-slider-gap);flex-wrap:nowrap;width:max-content;min-width:100%}.event-card{position:relative;width:465px;min-width:465px;flex:0 0 465px}.event-card__media{position:relative;height:500px;border-radius:16px;overflow:hidden;background:var(--ui-color-text-secondary-inverted)}.event-card__image,.event-card__placeholder{width:100%;height:100%;display:block;object-fit:cover}.event-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.event-card__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:36px}.event-card__top,.event-card__bottom{display:flex;flex-direction:column}.event-card__meta{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.event-card__pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px 8px 8px;border:1px solid rgba(var(--ui-color-surface-primary-rgb),1);border-radius:20px;color:rgba(var(--ui-color-surface-primary-rgb),1);font-family:var(--ui-type-body-3-font-family);font-weight:var(--ui-type-body-3-font-weight);font-size:var(--ui-type-body-3-font-size);line-height:var(--ui-type-body-3-line-height)}.event-card__pill-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px}.event-card__pill-icon svg,.event-card__pill-icon img{width:20px;height:20px;display:block}.event-card__title{margin-bottom:24px;color:var(--ui-color-text-primary-inverted);font-family:var(--ui-type-h3-font-family);font-weight:var(--ui-type-h3-font-weight);font-size:var(--ui-type-h3-font-size);line-height:var(--ui-type-h3-line-height);letter-spacing:var(--ui-type-h3-letter-spacing)}.event-card__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.event-card__button{position:relative;z-index:5;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:8px;text-decoration:none;font-family:var(--ui-font-family-sans);font-weight:var(--ui-font-weight-semibold);font-size:14px;line-height:20px;gap:4px;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease}.event-card__button-icon{width:20px;height:20px;display:block;margin-left:4px;flex-shrink:0}.event-card__button--primary{background:var(--ui-color-surface-primary);color:var(--ui-color-text-primary);border:0}.event-card__button--primary:active{background:rgba(var(--ui-color-surface-brand-rgb),1);color:var(--ui-color-text-primary-inverted)}.event-card__button--primary:disabled{background:rgba(var(--ui-color-surface-tertiary-rgb),.4);color:#606973}.event-card__button--secondary{padding:8px 12px;background:transparent;border:0;color:var(--ui-color-text-primary-inverted)}.event-card__button--secondary:active{color:rgba(var(--ui-color-surface-primary-rgb),.8)}.event-card__button--secondary:disabled{color:#ffffff7a}.event-card__button--secondary .button-arrow-swap__track{place-items:start}.event-card__link-icon{width:20px;height:20px}.event-card__button.is-disabled,.event-card__button[aria-disabled=true]{pointer-events:none;opacity:.6}.our-events-section__controls{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:36px}.our-events-section__nav-btn{width:36px;height:36px;min-width:36px;min-height:36px;border:0;border-radius:8px;background:transparent;color:var(--ui-color-text-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease,opacity .2s ease}.our-events-section__nav-btn svg{width:20px;height:20px;display:block}.our-events-section__nav-btn svg path,.event-card__button-icon path{stroke:currentColor}.our-events-section__nav-btn:disabled,.our-events-section__nav-btn.is-disabled{color:#b8b8b8;cursor:default;pointer-events:none}.our-events-section__pagination{display:flex;align-items:center;justify-content:center;gap:10px;max-width:fit-content}.our-events-section__pagination-dot{display:block;width:8px;height:8px;min-width:8px;max-width:8px;padding:0;margin:0;border:0;border-radius:4px;background:var(--ui-color-surface-tertiary);flex:0 0 8px;transition:width .2s ease,min-width .2s ease,max-width .2s ease,flex-basis .2s ease,background-color .2s ease}.our-events-section__pagination-dot.is-active{width:24px;min-width:24px;max-width:24px;flex:0 0 24px;background:var(--ui-color-surface-accent)}.our-events-section__filter:focus-visible,.our-events-section__all-events-link:focus-visible,.our-events-section__pagination-dot:focus-visible,.our-events-section__nav-btn:focus-visible,.event-card__button:focus-visible{outline:2px solid var(--ui-color-surface-brand);outline-offset:2px}@media screen and (max-width:1199px){.our-events-section__header{align-items:flex-start;gap:20px}.our-events-section__header-main{gap:24px;flex-wrap:wrap}.our-events-section__heading{font-size:32px;line-height:36px}.our-events-section__header{margin-bottom:24px}.event-card{width:400px;min-width:400px;flex:0 0 400px}.event-card__media{height:420px}.event-card__content{padding:36px}.event-card__title{margin-bottom:24px;font-size:28px;line-height:32px}.event-card__actions{gap:12px}}@media screen and (max-width:749px){.our-events-section{--our-events-inline-padding: 16px;--our-events-slider-gap: 12px}.our-events-section__header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:16px}.our-events-section__header-main{width:100%;justify-content:space-between;gap:12px;flex-wrap:nowrap}.our-events-section__heading{flex:1 1 auto;font-size:24px;line-height:28px}.our-events-section__all-events-link{font-size:14px;line-height:20px}.our-events-section__filters{width:100%;justify-content:space-between;gap:4px}.event-card{width:265px;min-width:265px;flex:0 0 265px}.event-card__media{height:420px}.event-card__content{padding:16px}.event-card__title{font-size:24px;line-height:32px;letter-spacing:0}.our-events-section__controls{margin-top:32px;margin-bottom:16px;gap:0}.our-events-section__nav-btn{display:none}.event-card__actions{flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:6px;width:100%}.event-card__button{white-space:nowrap}.event-card__button--primary{flex:0 1 auto;min-width:0;padding:8px 10px}.event-card__button--secondary{flex:0 0 auto;margin-left:auto;padding:8px 0 8px 6px}.event-card__button-icon{margin-left:2px}.event-card__title{margin-bottom:28px}}@media(hover:hover)and (pointer:fine){.our-events-section__all-events-link:hover{color:var(--ui-color-surface-brand)}.our-events-section__filter:hover{background:var(--ui-color-surface-brand);color:var(--ui-color-text-primary-inverted)}.event-card__button--primary:hover{background:#ffffffe0}.event-card__button--secondary:hover{color:#fffc}}.our-events-section__mobile-filters{display:none}@media screen and (max-width:768px){.our-events-section__header{position:relative;overflow:visible}.our-events-section__filters--desktop{display:none!important}.our-events-section__mobile-filters{position:relative;display:block;width:100%}.our-events-section__mobile-summary{min-height:64px;padding:0 24px;border-radius:16px;background:var(--ui-color-surface-secondary);color:var(--ui-color-text-primary);display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;font-family:var(--ui-type-button-1-font-family);font-weight:var(--ui-type-button-1-font-weight);font-size:16px;line-height:24px}.our-events-section__mobile-summary::-webkit-details-marker{display:none}.our-events-section__mobile-summary-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;transition:transform .2s ease}.our-events-section__mobile-summary-icon svg{width:20px;height:20px;display:block}.our-events-section__mobile-filters[open] .our-events-section__mobile-summary-icon{transform:rotate(180deg)}.our-events-section__mobile-options{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;padding:8px;border-radius:16px;background:#fff;box-shadow:0 16px 40px #0000001f}.our-events-section__mobile-option{width:100%;min-height:56px;padding:0 24px;border:0;border-radius:12px;background:transparent;color:var(--ui-color-text-primary);display:flex;align-items:center;justify-content:flex-start;text-align:left;font-family:var(--ui-type-button-1-font-family);font-weight:var(--ui-type-button-1-font-weight);font-size:16px;line-height:24px}.our-events-section__mobile-option.is-active{background:var(--ui-color-surface-secondary)!important;color:var(--ui-color-text-primary)!important}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/our-events.css.map */
