.glide {
	box-sizing: border-box;
	position: relative;
	width: 100%
}

.glide * {
	box-sizing: inherit
}

.glide__slides,
.glide__track {
	overflow: hidden
}

.glide__slides {
	backface-visibility: hidden;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	touch-action: pan-Y;
	transform-style: preserve-3d;
	white-space: nowrap;
	width: 100%;
	will-change: transform
}

.glide__slide,
.glide__slides--dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.glide__slide {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	flex-shrink: 0;
	height: 100%;
	white-space: normal;
	width: 100%
}

.glide__slide a {
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.glide__arrows,
.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.glide--rtl {
	direction: rtl
}

.glide__bullets.rounded-bullets {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .6rem
}

.glide__bullets.rounded-bullets .glide__bullet {
	--tw-bg-opacity: 1;
	background-color: rgb(194 196 205/var(--tw-bg-opacity, 1));
	border-radius: .6rem;
	height: .6rem;
	width: 1.6rem
}

.glide__bullets.rounded-bullets .glide__bullet--dark:is(.dark *) {
	background-color: hsla(0, 0%, 100%, .1)
}

.glide__bullets.rounded-bullets .glide__bullet--active {
	--tw-bg-opacity: 1;
	background-color: rgb(11 131 197/var(--tw-bg-opacity, 1))
}

.glide__bullets.rounded-bullets .glide__bullet--active:is(.dark *) {
	--tw-bg-opacity: 1;
	background-color: rgb(11 131 197/var(--tw-bg-opacity, 1))
}