.featured_section{width:100%;display:flex;align-items:center;gap:15px;margin-bottom:-10px}@media screen and (max-width:768px){.featured_section{flex-direction:column;align-items:flex-start;gap:20px;margin-left:12px}.featured_section .divider{display:none}}.featured_section .feature_text{width:12%;font-size:18px;font-weight:700;font-family:var(--font-nunito);color:rgba(84,84,87,.816);line-height:28.8px;flex-shrink:0}@media screen and (max-width:768px){.featured_section .feature_text{width:100%}}.marquee_wrapper{flex:1 1;overflow:hidden;display:flex;flex-direction:column;gap:16px;mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent)}@media screen and (max-width:768px){.marquee_wrapper{mask-image:none;-webkit-mask-image:none}}.marquee_track{overflow:hidden;width:100%}.marquee_inner{display:flex;gap:16px;width:max-content}.marquee_left .marquee_inner{animation:scrollLeft var(--marquee-duration,30s) linear infinite}.marquee_right .marquee_inner{animation:scrollRight var(--marquee-duration,30s) linear infinite}@keyframes scrollLeft{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.partner_card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:160px;min-height:130px;background:#fff;border:1px solid #e8ecf0;border-radius:16px;padding:20px 16px 16px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:box-shadow .25s ease,transform .25s ease;flex-shrink:0;cursor:default}.partner_card:hover{box-shadow:0 6px 20px rgba(0,0,0,.1);transform:translateY(-3px)}@media screen and (max-width:768px){.partner_card{width:130px;min-height:110px;padding:16px 12px 12px}}.partner_logo_wrap{width:100px;height:60px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.partner_logo_wrap{width:80px;height:48px}}.partner_logo{width:100%;height:100%;object-fit:contain}.partner_name{font-family:var(--font-nunito);font-size:12px;font-weight:600;color:#555;text-align:center;line-height:1.3;max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}