
/* Automatic carousel: controls intentionally omitted */
.home-carousel .carousel-arrow,.home-carousel .carousel-toggle{display:none!important}
.home-carousel .carousel-dots{min-height:5px!important;align-items:center!important;pointer-events:none}
.home-carousel .carousel-dots span{display:block;width:22px;height:5px;border-radius:5px;background:rgba(255,255,255,.3);transition:width .2s,background .2s}
.home-carousel .carousel-dots span.active{width:34px;background:#d5b36f}
@media(max-width:1023px){.home-carousel .carousel-dots{left:14px!important;bottom:14px!important}.home-carousel .carousel-dots span{width:18px;height:4px}.home-carousel .carousel-dots span.active{width:30px}}
@media(prefers-reduced-motion:reduce){.home-carousel .carousel-dots span{transition:none}}
