/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid}}}.trusted-marquee{width:100%}.trusted-marquee__shell{border-inline-style:var(--tw-border-style);border-inline-width:1px;border-color:var(--stroke-0);max-width:75rem;margin-inline:auto}.trusted-marquee__title{margin:calc(var(--spacing,.25rem) * 0);padding-block:calc(var(--spacing,.25rem) * 4);text-align:center;color:var(--text-primary)}.trusted-marquee__viewport{overflow:hidden}.trusted-marquee__track{width:max-content;animation:trusted-marquee-scroll 40s linear infinite;display:flex}.trusted-marquee__viewport:hover .trusted-marquee__track{animation-play-state:paused}.trusted-marquee__item{background-color:var(--bg-level-0);border:1px solid var(--stroke-0);border-left-width:0;flex:0 0 15rem;justify-content:center;align-items:center;width:15rem;min-width:15rem;height:5.63rem;padding:1.56rem;display:flex}.trusted-marquee__item:first-child{border-left:1px solid var(--stroke-0)}.trusted-marquee__logo-image{object-fit:contain;width:auto;height:auto}@keyframes trusted-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:767px){.trusted-marquee__title{padding-block:calc(var(--spacing,.25rem) * 3)}.trusted-marquee__item{flex:0 0 15rem;width:15rem;min-width:15rem;height:5.63rem;padding:1.56rem}}@media (prefers-reduced-motion:reduce){.trusted-marquee__track{animation:none}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}