.most-mp-container{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1240px;margin:0 auto;width:100%;box-sizing:border-box}.most-mp-card{background:#fff;border:1px solid #e8ebe8;border-radius:24px;padding:35px 15px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 4px 20px rgba(0,0,0,.01);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;cursor:pointer;box-sizing:border-box}.most-mp-card:hover{transform:translateY(-8px);border-color:#a7f3d0;box-shadow:0 20px 40px rgba(4,120,87,.08)}.most-mp-badge{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;background-color:rgba(4,120,87,.06);color:#047857;transition:all .4s cubic-bezier(.16,1,.3,1)}.most-mp-card:hover .most-mp-badge{background-color:#047857;color:#fff}.most-mp-svg{width:30px;height:30px;stroke:#047857;transition:all .4s cubic-bezier(.16,1,.3,1)}.most-mp-card:hover .most-mp-svg{stroke:#fff;transform:rotate(8deg) scale(1.05)}.most-mp-number{font-family:"Roboto",sans-serif!important;font-weight:900;font-size:24px;letter-spacing:-.5px}.most-mp-text{font-family:"Roboto",sans-serif!important;font-size:13px;font-weight:600;color:#334155;line-height:1.4;margin-top:auto;text-transform:uppercase;letter-spacing:.5px}@media (max-width:1024px){.most-mp-container{grid-template-columns:repeat(5,1fr);gap:12px}.most-mp-card{padding:25px 10px;border-radius:16px}.most-mp-badge{width:64px;height:64px;margin-bottom:16px}.most-mp-number{font-size:19px}.most-mp-svg{width:26px;height:26px}.most-mp-text{font-size:11px}}@media (max-width:640px){.most-mp-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:15px;padding-right:15px;-webkit-overflow-scrolling:touch;gap:16px}.most-mp-container::-webkit-scrollbar{display:none}.most-mp-container{-ms-overflow-style:none;scrollbar-width:none}.most-mp-card{flex:0 0 200px;scroll-snap-align:start;padding:30px 15px}}