.slider-container{position:relative;overflow:hidden;max-width:100vw;height:480px;filter:none}@media(min-width:1480px){.slider-container{width:1480px;height:500px;filter:blur(15px)}}.slider{display:flex;flex-direction:row-reverse;gap:80px;height:100%}.slide{position:relative;width:100%;height:100%;padding-top:35px;padding-bottom:35px;-o-object-fit:contain;object-fit:contain;transition:all .2s ease-in-out;filter:blur(15px)}@media(min-width:1480px){.slide{padding:0;filter:none}}.slide:nth-child(6){opacity:0}.bright-animation{opacity:1!important;animation:bright 1s ease}@keyframes bright{0%{filter:brightness(1)}50%{filter:brightness(100)}to{filter:brightness(1)}}