/*!
 * Embla Carousel CSS
 * https://www.embla-carousel.com
 * (c) 2019-2024 David Jerleke
 * Released under the MIT License.
 */
.embla{overflow:hidden}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0;position:relative}.embla--draggable{cursor:move;cursor:grab}.embla--dragging{cursor:grabbing}.embla__slide--loading{background-color:#f3f4f6}.embla__slide img{display:block;width:100%;height:auto}.embla__viewport{overflow:hidden;width:100%}.embla__viewport--is-draggable{cursor:move;cursor:grab}.embla__viewport--is-dragging{cursor:grabbing}