.hb-small-lgw-stock{height:420px;width:100%;object-fit:cover;object-position:top}.hb-drop-shadow{filter:drop-shadow(10px 10px 10px rgba(0,0,0,.5))}.line .trace{stroke-dasharray:5000;stroke-dashoffset:5000}.line .trace2{stroke-dasharray:70;stroke-dashoffset:70}.line .dot{opacity:0}.line.in-view .trace{animation:dash 5s linear forwards}.line.in-view .trace2{animation:dash 1s linear forwards;animation-delay:1s}.line.in-view .dot{animation:appear 1s linear forwards;animation-delay:1s}@keyframes dash{to{stroke-dashoffset:0}}@keyframes appear{to{opacity:1}}.welcome-grid{display:grid;grid-template-columns:45% 55%;align-items:center;gap:2rem}@media(max-width:768px){.welcome-grid{grid-template-columns:1fr}}.welcome-grid__details{z-index:10;display:grid;gap:.5rem;margin:2rem 0}.welcome-grid__details p{font-size:1.1rem}.welcome-description{font-size:1.2rem !important;line-height:1.5;max-width:650px}.slider{position:relative;max-width:100%;mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);overflow:scroll}.slider[data-animated=true]{overflow:hidden}.slider[data-animated=true] .slider__inner{animation:scroll 100s var(--_animation-direction,forwards)linear infinite;width:max-content}.slider[data-animated=true] .slider__inner:hover,.slider[data-animated=true] .slider__inner:active{animation-play-state:paused}.slider .slider__inner{display:flex;gap:1rem;margin:1rem}@keyframes scroll{to{transform:translate(calc(-50% + 1.3rem))}}.slider__card{width:calc(min(80vw,500px));flex-shrink:0;background-color:var(--lgw-card-bg);padding:1.5rem;transition:all 300ms ease-in-out}.slider__card:hover,.slider__card:active{box-shadow:-4px -3px 9px -4px #99fbff,4px 4px 13px 2px rgba(238,0,138,.12);transform:scale(1.05)}.slider__card .slider__title{display:flex;align-items:center;gap:1rem}.slider__card .slider__initials{width:25px;height:25px;display:flex;justify-content:center;background-color:var(--lgw-new-pink);color:#fff;padding:1rem;align-items:center;border-radius:50%}.slider__inner[data-direction=right]{--_animation-direction:reverse}.slider__inner[data-direction=left]{--_animation-direction:forwards}@media(min-width:1200px){.container-wide{max-width:1700px}}