<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--swiper-theme-color: #007aff
}
.swiper {
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important;
	overflow: hidden !important;
	list-style: none !important;
	padding: 0 !important;
	z-index: 1
}
.swiper-vertical&gt;.swiper-wrapper {
	flex-direction: column !important;
}
.swiper-wrapper {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
	display: flex !important;
	transition-property: transform !important;
	box-sizing: content-box !important;
}
.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0) !important;
}
.swiper-pointer-events {
	touch-action: pan-y !important;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x !important;
}
.swiper-slide {
	flex-shrink: 0 !important;
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
	transition-property: transform !important;
}
.swiper-slide-invisible-blank {
	visibility: hidden !important;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto !important;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start !important;
	transition-property: transform, height !important;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0) !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px !important;
}
.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 {
	transform-style: preserve-3d !important;
}
.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 {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none !important;
	z-index: 10 !important;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15) !important;
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) !important;
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) !important;
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) !important;
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) !important;
}
.swiper-css-mode&gt;.swiper-wrapper {
	overflow: auto !important;
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}
.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
	display: none !important;
}
.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
	scroll-snap-align: start start !important;
}
.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: x mandatory !important;
}
.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: y mandatory !important;
}
.swiper-centered&gt;.swiper-wrapper::before {
	content: '' !important;
	flex-shrink: 0 !important;
	order: 9999 !important;
}
.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before) !important;
}
.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before {
	height: 100% !important;
	min-height: 1px !important;
	width: var(--swiper-centered-offset-after) !important;
}
.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before) !important;
}
.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before {
	width: 100% !important;
	min-width: 1px !important;
	height: var(--swiper-centered-offset-after) !important;
}
.swiper-centered&gt;.swiper-wrapper&gt;.swiper-slide {
	scroll-snap-align: center center !important;
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden !important;
	transform: translateZ(0) !important;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	pointer-events: none !important;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px !important;
	width: var(--swiper-virtual-size) !important;
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px !important;
	height: var(--swiper-virtual-size) !important;
}
:root {
	--swiper-navigation-size: 44px !important;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute !important;
	top: 50% !important;
	width: calc(var(--swiper-navigation-size)/ 44 * 27) !important;
	height: var(--swiper-navigation-size) !important;
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2)) !important;
	z-index: 10 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: var(--swiper-navigation-color, var(--swiper-theme-color)) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35 !important;
	cursor: auto !important;
	pointer-events: none !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons !important;
	font-size: var(--swiper-navigation-size) !important;
	text-transform: none !important !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-variant: initial !important;
	line-height: 1 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px !important;
	right: auto !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: 'prev' !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px !important;
	left: auto !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: 'next' !important;
}
.swiper-button-lock {
	display: none !important;
}
.swiper-pagination {
	position: absolute !important;
	text-align: center !important;
	transition: .3s opacity !important;
	transform: translate3d(0, 0, 0) !important;
	z-index: 10 !important;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0 !important;
}
.swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px !important;
	left: 0 !important;
	width: 100% !important;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden !important;
	font-size: 0 !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33) !important;
	position: relative !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33) !important;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px)) !important;
	display: inline-block !important;
	border-radius: 50% !important !important;
	background: var(--swiper-pagination-bullet-inactive-color, #000) !important;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2) !important;
}
button.swiper-pagination-bullet {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer !important;
}
.swiper-pagination-bullet:only-child {
	display: none!important
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
	background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical&gt;.swiper-pagination-bullets {
	right: 10px !important;
	top: 50% !important;
	transform: translate3d(0px, -50%, 0) !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0 !important;
	display: block !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 14px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block !important;
	transition: .2s transform, .2s top !important;
}
.swiper-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}
.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50% !important;
	transform: translateX(-50%) !important;
	white-space: nowrap !important;
}
.swiper-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left !important;
}
.swiper-horizontal.swiper-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right !important;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25) !important;
	position: absolute !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	transform: scale(0) !important;
	transform-origin: left top !important;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top !important;
}
.swiper-horizontal&gt;.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100% !important;
	height: 4px !important;
	left: 0 !important;
	top: 0 !important;
}
.swiper-horizontal&gt;.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&gt;.swiper-pagination-progressbar {
	width: 4px !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}
.swiper-pagination-lock {
	display: none !important;
}
.swiper-scrollbar {
	border-radius: 10px !important;
	position: relative !important;
	-ms-touch-action: none !important;
	background: rgba(0, 0, 0, .1) !important;
}
.swiper-horizontal&gt;.swiper-scrollbar {
	position: absolute !important;
	left: 1% !important;
	bottom: 3px !important;
	z-index: 50 !important;
	height: 5px !important;
	width: 98% !important;
}
.swiper-vertical&gt;.swiper-scrollbar {
	position: absolute !important;
	right: 3px !important;
	top: 1% !important;
	z-index: 50 !important;
	width: 5px !important;
	height: 98% !important;
}
.swiper-scrollbar-drag {
	height: 100% !important;
	width: 100% !important;
	position: relative !important;
	background: rgba(0, 0, 0, .5) !important;
	border-radius: 10px !important;
	left: 0 !important;
	top: 0 !important;
}
.swiper-scrollbar-cursor-drag {
	cursor: move !important;
}
.swiper-scrollbar-lock {
	display: none !important;
}
.swiper-zoom-container {
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
}
.swiper-zoom-container&gt;canvas, .swiper-zoom-container&gt;img, .swiper-zoom-container&gt;svg {
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain !important;
}
.swiper-slide-zoomed {
	cursor: move !important;
}
.swiper-lazy-preloader {
	width: 42px !important;
	height: 42px !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	margin-left: -21px !important;
	margin-top: -21px !important;
	z-index: 10 !important;
	transform-origin: 50% !important;
	box-sizing: border-box !important;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)) !important;
	border-radius: 50% !important !important;
	border-top-color: transparent !important;
}
.swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear !important;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff !important;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000 !important;
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg) !important;
	}
}
.swiper .swiper-notification {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	pointer-events: none !important;
	opacity: 0 !important;
	z-index: -1000 !important;
}
.swiper-free-mode&gt;.swiper-wrapper {
	transition-timing-function: ease-out !important;
	margin: 0 auto !important;
}
.swiper-grid&gt;.swiper-wrapper {
	flex-wrap: wrap !important;
}
.swiper-grid-column&gt;.swiper-wrapper {
	flex-wrap: wrap !important;
	flex-direction: column !important;
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out !important;
}
.swiper-fade .swiper-slide {
	pointer-events: none !important;
	transition-property: opacity !important;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none !important;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto !important;
}
.swiper-cube {
	overflow: visible !important;
}
.swiper-cube .swiper-slide {
	pointer-events: none !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	z-index: 1 !important;
	visibility: hidden !important;
	transform-origin: 0 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none !important;
}
.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0 !important;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto !important;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next+.swiper-slide, .swiper-cube .swiper-slide-prev {
	pointer-events: auto !important;
	visibility: visible !important;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
	z-index: 0 !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
.swiper-cube .swiper-cube-shadow {
	position: absolute !important;
	left: 0 !important;
	bottom: 0px !important;
	width: 100% !important;
	height: 100% !important;
	opacity: .6 !important;
	z-index: 0 !important;
}
.swiper-cube .swiper-cube-shadow:before {
	content: '' !important;
	background: #000 !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	filter: blur(50px) !important;
}
.swiper-flip {
	overflow: visible !important;
}
.swiper-flip .swiper-slide {
	pointer-events: none !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	z-index: 1 !important;
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none !important;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto !important;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
	z-index: 0 !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	overflow: hidden !important;
	transition-property: transform, opacity, height !important;
}
.swiper-cards {
	overflow: visible !important;
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
	overflow: hidden !important;
}</pre></body></html>