:root{--world-part-card-height-sm:188px;--world-part-card-height-md:176px;--world-part-card-padding-sm:12px;--world-part-card-padding-md:16px;--world-part-card-title-sm:18px;--world-part-card-title-md:20px}.world-part-card{position:relative;display:block;background:var(--color-gray-150);height:auto;min-height:var(--world-part-card-height-sm);border-radius:16px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);mask-image:-webkit-radial-gradient(#fff,#000);transition-property:transform,filter,box-shadow;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (pointer:fine){.world-part-card:hover{box-shadow:0 1px 2px #0000001a,0 2px 8px #0003;transform:translateY(-6px);filter:brightness(1.1) contrast(1.1)}}@media screen and (min-width:576px){.world-part-card{min-height:var(--world-part-card-height-md)}}.world-part-card:after{position:absolute;content:"";width:100%;height:50%;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0d00,#17171ab3);border-radius:inherit}.world-part-card__picture{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 1s cubic-bezier(.16,1,.3,1)}.world-part-card__body{position:absolute;bottom:0;left:0;width:100%;padding:var(--world-part-card-padding-sm);color:var(--color-white);z-index:3}@media screen and (min-width:1200px){.world-part-card__body{padding:var(--world-part-card-padding-md)}}.world-part-card__caption{margin-top:6px}.world-part-card__title{margin:0;font-size:var(--world-part-card-title-sm)}@media screen and (min-width:1200px){.world-part-card__title{font-size:var(--world-part-card-title-md);line-height:24px;font-weight:600}}.world-part-card__text{max-height:48px;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;height:44px}.world-part-card-skeleton{min-height:252px;border-radius:16px}
