.SessionsPostCard{--SessionsPostCardBackgroundScale:1.03;--SessionsPostCardBackgroundOverlayScaleY:1.35;--SessionsPostCardCopyY:0;--SessionsPostCardCtaOpacity:0;--SessionsPostCardCtaY:40px;position:relative;display:block;overflow:hidden;width:100%;height:100%;border-radius:var(--cardBorderRadius);cursor:pointer;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}@media (pointer:fine){.SessionsPostCard:hover{--SessionsPostCardBackgroundScale:1;--SessionsPostCardBackgroundOverlayScaleY:1;--SessionsPostCardCopyY:-32px;--SessionsPostCardCtaY:34px;--SessionsPostCardCtaOpacity:1}}.SessionsPostCard__wrapper{position:relative;display:block;width:100%;height:100%}.SessionsPostCard__content{position:relative;display:flex;gap:24px;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:446px;padding:24px;color:#fff}@media (min-width:600px){.SessionsPostCard__content{min-height:290px}}.SessionsPostCard__background{position:absolute;top:0;left:0;width:100%;height:100%}.SessionsPostCard__logo.UserLogo.variant--Flat{--userLogoColorAlt:transparent}.SessionsPostCard__logoContainer{position:relative;display:flex;align-items:flex-start;justify-content:space-between}.SessionsPostCard__icon{margin-left:auto}.SessionsPostCard__copy{position:relative;transform:translateY(var(--SessionsPostCardCopyY));transition:transform .6s cubic-bezier(.7,0,0,1);will-change:transform}.SessionsPostCard__title{max-width:468px;font:var(--fontWeightBold) 26px/36px var(--fontFamily)}.SessionsPostCard__cta{position:absolute;bottom:0;transform:translateY(var(--SessionsPostCardCtaY));transition:transform .6s cubic-bezier(.7,0,0,1),opacity .6s cubic-bezier(.7,0,0,1);opacity:var(--SessionsPostCardCtaOpacity)}.SessionsPostCard__body,.SessionsPostCard__cta{font:var(--fontWeightNormal) 15px/24px var(--fontFamily)}.SessionsPostCard__body{max-width:600px;margin-top:8px}.SessionsPostCard.variant--SideBySide{--SessionsPostCardLogoMaxWidth:160px}.SessionsPostCard__logo.UserLogo{max-width:var(--SessionsPostCardLogoMaxWidth)}