@keyframes carousel-progress{0%{stroke-dashoffset:62.83}to{stroke-dashoffset:0}}.animate-carousel-progress{animation:carousel-progress 5s linear infinite}.carousel-indicator{transition:all .3s cubic-bezier(.4,0,.2,1)}.carousel-indicator:hover{transform:scale(1.2)}.carousel-indicator:active{transform:scale(.95)}.carousel-container{position:relative;overflow:hidden;width:100%}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s cubic-bezier(.4,0,.2,1)}.carousel-slide.active{opacity:1}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));color:white;padding:3rem 2rem 2rem;opacity:0;transition:opacity .8s cubic-bezier(.4,0,.2,1) .2s}.carousel-slide.active .carousel-caption{opacity:1}.carousel-caption h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.carousel-caption p{font-size:1rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.progress-ring{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}.accent-hover:hover{color:#ec3a4a!important}.accent-border-hover:hover{border-color:#ec3a4a!important}.accent-underline{position:relative}.accent-underline:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#ec3a4a;transition:width .3s ease}.accent-underline:hover:after{width:100%}.card-accent-hover:hover{border-color:rgba(236,58,74,.2);box-shadow:0 4px 12px rgba(236,58,74,.1)}.button-accent:hover{background-color:#ec3a4a;border-color:#ec3a4a;color:white}.search-accent:hover{border-color:#ec3a4a;color:#ec3a4a}@media (max-width:768px){.carousel-caption{padding:2rem 1rem 1.5rem}.carousel-caption h3{font-size:1.25rem}.carousel-caption p{font-size:.875rem}}