.motivation-row{display:flex;flex-wrap:wrap;justify-content:flex-end}.motivation-title{font-size:128px;line-height:1;font-weight:700;font-family:"Montserrat",sans-serif;color:#fff;transition:all 0.3s ease}.motivation-desc{font-size:18px;position:absolute;font-weight:700;color:#fff;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.hover-box.active .motivation-title{opacity:1;background:linear-gradient(180deg,#d22730 0%,#6c1419 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.hover-box.active .motivation-desc{opacity:1;pointer-events:auto}.motivation-row:hover .hover-box{opacity:.3}.motivation-row:hover .hover-box:hover{opacity:1}.motivation-row:hover .hover-box:hover .motivation-title{background:linear-gradient(180deg,#d22730 0%,#6c1419 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0}.motivation-row:hover .hover-box:hover .motivation-desc{opacity:1;pointer-events:auto}@media (max-width:768px){.hover-box{position:static}.motivation-desc{position:absolute;top:100%;width:100%;font-size:10px;color:#fff;z-index:10;text-align:center;opacity:0;transition:opacity 0.3s ease;pointer-events:none;left:0}.motivation-title{font-size:42px}.hover-box.active .motivation-desc{opacity:1;pointer-events:auto}.motivation-row{justify-content:center}@media (min-width:768px) and (max-width:1024px){.motivation-row{justify-content:center}.motivation-title{font-size:72px}}}.customer-logo-slider-marquee{overflow:hidden;width:100%;padding:20px 0}.logo-track-row{display:flex;width:max-content;gap:32px}.row-1{animation:scroll-left 50s linear infinite}.row-2{animation:scroll-left 50s linear infinite;animation-delay:5s;margin-top:20px}.logo-box{flex:0 0 13vw;max-width:13vw;padding:0 10px}.logo-box img{width:100%;height:80px;object-fit:contain;filter:grayscale(100%)}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes scroll-left-slower{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:768px){.logo-box{flex:0 0 30vw;max-width:30vw;padding:0 10px}.logo-box img{height:50px}}