.homepage-carousel{position:relative;width:100%;margin:0}.homepage-carousel__viewport{position:relative;overflow:hidden;touch-action:pan-y;border-radius:calc(var(--radius-lg) + .35rem)}@media(hover:hover)and (pointer:fine){.homepage-carousel__viewport--cursor-left{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Ccircle cx='22' cy='22' r='18' fill='%23000' fill-opacity='0.5'/%3E%3Cpath d='M25 14 L17 22 L25 30' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 22 22,w-resize}.homepage-carousel__viewport--cursor-right{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Ccircle cx='22' cy='22' r='18' fill='%23000' fill-opacity='0.5'/%3E%3Cpath d='M19 14 L27 22 L19 30' fill='none' stroke='%23fff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 22 22,e-resize}.homepage-carousel.is-dragging .homepage-carousel__viewport{cursor:grabbing}}.homepage-carousel__slide{opacity:0;transition:opacity .75s ease,transform .45s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;will-change:opacity,transform}.homepage-carousel__slide.is-active{opacity:1;position:relative}.homepage-carousel.is-dragging .homepage-carousel__slide.is-active{transition:none}.homepage-carousel__picture{display:block;width:100%}.homepage-carousel__media{width:100%}.homepage-carousel__image,.homepage-carousel__media,.homepage-carousel__picture{pointer-events:none}.homepage-carousel__image{width:100%;height:clamp(21rem,62vh,44rem);-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg)}.homepage-carousel__progress{position:relative;height:.22rem;background:var(--ca-white);overflow:hidden}.homepage-carousel__progress-bar{height:100%;width:100%;background:var(--ca-black);transform-origin:left;animation-name:carousel-progress;animation-timing-function:linear;animation-fill-mode:both}.homepage-carousel__progress-bar.is-paused{animation-play-state:paused}.homepage-carousel__dots{display:flex;gap:.7rem;justify-content:center;margin-top:1.1rem}.homepage-carousel__dot{width:10px;height:10px;border-radius:9999px;border:none;background:rgba(17,24,39,.25);cursor:pointer;transition:transform .2s ease,background .2s ease}.homepage-carousel__dot.is-active{background:rgba(17,24,39,.8);transform:scale(1.1)}@keyframes carousel-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}