:root {
	--relx-blue: #0d6efd;
	--relx-indigo: #6610f2;
	--relx-purple: #6f42c1;
	--relx-pink: #d63384;
	--relx-red: #ea0029;
	--relx-orange: #fd7e14;
	--relx-yellow: #8fcfb3;
	--relx-green: #00af98;
	--relx-teal: #20c997;
	--relx-cyan: #0dcaf0;
	--relx-white: #fff;
	--relx-gray: #e1e1e1;
	--relx-gray-dark: #343a40;
	--relx-gray-100: #fafafa;
	--relx-gray-200: #f7f7f7;
	--relx-gray-300: #ececec;
	--relx-gray-400: #ced4da;
	--relx-gray-500: #7c7c7c;
	--relx-gray-600: #e1e1e1;
	--relx-gray-700: #4b4b4b;
	--relx-gray-800: #343a40;
	--relx-gray-900: #4b4b4b;
	--relx-primary: #00af98;
	--relx-secondary: #00594e;
	--relx-success: #00af98;
	--relx-info: #0dcaf0;
	--relx-warning: #8fcfb3;
	--relx-danger: #ea0029;
	--relx-light: #fafafa;
	--relx-dark: #4b4b4b;
	--relx-primary-rgb: 0, 175, 152;
	--relx-secondary-rgb: 0, 89, 78;
	--relx-success-rgb: 0, 175, 152;
	--relx-info-rgb: 13, 202, 240;
	--relx-warning-rgb: 143, 207, 179;
	--relx-danger-rgb: 234, 0, 41;
	--relx-light-rgb: 250, 250, 250;
	--relx-dark-rgb: 75, 75, 75;
	--relx-white-rgb: 255, 255, 255;
	--relx-black-rgb: 0, 0, 0;
	--relx-body-color-rgb: 0, 0, 0;
	--relx-body-bg-rgb: 255, 255, 255;
	--relx-font-sans-serif: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--relx-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--relx-body-font-family: var(--relx-font-sans-serif);
	--relx-body-font-size: 1rem;
	--relx-body-font-weight: 400;
	--relx-body-line-height: 1.4;
	--relx-body-color: #000;
	--relx-body-bg: #fff;
	--relx-border-width: 1px;
	--relx-border-style: solid;
	--relx-border-color: #ececec;
	--relx-border-color-translucent: rgba(0, 0, 0, .175);
	--relx-border-radius: 1rem;
	--relx-border-radius-sm: 0.5rem;
	--relx-border-radius-lg: 2rem;
	--relx-border-radius-xl: 1rem;
	--relx-border-radius-2xl: 2rem;
	--relx-border-radius-pill: 50rem;
	--relx-link-color: #00af98;
	--relx-link-hover-color: #008c7a;
	--relx-code-color: #d63384;
	--relx-highlight-bg: #fcf8e3
}

.count-down-carousel-sections-wrap .section-text {
	font-size: 24px
}

@media(max-width:767.98px) {
	.count-down-carousel-sections-wrap .section-text {
		font-size: 1rem
	}
}

.count-down-carousel-sections-wrap .mw-btn-7 {
	min-width: 7rem
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper {
	--swiper-navigation-size: 48px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .bg-gray-100 {
	background: #fafafa
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap {
	color: #000
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .colon {
	margin: 0 6px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .day,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .h,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .min {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: #ececec;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 8px 0;
	width: 52px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .day span,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .h span,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .min span {
	min-width: 12px
}

@media(max-width:767.98px) {

	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .day,
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .h,
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .min {
		font-size: 12px;
		padding: 4px 0;
		width: 32px
	}

	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .day span,
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .h span,
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .min span {
		min-width: 9px
	}
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .time-wrap .min {
	background: #00af98;
	color: #fff
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .carousel-title {
	font-size: 38px
}

@media(max-width:767.98px) {
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .carousel-title {
		font-size: 24px
	}
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .carousel-text {
	font-size: 24px;
	font-weight: 400
}

@media(max-width:767.98px) {
	.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .carousel-text {
		font-size: 16px
	}
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-prev {
	left: 8px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-next {
	right: 8px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-next,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-prev {
	top: calc(50% - 16px)
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-next:after,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-prev:after {
	display: none
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-next,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-prev {
	background: rgba(0, 0, 0, .3);
	padding: 12px
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-next:hover,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .5)
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-pagination {
	bottom: auto;
	font-size: 0;
	position: relative
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-pagination .swiper-pagination-bullet {
	background: #c8c8c8
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #000
}

.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.count-down-carousel-sections-wrap .count-down-carousel-wrap .count-down-slideshow-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	--swiper-pagination-bullet-horizontal-gap: 0.5rem
}

.count-down-carousel-sections-wrap .content-wrap {
	max-width: 22.125rem
}

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
	-ms-flex-negative: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	left: auto;
	right: 10px
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: 50%;
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: transform .2s, top .2s;
	transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: transform .2s, left .2s;
	transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: transform .2s, right .2s;
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-lock {
	display: none
}