@media(min-width:1024px){.custom-section-desktop{display:block !important}
.custom-section-mobile{display:none !important}
.custom-section-tablet{display:none !important}
}
@media(max-width:767px){.custom-section-desktop{display:none !important}
.custom-section-mobile{display:block !important}
.custom-section-tablet{display:none !important}
}
@media(min-width:768px) and (max-width:1023px){.custom-section-desktop{display:none !important}
.custom-section-mobile{display:none !important}
.custom-section-tablet{display:block !important}
}
.custom-carousel-location-button-grey{color:#53565a !important;fill:#53565a !important}
.custom-carousel-location-button-blue{color:#006fcf !important;fill:#006fcf !important}
.custom-carousel-location-button-white{color:#fff !important;fill:#fff !important}
.custom-carousel-location-button-black{color:#000 !important;fill:#000 !important}
.custom-carousel-location-indicator-blue li>button[aria-current]:before{background-color:#006fcf !important}
.custom-carousel-location-indicator-blue li>button:before{background-color:#97999b !important}
.custom-carousel-location-indicator-grey li>button[aria-current]:before{background-color:#97999b !important}
.custom-carousel-location-indicator-grey li>button:before{background-color:#000 !important}
.custom-carousel-location-indicator-white li>button[aria-current]:before{background-color:#fff !important}
.custom-carousel-location-indicator-white li>button:before{background-color:rgba(255,255,255,0.5) !important}
.custom-carousel-location-indicator-black li>button[aria-current]:before{background-color:#000 !important}
.custom-carousel-location-indicator-black li>button:before{background-color:#97999b !important}
.custom-carousel-hide{display:none !important}
.custom-justify-content-l{justify-content:left !important}
.custom-justify-content-c{justify-content:center !important}
.custom-justify-content-r{justify-content:flex-end !important}
.custom-inner-control-hide{display:none !important}