.picture,.picture img{display:block;width:100%;height:100%;object-fit:cover}.picture.picture--contain,.picture img.picture--contain,.picture.picture--contain img,.picture img.picture--contain img{object-fit:contain}:root.theme-alternative .small-card{--color-theme-small-card-bg: var(--color-white);--color-theme-small-card-border: var(--color-light-blue);--color-theme-small-card-titleColor: var(--color-dark-blue);--color-theme-small-card-descriptionColor: var(--color-secondary-dark-blue);--color-theme-small-card-linkBorderHover: var(--color-light-blue)}.small-card{--background: var(--color-theme-small-card-bg);--border-color: var(--color-theme-small-card-border);display:flex;justify-content:space-between;background-color:var(--background, var(--color-light-blue));border-radius:1rem;min-height:7.75rem;height:auto;gap:1.25rem;position:relative;transition:background-color .3s ease}.small-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1rem;border:1px solid var(--border-color, transparent);transition:border-color .3s ease}@media (min-width: 1280px){.small-card{flex-direction:column;min-height:12.5rem}}.small-card .small-card__inner-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.small-card .small-card__title{color:var(--color-theme-small-card-titleColor, var(--color-primary-grey));margin-bottom:1.25rem}.small-card .small-card__description{color:var(--color-theme-small-card-descriptionColor, var(--color-secondary-grey))}.small-card .small-card__image{border-radius:.4375rem;width:5.25rem;height:5.25rem}@media (min-width: 768px){.small-card .small-card__image{border-radius:.375rem;width:9.5625rem}}@media (min-width: 1280px){.small-card .small-card__image{height:10.75rem;width:100%;border-radius:.625rem}}@media (hover: hover){.small-card.small-card--link:hover{--background: var(--color-theme-small-card-linkBgHover, var(--color-white));--border-color: var(--color-theme-small-card-linkBorderHover, var(--color-golden))}.small-card.small-card--link:hover:before{border-width:3px}}.events{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width: 1280px){.events{padding-top:3rem;padding-bottom:3rem}}.events .events__title{margin-bottom:1.5rem}@media (min-width: 1280px){.events .events__title{margin-bottom:3rem;padding-left:2rem}}.events .events__wrap{display:flex;flex-wrap:wrap;gap:.75rem}@media (min-width: 1280px){.events .events__wrap{gap:1.5rem}}.events .events__item{width:calc(50% - .375rem)}.events .events__item:nth-child(8n+3){width:100%}.events .events__item:nth-child(8n+8){width:100%}@media (min-width: 1280px){.events .events__item{width:calc(25% - 1.125rem)}.events .events__item:nth-child(8n+3){width:calc(25% - 1.125rem)}.events .events__item:nth-child(8n+8){width:calc(25% - 1.125rem)}}
