@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");body,html{max-width:100vw;overflow-x:hidden;font-weight:400}*{box-sizing:border-box;padding:0;margin:0;font-family:poppins,sans-serif!important}.custom-img{width:100%;height:100%;object-fit:contain;border-radius:80px}.custom-img.first{border-top-left-radius:0}.custom-img.last{border-bottom-right-radius:0}@media (max-width:600px){.custom-img{border-radius:40px}.custom-img.first{border-top-left-radius:0}.custom-img.last{border-bottom-right-radius:0}}.custom-dots li{margin:0 6px}.custom-dot{width:20px;height:20px;border-radius:50%;background-color:rgba(0,0,0,.5);transition:background-color .3s ease}.custom-dots li.slick-active .custom-dot{background-color:#3c65ff}