.cards{position:relative;z-index:1}.cards__container{position:relative;display:flex;flex-direction:column;gap:30px}.cards__container.loading{position:relative;min-height:500px;border-radius:22px;background:linear-gradient(135deg,#f5f7fa,#e4e7eb);overflow:hidden}.cards__container.loading:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.5) 50%,rgba(255,255,255,0));background-size:400% 100%;animation:shine 6s linear infinite;z-index:1}.cards__container.loading:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.4) 0,rgba(255,255,255,.1) 70%,transparent 100%);animation:breathe 8s ease-in-out infinite;z-index:2;pointer-events:none}@keyframes shine{0%{background-position:400% 0}to{background-position:-400% 0}}@keyframes breathe{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.cards__list{width:100%;display:flex;flex-direction:column;gap:30px}.cards__more{display:flex;width:100%;height:-moz-fit-content;height:fit-content;padding:28px;justify-content:center;align-items:center;gap:var(--Space-none,0);border-radius:22px;background:#F3F7FA;color:#212A33;text-align:center;font-size:18px;font-style:normal;font-weight:500;line-height:120%;transition:all .3s ease-in-out}.cards__more:hover{filter:contrast(.9);transition:all .3s ease-in-out}