.v2_hero__inner{max-width:41rem}.v2_hero__title{color:#fff}.v2_hero__inner .v2_button--secondary{background:#fff;color:#000;margin-left:.7rem}.v2_hero__inner .v2_button--secondary:hover{background:#eee;color:#000}@media (max-width:900px){.v2_hero__title{font-size:2rem;margin-top:7rem}}.v2_hero__description{color:#fff;margin-top:1rem;max-width:30rem}.v2_hero__logos{margin-bottom:1rem;margin-top:7rem;overflow:hidden;width:100%;--gap:4rem}@media (max-width:900px){.v2_hero__logos{--gap:3rem}}.v2_hero__logos_container{display:flex;gap:var(--gap);overflow:hidden}.v2_hero__logos_content{align-items:center;animation:v2_hero__marquee var(--speed) linear infinite;display:flex;flex-shrink:0;gap:var(--gap);justify-content:center;min-width:100%}.v2_hero__logos img{max-height:3.25rem;max-width:11rem}@media (max-width:900px){.v2_hero__logos img{max-height:2.5rem;max-width:8rem}}.js-animate .v2_hero__logos img{opacity:0;transform:scale(.9);transition:opacity .5s ease-out,transform .3s ease-out;transition-delay:var(--delay)}.js-animate .v2_hero__logos.animate img{opacity:1;transform:scale(1)}@keyframes v2_hero__marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}