.lift-slider{overflow:hidden}.lift-slider__header{display:flex;flex-direction:column;gap:var(--space-s);justify-content:space-between}.lift-slider__header+*{margin-top:var(--space-m)}@media (min-width:48.001rem){.lift-slider__header{align-items:flex-end;flex-direction:row}.lift-slider__header__title h2{font-family:var(--font-family-heading);font-size:var(--heading-size-400);font-weight:600;line-height:1.2}.lift-slider__header__title :not(h2){color:var(--color-text-secondary,#666)}.lift-slider__header__title{max-width:43.5rem;width:100%}}.lift-slider__wrapper{position:relative}.lift-slider__wrapper .swiper-wrapper{margin:var(--space-s) auto 0;overflow:initial}.lift-slider .post-item{background-color:var(--color-surface-secondary);transition:background-color .4s cubic-bezier(.6,.11,.4,.98)}.lift-slider .post-item.has-light-theme{background-color:var(--color-surface-primary)}.lift-slider .post-item:hover{background-color:var(--theme-color)}@media (max-width:37.5rem){.lift-slider .post-item{width:95%!important}}.lift-slider .post-item__description{margin-left:auto;margin-top:auto;width:-moz-fit-content;width:fit-content}