:root,
[data-bs-theme=light] {
	--bs-blue: #28B8EC;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #db1436;
	--bs-orange: #fd7e14;
	--bs-yellow: #28b8ec;
	--bs-green: #008008;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #020617;
	--bs-gray: #475569;
	--bs-gray-dark: #1e293b;
	--bs-gray-100: #f1f5f9;
	--bs-gray-200: #e2e8f0;
	--bs-gray-300: #cbd5e1;
	--bs-gray-400: #94a3b8;
	--bs-gray-500: #64748b;
	--bs-gray-600: #475569;
	--bs-gray-700: #334155;
	--bs-gray-800: #1e293b;
	--bs-gray-900: #0f172a;
	--bs-primary: #28B8EC;
	--bs-secondary: #e2e8f0;
	--bs-success: #008008;
	--bs-info: #0dcaf0;
	--bs-warning: #28B8EC;
	--bs-danger: #db1436;
	--bs-light: #ffffff;
	--bs-dark: #00456a;
	--bs-white: #fff;
	--bs-primary-rgb: 40, 184, 236;
	--bs-secondary-rgb: 226, 232, 240;
	--bs-success-rgb: 0, 128, 8;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 40, 184, 236;
	--bs-danger-rgb: 219, 20, 54;
	--bs-light-rgb: 241, 245, 249;
	--bs-dark-rgb: 40, 184, 236;
	--bs-primary-text-emphasis: #00446a;
	--bs-secondary-text-emphasis: #5a5d60;
	--bs-success-text-emphasis: #003303;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #580816;
	--bs-light-text-emphasis: #334155;
	--bs-dark-text-emphasis: #334155;
	--bs-primary-bg-subtle: #28b8ec;
	--bs-secondary-bg-subtle: #f9fafc;
	--bs-success-bg-subtle: #cce6ce;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d0d7;
	--bs-light-bg-subtle: #f2f2f2;
	--bs-dark-bg-subtle: #94a3b8;
	--bs-primary-border-subtle: #28B8F0;
	--bs-secondary-border-subtle: #f3f6f9;
	--bs-success-border-subtle: #99cc9c;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1a1af;
	--bs-light-border-subtle: #e2e8f0;
	--bs-dark-border-subtle: #64748b;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 2, 6, 23;
	--bs-font-sans-serif: "Public Sans", sans-serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #020617;
	--bs-emphasis-color-rgb: 2, 6, 23;
	--bs-secondary-color: rgba(100, 116, 139, .75);
	--bs-secondary-color-rgb: 100, 116, 139;
	--bs-secondary-bg: #e2e8f0;
	--bs-secondary-bg-rgb: 226, 232, 240;
	--bs-tertiary-color: rgba(100, 116, 139, .5);
	--bs-tertiary-color-rgb: 100, 116, 139;
	--bs-tertiary-bg: #f1f5f9;
	--bs-tertiary-bg-rgb: 241, 245, 249;
	--bs-heading-color: var(--bs-gray-800);
	--bs-link-color: #28B8EC;
	--bs-link-color-rgb: 40, 184, 236;
	--bs-link-decoration: none;
	--bs-link-hover-color: #00446a;
	--bs-link-hover-color-rgb: 0, 68, 106;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #e2e8f0;
	--bs-border-color-translucent: #e2e8f0;
	--bs-border-radius: 0.5rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.75rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(2, 6, 23, .15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(2, 6, 23, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(2, 6, 23, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(2, 6, 23, .075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(40, 184, 236, .25);
	--bs-form-valid-color: #008008;
	--bs-form-valid-border-color: #008008;
	--bs-form-invalid-color: #db1436;
	--bs-form-invalid-border-color: #db1436
}

.text-reset:hover {
	color: var(--bs-primary) !important
}

.text-inherit {
	color: var(--bs-gray-800)
}

.text-inherit:hover {
	color: var(--bs-primary) !important
}

.text-white-stable {
	color: #fff !important
}

.text-inverse {
	filter: brightness(1) invert(0)
}

.text-white-inverse {
	filter: brightness(0) invert(1)
}

.icon-xxs {
	height: 1rem;
	line-height: 1rem;
	width: 1rem
}

.icon-xs {
	height: 1.5rem;
	line-height: 1.5rem;
	width: 1.5rem
}

.icon-sm {
	height: 2rem;
	line-height: 2rem;
	width: 2rem
}

.icon-md {
	height: 2.5rem;
	line-height: 2.5rem;
	width: 2.5rem
}

.icon-lg {
	height: 3rem;
	line-height: 3rem;
	width: 3rem
}

.icon-xl {
	height: 3.5rem;
	line-height: 3.5rem;
	width: 3.5rem
}

.icon-xxl {
	height: 4rem;
	line-height: 4rem;
	width: 4rem
}

.icon-xxxl {
	height: 7rem;
	line-height: 7rem;
	width: 7rem
}

.icon-shape {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	vertical-align: middle
}

.border-top-dashed {
	border-top: dashed
}

.border-bottom-dashed {
	border-bottom: dashed
}

.border-end-dashed {
	border-right: dashed
}

.border-start-dashed {
	border-left: dashed
}

.bg-primary-gradient {
	background: linear-gradient(180deg, #0099ce, #00446a 47.92%, #015c8f);
}

.color-facebook {
	color: #1877f2
}

.color-twitter {
	color: #1da1f2
}

.color-github {
	color: #000
}

.color-google {
	color: #ea4335
}

.color-linkedin {
	color: #0077b5
}

.color-youtube {
	color: red
}

.color-slack {
	color: #611f69
}

.bg-facebook {
	background-color: #1877f2
}

.bg-twitter {
	background-color: #1da1f2
}

.bg-github {
	background-color: #000
}

.bg-google {
	background-color: #ea4335
}

.bg-linkedin {
	background-color: #0077b5
}

.bg-youtube {
	background-color: red
}

.bg-slack {
	background-color: #611f69
}

.bg-instagram {
	background-color: #405de6
}

.bg-primary-blend-gradient {
	background: var(--bg-gradient-blend, linear-gradient(0deg, #fff 0, hsla(0, 0%, 100%, 0) 100%), linear-gradient(245deg, rgba(108, 73, 250, .41) 0, rgba(211, 38, 142, .1) 100%))
}

@media (min-width:576px) {
	.border-sm {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-sm-0 {
		border: 0 !important
	}

	.border-top-sm {
		border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-top-sm-0 {
		border-top: 0 !important
	}

	.border-end-sm {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-end-sm-0 {
		border-right: 0 !important
	}

	.border-bottom-sm {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-bottom-sm-0 {
		border-bottom: 0 !important
	}

	.border-start-sm {
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-start-sm-0 {
		border-left: 0 !important
	}

	.border-sm-primary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-secondary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-success {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-info {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-warning {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-danger {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-light {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-dark {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-white {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
	}

	.border-sm-black {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
	}

	.rounded-top-sm {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-sm-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-top-sm-1 {
		border-top-left-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-top-sm-2 {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-sm-3 {
		border-top-left-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-top-sm-4 {
		border-top-left-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-top-sm-5 {
		border-top-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-top-sm-circle {
		border-top-left-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-top-sm-pill {
		border-top-left-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-end-sm {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-sm-0 {
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-end-sm-1 {
		border-bottom-right-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-end-sm-2 {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-sm-3 {
		border-bottom-right-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-end-sm-4 {
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-end-sm-5 {
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-end-sm-circle {
		border-bottom-right-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-end-sm-pill {
		border-bottom-right-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-bottom-sm {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-sm-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.rounded-bottom-sm-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-bottom-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-bottom-sm-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-sm-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-bottom-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-bottom-sm-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-bottom-sm-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-bottom-sm-circle {
		border-bottom-left-radius: 50% !important;
		border-bottom-right-radius: 50% !important
	}

	.rounded-bottom-sm-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-bottom-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-start-sm {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-sm-0 {
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 0 !important
	}

	.rounded-start-sm-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-top-left-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-start-sm-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-sm-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-top-left-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-start-sm-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-start-sm-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-left-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-start-sm-circle {
		border-bottom-left-radius: 50% !important;
		border-top-left-radius: 50% !important
	}

	.rounded-start-sm-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-top-left-radius: var(--bs-border-radius-pill) !important
	}

	.w-sm-25 {
		width: 25% !important
	}

	.w-sm-50 {
		width: 50% !important
	}

	.w-sm-75 {
		width: 75% !important
	}

	.w-sm-100 {
		width: 100% !important
	}

	.w-sm-auto {
		width: auto !important
	}

	.mw-sm-100 {
		max-width: 100% !important
	}

	.vw-sm-100 {
		width: 100vw !important
	}

	.min-vw-sm-100 {
		min-width: 100vw !important
	}

	.h-sm-25 {
		height: 25% !important
	}

	.h-sm-50 {
		height: 50% !important
	}

	.h-sm-75 {
		height: 75% !important
	}

	.h-sm-100 {
		height: 100% !important
	}

	.h-sm-auto {
		height: auto !important
	}

	.mh-sm-100 {
		max-height: 100% !important
	}

	.min-vh-sm-100 {
		min-height: 100vh !important
	}

	.position-sm-static {
		position: static !important
	}

	.position-sm-relative {
		position: relative !important
	}

	.position-sm-absolute {
		position: absolute !important
	}

	.position-sm-fixed {
		position: fixed !important
	}

	.position-sm-sticky {
		position: sticky !important
	}

	.top-sm-0 {
		top: 0 !important
	}

	.top-sm-50 {
		top: 50% !important
	}

	.top-sm-100 {
		top: 100% !important
	}

	.bottom-sm-0 {
		bottom: 0 !important
	}

	.bottom-sm-50 {
		bottom: 50% !important
	}

	.bottom-sm-100 {
		bottom: 100% !important
	}

	.start-sm-0 {
		left: 0 !important
	}

	.start-sm-50 {
		left: 50% !important
	}

	.start-sm-100 {
		left: 100% !important
	}

	.translate-middle-sm {
		transform: translate(-50%, -50%) !important
	}

	.translate-middle-sm-x {
		transform: translateX(-50%) !important
	}

	.translate-middle-sm-y {
		transform: translateY(-50%) !important
	}
}

@media (min-width:768px) {
	.border-md {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-md-0 {
		border: 0 !important
	}

	.border-top-md {
		border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-top-md-0 {
		border-top: 0 !important
	}

	.border-end-md {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-end-md-0 {
		border-right: 0 !important
	}

	.border-bottom-md {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-bottom-md-0 {
		border-bottom: 0 !important
	}

	.border-start-md {
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-start-md-0 {
		border-left: 0 !important
	}

	.border-md-primary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-secondary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-success {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-info {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-warning {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-danger {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-light {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-dark {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-white {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
	}

	.border-md-black {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
	}

	.rounded-top-md {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-md-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-top-md-1 {
		border-top-left-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-top-md-2 {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-md-3 {
		border-top-left-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-top-md-4 {
		border-top-left-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-top-md-5 {
		border-top-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-top-md-circle {
		border-top-left-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-top-md-pill {
		border-top-left-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-end-md {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-md-0 {
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-end-md-1 {
		border-bottom-right-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-end-md-2 {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-md-3 {
		border-bottom-right-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-end-md-4 {
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-end-md-5 {
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-end-md-circle {
		border-bottom-right-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-end-md-pill {
		border-bottom-right-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-bottom-md {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-md-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.rounded-bottom-md-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-bottom-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-bottom-md-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-md-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-bottom-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-bottom-md-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-bottom-md-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-bottom-md-circle {
		border-bottom-left-radius: 50% !important;
		border-bottom-right-radius: 50% !important
	}

	.rounded-bottom-md-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-bottom-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-start-md {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-md-0 {
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 0 !important
	}

	.rounded-start-md-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-top-left-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-start-md-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-md-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-top-left-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-start-md-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-start-md-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-left-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-start-md-circle {
		border-bottom-left-radius: 50% !important;
		border-top-left-radius: 50% !important
	}

	.rounded-start-md-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-top-left-radius: var(--bs-border-radius-pill) !important
	}

	.w-md-25 {
		width: 25% !important
	}

	.w-md-50 {
		width: 50% !important
	}

	.w-md-75 {
		width: 75% !important
	}

	.w-md-100 {
		width: 100% !important
	}

	.w-md-auto {
		width: auto !important
	}

	.mw-md-100 {
		max-width: 100% !important
	}

	.vw-md-100 {
		width: 100vw !important
	}

	.min-vw-md-100 {
		min-width: 100vw !important
	}

	.h-md-25 {
		height: 25% !important
	}

	.h-md-50 {
		height: 50% !important
	}

	.h-md-75 {
		height: 75% !important
	}

	.h-md-100 {
		height: 100% !important
	}

	.h-md-auto {
		height: auto !important
	}

	.mh-md-100 {
		max-height: 100% !important
	}

	.min-vh-md-100 {
		min-height: 100vh !important
	}

	.position-md-static {
		position: static !important
	}

	.position-md-relative {
		position: relative !important
	}

	.position-md-absolute {
		position: absolute !important
	}

	.position-md-fixed {
		position: fixed !important
	}

	.position-md-sticky {
		position: sticky !important
	}

	.top-md-0 {
		top: 0 !important
	}

	.top-md-50 {
		top: 50% !important
	}

	.top-md-100 {
		top: 100% !important
	}

	.bottom-md-0 {
		bottom: 0 !important
	}

	.bottom-md-50 {
		bottom: 50% !important
	}

	.bottom-md-100 {
		bottom: 100% !important
	}

	.start-md-0 {
		left: 0 !important
	}

	.start-md-50 {
		left: 50% !important
	}

	.start-md-100 {
		left: 100% !important
	}

	.translate-middle-md {
		transform: translate(-50%, -50%) !important
	}

	.translate-middle-md-x {
		transform: translateX(-50%) !important
	}

	.translate-middle-md-y {
		transform: translateY(-50%) !important
	}
}

@media (min-width:992px) {
	.border-lg {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-lg-0 {
		border: 0 !important
	}

	.border-top-lg {
		border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-top-lg-0 {
		border-top: 0 !important
	}

	.border-end-lg {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-end-lg-0 {
		border-right: 0 !important
	}

	.border-bottom-lg {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-bottom-lg-0 {
		border-bottom: 0 !important
	}

	.border-start-lg {
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-start-lg-0 {
		border-left: 0 !important
	}

	.border-lg-primary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-secondary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-success {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-info {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-warning {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-danger {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-light {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-dark {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-white {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
	}

	.border-lg-black {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
	}

	.rounded-top-lg {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-lg-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-top-lg-1 {
		border-top-left-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-top-lg-2 {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-lg-3 {
		border-top-left-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-top-lg-4 {
		border-top-left-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-top-lg-5 {
		border-top-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-top-lg-circle {
		border-top-left-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-top-lg-pill {
		border-top-left-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-end-lg {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-lg-0 {
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-end-lg-1 {
		border-bottom-right-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-end-lg-2 {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-lg-3 {
		border-bottom-right-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-end-lg-4 {
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-end-lg-5 {
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-end-lg-circle {
		border-bottom-right-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-end-lg-pill {
		border-bottom-right-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-bottom-lg {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-lg-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.rounded-bottom-lg-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-bottom-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-bottom-lg-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-lg-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-bottom-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-bottom-lg-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-bottom-lg-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-bottom-lg-circle {
		border-bottom-left-radius: 50% !important;
		border-bottom-right-radius: 50% !important
	}

	.rounded-bottom-lg-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-bottom-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-start-lg {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-lg-0 {
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 0 !important
	}

	.rounded-start-lg-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-top-left-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-start-lg-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-lg-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-top-left-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-start-lg-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-start-lg-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-left-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-start-lg-circle {
		border-bottom-left-radius: 50% !important;
		border-top-left-radius: 50% !important
	}

	.rounded-start-lg-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-top-left-radius: var(--bs-border-radius-pill) !important
	}

	.w-lg-25 {
		width: 25% !important
	}

	.w-lg-50 {
		width: 50% !important
	}

	.w-lg-75 {
		width: 75% !important
	}

	.w-lg-100 {
		width: 100% !important
	}

	.w-lg-auto {
		width: auto !important
	}

	.mw-lg-100 {
		max-width: 100% !important
	}

	.vw-lg-100 {
		width: 100vw !important
	}

	.min-vw-lg-100 {
		min-width: 100vw !important
	}

	.h-lg-25 {
		height: 25% !important
	}

	.h-lg-50 {
		height: 50% !important
	}

	.h-lg-75 {
		height: 75% !important
	}

	.h-lg-100 {
		height: 100% !important
	}

	.h-lg-auto {
		height: auto !important
	}

	.mh-lg-100 {
		max-height: 100% !important
	}

	.min-vh-lg-100 {
		min-height: 100vh !important
	}

	.position-lg-static {
		position: static !important
	}

	.position-lg-relative {
		position: relative !important
	}

	.position-lg-absolute {
		position: absolute !important
	}

	.position-lg-fixed {
		position: fixed !important
	}

	.position-lg-sticky {
		position: sticky !important
	}

	.top-lg-0 {
		top: 0 !important
	}

	.top-lg-50 {
		top: 50% !important
	}

	.top-lg-100 {
		top: 100% !important
	}

	.bottom-lg-0 {
		bottom: 0 !important
	}

	.bottom-lg-50 {
		bottom: 50% !important
	}

	.bottom-lg-100 {
		bottom: 100% !important
	}

	.start-lg-0 {
		left: 0 !important
	}

	.start-lg-50 {
		left: 50% !important
	}

	.start-lg-100 {
		left: 100% !important
	}

	.translate-middle-lg {
		transform: translate(-50%, -50%) !important
	}

	.translate-middle-lg-x {
		transform: translateX(-50%) !important
	}

	.translate-middle-lg-y {
		transform: translateY(-50%) !important
	}
}

@media (min-width:1200px) {
	.border-xl {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-xl-0 {
		border: 0 !important
	}

	.border-top-xl {
		border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-top-xl-0 {
		border-top: 0 !important
	}

	.border-end-xl {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-end-xl-0 {
		border-right: 0 !important
	}

	.border-bottom-xl {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-bottom-xl-0 {
		border-bottom: 0 !important
	}

	.border-start-xl {
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-start-xl-0 {
		border-left: 0 !important
	}

	.border-xl-primary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-secondary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-success {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-info {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-warning {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-danger {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-light {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-dark {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-white {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
	}

	.border-xl-black {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
	}

	.rounded-top-xl {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-xl-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-top-xl-1 {
		border-top-left-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-top-xl-2 {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-xl-3 {
		border-top-left-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-top-xl-4 {
		border-top-left-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-top-xl-5 {
		border-top-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-top-xl-circle {
		border-top-left-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-top-xl-pill {
		border-top-left-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-end-xl {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-xl-0 {
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-end-xl-1 {
		border-bottom-right-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-end-xl-2 {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-xl-3 {
		border-bottom-right-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-end-xl-4 {
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-end-xl-5 {
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-end-xl-circle {
		border-bottom-right-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-end-xl-pill {
		border-bottom-right-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-bottom-xl {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-xl-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.rounded-bottom-xl-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-bottom-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-bottom-xl-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-xl-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-bottom-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-bottom-xl-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-bottom-xl-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-bottom-xl-circle {
		border-bottom-left-radius: 50% !important;
		border-bottom-right-radius: 50% !important
	}

	.rounded-bottom-xl-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-bottom-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-start-xl {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-xl-0 {
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 0 !important
	}

	.rounded-start-xl-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-top-left-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-start-xl-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-xl-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-top-left-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-start-xl-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-start-xl-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-left-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-start-xl-circle {
		border-bottom-left-radius: 50% !important;
		border-top-left-radius: 50% !important
	}

	.rounded-start-xl-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-top-left-radius: var(--bs-border-radius-pill) !important
	}

	.w-xl-25 {
		width: 25% !important
	}

	.w-xl-50 {
		width: 50% !important
	}

	.w-xl-75 {
		width: 75% !important
	}

	.w-xl-100 {
		width: 100% !important
	}

	.w-xl-auto {
		width: auto !important
	}

	.mw-xl-100 {
		max-width: 100% !important
	}

	.vw-xl-100 {
		width: 100vw !important
	}

	.min-vw-xl-100 {
		min-width: 100vw !important
	}

	.h-xl-25 {
		height: 25% !important
	}

	.h-xl-50 {
		height: 50% !important
	}

	.h-xl-75 {
		height: 75% !important
	}

	.h-xl-100 {
		height: 100% !important
	}

	.h-xl-auto {
		height: auto !important
	}

	.mh-xl-100 {
		max-height: 100% !important
	}

	.min-vh-xl-100 {
		min-height: 100vh !important
	}

	.position-xl-static {
		position: static !important
	}

	.position-xl-relative {
		position: relative !important
	}

	.position-xl-absolute {
		position: absolute !important
	}

	.position-xl-fixed {
		position: fixed !important
	}

	.position-xl-sticky {
		position: sticky !important
	}

	.top-xl-0 {
		top: 0 !important
	}

	.top-xl-50 {
		top: 50% !important
	}

	.top-xl-100 {
		top: 100% !important
	}

	.bottom-xl-0 {
		bottom: 0 !important
	}

	.bottom-xl-50 {
		bottom: 50% !important
	}

	.bottom-xl-100 {
		bottom: 100% !important
	}

	.start-xl-0 {
		left: 0 !important
	}

	.start-xl-50 {
		left: 50% !important
	}

	.start-xl-100 {
		left: 100% !important
	}

	.translate-middle-xl {
		transform: translate(-50%, -50%) !important
	}

	.translate-middle-xl-x {
		transform: translateX(-50%) !important
	}

	.translate-middle-xl-y {
		transform: translateY(-50%) !important
	}
}

@media (min-width:1400px) {
	.border-xxl {
		border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-xxl-0 {
		border: 0 !important
	}

	.border-top-xxl {
		border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-top-xxl-0 {
		border-top: 0 !important
	}

	.border-end-xxl {
		border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-end-xxl-0 {
		border-right: 0 !important
	}

	.border-bottom-xxl {
		border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-bottom-xxl-0 {
		border-bottom: 0 !important
	}

	.border-start-xxl {
		border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
	}

	.border-start-xxl-0 {
		border-left: 0 !important
	}

	.border-xxl-primary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-secondary {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-success {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-info {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-warning {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-danger {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-light {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-dark {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-white {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
	}

	.border-xxl-black {
		--bs-border-opacity: 1;
		border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
	}

	.rounded-top-xxl {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-xxl-0 {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-top-xxl-1 {
		border-top-left-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-top-xxl-2 {
		border-top-left-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-top-xxl-3 {
		border-top-left-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-top-xxl-4 {
		border-top-left-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-top-xxl-5 {
		border-top-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-top-xxl-circle {
		border-top-left-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-top-xxl-pill {
		border-top-left-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-end-xxl {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-xxl-0 {
		border-bottom-right-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.rounded-end-xxl-1 {
		border-bottom-right-radius: var(--bs-border-radius-sm) !important;
		border-top-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-end-xxl-2 {
		border-bottom-right-radius: var(--bs-border-radius) !important;
		border-top-right-radius: var(--bs-border-radius) !important
	}

	.rounded-end-xxl-3 {
		border-bottom-right-radius: var(--bs-border-radius-lg) !important;
		border-top-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-end-xxl-4 {
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-end-xxl-5 {
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
		border-top-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-end-xxl-circle {
		border-bottom-right-radius: 50% !important;
		border-top-right-radius: 50% !important
	}

	.rounded-end-xxl-pill {
		border-bottom-right-radius: var(--bs-border-radius-pill) !important;
		border-top-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-bottom-xxl {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-xxl-0 {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.rounded-bottom-xxl-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-bottom-right-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-bottom-xxl-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-bottom-right-radius: var(--bs-border-radius) !important
	}

	.rounded-bottom-xxl-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-bottom-right-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-bottom-xxl-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-bottom-xxl-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-bottom-xxl-circle {
		border-bottom-left-radius: 50% !important;
		border-bottom-right-radius: 50% !important
	}

	.rounded-bottom-xxl-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-bottom-right-radius: var(--bs-border-radius-pill) !important
	}

	.rounded-start-xxl {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-xxl-0 {
		border-bottom-left-radius: 0 !important;
		border-top-left-radius: 0 !important
	}

	.rounded-start-xxl-1 {
		border-bottom-left-radius: var(--bs-border-radius-sm) !important;
		border-top-left-radius: var(--bs-border-radius-sm) !important
	}

	.rounded-start-xxl-2 {
		border-bottom-left-radius: var(--bs-border-radius) !important;
		border-top-left-radius: var(--bs-border-radius) !important
	}

	.rounded-start-xxl-3 {
		border-bottom-left-radius: var(--bs-border-radius-lg) !important;
		border-top-left-radius: var(--bs-border-radius-lg) !important
	}

	.rounded-start-xxl-4 {
		border-bottom-left-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: var(--bs-border-radius-xl) !important
	}

	.rounded-start-xxl-5 {
		border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
		border-top-left-radius: var(--bs-border-radius-xxl) !important
	}

	.rounded-start-xxl-circle {
		border-bottom-left-radius: 50% !important;
		border-top-left-radius: 50% !important
	}

	.rounded-start-xxl-pill {
		border-bottom-left-radius: var(--bs-border-radius-pill) !important;
		border-top-left-radius: var(--bs-border-radius-pill) !important
	}

	.w-xxl-25 {
		width: 25% !important
	}

	.w-xxl-50 {
		width: 50% !important
	}

	.w-xxl-75 {
		width: 75% !important
	}

	.w-xxl-100 {
		width: 100% !important
	}

	.w-xxl-auto {
		width: auto !important
	}

	.mw-xxl-100 {
		max-width: 100% !important
	}

	.vw-xxl-100 {
		width: 100vw !important
	}

	.min-vw-xxl-100 {
		min-width: 100vw !important
	}

	.h-xxl-25 {
		height: 25% !important
	}

	.h-xxl-50 {
		height: 50% !important
	}

	.h-xxl-75 {
		height: 75% !important
	}

	.h-xxl-100 {
		height: 100% !important
	}

	.h-xxl-auto {
		height: auto !important
	}

	.mh-xxl-100 {
		max-height: 100% !important
	}

	.min-vh-xxl-100 {
		min-height: 100vh !important
	}

	.position-xxl-static {
		position: static !important
	}

	.position-xxl-relative {
		position: relative !important
	}

	.position-xxl-absolute {
		position: absolute !important
	}

	.position-xxl-fixed {
		position: fixed !important
	}

	.position-xxl-sticky {
		position: sticky !important
	}

	.top-xxl-0 {
		top: 0 !important
	}

	.top-xxl-50 {
		top: 50% !important
	}

	.top-xxl-100 {
		top: 100% !important
	}

	.bottom-xxl-0 {
		bottom: 0 !important
	}

	.bottom-xxl-50 {
		bottom: 50% !important
	}

	.bottom-xxl-100 {
		bottom: 100% !important
	}

	.start-xxl-0 {
		left: 0 !important
	}

	.start-xxl-50 {
		left: 50% !important
	}

	.start-xxl-100 {
		left: 100% !important
	}

	.translate-middle-xxl {
		transform: translate(-50%, -50%) !important
	}

	.translate-middle-xxl-x {
		transform: translateX(-50%) !important
	}

	.translate-middle-xxl-y {
		transform: translateY(-50%) !important
	}
}

.docs-nav-sidebar {
	background-color: var(--bs-body-bg);
	border-right: 1px solid var(--bs-gray-200);
	font-weight: 500;
	height: 100%;
	position: fixed;
	top: 0;
	width: 15.625rem;
	z-index: 22
}

.docs-nav-sidebar .docs-nav {
	height: 100% !important;
	overflow-y: auto;
	padding: 70px 0
}

@media (max-width:768px) {
	.docs-nav-sidebar .docs-nav {
		padding: 14px 0
	}
}

.docs-nav-sidebar .navbar {
	padding: 0
}

.docs-nav-sidebar .navbar-nav {
	min-width: 100%
}

@media (max-width:375px) {
	.docs-nav-sidebar .navbar-nav {
		padding-top: 25px
	}
}

.docs-nav-sidebar .navbar-nav .navbar-header {
	font-size: .75rem;
	margin-bottom: 1rem;
	margin-top: 1.5625rem;
	padding: 0 1.25rem
}

.docs-nav-sidebar .navbar-nav .navbar-header .heading {
	color: var(--bs-gray-800);
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize
}

.docs-nav-sidebar .navbar-nav .navbar-border {
	border-bottom: 1px solid var(--bs-gray-200);
	margin: 1.25rem 0
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link {
	border-bottom: none;
	border-radius: var(--bs-border-radius);
	color: var(--bs-gray-500) !important;
	font-size: .875rem;
	line-height: 1.25rem;
	margin: .05rem 1.25rem;
	padding: .275rem .675rem
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
	background-color: transparent;
	color: var(--bs-primary) !important
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active {
	background-color: transparent;
	color: #28B8EC !important
}

.docs-main-wrapper {
	min-height: 100%;
	position: relative
}

.docs-wrapper {
	left: 0;
	margin-left: 15.625rem;
	position: relative
}

.docs-content {
	padding: 8rem 0
}

@media (max-width:768px) {
	.docs-content {
		padding: 4.5rem 0
	}
}

.scrollspy-example {
	height: 12.5rem;
	margin-top: .5rem;
	overflow: auto;
	position: relative
}

.scrollspy-example-2 {
	height: 21.875rem;
	overflow: auto;
	position: relative
}

.color-swatch {
	margin-bottom: 1.875rem
}

.color-swatch-header {
	border-radius: .5rem;
	height: 4.5rem
}

.color-swatch-body {
	line-height: 1;
	margin-top: .875rem
}

.color-swatch-body-label {
	margin-bottom: .25rem
}

.color-swatch-body-value {
	margin-bottom: 0
}

@media only screen and (max-width:480px) {
	.docs-nav-sidebar {
		position: relative;
		right: 0;
		width: 100%
	}

	.docs-nav-sidebar .top-search-bar {
		border-bottom: 1px solid var(--bs-gray-300);
		margin-top: 2.875rem;
		padding: 1.25rem
	}

	.docs-nav-sidebar .navbar-toggler {
		background-color: var(--bs-white);
		color: var(--bs-primary)
	}

	.docs-wrapper {
		margin-left: 0
	}

	.docs-main-wrapper .main-content {
		margin-left: 0;
		width: auto
	}
}

.ratio {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-300);
	color: var(--bs-gray-500);
	display: inline-block;
	width: 10rem
}

.docs-content .nav-line-bottom .nav-item .nav-link {
	padding: .75rem
}

.simple-list-example-scrollspy .active {
	background-color: var(--bs-gray-200)
}

code[class*=language-],
pre[class*=language-] {
	font-size: .875rem
}

.border-box {
	background-color: var(--bs-gray-200);
	display: inline-block;
	height: 5rem;
	margin: .25rem;
	width: 5rem
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	font-weight: 700;
	letter-spacing: -.03em
}

figure {
	margin: 0
}

iframe {
	width: 100%
}

::selection {
	background: var(--bs-primary-bg-subtle);
	color: #fff
}

::-moz-selection {
	background: var(--bs-primary-bg-subtle);
	color: #381866
}

b,
strong {
	color: var(--bs-gray-800);
	font-weight: bolder
}

.blockquote {
	background-color: var(--bs-gray-100);
	border-radius: 12px;
	color: var(--bs-gray-500);
	margin: 20px auto;
	padding: 24px 24px 24px 56px;
	position: relative
}

.blockquote:before {
	color: var(--bs-gray-500);
	content: "\f6b0";
	display: block;
	font-family: bootstrap-icons;
	font-size: 3em;
	font-size: 32px;
	left: 16px;
	position: absolute;
	top: 4px
}

.avatar {
	display: inline-block;
	height: 3rem;
	position: relative;
	width: 3rem
}

.avatar-xs {
	height: 1.5rem;
	width: 1.5rem
}

.avatar-sm {
	height: 2rem;
	width: 2rem
}

.avatar-md {
	height: 2.5rem;
	width: 2.5rem
}

.avatar-lg {
	height: 3.5rem;
	width: 3.5rem
}

.avatar-xl {
	height: 5rem;
	width: 5rem
}

.avatar-xxl {
	height: 7rem;
	width: 7rem
}

.zoom-img {
	border-radius: .75rem;
	overflow: hidden;
	transform: translateZ(0)
}

.zoom-img img {
	display: block;
	transition: transform .35s ease-in-out
}

.zoom-img:hover img {
	transform: scale(1.05)
}

.img-overlay,
.img-overlay .img-color {
	position: relative;
	transition: .5s ease
}

.img-overlay .img-color {
	background-color: var(--bs-gray-600);
	border-radius: .75rem
}

.img-overlay .img-color:hover img {
	mix-blend-mode: luminosity;
	opacity: .4;
	transition: .2s ease
}

.marquee {
	height: 65px;
	line-height: 4.5;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100vw
}

.marquee .track {
	animation: marquee 100s linear infinite
}

.marquee .track,
.marquee .track-2 {
	white-space: nowrap;
	will-change: transform
}

.marquee .track-2 {
	animation: marquee-left 100s linear infinite
}

@keyframes marquee {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

@keyframes marquee-left {
	to {
		transform: translateX(0)
	}

	0% {
		transform: translateX(-50%)
	}
}

.lift {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	border-radius: .75rem;
	transform: translateY(0);
	transition: all .3s ease
}

.lift:hover {
	box-shadow: 0 .25rem 1.25rem rgba(52, 63, 82, .1);
	transform: translateY(-.4rem)
}

.card-lift {
	border-radius: .75rem;
	transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-lift.active,
.card-lift:focus,
.card-lift:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
	transform: translateY(-.25rem)
}

.card-primary {
	background-color: var(--bs-gray-100);
	cursor: pointer;
	transition: .5s ease-in-out
}

.card-primary .card-title {
	color: var(--bs-gray-800)
}

.card-primary:hover {
	background-color: var(--bs-primary)
}

.card-primary:hover .card-title {
	color: var(--bs-white)
}

.card-primary:hover .card-text {
	color: var(--bs-gray-100)
}

.card-primary:hover .card-link {
	color: var(--bs-white)
}

.card-hover {
	box-shadow: .2s ease-in-out;
	cursor: pointer;
	display: block;
	transition: .3s ease-in-out
}

.card-hover svg {
	fill: var(--bs-gray-400)
}

.card-hover:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
	transform: translateY(-.25rem)
}

.card-hover:hover span {
	border-color: var(--bs-primary) !important
}

.card-hover:hover .card-text {
	color: var(--bs-primary)
}

.card-hover:hover svg {
	fill: var(--bs-primary)
}

.card-grid {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	border-top: 2px solid var(--bs-gray-200);
	cursor: pointer;
	display: flex;
	height: 230px;
	justify-content: space-between;
	position: relative;
	transition: all .3s ease
}

.card-grid .card-grid-inner {
	background: none;
	padding: 24px;
	position: absolute;
	transition: all .3s ease;
	width: 100%;
	z-index: 2
}

@media (min-width:990px) {
	.card-grid .card-grid-heading {
		max-width: 50%
	}
}

.card-grid .card-grid-text {
	opacity: 0;
	transition: all .3s ease;
	visibility: hidden
}

.card-grid .card-grid-image {
	height: auto;
	margin: 24px 0;
	position: absolute;
	right: 0;
	width: 210px
}

@media (min-width:990px) {
	.card-grid:hover {
		border-top-color: var(--bs-primary);
		border-width: 2px;
		z-index: 3
	}

	.card-grid:hover .card-grid-inner {
		background-color: var(--bs-white);
		box-shadow: 0 .5rem 1rem rgba(2, 6, 23, .15)
	}

	.card-grid:hover .card-grid-image {
		opacity: 0;
		visibility: hidden
	}

	.card-grid:hover .card-grid-text {
		opacity: 1;
		visibility: visible
	}
}

@media (max-width:990px) {
	.card-grid {
		height: auto
	}

	.card-grid .card-grid-inner {
		position: relative
	}

	.card-grid .card-grid-image,
	.card-grid .card-grid-text {
		display: none;
		opacity: 0;
		visibility: hidden
	}
}

@media (max-width:576px) {
	.nav-lb-tab {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden
	}

	.nav-lb-tab::-webkit-scrollbar {
		display: none
	}
}

.nav-lb-tab .nav-item {
	margin: 0 1.5rem
}

.nav-lb-tab .nav-item .nav-link {
	border-radius: 0;
	color: var(--bs-gray-500);
	font-weight: 500;
	margin-bottom: -1px;
	padding: 8px 0;
	white-space: nowrap
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
	background-color: transparent;
	border-bottom: 2px solid var(--bs-primary);
	color: var(--bs-primary)
}

.nav-line-bottom {
	border-bottom: 3px solid var(--bs-border-color)
}

@media (max-width:576px) {
	.nav-line-bottom {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden
	}

	.nav-line-bottom::-webkit-scrollbar {
		display: none
	}
}

.nav-line-bottom .nav-item .nav-link {
	border-radius: 0;
	color: var(--bs-gray-600);
	font-weight: 500;
	margin-bottom: -3px;
	padding: 12px 55px;
	white-space: nowrap
}

@media (max-width:576px) {
	.nav-line-bottom .nav-item .nav-link {
		padding: .8rem
	}
}

.nav-line-bottom .nav-item .nav-link.active {
	background-color: transparent;
	border-bottom: 3px solid var(--bs-primary);
	color: var(--bs-primary)
}

@media (max-width:576px) {
	.nav-line-bottom .nav-item .nav-link.active {
		padding: .747rem
	}
}

.nav-line-bottom .nav-item .nav-link:hover {
	background-color: transparent;
	border-bottom: 3px solid var(--bs-primary);
	color: var(--bs-primary)
}

.nav-line-bottom .nav-item .nav-link .badge {
	line-height: 1.4
}

@media (max-width:990px) {
	.nav-primary {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden
	}

	.nav-primary::-webkit-scrollbar {
		display: none
	}
}

.nav-primary .nav-item .nav-link {
	align-items: flex-start;
	background-color: var(--bs-light);
	color: var(--bs-gray-500);
	display: flex;
	flex-direction: row;
	font-size: .875rem;
	font-weight: 600;
	padding: 8px 24px;
	white-space: nowrap
}

.nav-primary .nav-item .nav-link.active {
	background-color: var(--bs-primary);
	color: var(--bs-white)
}

.nav-primary .nav-item .nav-link:hover {
	background-color: var(--bs-primary);
	color: var(--bs-light)
}

.nav-account .nav-item {
	margin: .125rem 0
}

.nav-account .nav-item .nav-link {
	background-color: transparent;
	border-radius: .5rem;
	color: var(--bs-gray-500);
	font-weight: 500;
	line-height: 1;
	padding: 12px 16px;
	transition: .2s ease-in-out
}

.nav-account .nav-item .nav-link svg {
	vertical-align: top
}

.nav-account .nav-item .nav-link:hover {
	background-color: var(--bs-gray-200);
	color: var(--bs-gray-800)
}

.nav-account .nav-item .nav-link.active {
	background-color: var(--bs-primary);
	color: #fff
}

.nav-custom-pill {
	background-color: var(--bs-gray-200);
	border-radius: .25rem;
	font-size: .875rem;
	font-weight: 600;
	padding: .35rem
}

.nav-custom-pill .nav-link {
	align-items: center;
	border-radius: .25rem;
	color: var(--bs-gray-500);
	display: flex;
	padding: 4px 12px;
	transition: color .2s ease 0s
}

.nav-custom-pill .nav-link.active {
	background-color: var(--bs-white);
	box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .05), 0 .0625rem .125rem rgba(0, 0, 0, .1);
	color: var(--bs-dark);
	transition: transform .2s ease 0s, width .1s ease 0s
}

@media (max-width:990px) {
	.nav-logo {
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 26px
	}
}

.nav-logo .nav-item .nav-link {
	opacity: .5
}

@media (max-width:990px) {
	.nav-logo .nav-item .nav-link {
		padding: 0
	}
}

.nav-logo .nav-item .nav-link.active {
	opacity: 1
}

.pattern-square {
	position: relative
}

.pattern-square:after {
	background-image: url(/Uploads/Public/Images/patterns/pattern-square.svg);
	background-position: top;
	bottom: 0;
	content: "";
	height: 312px;
	left: 0;
	-webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
	mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
	padding: 40px 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.text-pattern-line {
	position: relative
}

.text-pattern-line:after {
	background-image: url(/Uploads/Public/Images/patterns/curve.svg);
	background-repeat: no-repeat;
	bottom: -22px;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	width: 201px
}

.bg-pattern {
	position: relative
}

.bg-pattern:after {
	background-image: url(/Uploads/Public/Images/patterns/pattern-white.svg);
	background-position: top;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	-webkit-mask-image: linear-gradient(0deg, transparent 55%, #000 75%);
	mask-image: linear-gradient(0deg, transparent 55%, #000 75%);
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0
}

.line-pattern {
	position: relative
}

.line-pattern:after {
	background-image: url(/Uploads/Public/Images/patterns/line-pattern.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.right-slant-shape {
	position: relative
}

.right-slant-shape:after {
	background-color: var(--bs-light);
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -1px;
	-webkit-clip-path: polygon(100% 81%, 0 100%, 100% 100%);
	clip-path: polygon(100% 81%, 0 100%, 100% 100%);
	content: "";
	height: 380px;
	position: absolute;
	width: 100%
}

.custom-popover {
	--bs-popover-max-width: 200px;
	--bs-popover-border-color: var(--bs-primary);
	--bs-popover-header-bg: var(--bs-primary);
	--bs-popover-header-color: var(--bs-white);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 0.5rem
}

.custom-tooltip {
	--bs-tooltip-bg: var(--bs-primary)
}

.accordions-icon>a:before {
	color: var(--bs-primary);
	content: "\f2ea";
	font-family: bootstrap-icons;
	font-size: 1.25rem;
	padding-right: 16px
}

.accordions-icon>a.collapsed:before {
	content: "\f4fe"
}

.chevron-arrow {
	display: inline-block;
	transition: .5s ease-in-out
}

[aria-expanded=true] .chevron-arrow {
	transform: rotate(-180deg)
}

.hero-agency {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 768px;
	overflow: hidden
}

@media (max-width:768px) {
	.hero-agency {
		min-height: 500px
	}
}

video {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%
}

.btn-icon {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	font-size: .92969rem;
	font-weight: 400;
	height: 2.8rem;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 2.8rem
}

.btn-icon.btn-xs {
	font-size: .75rem;
	height: 1.53125rem;
	width: 1.53125rem
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
	font-size: .875rem;
	height: 2.1875rem;
	width: 2.1875rem
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
	font-size: 1rem;
	height: 3.36875rem;
	width: 3.36875rem
}

.btn-shadow {
	transition-duration: .4s
}

.btn-shadow:hover {
	box-shadow: 0 .25rem 1rem rgba(55, 53, 58, .3)
}

@media (max-width:990px) {
	.btn-logo {
		align-items: center;
		border-radius: 50%;
		display: inline-flex;
		height: 56px;
		justify-content: center;
		width: 56px
	}
}

.btn-light {
	--bs-btn-color: #64748b;
	--bs-btn-bg: #00446a;
	--bs-btn-border-color: #00446a;
	--bs-btn-hover-color: #334155;
	--bs-btn-hover-bg: #e2e8f0;
	--bs-btn-hover-border-color: #e2e8f0;
	--bs-btn-active-color: #334155;
	--bs-btn-active-bg: #e2e8f0;
	--bs-btn-active-border-color: #e2e8f0;
	--bs-btn-disabled-color: #334155;
	--bs-btn-disabled-bg: #00446a;
	--bs-btn-disabled-border-color: #00446a;
}

.btn-white {
	--bs-btn-color: #334155;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #28B8EC;
	--bs-btn-hover-bg: #e8d8ff;
	--bs-btn-hover-border-color: #e8d8ff;
	--bs-btn-active-color: #28B8EC;
	--bs-btn-active-bg: #e8d8ff;
	--bs-btn-active-border-color: #e8d8ff;
	--bs-btn-disabled-color: #28B8EC;
	--bs-btn-disabled-bg: #f1f5f9;
	--bs-btn-disabled-border-color: #f1f5f9
}

.btn-secondary {
	--bs-btn-color: #1e293b;
	--bs-btn-bg: #e2e8f0;
	--bs-btn-border-color: #e2e8f0;
	--bs-btn-hover-color: #1e293b;
	--bs-btn-hover-bg: #cbd5e1;
	--bs-btn-hover-border-color: #cbd5e1;
	--bs-btn-active-color: #1e293b;
	--bs-btn-active-bg: #cbd5e1;
	--bs-btn-active-border-color: #cbd5e1;
	--bs-btn-disabled-color: #1e293b;
	--bs-btn-disabled-bg: #f1f5f9;
	--bs-btn-disabled-border-color: #f1f5f9
}

.btn-lift {
	transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.btn-lift:hover {
	border-color: var(--bs-primary);
	box-shadow: 0 .125rem .25rem rgba(2, 6, 23, .075);
	transform: translateY(-.25rem)
}

.price-wrapper .price-switcher-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.price-wrapper .price-switcher-wrapper .price-switchers {
	background-color: var(--bs-gray-200);
	border: .2rem solid transparent;
	border-radius: 1.5rem;
	box-sizing: content-box;
	clear: both;
	height: 1rem;
	position: relative;
	text-align: center;
	width: 2rem
}

.price-wrapper .price-switcher-wrapper .price-switchers .price-switcher {
	cursor: pointer;
	float: left;
	height: 1rem;
	line-height: 1rem;
	position: relative;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	width: 100%;
	z-index: 888
}

.price-wrapper .price-switcher-wrapper .price-switchers .price-switcher:first-child.price-switcher-active~.switcher-button {
	left: 0
}

.price-wrapper .price-switcher-wrapper .price-switchers .price-switcher:nth-child(2).price-switcher-active~.switcher-button {
	left: 50%
}

.price-wrapper .price-switcher-wrapper .price-switchers .switcher-button {
	border: none;
	border-radius: 100%;
	display: block;
	height: 1rem;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	transition: .3s ease-in-out;
	width: 1rem;
	z-index: 555
}

.price-wrapper .price-switcher-wrapper .price-switchers .price-switcher.price-switcher-active {
	color: var(--bs-white)
}

.price-wrapper .price-text {
	height: 2.3rem;
	position: relative
}

.price-wrapper .price-text .price {
	display: flex;
	justify-content: center;
	position: absolute
}

.price-wrapper .price-text .price-hidden {
	display: none
}

.price-wrapper .price-text .price-show {
	animation: priceAnimationShow .6s forwards
}

.price-wrapper .price-text .price-hide {
	animation: priceAnimationFade .6s forwards
}

@keyframes priceAnimationFade {
	0% {
		opacity: 1;
		transform: translateY(0)
	}

	to {
		opacity: 0;
		transform: translateY(80%)
	}
}

@keyframes priceAnimationShow {
	0% {
		opacity: 0;
		transform: translateY(-80%)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.btn-arrow {
	position: relative
}

.btn-arrow .icon-arrow {
	bottom: 0;
	color: var(--bs-gray-800);
	left: 0;
	margin: 1rem;
	opacity: 0;
	position: absolute;
	transition: opacity .35s ease
}

.btn-arrow:hover .icon-arrow {
	opacity: 1
}

.btn-scroll-top {
	background-color: var(--bs-white);
	border-radius: 10px;
	bottom: 1.5rem;
	box-shadow: inset 0 0 0 .1rem rgba(227, 229, 233, .25);
	opacity: 0;
	position: fixed;
	right: 1.5rem;
	transform: translateY(.75rem);
	transition: all .2s linear, margin-right 0s;
	visibility: hidden;
	z-index: 1010
}

.btn-scroll-top,
.btn-scroll-top:after {
	cursor: pointer;
	display: block;
	height: 3rem;
	width: 3rem
}

.btn-scroll-top:after {
	color: var(--bs-primary);
	content: "\f145";
	font-family: bootstrap-icons !important;
	font-size: 1.5rem;
	left: 0;
	line-height: 3rem;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all .2s linear;
	z-index: 1
}

.btn-scroll-top.active-progress {
	transform: translateY(0);
	visibility: visible
}

@media (min-width:320px) {
	.btn-scroll-top.active-progress {
		opacity: 1
	}
}

.btn-scroll-top svg path {
	fill: none
}

.btn-scroll-top svg.progress-square path {
	stroke: var(--bs-primary);
	stroke-width: 2;
	box-sizing: border-box;
	transition: all .2s linear
}

.play-btn {
	background-color: hsla(0, 0%, 100%, .85);
	font-size: 24px;
	line-height: 32px;
	position: relative
}

.play-btn:before {
	animation-delay: 0s;
	animation: pulsate1 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	border: 5px solid var(--bs-border-color);
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	content: "";
	height: 150%;
	opacity: 1;
	position: absolute;
	width: 150%
}

@keyframes pulsate1 {
	0% {
		opacity: 1;
		transform: scale(.8)
	}

	to {
		box-shadow: none;
		opacity: 0;
		transform: scale(1)
	}
}

.btn-airbnb {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-airbnb:active,
.btn-airbnb:focus,
.btn-airbnb:hover {
	background-color: #fd5c63 !important;
	border-color: #fd5c63 !important;
	color: #fff !important
}

.btn-behance {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-behance:active,
.btn-behance:focus,
.btn-behance:hover {
	background-color: #1769ff !important;
	border-color: #1769ff !important;
	color: #fff !important
}

.btn-blogger {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-blogger:active,
.btn-blogger:focus,
.btn-blogger:hover {
	background-color: #f57d00 !important;
	border-color: #f57d00 !important;
	color: #fff !important
}

.btn-codepen {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-codepen:active,
.btn-codepen:focus,
.btn-codepen:hover {
	background-color: #0ebeff !important;
	border-color: #0ebeff !important;
	color: #fff !important
}

.btn-discord {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-discord:active,
.btn-discord:focus,
.btn-discord:hover {
	background-color: #7289da !important;
	border-color: #7289da !important;
	color: #fff !important
}

.btn-dribbble {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
	background-color: #ea4c89 !important;
	border-color: #ea4c89 !important;
	color: #fff !important
}

.btn-dropbox {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-dropbox:active,
.btn-dropbox:focus,
.btn-dropbox:hover {
	background-color: #007ee5 !important;
	border-color: #007ee5 !important;
	color: #fff !important
}

.btn-facebook {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
	background-color: #1877f2 !important;
	border-color: #1877f2 !important;
	color: #fff !important
}

.btn-flickr {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-flickr:active,
.btn-flickr:focus,
.btn-flickr:hover {
	background-color: #0063dc !important;
	border-color: #0063dc !important;
	color: #fff !important
}

.btn-foursquare {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-foursquare:active,
.btn-foursquare:focus,
.btn-foursquare:hover {
	background-color: #f94877 !important;
	border-color: #f94877 !important;
	color: #fff !important
}

.btn-gitlab {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-gitlab:active,
.btn-gitlab:focus,
.btn-gitlab:hover {
	background-color: #fc6d26 !important;
	border-color: #fc6d26 !important;
	color: #fff !important
}

.btn-github {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-github:active,
.btn-github:focus,
.btn-github:hover {
	background-color: #4078c0 !important;
	border-color: #4078c0 !important;
	color: #fff !important
}

.btn-google {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-google:active,
.btn-google:focus,
.btn-google:hover {
	background-color: #ea4335 !important;
	border-color: #ea4335 !important;
	color: #fff !important
}

.btn-instagram {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
	background-color: #405de6 !important;
	border-color: #405de6 !important;
	color: #fff !important
}

.btn-kickstarter {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-kickstarter:active,
.btn-kickstarter:focus,
.btn-kickstarter:hover {
	background-color: #2bde73 !important;
	border-color: #2bde73 !important;
	color: #fff !important
}

.btn-linkedin {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
	background-color: #0077b5 !important;
	border-color: #0077b5 !important;
	color: #fff !important
}

.btn-medium {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-medium:active,
.btn-medium:focus,
.btn-medium:hover {
	background-color: #00ab6c !important;
	border-color: #00ab6c !important;
	color: #fff !important
}

.btn-messenger {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-messenger:active,
.btn-messenger:focus,
.btn-messenger:hover {
	background-color: #0084ff !important;
	border-color: #0084ff !important;
	color: #fff !important
}

.btn-ok {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-ok:active,
.btn-ok:focus,
.btn-ok:hover {
	background-color: #ed812b !important;
	border-color: #ed812b !important;
	color: #fff !important
}

.btn-patreon {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-patreon:active,
.btn-patreon:focus,
.btn-patreon:hover {
	background-color: #f96854 !important;
	border-color: #f96854 !important;
	color: #fff !important
}

.btn-pinterest {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
	background-color: #e60023 !important;
	border-color: #e60023 !important;
	color: #fff !important
}

.btn-product-hunt {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-product-hunt:active,
.btn-product-hunt:focus,
.btn-product-hunt:hover {
	background-color: #da552f !important;
	border-color: #da552f !important;
	color: #fff !important
}

.btn-reddit {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
	background-color: #ff4500 !important;
	border-color: #ff4500 !important;
	color: #fff !important
}

.btn-skype {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
	background-color: #00aff0 !important;
	border-color: #00aff0 !important;
	color: #fff !important
}

.btn-slack {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-slack:active,
.btn-slack:focus,
.btn-slack:hover {
	background-color: #611f69 !important;
	border-color: #611f69 !important;
	color: #fff !important
}

.btn-snapchat {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
	background-color: #fffc00 !important;
	border-color: #fffc00 !important;
	color: #fff !important
}

.btn-stack-overflow {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-stack-overflow:active,
.btn-stack-overflow:focus,
.btn-stack-overflow:hover {
	background-color: #f48024 !important;
	border-color: #f48024 !important;
	color: #fff !important
}

.btn-steam {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-steam:active,
.btn-steam:focus,
.btn-steam:hover {
	background-color: #00adee !important;
	border-color: #00adee !important;
	color: #fff !important
}

.btn-telegram {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-telegram:active,
.btn-telegram:focus,
.btn-telegram:hover {
	background-color: #08c !important;
	border-color: #08c !important;
	color: #fff !important
}

.btn-tiktok {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-tiktok:active,
.btn-tiktok:focus,
.btn-tiktok:hover {
	background-color: #fe2c55 !important;
	border-color: #fe2c55 !important;
	color: #fff !important
}

.btn-trip-advisor {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-trip-advisor:active,
.btn-trip-advisor:focus,
.btn-trip-advisor:hover {
	background-color: #00af87 !important;
	border-color: #00af87 !important;
	color: #fff !important
}

.btn-tumblr {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
	background-color: #35465c !important;
	border-color: #35465c !important;
	color: #fff !important
}

.btn-twitch {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-twitch:active,
.btn-twitch:focus,
.btn-twitch:hover {
	background-color: #9146ff !important;
	border-color: #9146ff !important;
	color: #fff !important
}

.btn-twitter {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
	background-color: #1da1f2 !important;
	border-color: #1da1f2 !important;
	color: #fff !important
}

.btn-vimeo {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
	background-color: #1ab7ea !important;
	border-color: #1ab7ea !important;
	color: #fff !important
}

.btn-vk {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-vk:active,
.btn-vk:focus,
.btn-vk:hover {
	background-color: #45668e !important;
	border-color: #45668e !important;
	color: #fff !important
}

.btn-whatsapp {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
	background-color: #128c7e !important;
	border-color: #128c7e !important;
	color: #fff !important
}

.btn-youtube {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
	background-color: red !important;
	border-color: red !important;
	color: #fff !important
}

.btn-zoom {
	background-color: var(--bs-gray-100);
	border: 1px solid var(--bs-gray-200);
	color: var(--bs-gray-500)
}

.btn-zoom:active,
.btn-zoom:focus,
.btn-zoom:hover {
	background-color: #2d8cff !important;
	border-color: #2d8cff !important;
	color: #fff !important
}

button:focus {
	outline: none
}

.table-lg>:not(caption)>*>* {
	padding: 1rem
}

.table-centered td,
.table-centered th {
	vertical-align: middle !important
}

.table-responsive-lg::-webkit-scrollbar,
.table-responsive-md::-webkit-scrollbar,
.table-responsive-xl::-webkit-scrollbar {
	height: 3px
}

.table-responsive-lg::-webkit-scrollbar-track,
.table-responsive-md::-webkit-scrollbar-track,
.table-responsive-xl::-webkit-scrollbar-track {
	background: var(--bs-gray-200);
	border-radius: .75rem
}

.table-responsive-lg::-webkit-scrollbar-thumb,
.table-responsive-md::-webkit-scrollbar-thumb,
.table-responsive-xl::-webkit-scrollbar-thumb {
	background: #28B8EC;
	border-radius: .75rem
}

.table-responsive-lg::-webkit-scrollbar-thumb:hover,
.table-responsive-md::-webkit-scrollbar-thumb:hover,
.table-responsive-xl::-webkit-scrollbar-thumb:hover {
	background: var(--bs-gray-500)
}

.dropdown-menu {
	border: none;
	border-radius: .5rem;
	box-shadow: var(--bs-box-shadow);
	line-height: 1.5rem;
	padding: 1rem 0;
	z-index: 1021
}

.dropdown-header {
	color: var(--bs-gray-800);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: .25rem 1.5rem;
	text-transform: uppercase
}

.dropdown-text {
	color: var(--bs-gray-500);
	font-size: .75rem;
	line-height: 1.4;
	padding: .25rem 1.2rem
}

.dropdown-item {
	align-items: center;
	display: flex;
	font-weight: 500;
	padding: .25rem 1.5rem
}

.dropdown-menu-xs {
	border-radius: .5rem;
	min-width: 8rem !important
}

.dropdown-menu-md {
	border-radius: .5rem;
	min-width: 17rem !important
}

.dropdown-menu-lg {
	border-radius: .5rem;
	min-width: 22rem !important
}

.dropdown-menu-xl {
	border-radius: .5rem;
	min-width: 24rem !important
}

.dropdown-menu-xxl {
	border-radius: .5rem;
	min-width: 40rem !important
}

.dropdown-mega-menu {
	border-radius: .5rem;
	min-width: 1140px !important
}

.dropdown-toggle:after {
	content: "\f282";
	float: right
}

.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
	border: 0;
	font-family: bootstrap-icons !important;
	margin-left: .255em;
	vertical-align: .255em
}

.dropup .dropdown-toggle:after {
	content: "\e931";
	display: inline-block
}

.dropend .dropdown-toggle:after {
	border: 0;
	content: "\e930";
	display: inline-block;
	font-family: Feather !important;
	margin-left: .255em;
	vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
	border: 0;
	content: "\e92f";
	display: inline-block;
	font-family: Feather !important;
	margin-right: .255em
}

.navbar {
	background-color: var(--bs-body-bg);
	box-shadow: 0 .125rem .25rem rgba(2, 6, 23, .075);
	padding: .5rem
}

@media (max-width:990px) {
	.navbar {
		padding: .75rem .5rem
	}
}

.navbar .navbar-brand {
	padding-bottom: .2rem;
	padding-top: .2rem
}

.navbar .navbar-toggler {
	border: 2px solid var(--bs-dark);
	color: var(--bs-dark);
	font-size: 1.5rem;
	padding: .25rem .5rem
}

.navbar .navbar-toggler:focus {
	box-shadow: none;
	outline: 0
}

.navbar .dropdown .dropdown-toggle:after {
	color: var(--bs-gray-500);
	content: "\f282";
	font-family: bootstrap-icons !important;
	line-height: 1.5rem;
	margin-left: .625rem
}

.navbar .dropdown .dropdown-toggle:after:hover {
	transform: rotate(180deg)
}

.navbar .dropdown-menu {
	border: none;
	border-radius: .5rem;
	box-shadow: var(--bs-box-shadow);
	color: var(--bs-gray-800);
	margin-top: 0;
	min-width: 12rem;
	top: 100%
}

@media (max-width:992px) {
	.navbar .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
		min-width: 0 !important
	}
}

.navbar .dropdown-menu .dropdown-submenu a:after {
	position: absolute;
	right: 1rem;
	transform: rotate(-90deg)
}

.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
	border-radius: .5rem;
	box-shadow: var(--bs-box-shadow);
	left: 100%;
	min-width: 12rem;
	right: auto;
	top: -18px
}

@media (max-width:992px) {
	.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
		box-shadow: none
	}
}

.navbar .dropdown-fullwidth {
	position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
	left: 0 !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	right: 0 !important;
	top: 100%;
	transform: none !important;
	width: 100%
}

@media (min-width:990px) {
	.navbar .navbar-nav .dropdown>.dropdown-menu {
		left: 50%;
		transform: translate(-50%, 10px)
	}
}

.navbar .navbar-nav .dropend>.dropdown-menu {
	transform: translateY(10px)
}

.navbar .navbar-nav .nav-item .nav-link {
	border-radius: .25rem;
	color: var(--bs-gray-500);
	font-size: .9375rem;
	font-weight: 500;
	padding: .7rem 1rem
}

@media (max-width:992px) {
	.navbar .navbar-nav .nav-item .nav-link {
		border-bottom: 1px solid var(--bs-gray-200);
		border-radius: 0;
		padding: .75rem 0 !important
	}

	.navbar .navbar-nav .nav-item .nav-link:hover {
		background-color: transparent !important;
		color: var(--bs-dark)
	}
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
	box-shadow: none
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:hover {
	color: var(--bs-primary)
}

@media (min-width:1200px) {
	.navbar .dropdown-menu.show {
		display: none
	}

	.navbar .dropdown-menu {
		display: block;
		opacity: 0;
		transform: translate(-50%);
		transition: all .3s ease-in-out;
		visibility: hidden
	}

	.navbar .dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible
	}

	.navbar .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		transform: translateY(10px);
		visibility: visible
	}
}

.navbar-dark {
	transition: all .3s ease-in-out
}

.navbar-dark .navbar-brand {
	filter: brightness(0) invert(1)
}

.navbar-dark .navbar-nav .nav-link {
	color: var(--bs-gray-300) !important
}

@media (max-width:990px) {
	.navbar-dark .navbar-nav .nav-link {
		color: var(--bs-gray-500) !important
	}
}

.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
	color: var(--bs-gray-300)
}

@media (max-width:990px) {
	.navbar-dark .navbar-nav .dropdown .dropdown-toggle:after {
		color: var(--bs-gray-500) !important
	}
}

.navbar-light {
	border-bottom: 1px solid var(--bs-gray-100)
}

.navbar-light .navbar-nav .nav-item .nav-link {
	color: var(--bs-gray-600);
	font-weight: 500
}

.navbar-light .navbar-nav .nav-item .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover {
	background-color: var(--bs-gray-100);
	color: var(--bs-gray-800)
}

.navbar-transparent {
	background-color: transparent;
	box-shadow: none;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1009
}

.navbar-transparent .navbar-toggler {
	border-color: #fff;
	color: #fff
}

@media (max-width:990px) {
	.navbar-transparent.navbar-clone .navbar-brand {
		filter: brightness(0) invert(1)
	}

	.navbar-transparent.navbar-clone .navbar-toggler {
		border-color: #0f172a;
		color: #0f172a
	}

	.navbar-transparent.navbar-stick .navbar-brand {
		filter: brightness(1) invert(0)
	}
}

.navbar-clone {
	box-shadow: none;
	left: 0;
	position: fixed !important;
	top: 0;
	transform: translateY(-100%);
	transition: all .3s ease-in-out;
	z-index: 5000
}

.navbar-stick {
	border-bottom: 1px solid var(--bs-gray-100);
	transform: translateY(0)
}

.navbar-stick:not(.navbar-dark) {
	background: var(--bs-body-bg);
	box-shadow: 0 .125rem .25rem rgba(2, 6, 23, .075)
}

.navbar-stick:not(.navbar-dark).navbar-brand {
	filter: brightness(0) invert(1)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none
}

.offcanvas {
	height: 100vh
}

.inputpass-code {
	color: var(--bs-gray-800);
	font-size: 32px;
	height: 64px;
	margin: 0 auto;
	text-align: center;
	width: 64px
}

.form-control.is-invalid+span .passwordToggler,
.was-validated .form-control:invalid+span .passwordToggler {
	right: 37px !important;
	top: 33% !important
}

.form-control.is-valid+span .passwordToggler,
.was-validated .form-control:valid+span .passwordToggler {
	right: 40px
}

.passwordToggler {
	color: var(--bs-gray-800);
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

.was-validated .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: inherit
}

.is-valid:not(:required):not(.btn),
.was-validated:valid:not(:required):not(.btn) {
	background-image: none;
	border-color: var(--bs-gray-300) !important
}

.gallery .gallery-item {
	padding: 15px;
	width: 50%
}

@media (max-width:991px) {
	.gallery .gallery-item {
		width: 50%
	}
}

@media (max-width:767px) {
	.gallery .gallery-item {
		width: 100%
	}

	.gallery .gallery-item .gallery-filter .filter-item {
		margin-bottom: 10px
	}
}

.gallery .gallery-item.show {
	animation: fadeIn .5s ease;
	transition: all .5s ease
}

.gallery .gallery-item.hide {
	display: none
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.filter-badge {
	background-color: var(--bs-white);
	border: 1px solid var(--bs-border-color);
	border-radius: 50px;
	color: var(--bs-gray-800);
	display: inline-block;
	font-size: .875rem;
	padding: 4px 16px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.filter-badge.active,
.filter-badge:hover {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff
}

pre[class*=language-] {
	border-radius: .5rem !important;
	margin-bottom: 0;
	margin-top: 0;
	overflow: auto;
	padding: 1em
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
	background: var(--bs-gray-900)
}

div.code-toolbar {
	position: relative
}

div.code-toolbar>.toolbar {
	opacity: 0;
	position: absolute;
	right: .2em;
	top: .3em;
	transition: opacity .3s ease-in-out
}

div.code-toolbar:focus-within>.toolbar,
div.code-toolbar:hover>.toolbar {
	opacity: 1
}

div.code-toolbar>.toolbar>.toolbar-item {
	display: inline-block
}

div.code-toolbar>.toolbar>.toolbar-item>a {
	cursor: pointer
}

div.code-toolbar>.toolbar>.toolbar-item>button {
	background: none;
	border: 0;
	color: var(--bs-dark);
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
	background: var(--bs-white);
	border-radius: .25rem;
	color: var(--bs-dark);
	font-size: .75rem;
	font-weight: 600;
	padding: .25rem .5rem
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover {
	color: var(--bs-dark);
	text-decoration: none
}

div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
	color: inherit;
	text-decoration: none
}

:root {
	--swiper-theme-color: #28B8EC
}

.swiper-pagination-bullet {
	background: transparent;
	border: 2px solid #28B8EC;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	display: inline-block;
	height: 10px;
	opacity: .3;
	width: 10px
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	border-color: #28B8EC;
	opacity: var(--swiper-pagination-bullet-opacity, 1)
}

@keyframes plyr-progress {
	to {
		background-position: var(--plyr-progress-loading-size, 25px) 0
	}
}

@keyframes plyr-popup {
	0% {
		opacity: .5;
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes plyr-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.plyr {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	direction: ltr;
	display: flex;
	flex-direction: column;
	font-family: var(--plyr-font-family, inherit);
	font-variant-numeric: tabular-nums;
	font-weight: var(--plyr-font-weight-regular, 400);
	line-height: var(--plyr-line-height, 1.7);
	max-width: 100%;
	min-width: 200px;
	position: relative;
	text-shadow: none;
	transition: box-shadow .3s ease;
	z-index: 0
}

.plyr audio,
.plyr iframe,
.plyr video {
	display: block;
	height: 100%;
	width: 100%
}

.plyr button {
	font: inherit;
	line-height: inherit;
	width: auto
}

.plyr:focus {
	outline: 0
}

.plyr--full-ui {
	box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui:after,
.plyr--full-ui:before {
	box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
	touch-action: manipulation
}

.plyr__badge {
	background: var(--plyr-badge-background, #334155);
	border-radius: var(--plyr-badge-border-radius, 2px);
	color: var(--plyr-badge-text-color, #fff);
	font-size: var(--plyr-font-size-badge, 9px);
	line-height: 1;
	padding: 3px 4px
}

.plyr--full-ui::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	animation: plyr-fade-in .3s ease;
	bottom: 0;
	display: none;
	font-size: var(--plyr-font-size-small, 13px);
	left: 0;
	padding: var(--plyr-control-spacing, 10px);
	position: absolute;
	text-align: center;
	transition: transform .4s ease-in-out;
	width: 100%
}

.plyr__captions span:empty {
	display: none
}

@media (min-width:480px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-base, 15px);
		padding: calc(var(--plyr-control-spacing, 10px)*2)
	}
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: var(--plyr-font-size-large, 18px)
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
	transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
	background: var(--plyr-captions-background, rgba(0, 0, 0, .8));
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	color: var(--plyr-captions-text-color, #fff);
	line-height: 185%;
	padding: .2em .5em;
	white-space: pre-wrap
}

.plyr__caption div {
	display: inline
}

.plyr__control {
	background: transparent;
	border: 0;
	border-radius: var(--plyr-control-radius, 4px);
	color: inherit;
	cursor: pointer;
	flex-shrink: 0;
	overflow: visible;
	padding: calc(var(--plyr-control-spacing, 10px)*.7);
	position: relative;
	transition: all .3s ease
}

.plyr__control svg {
	fill: currentColor;
	display: block;
	height: var(--plyr-control-icon-size, 18px);
	pointer-events: none;
	width: var(--plyr-control-icon-size, 18px)
}

.plyr__control:focus {
	outline: 0
}

.plyr__control:focus-visible {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #28B8EC));
	outline-offset: 2px
}

a.plyr__control {
	text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
	display: none
}

.plyr--full-ui::-webkit-media-controls {
	display: none
}

.plyr__controls {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	text-align: center
}

.plyr__controls .plyr__progress__container {
	flex: 1;
	min-width: 0
}

.plyr__controls .plyr__controls__item {
	margin-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item:first-child {
	margin-left: 0;
	margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
	padding-left: calc(var(--plyr-control-spacing, 10px)/4)
}

.plyr__controls .plyr__controls__item.plyr__time {
	padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
	padding-left: 0
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
	display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
	display: inline-block
}

.plyr__menu {
	display: flex;
	position: relative
}

.plyr__menu .plyr__control svg {
	transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
	transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
	display: none
}

.plyr__menu__container {
	animation: plyr-popup .2s ease;
	background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	border-radius: var(--plyr-menu-radius, 8px);
	bottom: 100%;
	box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: var(--plyr-menu-color, #334155);
	font-size: var(--plyr-font-size-base, 15px);
	margin-bottom: 10px;
	position: absolute;
	right: -3px;
	text-align: left;
	white-space: nowrap;
	z-index: 3
}

.plyr__menu__container>div {
	overflow: hidden;
	transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
	border-top-color: transparent;
	border: var(--plyr-menu-arrow-size, 4px) solid transparent;
	border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	content: "";
	height: 0;
	position: absolute;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
	top: 100%;
	width: 0
}

.plyr__menu__container [role=menu] {
	padding: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
	margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
	margin-top: 0
}

.plyr__menu__container .plyr__control {
	align-items: center;
	color: var(--plyr-menu-color, #334155);
	display: flex;
	font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
	padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__menu__container .plyr__control>span {
	align-items: inherit;
	display: flex;
	width: 100%
}

.plyr__menu__container .plyr__control:after {
	border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
	padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
}

.plyr__menu__container .plyr__control--forward:after {
	border-left-color: var(--plyr-menu-arrow-color, #64748b);
	right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
	border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
	font-weight: var(--plyr-font-weight-regular, 400);
	margin: calc(var(--plyr-control-spacing, 10px)*.7);
	margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
	padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
	position: relative;
	width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
}

.plyr__menu__container .plyr__control--back:after {
	border-right-color: var(--plyr-menu-arrow-color, #64748b);
	left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back:before {
	background: var(--plyr-menu-back-border-color, #f1f5f9);
	box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
	content: "";
	height: 1px;
	left: 0;
	margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%
}

.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
	border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
	padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
	background: rgba(0, 0, 0, .1);
	content: "";
	display: block;
	flex-shrink: 0;
	height: 16px;
	margin-right: var(--plyr-control-spacing, 10px);
	transition: all .3s ease;
	width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
	background: #fff;
	border: 0;
	height: 6px;
	left: 12px;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transition: transform .3s ease, opacity .3s ease;
	width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
	background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, #28B8EC))
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
	opacity: 1;
	transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
	background: rgba(15, 23, 42, .1)
}

.plyr__menu__container .plyr__menu__value {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
	overflow: hidden;
	padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
	pointer-events: none
}

.plyr--full-ui input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
	color: var(--plyr-range-fill-background, var(--plyr-color-main, #28B8EC));
	display: block;
	height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
	margin: 0;
	min-width: 0;
	padding: 0;
	transition: box-shadow .3s ease;
	width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
	background: transparent;
	background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-webkit-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-webkit-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2));
	height: var(--plyr-range-thumb-height, 13px);
	margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
	position: relative;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	-moz-user-select: none;
	user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2));
	height: var(--plyr-range-thumb-height, 13px);
	position: relative;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
	background: currentColor;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
	color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
	background: transparent;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
	background: transparent;
	background: currentColor;
	border: 0;
	border-radius: calc(var(--plyr-range-track-height, 5px)/2);
	height: var(--plyr-range-track-height, 5px);
	-ms-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	user-select: none
}

.plyr--full-ui input[type=range]::-ms-thumb {
	background: var(--plyr-range-thumb-background, #fff);
	border: 0;
	border-radius: 100%;
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2));
	height: var(--plyr-range-thumb-height, 13px);
	margin-top: 0;
	position: relative;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
	width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-ms-tooltip {
	display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr--full-ui input[type=range]:focus {
	outline: 0
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #28B8EC));
	outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #28B8EC));
	outline-offset: 2px
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
	outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, #28B8EC));
	outline-offset: 2px
}

.plyr__poster {
	background-color: var(--plyr-video-background, #fff);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .2s ease;
	width: 100%;
	z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
	opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
	display: none
}

.plyr__time {
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time+.plyr__time:before {
	content: "⁄";
	margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width:767px) {
	.plyr__time+.plyr__time {
		display: none
	}
}

.plyr__tooltip {
	background: var(--plyr-tooltip-background, #fff);
	border-radius: var(--plyr-tooltip-radius, 5px);
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	color: var(--plyr-tooltip-color, #334155);
	font-size: var(--plyr-font-size-small, 13px);
	font-weight: var(--plyr-font-weight-regular, 400);
	left: 50%;
	line-height: 1.3;
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	white-space: nowrap;
	z-index: 2
}

.plyr__tooltip:before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
	opacity: 1;
	transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip {
	left: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before {
	left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
	left: auto;
	right: 0;
	transform: translateY(10px) scale(.8);
	transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
	left: auto;
	right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
	transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
	transform: translate(0) scale(1)
}

.plyr__progress {
	left: calc(var(--plyr-range-thumb-height, 13px)*.5);
	margin-right: var(--plyr-range-thumb-height, 13px);
	position: relative
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
	margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
	margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
	width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress .plyr__tooltip {
	left: 0;
	max-width: 120px;
	overflow-wrap: break-word
}

.plyr__progress__buffer {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	border-radius: 100px;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
	padding: 0;
	position: absolute;
	top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
	background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: var(--plyr-range-track-height, 5px);
	-moz-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
	border-radius: 100px;
	-ms-transition: width .2s ease;
	transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
	animation: plyr-progress 1s linear infinite;
	background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(15, 23, 42, .6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(15, 23, 42, .6)) 50%, var(--plyr-progress-loading-background, rgba(15, 23, 42, .6)) 75%, transparent 75%, transparent);
	background-repeat: repeat-x;
	background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
	background-color: var(--plyr-audio-progress-buffered-background, rgba(226, 232, 240, .6))
}

.plyr__progress__marker {
	background-color: var(--plyr-progress-marker-background, #fff);
	border-radius: 1px;
	height: var(--plyr-range-track-height, 5px);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: var(--plyr-progress-marker-width, 3px);
	z-index: 3
}

.plyr__volume {
	align-items: center;
	display: flex;
	position: relative
}

.plyr__volume input[type=range] {
	margin-left: calc(var(--plyr-control-spacing, 10px)/2);
	margin-right: calc(var(--plyr-control-spacing, 10px)/2);
	max-width: 90px;
	min-width: 60px;
	position: relative;
	z-index: 2
}

.plyr--audio {
	display: block
}

.plyr--audio .plyr__controls {
	background: var(--plyr-audio-controls-background, #fff);
	border-radius: inherit;
	color: var(--plyr-audio-control-color, #334155);
	padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
	background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, #28B8EC));
	color: var(--plyr-audio-control-color-hover, #fff)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(226, 232, 240, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(226, 232, 240, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
	background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(226, 232, 240, .6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(15, 23, 42, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(15, 23, 42, .1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(15, 23, 42, .1))
}

.plyr--audio .plyr__progress__buffer {
	color: var(--plyr-audio-progress-buffered-background, rgba(226, 232, 240, .6))
}

.plyr--video {
	overflow: hidden
}

.plyr--video.plyr--menu-open {
	overflow: visible
}

.plyr__video-wrapper {
	background: var(--plyr-video-background, #fff);
	border-radius: inherit;
	height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
	aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {

	.plyr__video-embed,
	.plyr__video-wrapper--fixed-ratio {
		height: 0;
		padding-bottom: 56.25%;
		position: relative
	}
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
	padding-bottom: 240%;
	position: relative;
	transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
	background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: var(--plyr-video-control-color, #fff);
	left: 0;
	padding: calc(var(--plyr-control-spacing, 10px)/2);
	padding-top: calc(var(--plyr-control-spacing, 10px)*2);
	position: absolute;
	right: 0;
	transition: opacity .4s ease-in-out, transform .4s ease-in-out;
	z-index: 3
}

@media (min-width:480px) {
	.plyr--video .plyr__controls {
		padding: var(--plyr-control-spacing, 10px);
		padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
	}
}

.plyr--video.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #28B8EC));
	color: var(--plyr-video-control-color-hover, #fff)
}

.plyr__control--overlaid {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, #28B8EC));
	border: 0;
	border-radius: 100%;
	color: var(--plyr-video-control-color, #fff);
	display: none;
	left: 50%;
	opacity: .9;
	padding: calc(var(--plyr-control-spacing, 10px)*1.5);
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
	z-index: 2
}

.plyr__control--overlaid svg {
	left: 2px;
	position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
	opacity: 1
}

.plyr--playing .plyr__control--overlaid {
	opacity: 0;
	visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
	display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
	background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
	box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(15, 23, 42, .15), 0 0 0 1px rgba(15, 23, 42, .2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, .5))
}

.plyr--video .plyr__progress__buffer {
	color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, .25))
}

.plyr:-webkit-full-screen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:fullscreen {
	background: #000;
	border-radius: 0 !important;
	height: 100%;
	margin: 0;
	width: 100%
}

.plyr:-webkit-full-screen video {
	height: 100%
}

.plyr:fullscreen video {
	height: 100%
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
	cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr:-webkit-full-screen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}

	.plyr:fullscreen .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr--fullscreen-fallback {
	background: #000;
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000000
}

.plyr--fullscreen-fallback video {
	height: 100%
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
	display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
	display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
	cursor: none
}

@media (min-width:1024px) {
	.plyr--fullscreen-fallback .plyr__captions {
		font-size: var(--plyr-font-size-xlarge, 21px)
	}
}

.plyr__ads {
	border-radius: inherit;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
	height: 100%;
	position: absolute;
	width: 100%
}

.plyr__ads:after {
	background: #0f172a;
	border-radius: 2px;
	bottom: var(--plyr-control-spacing, 10px);
	color: #fff;
	content: attr(data-badge-text);
	font-size: 11px;
	padding: 2px 6px;
	pointer-events: none;
	position: absolute;
	right: var(--plyr-control-spacing, 10px);
	z-index: 3
}

.plyr__ads:empty:after {
	display: none
}

.plyr__cues {
	background: currentColor;
	display: block;
	height: var(--plyr-range-track-height, 5px);
	left: 0;
	opacity: .8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	z-index: 3
}

.plyr__preview-thumb {
	background-color: var(--plyr-tooltip-background, #fff);
	border-radius: var(--plyr-menu-radius, 8px);
	bottom: 100%;
	box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, .15));
	margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
	opacity: 0;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	transform: translateY(10px) scale(.8);
	transform-origin: 50% 100%;
	transition: transform .2s ease .1s, opacity .2s ease .1s;
	z-index: 2
}

.plyr__preview-thumb--is-shown {
	opacity: 1;
	transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
	border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
	border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
	bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
	content: "";
	height: 0;
	left: calc(50% + var(--preview-arrow-offset));
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr__preview-thumb__image-container {
	background: #e2e8f0;
	border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	overflow: hidden;
	position: relative;
	z-index: 0
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr__preview-thumb__image-container:after {
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
	content: "";
	pointer-events: none
}

.plyr__preview-thumb__image-container img {
	max-height: none;
	max-width: none
}

.plyr__preview-thumb__time-container {
	background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, .75)));
	border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
	bottom: 0;
	left: 0;
	line-height: 1.1;
	padding: 20px 6px 6px;
	position: absolute;
	right: 0;
	z-index: 3
}

.plyr__preview-thumb__time-container span {
	color: #fff;
	font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__preview-scrubbing {
	bottom: 0;
	filter: blur(1px);
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s ease;
	width: 100%;
	z-index: 1
}

.plyr__preview-scrubbing--is-shown {
	opacity: 1
}

.plyr__preview-scrubbing img {
	height: 100%;
	left: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%
}

.plyr--no-transition {
	transition: none !important
}

.plyr__sr-only {
	clip: rect(1px, 1px, 1px, 1px);
	border: 0 !important;
	height: 1px !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.plyr [hidden] {
	display: none !important
}

.plyr__control--overlaid {
	font-size: 24px;
	line-height: 32px;
	position: relative;
	position: absolute
}

.plyr__control--overlaid:before {
	animation-delay: 0s;
	animation: pulsate1 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	content: "";
	height: 150%;
	left: -12px;
	opacity: 1;
	position: absolute;
	top: -12px;
	width: 150%
}

.plyr__poster {
	background-size: cover
}

.plyr__video-wrapper {
	border: 2px solid #e2e8f0;
	border-radius: .75rem
}

.plyr--video .plyr__controls {
	background-color: #1e293b;
	border-radius: 0 0 .75rem .75rem;
	opacity: .75;
	padding-top: .75rem
}

.navbar .form-control {
	width: auto;
}

.navbar .btn {
	flex-shrink: 0;
}