.o-event-block-body__event-info-wrapper{border-radius:var(--border-radius-20);padding:1.5rem 2rem .5rem;position:sticky;width:100%}.o-event-block-body__event-info-wrapper:has(.m-accordion--open){padding:1.5rem 2rem}@media screen and (min-width:990px){.o-event-block-body__event-info-wrapper{max-width:24rem;padding:2rem 1.25rem;top:calc(2rem + var(--header-offset));transition:top var(--default-transition-timing) var(--default-transition-easing)}}@media screen and (min-width:1100px){.o-event-block-body__event-info-wrapper{max-width:24rem;padding:2.5rem 2rem}}.o-event-block-body__info-wrapper{display:flex;flex-direction:column;gap:var(--spacing-lg)}.o-event-block-body__inner{display:flex;flex-direction:column-reverse;gap:var(--spacing-lg) var(--spacing-xl);justify-content:space-between}@media screen and (min-width:990px){.o-event-block-body__inner{flex-direction:row}}.o-event-block-body__content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-md)}@media screen and (min-width:990px){.o-event-block-body__content{gap:var(--spacing-lg);max-width:44rem}}.o-event-block-body__text-content h1,.o-event-block-body__text-content h2,.o-event-block-body__text-content h3,.o-event-block-body__text-content h4,.o-event-block-body__text-content h5,.o-event-block-body__text-content h6{margin-bottom:var(--spacing-sm);margin-top:0}.o-event-block-body__text-content h1:last-child,.o-event-block-body__text-content h2:last-child,.o-event-block-body__text-content h3:last-child,.o-event-block-body__text-content h4:last-child,.o-event-block-body__text-content h5:last-child,.o-event-block-body__text-content h6:last-child{margin-bottom:0}.o-event-block-body__images-content{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-sm)}@media screen and (min-width:990px){.o-event-block-body__images-content{flex-wrap:nowrap}}.o-event-block-body__images-content:has(.o-event-block-body__image-content:only-child) .o-event-block-body__image-content img{aspect-ratio:5/3}.o-event-block-body__images-content:has(.o-event-block-body__image-content:nth-child(2)) .o-event-block-body__image-content img{aspect-ratio:5/3}@media screen and (min-width:990px){.o-event-block-body__images-content:has(.o-event-block-body__image-content:nth-child(2)) .o-event-block-body__image-content img{aspect-ratio:1/1}}@media screen and (min-width:990px){.o-event-block-body__image-content{flex:1}}.o-event-block-body__image-content img{border-radius:var(--border-radius-8);display:block;height:auto;max-width:100%;object-fit:cover}.o-event-block-body__program-items{display:flex;flex-direction:column;gap:var(--spacing-sm)}.o-event-block-body__program-item{align-items:center;border-radius:var(--border-radius-8);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-sm);padding:var(--spacing-sm)}@media screen and (min-width:990px){.o-event-block-body__program-item{gap:var(--spacing-md)}}.o-event-block-body__program-item-info{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xxs)}.o-event-block-body__contact-wrapper{border-radius:var(--border-radius-8);display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-md)}.o-event-block-body__contact-wrapper--padding{padding:var(--spacing-md)}@media screen and (min-width:990px){.o-event-block-body__contact-wrapper--padding{padding:var(--spacing-lg)}}.o-event-block-body__contact-text{flex-basis:100%}.o-event-block-body__contact-columns{display:flex;flex-basis:100%;flex-direction:column;gap:var(--spacing-md)}@media screen and (min-width:990px){.o-event-block-body__contact-columns{align-items:flex-start;flex-direction:row}}.o-event-block-body__contact-column{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-sm)}@media screen and (min-width:990px){.o-event-block-body__contact-column{flex-basis:calc(50% - var(--spacing-sm)/2)}}.o-event-block-body__contact-column-image{align-items:center;aspect-ratio:1/1;background-color:rgb(var(--color-background-hover));border-radius:var(--border-radius-8);display:flex;justify-content:center;overflow:hidden;padding:var(--spacing-md);position:relative}@media screen and (min-width:990px){.o-event-block-body__contact-column-image{aspect-ratio:4/3;padding:var(--spacing-lg);width:100%}}.o-event-block-body__contact-column-image img{height:auto;max-width:100%;object-fit:contain;width:3rem}@media screen and (min-width:768px){.o-event-block-body__contact-column-image img{width:4rem}}@media screen and (min-width:990px){.o-event-block-body__contact-column-image img{width:5rem}}.o-event-block-body__contact-column-content-wrapper{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xxs);justify-content:center}@media screen and (min-width:990px){.o-event-block-body__contact-column-content-wrapper{flex-basis:100%}}.o-event-block-body__contact-column-content{display:flex;flex-direction:column;gap:var(--spacing-xxs)}.o-event-block-body__contact-column-title{font-size:var(--body-fs-md);line-height:var(--body-lh-md)}.u-sticky-header-hidden .o-event-block-body__event-info-wrapper{top:2rem}