.main-carousel-wrapper{width:100%;background:#001333;padding:40px 0;display:flex;justify-content:center;align-items:center}.carousel-wrapper{width:100%;max-width:1200px;margin:0 auto;background:#001333;position:relative}.carousel-image-wrapper{display:flex;justify-content:center}.carousel .slide img{width:100%;max-width:685px;height:auto;display:block;object-fit:cover;margin:0 auto}.carousel .carousel-status{display:none}.carousel .control-dots{position:absolute;bottom:-15px;width:100%;text-align:center;z-index:10}.carousel .control-dots .dot{background-color:#fff;width:10px;height:10px;margin:0 5px;opacity:.5;transition:opacity .3s ease}.carousel .control-dots .dot.selected{background-color:#007bff;opacity:1}.carousel.carousel-slider .control-arrow{display:none}@media (max-width:768px){.carousel-wrapper{max-width:95%}.carousel .slide img{max-width:100%;height:auto}.carousel .control-dots .dot{width:8px;height:8px}}@media (max-width:480px){.carousel .slide img{max-width:100%;height:auto}.carousel .control-dots .dot{width:7px;height:7px}}