.rma-marquee,.rma-marquee *{box-sizing:border-box}.rma-marquee{--rma-scroll-duration:240s}.rma-marquee__outer{gap:0}.rma-marquee__arrow,.rma-marquee__outer{align-items:center;display:flex;position:relative}.rma-marquee__arrow{background:#fff;border:2px solid #406e34;border-radius:50%;color:#406e34;cursor:pointer;flex:0 0 auto;flex-shrink:0;font-size:1.2rem;height:42px;justify-content:center;line-height:1;transition:background .18s ease,color .18s ease;width:42px;z-index:2}.rma-marquee__arrow--left{margin-right:-21px}.rma-marquee__arrow--right{margin-left:-21px}.rma-marquee__arrow:hover{background:#406e34;color:#fff}.rma-marquee__viewport{flex:1;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);overflow:hidden;padding:16px 0;position:relative;width:100%}.rma-marquee__track{align-items:flex-start;animation:rma-marquee-scroll var(--rma-scroll-duration) linear infinite;display:flex;gap:22px;width:max-content}.rma-marquee__viewport:hover .rma-marquee__track{animation-play-state:paused}.rma-marquee--manual .rma-marquee__viewport:hover .rma-marquee__track{animation-play-state:running}@keyframes rma-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.rma-marquee__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;color:inherit!important;display:flex;flex:0 0 340px;flex-direction:column;height:500px;overflow:hidden;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease;width:340px}.rma-marquee__card:hover{box-shadow:0 14px 30px rgba(0,0,0,.1);transform:translateY(-4px)}.rma-marquee__img{background:rgba(0,0,0,.03);flex:0 0 180px;height:180px;overflow:hidden}.rma-marquee__img img{display:block;height:100%;object-fit:cover;width:100%}.rma-marquee__video{background:#000;flex:0 0 180px;height:180px;overflow:hidden;pointer-events:none;position:relative}.rma-marquee__video embed,.rma-marquee__video iframe,.rma-marquee__video object{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.rma-marquee__body{display:flex;flex:1;flex-direction:column;gap:8px;min-height:0;overflow:hidden;padding:14px 14px 16px}.rma-marquee__title{color:#406e34;display:-webkit-box;flex:0 0 auto;font-size:1.15rem;-webkit-line-clamp:3;line-height:1.3;margin:0;-webkit-box-orient:vertical;overflow:hidden}.rma-marquee__excerptwrap{display:flex;flex:1;flex-direction:column;gap:6px;min-height:0;overflow:hidden}.rma-marquee__h2{flex:0 0 auto;-webkit-line-clamp:2;line-height:1.4;opacity:.92}.rma-marquee__content,.rma-marquee__h2{display:-webkit-box;font-weight:400;margin:0;-webkit-box-orient:vertical;overflow:hidden}.rma-marquee__content{-webkit-line-clamp:8;line-height:1.55;min-height:0;opacity:.78}@media (prefers-reduced-motion:reduce){.rma-marquee__track{animation:none;overflow-x:auto;scroll-snap-type:x mandatory}.rma-marquee__card{scroll-snap-align:start}}.rma-tiles-empty{border:1px dashed rgba(0,0,0,.2);border-radius:10px;padding:18px;text-align:center}