.mudra-scrolling-cards{background-color:var(--bg-color, #000000);padding:80px 0;position:relative;width:100%;box-sizing:border-box;overflow:hidden}.mudra-scrolling-cards__container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box;position:relative;z-index:2}.mudra-scrolling-cards__glow{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;pointer-events:none;background:var(--glow-color, #1e3550);opacity:var(--glow-opacity, .45);filter:blur(150px);max-width:var(--glow-size, 800px);max-height:calc(var(--glow-size, 800px) / 2)}.mudra-scrolling-cards__header{text-align:center;margin-bottom:50px;padding:0 24px;max-width:800px;display:flex;flex-direction:column;align-items:center}.mudra-scrolling-cards__subtitle{color:#fff;opacity:.6;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}.mudra-scrolling-cards__title{color:#fff;font-size:clamp(32px,4.5vw,48px);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px}.mudra-scrolling-cards__btn{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#000;font-size:14px;font-weight:600;padding:12px 28px;border-radius:100px;text-decoration:none;transition:background-color .25s ease,transform .2s ease;margin-top:8px;border:1px solid #ffffff}.mudra-scrolling-cards__btn:hover{background-color:transparent;color:#fff;transform:scale(1.03)}.mudra-scrolling-cards__marquee{display:flex;width:100%;overflow:hidden;position:relative;padding:20px 0}.mudra-scrolling-cards__marquee:before,.mudra-scrolling-cards__marquee:after{content:"";position:absolute;top:0;width:120px;height:100%;z-index:5;pointer-events:none}.mudra-scrolling-cards__marquee:before{left:0;background:linear-gradient(to right,var(--bg-color, #000000) 0%,transparent 100%)}.mudra-scrolling-cards__marquee:after{right:0;background:linear-gradient(to left,var(--bg-color, #000000) 0%,transparent 100%)}.mudra-scrolling-cards__track{display:flex;align-items:stretch;flex-shrink:0}.mudra-scrolling-cards__marquee.direction-left .mudra-scrolling-cards__track{animation:mudraMarqueeLeft var(--marquee-speed, 30s) linear infinite}.mudra-scrolling-cards__marquee.direction-right .mudra-scrolling-cards__track{animation:mudraMarqueeRight var(--marquee-speed, 30s) linear infinite}.mudra-scrolling-cards__marquee.pause-on-hover:hover .mudra-scrolling-cards__track{animation-play-state:paused}.mudra-scrolling-cards__card-link{text-decoration:none;display:flex;outline:none}.mudra-scrolling-cards__card{width:320px;min-width:320px;max-width:320px;margin:0 12px;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background-color:var(--card-bg, #D9E2EC);color:var(--card-text-color, #000000);box-shadow:0 4px 20px #00000026;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;box-sizing:border-box}.mudra-scrolling-cards__card-link:hover .mudra-scrolling-cards__card{transform:translateY(-8px);box-shadow:0 12px 30px #0000004d,0 0 20px #77eae926}.mudra-scrolling-cards__image-wrap{width:100%;height:200px;overflow:hidden;position:relative}.mudra-scrolling-cards__image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.mudra-scrolling-cards__content{padding:24px;display:flex;flex-direction:column;flex-grow:1;text-align:left;box-sizing:border-box}.mudra-scrolling-cards__quote-mark{font-family:Georgia,serif;font-size:74px;line-height:1;font-weight:700;opacity:.85;-webkit-user-select:none;user-select:none;margin:-45px 0 -21px}.mudra-scrolling-cards__text{font-size:clamp(14px,1.8vw,22px);line-height:1.5;font-weight:400;margin:0 0 24px;flex-grow:1;opacity:.9}.mudra-scrolling-cards__logo{margin-top:auto;display:flex;align-items:center;justify-content:flex-start;height:24px}.mudra-scrolling-cards__logo svg,.mudra-scrolling-cards__logo img{max-height:100%;width:auto;object-fit:contain;display:block}@keyframes mudraMarqueeLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes mudraMarqueeRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@media(max-width:767px){.mudra-scrolling-cards{padding:60px 0}.mudra-scrolling-cards__header{margin-bottom:35px}.mudra-scrolling-cards__card{width:280px;min-width:280px;max-width:280px;margin:0 8px}.mudra-scrolling-cards__image-wrap{height:160px}.mudra-scrolling-cards__content{padding:20px}.mudra-scrolling-cards__text{margin-bottom:18px}.mudra-scrolling-cards__marquee:before,.mudra-scrolling-cards__marquee:after{width:60px}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/mudra-scrolling-cards.css.map */
