.dmcards-wrap{display:grid;grid-template-columns:repeat(var(--dmcards-cols-desktop,4),minmax(0,1fr));gap:28px;width:100%;box-sizing:border-box}.dmcards-card{text-align:center;box-sizing:border-box}.dmcards-slider{position:relative;width:100%;height:var(--dmcards-height-desktop,260px);border-radius:var(--dmcards-radius,18px);overflow:hidden;background:#f2f2f2}.dmcards-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.dmcards-slide.is-active{opacity:1}.dmcards-slide img{width:100%;height:100%;object-fit:var(--dmcards-fit,cover);display:block}.dmcards-card h3{font-size:22px;font-weight:700;line-height:1.25;margin:24px 0 24px;color:#111}.dmcards-text{font-size:20px;line-height:1.55;color:#111}.dmcards-text p{margin:0 0 10px}.dmcards-prev,.dmcards-next{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;border-radius:999px;width:34px;height:34px;background:rgba(255,255,255,.82);cursor:pointer;font-size:28px;line-height:30px}.dmcards-prev{left:10px}.dmcards-next{right:10px}.dmcards-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:7px;z-index:3}.dmcards-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.65);cursor:pointer}.dmcards-dots button.is-active{background:#fff}.dmcards-placeholder{background:linear-gradient(135deg,#e9e9e9,#f7f7f7)}@media(max-width:1024px){.dmcards-wrap{grid-template-columns:repeat(var(--dmcards-cols-tablet,2),minmax(0,1fr))}.dmcards-slider{height:var(--dmcards-height-tablet,220px)}.dmcards-card h3{font-size:20px}.dmcards-text{font-size:18px}}@media(max-width:640px){.dmcards-wrap{grid-template-columns:repeat(var(--dmcards-cols-mobile,1),minmax(0,1fr));gap:30px}.dmcards-slider{height:var(--dmcards-height-mobile,210px)}.dmcards-card h3{margin:16px 0 12px;font-size:20px}.dmcards-text{font-size:17px}}
.dmcards-title-above h3{margin:0 0 16px}.dmcards-title-below h3{margin:24px 0 24px}.dmcards-title-overlay .dmcards-slider{display:flex}.dmcards-title-overlay .dmcards-title-overlay{position:absolute;left:16px;right:16px;z-index:4;margin:0;padding:10px 14px;border-radius:12px;background:rgba(0,0,0,.48);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.dmcards-overlay-dark .dmcards-title-overlay{background:rgba(255,255,255,.78);color:#111;text-shadow:none}.dmcards-overlay-bottom .dmcards-title-overlay{bottom:16px}.dmcards-overlay-top .dmcards-title-overlay{top:16px}.dmcards-overlay-center .dmcards-title-overlay{top:50%;transform:translateY(-50%)}
@media(max-width:640px){.dmcards-title-above h3{margin:0 0 12px}.dmcards-title-below h3{margin:16px 0 12px}.dmcards-title-overlay .dmcards-title-overlay{left:12px;right:12px;padding:8px 12px}}
