/* Custom Styles for Bullets */
.glide__bullet {
    background-color: transparent;
    color: black;
    border: 1px solid #B0B0B0;
}

.glide__bullet-2 {
    background-color: #E2E8F0;
    color: black;
    border: none;
}

.glide__bullet--active, .glide__bullet-2--active {
    background-color: black !important;
    color: white;
    border-color: black;
}
