@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}
}
.carousel-slide-item{display:inline-block;position:absolute;width:100%;margin:0 auto;height:fit-content;top:0}
.carousel-animation .carousel-slide-item{transition:left 1s ease-in-out}
.carousel-slide-wrapper{position:relative}
.prev,.next{cursor:pointer}
.carousel-indicators{display:flex}
.carousel-controls{display:flex;align-items:center;position:absolute;bottom:-40px !important}
.dot{border-radius:50%;content:"";display:block;height:.5rem;position:relative;transition:all .2s ease-in-out;width:.5rem;margin:0 5px;background-color:rgba(0,0,0,0.5) !important}
.dot.active{background-color:#006fcf !important;opacity:1}
.carouse-indicator-white .dot{background-color:rgba(255,255,255,0.5) !important}
.carouse-indicator-white .carousel-control{color:#fff !important}
.carouse-indicator-white .dot.active{background-color:#fff !important}
.carousel-slide-wrapper{margin-bottom:40px}
.carousel-container{display:flex;justify-content:space-between;width:100%;height:0;overflow:hidden;position:relative;margin-bottom:40px}
.controls-on-carousel .carousel-controls{bottom:15px !important}
.carousel-control{color:rgba(0,0,0,0.5) !important}
.custom-justify-content-c{justify-content:center !important}
.custom-justify-content-l{justify-content:left !important}
.custom-justify-content-r{justify-content:flex-end !important}
.customlocationcarousel-videos .dot{height:.8rem;width:.8rem}
.customlocationcarousel-videos .prev,.customlocationcarousel-videos .next{font-size:19px}