@media(max-width: 1024px){.row:has(.twz-brand-scroller){width:100%}}.twz-brand-scroller{--gradient: var(--gradient-blue-cyan);--brand-card-image-overlap: 4rem;color:var(--black);position:relative;z-index:5;display:grid;justify-content:space-between;gap:4rem 5rem;grid-template-columns:auto 1fr;grid-template-areas:"intro intro" "toc main" ". testimonial"}@media(max-width: 1024px){.twz-brand-scroller{grid-template-columns:1fr;grid-template-areas:"intro" "toc" "main" "testimonial"}}.twz-brand-scroller:before{content:"";width:100vw;margin-left:50%;translate:-50% 0;background:var(--grey-300);position:absolute;position-anchor:--brand-scroller-btn;top:anchor(center);bottom:0;left:0;z-index:-1}.twz-brand-scroller:after{content:"";width:100vw;margin-left:50%;translate:-50% 0;background:var(--white);position:absolute;position-anchor:--brand-scroller-testimonial;top:anchor(center);bottom:0;left:0;z-index:0}.twz-brand-scroller__intro{--text-color: var(--black);grid-area:intro;width:min(100% - var(--row-margin-inline),var(--row-xsmall));display:flex;flex-direction:column;align-items:flex-start;gap:3rem}@media(min-width: 1025px){.twz-brand-scroller__intro{margin-bottom:10rem;flex-direction:row;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}}@media(max-width: 1024px){.twz-brand-scroller__intro{margin-inline:auto}}.twz-brand-scroller__link{anchor-name:--brand-scroller-btn;translate:0 50%}.twz-brand-scroller .twz-table-of-contents{grid-area:toc;position:sticky;top:calc(var(--nav-height) + 6rem);align-self:start;flex:0 0 auto;z-index:100;background-color:var(--grey-300)}@media(min-width: 1025px){.twz-brand-scroller .twz-table-of-contents{margin-bottom:25rem}}@media(max-width: 1024px){.twz-brand-scroller .twz-table-of-contents{top:var(--nav-height)}}.twz-brand-scroller__main{grid-area:main;width:min(var(--row-xsmall),100%);justify-self:flex-end}@media(min-width: 1025px){.twz-brand-scroller__main{margin-top:10rem}}.twz-brand-scroller__cards{display:flex;flex-direction:column;gap:calc(6rem + var(--brand-card-image-overlap))}@media(max-width: 1024px){.twz-brand-scroller__cards{gap:var(--brand-card-image-overlap)}}@media(max-width: 1024px){.twz-brand-scroller__cards>article:first-child{margin-top:-6rem}}@media(min-width: 1025px){@supports(animation-timeline: view()){.twz-brand-scroller__cards .twz-card-brand__media{animation-timeline:view();animation-fill-mode:both;animation-name:twz-brand-media-scroll;animation-duration:var(--animation-speed-s)}}}.twz-brand-scroller__testimonial{anchor-name:--brand-scroller-testimonial;grid-area:testimonial;position:relative;z-index:5}@media(min-width: 1025px){.twz-brand-scroller__testimonial{margin-top:6rem;width:min(var(--row-xsmall),100%);margin-left:auto}}@media(max-width: 1024px){.twz-brand-scroller__testimonial{padding-inline:calc(var(--row-margin-inline)/2)}}.twz-brand-scroller__testimonial::after{content:"";width:100vw;margin-left:50%;translate:-50% 0;background:var(--white);position:absolute;position-anchor:--brand-scroller-testimonial;top:anchor(center);bottom:0;left:0;z-index:0}@keyframes twz-brand-media-scroll{100%{transform:translateY(25%)}}
