.home-hero{position:relative;min-height:100vh;overflow:hidden}.home-hero:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.home-hero:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;background-repeat:repeat;mix-blend-mode:overlay}.home-hero picture{position:absolute;inset:0;width:100%;height:100%}.home-hero picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-hero__content-wrapper{position:relative;z-index:2;min-height:100%;display:flex}.home-hero__buttons{gap:16px;margin-top:40px}.home-hero__buttons .btn--transparent{border-color:#fff;color:#fff}.home-hero__title{max-width:726px}.home-hero__title *{margin:0}.home-hero__title h1::after,.home-hero__title h2::after{content:".";color:#e2591c}.home-hero__desc{max-width:375px;margin-top:24px}.home-hero__desc *{margin:0}.home-hero__marquee{overflow:hidden;position:absolute;z-index:2;width:100%;bottom:24px}.home-hero__marquee-track{display:flex;align-items:center;width:-moz-max-content;width:max-content;animation:marquee-scroll var(--marquee-speed, 20s) linear infinite}.home-hero__marquee-item{flex:0 0 auto;padding:0 50px}@media screen and (max-width: 749.98px){.home-hero__marquee-item{padding:0 24px}}.home-hero__marquee-item img{display:block;width:auto;max-height:34px}@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}