@charset "UTF-8";

@font-face { font-family: 'Inter'; font-weight: 900; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Black.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 900; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-BlackItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 800; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-ExtraBold.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 800; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-ExtraBoldItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Bold.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-BoldItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-SemiBold.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-SemiBoldItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Medium.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-MediumItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Regular.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-Italic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 300; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Light.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 300; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-LightItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 200; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-ExtraLight.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 200; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-ExtraLightItalic.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 100; font-display: block; font-style: normal; src: url(fonts/Inter_28pt-Thin.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-weight: 100; font-display: block; font-style: italic; src: url(fonts/Inter_28pt-ThinItalic.ttf) format('truetype'); }

@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 100; src: url(fonts/MaterialSymbolsOutlined_48pt-Thin.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 200; src: url(fonts/MaterialSymbolsOutlined_48pt-ExtraLight.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 300; src: url(fonts/MaterialSymbolsOutlined_48pt-Light.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 400; src: url(fonts/MaterialSymbolsOutlined_48pt-Regular.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 500; src: url(fonts/MaterialSymbolsOutlined_48pt-Medium.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 600; src: url(fonts/MaterialSymbolsOutlined_48pt-SemiBold.ttf) format('truetype'); }
@font-face { font-family: 'Material Symbols Outlined'; font-display: block; font-style: normal; font-weight: 700; src: url(fonts/MaterialSymbolsOutlined_48pt-Bold.ttf) format('truetype'); }



:root {
	color-scheme: dark;
	--b2b-breakpoint-xs: 0;
	--b2b-breakpoint-sm: 576px;
	--b2b-breakpoint-md: 768px;
	--b2b-breakpoint-lg: 992px;
	--b2b-breakpoint-xl: 1200px;
	--b2b-breakpoint-xxl: 1400px;
	--b2b-font-sans-serif: "Inter";
	--b2b-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--b2b-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--b2b-body-font-family: var(--b2b-font-sans-serif);
	--b2b-body-font-size: 1.0625rem;
	--b2b-body-font-weight: 400;
	--b2b-body-line-height: 21px;
	--b2b-body-color: #151522;
	--b2b-body-bg: #F7F7F7;
	--b2b-body-bg: #FFFFFF;
	--b2b-body-text-align: left;
	--b2b-white: #fff;
	--b2b-link-color: #0B7AFF;
	--b2b-link-decoration: underline;
	--b2b-link-hover-color: #0a58ca;
	--b2b-highlight-color: #4C486E;
	--b2b-highlight-bg: #fff3cd;
	--b2b-border-width: 1px;
	--b2b-border-style: solid;
	--b2b-border-color: rgba(228, 228, 228, 1);
	--b2b-border-radius: 5px;
	--b2b-border-radius-sm: 10px;
	--b2b-border-radius-lg: 15px;
	--b2b-border-radius-xl: 20px;
	--b2b-border-radius-xxl: 25px;
	--b2b-border-radius-2xl: var(--b2b-border-radius-xxl);
	--b2b-border-radius-pill: 50rem;
	--b2b-box-shadow: 0 24px 32px rgba(30, 30, 75, .15);
	--b2b-box-shadow-sm: 0 24px 32px rgba(50, 50, 71, .15);
	--b2b-box-shadow-lg: 0 8px 16px rgba(30, 30, 75, .1);
	--b2b-box-shadow-inset: inset 0 24px 32px rgba(30, 30, 75, .15);
	--b2b-input-placeholder: #9A9A9A;
}
*, ::after, ::before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}

}

.mso-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.normal {
	color-scheme: normal;
}

/*********************TAGS************************/
body {
	margin: 0;
	font-family: var(--b2b-body-font-family);
	font-size: var(--b2b-body-font-size);
	font-weight: var(--b2b-body-font-weight);
	line-height: var(--b2b-body-line-height);
	/*letter-spacing: 2px;*/
	color: var(--b2b-body-color);
	text-align: var(--b2b-body-text-align);
	background-color: var(--b2b-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	color: inherit;
	border: 0;
	border-top: #BAB9C4 solid 1px;
	opacity: 1
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 500;
	line-height: 1.2;
	color: var(--b2b-body-color)
}

.h1, h1 {
	font-size: 34px !important;
	line-height: 41px;
}

.h2, h2 {
	font-size: 30px !important;
	line-height: 36px;
}

.h3, h3 {
	font-size: 28px !important;
	line-height: 32px;
}

.h4, h4 {
	font-size: 25px !important;
	line-height: 29px;
}

.h5, h5 {
	font-size: 22px !important
}

.h6, h6 {
	font-size: 19px !important
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol, ul {
	padding-left: 2rem
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

.small, small {
	font-size: .875em
}

.mark, mark {
	padding: .1875em;
	color: var(--b2b-highlight-color);
	background-color: var(--b2b-highlight-bg)
}

sub, sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: var(--b2b-link-color);
	text-decoration: none
}

a:hover {
	color: var(--b2b-link-hover-color) !important
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code, kbd, pre, samp {
	font-family: var(--b2b-font-monospace);
	font-size: 15px;
	line-height: 18px;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: var(--b2b-body-color);
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .1875rem .375rem;
	font-size: .875em;
	color: var(--b2b-body-bg);
	background-color: var(--b2b-body-color);
	border-radius: .25rem
}

kbd kbd {
	padding: 0;
	font-size: 1em
}

figure {
	margin: 0 0 1rem
}

img, svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: var(--b2b-body-color);
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	line-height: inherit;
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}

}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0;
	width: 100%;
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.cursor-pointer {
	cursor: pointer
}
/*********************\TAGS************************/
/*********************GRID************************/

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--b2b-gutter-x: 1.5rem;
	--b2b-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--b2b-gutter-x) * .5);
	padding-left: calc(var(--b2b-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto
}
.row {
	--b2b-gutter-x: 1.5rem;
	--b2b-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--b2b-gutter-y));
	margin-right: calc(-.5 * var(--b2b-gutter-x));
	margin-left: calc(-.5 * var(--b2b-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--b2b-gutter-x) * .5);
	padding-left: calc(var(--b2b-gutter-x) * .5);
	margin-top: var(--b2b-gutter-y)
}

.col {
	flex: 1 0 0
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.33333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0, .gx-0 {
	--b2b-gutter-x: 0
}

.g-0, .gy-0 {
	--b2b-gutter-y: 0
}

.g-1, .gx-1 {
	--b2b-gutter-x: 0.25rem
}

.g-1, .gy-1 {
	--b2b-gutter-y: 0.25rem
}

.g-2, .gx-2 {
	--b2b-gutter-x: 0.5rem
}

.g-2, .gy-2 {
	--b2b-gutter-y: 0.5rem
}

.g-3, .gx-3 {
	--b2b-gutter-x: 1rem
}

.g-3, .gy-3 {
	--b2b-gutter-y: 1rem
}

.g-4, .gx-4 {
	--b2b-gutter-x: 1.5rem
}

.g-4, .gy-4 {
	--b2b-gutter-y: 1.5rem
}

.g-5, .gx-5 {
	--b2b-gutter-x: 3rem
}

.g-5, .gy-5 {
	--b2b-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0, .gx-sm-0 {
		--b2b-gutter-x: 0
	}

	.g-sm-0, .gy-sm-0 {
		--b2b-gutter-y: 0
	}

	.g-sm-1, .gx-sm-1 {
		--b2b-gutter-x: 0.25rem
	}

	.g-sm-1, .gy-sm-1 {
		--b2b-gutter-y: 0.25rem
	}

	.g-sm-2, .gx-sm-2 {
		--b2b-gutter-x: 0.5rem
	}

	.g-sm-2, .gy-sm-2 {
		--b2b-gutter-y: 0.5rem
	}

	.g-sm-3, .gx-sm-3 {
		--b2b-gutter-x: 1rem
	}

	.g-sm-3, .gy-sm-3 {
		--b2b-gutter-y: 1rem
	}

	.g-sm-4, .gx-sm-4 {
		--b2b-gutter-x: 1.5rem
	}

	.g-sm-4, .gy-sm-4 {
		--b2b-gutter-y: 1.5rem
	}

	.g-sm-5, .gx-sm-5 {
		--b2b-gutter-x: 3rem
	}

	.g-sm-5, .gy-sm-5 {
		--b2b-gutter-y: 3rem
	}

}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0, .gx-md-0 {
		--b2b-gutter-x: 0
	}

	.g-md-0, .gy-md-0 {
		--b2b-gutter-y: 0
	}

	.g-md-1, .gx-md-1 {
		--b2b-gutter-x: 0.25rem
	}

	.g-md-1, .gy-md-1 {
		--b2b-gutter-y: 0.25rem
	}

	.g-md-2, .gx-md-2 {
		--b2b-gutter-x: 0.5rem
	}

	.g-md-2, .gy-md-2 {
		--b2b-gutter-y: 0.5rem
	}

	.g-md-3, .gx-md-3 {
		--b2b-gutter-x: 1rem
	}

	.g-md-3, .gy-md-3 {
		--b2b-gutter-y: 1rem
	}

	.g-md-4, .gx-md-4 {
		--b2b-gutter-x: 1.5rem
	}

	.g-md-4, .gy-md-4 {
		--b2b-gutter-y: 1.5rem
	}

	.g-md-5, .gx-md-5 {
		--b2b-gutter-x: 3rem
	}

	.g-md-5, .gy-md-5 {
		--b2b-gutter-y: 3rem
	}

}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0, .gx-lg-0 {
		--b2b-gutter-x: 0
	}

	.g-lg-0, .gy-lg-0 {
		--b2b-gutter-y: 0
	}

	.g-lg-1, .gx-lg-1 {
		--b2b-gutter-x: 0.25rem
	}

	.g-lg-1, .gy-lg-1 {
		--b2b-gutter-y: 0.25rem
	}

	.g-lg-2, .gx-lg-2 {
		--b2b-gutter-x: 0.5rem
	}

	.g-lg-2, .gy-lg-2 {
		--b2b-gutter-y: 0.5rem
	}

	.g-lg-3, .gx-lg-3 {
		--b2b-gutter-x: 1rem
	}

	.g-lg-3, .gy-lg-3 {
		--b2b-gutter-y: 1rem
	}

	.g-lg-4, .gx-lg-4 {
		--b2b-gutter-x: 1.5rem
	}

	.g-lg-4, .gy-lg-4 {
		--b2b-gutter-y: 1.5rem
	}

	.g-lg-5, .gx-lg-5 {
		--b2b-gutter-x: 3rem
	}

	.g-lg-5, .gy-lg-5 {
		--b2b-gutter-y: 3rem
	}

}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0, .gx-xl-0 {
		--b2b-gutter-x: 0
	}

	.g-xl-0, .gy-xl-0 {
		--b2b-gutter-y: 0
	}

	.g-xl-1, .gx-xl-1 {
		--b2b-gutter-x: 0.25rem
	}

	.g-xl-1, .gy-xl-1 {
		--b2b-gutter-y: 0.25rem
	}

	.g-xl-2, .gx-xl-2 {
		--b2b-gutter-x: 0.5rem
	}

	.g-xl-2, .gy-xl-2 {
		--b2b-gutter-y: 0.5rem
	}

	.g-xl-3, .gx-xl-3 {
		--b2b-gutter-x: 1rem
	}

	.g-xl-3, .gy-xl-3 {
		--b2b-gutter-y: 1rem
	}

	.g-xl-4, .gx-xl-4 {
		--b2b-gutter-x: 1.5rem
	}

	.g-xl-4, .gy-xl-4 {
		--b2b-gutter-y: 1.5rem
	}

	.g-xl-5, .gx-xl-5 {
		--b2b-gutter-x: 3rem
	}

	.g-xl-5, .gy-xl-5 {
		--b2b-gutter-y: 3rem
	}

}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0, .gx-xxl-0 {
		--b2b-gutter-x: 0
	}

	.g-xxl-0, .gy-xxl-0 {
		--b2b-gutter-y: 0
	}

	.g-xxl-1, .gx-xxl-1 {
		--b2b-gutter-x: 0.25rem
	}

	.g-xxl-1, .gy-xxl-1 {
		--b2b-gutter-y: 0.25rem
	}

	.g-xxl-2, .gx-xxl-2 {
		--b2b-gutter-x: 0.5rem
	}

	.g-xxl-2, .gy-xxl-2 {
		--b2b-gutter-y: 0.5rem
	}

	.g-xxl-3, .gx-xxl-3 {
		--b2b-gutter-x: 1rem
	}

	.g-xxl-3, .gy-xxl-3 {
		--b2b-gutter-y: 1rem
	}

	.g-xxl-4, .gx-xxl-4 {
		--b2b-gutter-x: 1.5rem
	}

	.g-xxl-4, .gy-xxl-4 {
		--b2b-gutter-y: 1.5rem
	}

	.g-xxl-5, .gx-xxl-5 {
		--b2b-gutter-x: 3rem
	}

	.g-xxl-5, .gy-xxl-5 {
		--b2b-gutter-y: 3rem
	}

}
/*********************\GRID************************/
/*********************PROPERTIES************************/

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.pe-none {
	pointer-events: none !important
}

.pe-auto {
	pointer-events: auto !important
}
.backdrop {
	backdrop-filter: blur(3px);
}
.backgradient {
	background: linear-gradient(transparent, var(--b2b-body-bg) 70%);
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.z-n1 {
	z-index: -1 !important
}

.z-0 {
	z-index: 0 !important
}

.z-1 {
	z-index: 1 !important
}

.z-2 {
	z-index: 2 !important
}

.z-3 {
	z-index: 3 !important
}
.overflow-auto {
	overflow: auto !important;
}
.size-0 {
	width: 10px !important;
	height: 10px !important;
}
.size-1 {
	width: 25px !important;
	height: 25px !important;
}
.size-2 {
	width: 40px !important;
	height: 40px !important;
}
.size-3 {
	width: 50px !important;
	height: 50px !important;
}
.size-4 {
	width: 100px !important;
	height: 100px !important;
}
.size-5 {
	width: 150px !important;
	height: 150px !important;
}
.size-6 {
	width: 200px !important;
	height: 200px !important;
}
.size-7 {
	width: 250px !important;
	height: 250px !important;
}
.size-8 {
	width: 300px !important;
	height: 300px !important;
}
.size-w-1 {
	width: 25px !important;
}
.size-w-2 {
	width: 40px !important;
}
.size-w-3 {
	width: 50px !important;
}
.size-w-4 {
	width: 100px !important;
}
.size-w-5 {
	width: 150px !important;
}
.size-w-6 {
	width: 200px !important;
}
.size-w-7 {
	width: 250px !important;
}
.size-w-8 {
	width: 300px !important;
}
.size-h-1 {
	height: 25px !important;
}
.size-h-2 {
	height: 40px !important;
}
.size-h-3 {
	height: 50px !important;
}
.size-h-4 {
	height: 100px !important;
}
.size-h-5 {
	height: 150px !important;
}
.size-h-6 {
	height: 200px !important;
}
.size-h-7 {
	height: 250px !important;
}
.size-h-8 {
	height: 300px !important;
}
.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}
.top-0 {
	top: 0 !important
}

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

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

.bottom-0 {
	bottom: 0 !important
}

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

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

.start-0 {
	left: 0 !important
}

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

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

.end-0 {
	right: 0 !important
}

.end-50 {
	right: 50% !important
}

.end-100 {
	right: 100% !important
}

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

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

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

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.float-start {
	float: left !important
}

.float-end {
	float: right !important
}

.float-none {
	float: none !important
}
.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-inline-grid {
	display: inline-grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}
.progress{
	--b2b-progress-height: 4px;
	--b2b-progress-font-size: 0.75rem;
	--b2b-progress-bg: #E4E4E4;
	--b2b-progress-border-radius: var(--b2b-border-radius);
	--b2b-progress-box-shadow: var(--b2b-box-shadow-inset);
	--b2b-progress-bar-color: #fff;
	--b2b-progress-bar-bg: #0d6efd;
	--b2b-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--b2b-progress-height);
	overflow: hidden;
	font-size: var(--b2b-progress-font-size);
	background-color: var(--b2b-progress-bg);
	border-radius: var(--b2b-progress-border-radius)
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--b2b-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--b2b-progress-bar-bg);
	transition: var(--b2b-progress-bar-transition)
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-1 {
	opacity: .1 !important;
}
.opacity-2 {
	opacity: .2 !important;
}
.opacity-3 {
	opacity: .3 !important;
}
.opacity-4 {
	opacity: .4 !important;
}
.opacity-5 {
	opacity: .5 !important;
}
.opacity-6 {
	opacity: .6 !important;
}
.opacity-7 {
	opacity: .7 !important;
}
.opacity-8 {
	opacity: .8 !important;
}
.opacity-9 {
	opacity: .9 !important;
}
.opacity-10 {
	opacity: 1 !important;
}

.breadcrumb {
	--b2b-breadcrumb-padding-x: 0;
	--b2b-breadcrumb-padding-y: 0;
	--b2b-breadcrumb-margin-bottom: 1rem;
	--b2b-breadcrumb-bg:;
	--b2b-breadcrumb-border-radius:;
	--b2b-breadcrumb-divider-color: var(--b2b-secondary-color);
	--b2b-breadcrumb-item-padding-x: 0.5rem;
	--b2b-breadcrumb-item-active-color: var(--b2b-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--b2b-breadcrumb-padding-y) var(--b2b-breadcrumb-padding-x);
	margin-bottom: var(--b2b-breadcrumb-margin-bottom);
	font-size: var(--b2b-breadcrumb-font-size);
	list-style: none;
	background-color: var(--b2b-breadcrumb-bg);
	border-radius: var(--b2b-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: var(--b2b-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: var(--b2b-breadcrumb-item-padding-x);
	color: var(--b2b-breadcrumb-item-active-color);
	content: var(--b2b-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
	color: var(--b2b-breadcrumb-divider-color);
}

.table {
	--b2b-table-color-type: initial;
	--b2b-table-bg-type: initial;
	--b2b-table-color-state: initial;
	--b2b-table-bg-state: initial;
	--b2b-table-color: var(--b2b-emphasis-color);
	--b2b-table-bg: var(--b2b-body-bg);
	--b2b-table-border-color: var(--b2b-border-color);
	--b2b-table-accent-bg: transparent;
	--b2b-table-striped-color: var(--b2b-emphasis-color);
	--b2b-table-striped-bg: rgba(var(--b2b-emphasis-color-rgb), 0.05);
	--b2b-table-active-color: var(--b2b-emphasis-color);
	--b2b-table-active-bg: rgba(var(--b2b-emphasis-color-rgb), 0.1);
	--b2b-table-hover-color: var(--b2b-emphasis-color);
	--b2b-table-hover-bg: rgba(var(--b2b-emphasis-color-rgb), 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--b2b-table-border-color)
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	color: var(--b2b-table-color-state, var(--b2b-table-color-type, var(--b2b-table-color)));
	background-color: var(--b2b-table-bg);
	border-bottom-width: var(--b2b-border-width);
	box-shadow: inset 0 0 0 9999px var(--b2b-table-bg-state, var(--b2b-table-bg-type, var(--b2b-table-accent-bg)))
}

.table>tbody {
	vertical-align: inherit
}
.table>tbody td{
	font-size: 15px;
}

.table>thead {
	vertical-align: bottom;
	background-color: #E4E4E4;
	border-bottom-color: #999999;
	border-bottom-width: 2px
}
.table>thead td {
	background-color: #E4E4E4;
	font-size: 17px;
}

.table-group-divider {
	border-top: calc(var(--b2b-border-width) * 2) solid currentcolor
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
	border-width: var(--b2b-border-width) 0
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 var(--b2b-border-width)
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
	border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	--b2b-table-color-type: var(--b2b-table-striped-color);
	--b2b-table-bg-type: var(--b2b-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
	--b2b-table-color-type: var(--b2b-table-striped-color);
	--b2b-table-bg-type: var(--b2b-table-striped-bg)
}

.table-active {
	--b2b-table-color-state: var(--b2b-table-active-color);
	--b2b-table-bg-state: var(--b2b-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
	--b2b-table-color-state: var(--b2b-table-hover-color);
	--b2b-table-bg-state: var(--b2b-table-hover-bg)
}

.table-primary {
	--b2b-table-color: #000;
	--b2b-table-bg: #cfe2ff;
	--b2b-table-border-color: #a6b5cc;
	--b2b-table-striped-bg: #c5d7f2;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #bacbe6;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #bfd1ec;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-secondary {
	--b2b-table-color: #000;
	--b2b-table-bg: #e2e3e5;
	--b2b-table-border-color: #b5b6b7;
	--b2b-table-striped-bg: #d7d8da;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #cbccce;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #d1d2d4;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-success {
	--b2b-table-color: #000;
	--b2b-table-bg: #d1e7dd;
	--b2b-table-border-color: #a7b9b1;
	--b2b-table-striped-bg: #c7dbd2;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #bcd0c7;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #c1d6cc;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-info {
	--b2b-table-color: #000;
	--b2b-table-bg: #cff4fc;
	--b2b-table-border-color: #a6c3ca;
	--b2b-table-striped-bg: #c5e8ef;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #badce3;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #bfe2e9;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-warning {
	--b2b-table-color: #000;
	--b2b-table-bg: #fff3cd;
	--b2b-table-border-color: #ccc2a4;
	--b2b-table-striped-bg: #f2e7c3;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #e6dbb9;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #ece1be;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-danger {
	--b2b-table-color: #000;
	--b2b-table-bg: #f8d7da;
	--b2b-table-border-color: #c6acae;
	--b2b-table-striped-bg: #eccccf;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #dfc2c4;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #e5c7ca;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-light {
	--b2b-table-color: #000;
	--b2b-table-bg: #f8f9fa;
	--b2b-table-border-color: #c6c7c8;
	--b2b-table-striped-bg: #ecedee;
	--b2b-table-striped-color: #000;
	--b2b-table-active-bg: #dfe0e1;
	--b2b-table-active-color: #000;
	--b2b-table-hover-bg: #e5e6e7;
	--b2b-table-hover-color: #000;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-dark {
	--b2b-table-color: #fff;
	--b2b-table-bg: #212529;
	--b2b-table-border-color: #4d5154;
	--b2b-table-striped-bg: #2c3034;
	--b2b-table-striped-color: #fff;
	--b2b-table-active-bg: #373b3e;
	--b2b-table-active-color: #fff;
	--b2b-table-hover-bg: #323539;
	--b2b-table-hover-color: #fff;
	color: var(--b2b-table-color);
	border-color: var(--b2b-table-border-color)
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

}
/*********************\PROPERTIES************************/
/*********************DIMENSIONS************************/
.w-25 {
	width: 25% !important
}

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

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

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

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

.h-auto {
	height: auto !important
}

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

.vh-50 {
	height: 50vh !important
}

.min-vh-50 {
	min-height: 50vh !important
}

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

.min-vh-100 {
	min-height: 100vh !important
}
/*********************\DIMENSIONS************************/
/*********************MARGINS/PADDINGS************************/

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .875rem !important
}

.m-2 {
	margin: 1.125rem !important
}

.m-3 {
	margin: 1.25rem !important
}

.m-4 {
	margin: 2.5rem !important
}

.m-5 {
	margin: 3.25rem !important
}

.m-1c {
	margin: .5rem !important;
}

.m-2c {
	margin: .813rem !important;
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: .875rem !important;
	margin-left: .875rem !important
}

.mx-2 {
	margin-right: 1.125rem !important;
	margin-left: 1.125rem !important;
}

.mx-3 {
	margin-right: 1.25rem !important;
	margin-left: 1.25rem !important
}

.mx-4 {
	margin-right: 2.5rem !important;
	margin-left: 2.5rem !important
}

.mx-5 {
	margin-right: 3.25rem !important;
	margin-left: 3.25rem !important
}

.mx-1c {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-2c {
	margin-right: .813rem !important;
	margin-left: .813rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: .875rem !important;
	margin-bottom: .875rem !important
}

.my-2 {
	margin-top: 1.125rem !important;
	margin-bottom: 1.125rem !important
}

.my-3 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.my-4 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.my-5 {
	margin-top: 3.25rem !important;
	margin-bottom: 3.25rem !important
}

.my-1c {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-2c {
	margin-top: .813rem !important;
	margin-bottom: .813rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: .875rem !important
}

.mt-2 {
	margin-top: 1.125rem !important
}

.mt-3 {
	margin-top: 1.25rem !important
}

.mt-4 {
	margin-top: 2.5rem !important
}

.mt-5 {
	margin-top: 3.25rem !important
}

.mt-1c {
	margin-top: .5rem !important;
}

.mt-2c {
	margin-top: .813rem !important;
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: .875rem !important
}

.me-2 {
	margin-right: 1.125rem !important
}

.me-3 {
	margin-right: 1.25rem !important
}

.me-4 {
	margin-right: 2.5rem !important
}

.me-5 {
	margin-right: 3.25rem !important
}

.me-1c {
	margin-right: .5rem !important;
}

.me-2c {
	margin-right: .813rem !important;
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .875rem !important
}

.mb-2 {
	margin-bottom: 1.125rem !important
}

.mb-3 {
	margin-bottom: 1.25rem !important
}

.mb-4 {
	margin-bottom: 2.5rem !important
}

.mb-5 {
	margin-bottom: 3.25rem !important
}

.mb-1c {
	margin-bottom: .5rem !important;
}

.mb-2c {
	margin-bottom: .813rem !important;
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: .875rem !important
}

.ms-2 {
	margin-left: 1.125rem !important
}

.ms-3 {
	margin-left: 1.25rem !important
}

.ms-4 {
	margin-left: 2.5rem !important
}

.ms-5 {
	margin-left: 3.25rem !important
}

.ms-1c {
	margin-left: .5rem !important;
}

.ms-2c {
	margin-left: .813rem !important;
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .875rem !important
}

.p-2 {
	padding: 1.125rem !important
}

.p-3 {
	padding: 1.25rem !important
}

.p-4 {
	padding: 2.5rem !important
}

.p-5 {
	padding: 3.25rem !important
}

.p-1c {
	padding: .5rem !important
}

.p-2c {
	padding: .813rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: .875rem !important;
	padding-left: .875rem !important
}

.px-2 {
	padding-right: 1.125rem !important;
	padding-left: 1.125rem !important
}

.px-3 {
	padding-right: 1.25rem !important;
	padding-left: 1.25rem !important
}

.px-4 {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important
}

.px-5 {
	padding-right: 3.25rem !important;
	padding-left: 3.25rem !important
}

.px-1c {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.px-2c {
	padding-right: .813rem !important;
	padding-left: .813rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: .875rem !important;
	padding-bottom: .875rem !important
}

.py-2 {
	padding-top: 1.125rem !important;
	padding-bottom: 1.125rem !important
}

.py-3 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.py-4 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.py-5 {
	padding-top: 3.25rem !important;
	padding-bottom: 3.25rem !important
}

.py-1c {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.py-2c {
	padding-top: .813rem !important;
	padding-bottom: .813rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: .875rem !important
}

.pt-2 {
	padding-top: 1.125rem !important
}

.pt-3 {
	padding-top: 1.25rem !important
}

.pt-4 {
	padding-top: 2.5rem !important
}

.pt-5 {
	padding-top: 3.25rem !important
}

.pt-1c {
	padding-top: .5rem !important;
}

.pt-2c {
	padding-top: .813rem !important;
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: .875rem !important
}

.pe-2 {
	padding-right: 1.125rem !important
}

.pe-3 {
	padding-right: 1.25rem !important
}

.pe-4 {
	padding-right: 2.5rem !important
}

.pe-5 {
	padding-right: 3.25rem !important
}

.pe-1c {
	padding-right: .5rem !important;
}

.pe-2c {
	padding-right: .813rem !important;
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: .875rem !important
}

.pb-2 {
	padding-bottom: 1.125rem !important
}

.pb-3 {
	padding-bottom: 1.25rem !important
}

.pb-4 {
	padding-bottom: 2.5rem !important
}

.pb-5 {
	padding-bottom: 3.25rem !important
}

.pb-1c {
	padding-bottom: .5rem !important;
}

.pb-2c {
	padding-bottom: .813rem !important;
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: .875rem !important
}

.ps-2 {
	padding-left: 1.125rem !important
}

.ps-3 {
	padding-left: 1.25rem !important
}

.ps-4 {
	padding-left: 2.5rem !important
}

.ps-5 {
	padding-left: 3.25rem !important
}

.ps-1c {
	padding-left: .5rem !important;
}

.ps-2c {
	padding-left: .813rem !important;
}

.gap-0 {
	gap: 0 !important
}

.gap-1 {
	gap: .875rem !important
}

.gap-2 {
	gap: 1.125rem !important
}

.gap-3 {
	gap: 1.25rem !important
}

.gap-4 {
	gap: 2.5rem !important
}

.gap-5 {
	gap: 3.25rem !important
}

.row-gap-0 {
	row-gap: 0 !important
}

.row-gap-1 {
	row-gap: .875rem !important
}

.row-gap-2 {
	row-gap: 1.125rem !important
}

.row-gap-3 {
	row-gap: 1.25rem !important
}

.row-gap-4 {
	row-gap: 2.5rem !important
}

.row-gap-5 {
	row-gap: 3.25rem !important
}

.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important
}

.column-gap-1 {
	-moz-column-gap: 0.875rem !important;
	column-gap: .875rem !important
}

.column-gap-2 {
	-moz-column-gap: 0.5rem !important;
	column-gap: 1.125rem !important
}

.column-gap-3 {
	-moz-column-gap: 1.25rem !important;
	column-gap: 1.25rem !important
}

.column-gap-4 {
	-moz-column-gap: 2.5rem !important;
	column-gap: 2.5rem !important
}

.column-gap-5 {
	-moz-column-gap: 3.25rem !important;
	column-gap: 3.25rem !important
}
/*********************\MARGINS/PADDINGS************************/
/*********************BORDERS************************/

.border {
	border: var(--b2b-border-width) var(--b2b-border-style) var(--b2b-border-color) !important
}

.border-0 {
	border: 0 !important
}

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

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

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

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

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

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

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

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


.border-white {
	--b2b-border-opacity: 1;
	border-color: rgba(255,255,255,var(--b2b-border-opacity)) !important
}
.border-white-mn {
	--b2b-border-opacity: 1;
	border-color: rgba(228,228,228,var(--b2b-border-opacity)) !important
}

.border-blue {
	border-color: var(--b2b-link-color) !important
}


.border-1 {
	border-width: 1px !important
}

.border-2 {
	border-width: 2px !important
}

.border-3 {
	border-width: 3px !important
}

.border-4 {
	border-width: 4px !important
}

.border-5 {
	border-width: 5px !important
}

.border-opacity-10 {
	--b2b-border-opacity: 0.1
}

.border-opacity-25 {
	--b2b-border-opacity: 0.25
}

.border-opacity-30 {
	--b2b-border-opacity: 0.3
}

.border-opacity-50 {
	--b2b-border-opacity: 0.5
}

.border-opacity-75 {
	--b2b-border-opacity: 0.75
}

.border-opacity-100 {
	--b2b-border-opacity: 1
}
.rounded {
	border-radius: var(--b2b-border-radius) !important
}

.rounded-0 {
	border-radius: 0 !important
}

.rounded-1 {
	border-radius: var(--b2b-border-radius) !important
}

.rounded-2 {
	border-radius: var(--b2b-border-radius-sm) !important
}

.rounded-3 {
	border-radius: var(--b2b-border-radius-lg) !important
}

.rounded-4 {
	border-radius: var(--b2b-border-radius-xl) !important
}

.rounded-5 {
	border-radius: var(--b2b-border-radius-xxl) !important
}

.rounded-circle {
	border-radius: 100% !important
}

.rounded-pill {
	border-radius: var(--b2b-border-radius-pill) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start-pill {
	border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
	border-top-left-radius: var(--b2b-border-radius-pill) !important
}
.shadow-1 {
	box-shadow: var(--b2b-box-shadow) !important
}

.shadow-2 {
	box-shadow: var(--b2b-box-shadow-sm) !important
}

.shadow-3 {
	box-shadow: var(--b2b-box-shadow-lg) !important

}
/*********************\BORDERS************************/
/*********************IMGS************************/
.img-thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.img-thumb-1 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.img-shade-gradient {
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)), var(--b2b-image);
}
.img-shade-solid {
	background-image: linear-gradient(to top, rgba(0,0,0,.5),rgba(0,0,0,.5)), var(--b2b-image);
}
.img-shade-solid-transparent {
	background-image: var(--b2b-image);
}
.img-shade-solid-blue {
	background-image: linear-gradient(to top, #D7EEFF 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%), var(--b2b-image);
}
.img-shade-solid-blue-2 {
	background-image: linear-gradient(0deg, rgba(0, 22, 60, 0.66), rgba(0, 22, 60, 0.66)), var(--b2b-image);
	background-position: bottom;
}
/*********************\IMGS************************/
/*********************BUTTONS************************/
.btn {
	--b2b-btn-padding-x: 0.75rem;
	--b2b-btn-padding-y: 0.375rem;
	--b2b-btn-font-family:;
	--b2b-btn-font-size: 1.0625rem;
	--b2b-btn-font-weight: 400;
	--b2b-btn-line-height: 1.5;
	--b2b-btn-color: var(--b2b-body-color);
	--b2b-btn-bg: #FFFFFF;
	--b2b-btn-hover-color: #0B7AFF;
	--b2b-btn-hover-bg: #FFFFFF;
	--b2b-btn-border-width: var(--b2b-border-width);
	--b2b-btn-border-color: #e4e4e4;
	--b2b-btn-border-radius: var(--b2b-border-radius);
	--b2b-btn-hover-border-color: #e4e4e4;;
	--b2b-btn-disabled-opacity: 0.65;
	display: inline-block;
	padding: var(--b2b-btn-padding-y) var(--b2b-btn-padding-x);
	/*font-family: var(--b2b-btn-font-family);*/
	font-size: var(--b2b-btn-font-size);
	font-weight: var(--b2b-btn-font-weight);
	/*line-height: var(--b2b-btn-line-height);*/
	color: var(--b2b-btn-color);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--b2b-btn-border-width) solid var(--b2b-btn-border-color);
	border-radius: var(--b2b-btn-border-radius);
	background-color: var(--b2b-btn-bg);
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	color: var(--b2b-btn-disabled-color);
	pointer-events: none;
	background-color: var(--b2b-btn-disabled-bg);
	border-color: var(--b2b-btn-disabled-border-color);
	opacity: var(--b2b-btn-disabled-opacity)
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}

}

.btn:hover {
	color: var(--b2b-btn-hover-color) !important;
	background-color: var(--b2b-btn-hover-bg) !important;
	border-color: var(--b2b-btn-hover-border-color) !important
}

.btn-1 {
	--b2b-btn-color: #fff;
	--b2b-btn-bg: #0B7AFF;
	--b2b-btn-border-color: #0B7AFF;
	--b2b-btn-hover-color: #FFFFFF;
	--b2b-btn-hover-bg: #7EB9FF;
	--b2b-btn-hover-border-color: #7EB9FF;
	--b2b-btn-active-color: #fff;
	--b2b-btn-active-bg: #0a58ca;
	--b2b-btn-active-border-color: #0a53be;
	--b2b-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--b2b-btn-disabled-color: #4C486E;
	--b2b-btn-disabled-bg: #E4E4E4;
	--b2b-btn-disabled-border-color: #E4E4E4
}
.btn-2 {
	--b2b-btn-color: #fff;
	--b2b-btn-bg: #7EB9FF;
	--b2b-btn-border-color: #7EB9FF;
	--b2b-btn-hover-color: #FFFFFF;
	--b2b-btn-hover-bg: #0B7AFF;
	--b2b-btn-hover-border-color: #7EB9FF;
	--b2b-btn-active-color: #fff;
	--b2b-btn-active-bg: #0a58ca;
	--b2b-btn-active-border-color: #0a53be;
	--b2b-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--b2b-btn-disabled-color: #4C486E;
	--b2b-btn-disabled-bg: #E4E4E4;
	--b2b-btn-disabled-border-color: #E4E4E4
}
.btn-3 {
	--b2b-btn-color: #0B7AFF;
	--b2b-btn-bg: #FFFFFF;
	--b2b-btn-border-color: #FFFFFF;
	--b2b-btn-hover-color: #FFFFFF !important;
	--b2b-btn-hover-bg: #0B7AFF;
	--b2b-btn-hover-border-color: #0B7AFF;
	--b2b-btn-active-color: #0B7AFF;
	--b2b-btn-active-bg: #0a58ca;
	--b2b-btn-active-border-color: #0a53be;
	--b2b-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--b2b-btn-disabled-color: #4C486E;
	--b2b-btn-disabled-bg: #E4E4E4;
	--b2b-btn-disabled-border-color: #E4E4E4
}
.btn-4 {
	--b2b-btn-color: #fff;
	--b2b-btn-bg: #FF850B;
	--b2b-btn-border-color: #FF850B;
	--b2b-btn-hover-color: #FFFFFF;
	--b2b-btn-hover-bg: #0B7AFF;
	--b2b-btn-hover-border-color: #7EB9FF;
	--b2b-btn-active-color: #fff;
	--b2b-btn-active-bg: #0a58ca;
	--b2b-btn-active-border-color: #0a53be;
	--b2b-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--b2b-btn-disabled-color: #4C486E;
	--b2b-btn-disabled-bg: #E4E4E4;
	--b2b-btn-disabled-border-color: #E4E4E4
}
.btn-tag {
	--b2b-btn-color: #0B7AFF;
	--b2b-btn-bg: #97D3FF80;
	--b2b-btn-border-color: #97D3FF00;
	--b2b-btn-hover-color: #0B7AFF;
	--b2b-btn-hover-bg: #97D3FFEE;
	--b2b-btn-hover-border-color: #0B7AFF;
	--b2b-btn-active-color: #0B7AFF;
	--b2b-btn-active-bg: #0a58ca;
	--b2b-btn-active-border-color: #0a53be;
	--b2b-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--b2b-btn-disabled-color: #0B7AFF;
	--b2b-btn-disabled-bg: #FFFFFFEE;
	--b2b-btn-disabled-border-color: #FFFFFF
}
.btn-close {
	--b2b-btn-close-color: #000;
	--b2b-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--b2b-btn-close-opacity: 0.5;
	--b2b-btn-close-hover-opacity: 0.75;
	--b2b-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--b2b-btn-close-focus-opacity: 1;
	--b2b-btn-close-disabled-opacity: 0.25;	
	box-sizing: content-box;
	width: 1rem;
	height: 1rem;
	padding: .25em .25em;
	color: var(--b2b-btn-close-color);
	background: transparent var(--b2b-btn-close-bg) center/1em auto no-repeat;
	filter: var(--b2b-btn-close-filter);
	border: 0;
	border-radius: .375rem;
	opacity: var(--b2b-btn-close-opacity)
}

.btn-close:hover {
	color: var(--b2b-btn-close-color);
	text-decoration: none;
	opacity: var(--b2b-btn-close-hover-opacity)
}

.btn-close:focus {
	outline: 0;
	box-shadow: var(--b2b-btn-close-focus-shadow);
	opacity: var(--b2b-btn-close-focus-opacity)
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: var(--b2b-btn-close-disabled-opacity)
}

.btn-close-white {
	--b2b-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}
select {
	--b2b-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--b2b-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--b2b-body-bg);
	background-image: var(--b2b-form-select-bg-img), var(--b2b-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--b2b-border-width) solid var(--b2b-border-color);
	border-radius: var(--b2b-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
select:focus {
	border-color: #0B7AFF;
	outline: 0;
	color: #0B7AFF;
}
select:focus option {
	border-color: #0B7AFF;
	outline: 0;
	color: var(--b2b-body-color);
	background-color: white;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
input:not([type=checkbox],[type=radio]) {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--b2b-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--b2b-body-bg);
	background-clip: padding-box;
	border: var(--b2b-border-width) solid rgba(88, 88, 88, .7);
	border-radius: var(--b2b-border-radius);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
input[type=checkbox] {
	--b2b-form-check-bg: var(--b2b-body-bg);
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--b2b-form-check-bg);
	background-image: var(--b2b-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--b2b-border-width) solid var(--b2b-border-color);
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact
}
input:checked[type=checkbox] {
	--b2b-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-color: #0B7AFF;
	border-color: #0B7AFF;
 }
input:focus {
	color: var(--b2b-body-color);
	background-color: var(--b2b-white);
	border-color: #86b7fe;
	outline: 0;
}
input::placeholder {
	color: var(--b2b-input-placeholder);
	opacity: 1;
}

input:disabled {
	background-color: var(--b2b-white);
	opacity: 1
}
.input-container {
  display: flex;
  flex-direction: column-reverse;
}
.input-container > input:focus + label, .input-container > input:focus {
	color: var(--b2b-link-color);
 }
.input-container-search > input {
	background-color: #1F1F31;
	color: var(--b2b-white);
 }
.input-container-search > input + label {
	color: var(--b2b-white);
 }
.input-container-search > input:focus {
	background-color: #2A2A43;
	color: var(--b2b-white);
 }
.input-container-search > input:focus + label {
	color: var(--b2b-link-color);
 }
.input-container-helper > input {
	background-color: var(--b2b-white);
	color: #05459A;
	border-width: 0;
 }
.input-container-helper > input::placeholder {
	color: #459AFFAA;
 }
.input-container-helper > input + label {
	color: var(--b2b-link-color);
 }
.input-container-helper > input:focus {
	background-color: #DFF1FF;
	color: #05459A;
 }
.input-container-helper > input:focus + label {
	color: var(--b2b-link-color);
 }
.input-container-subscribe > input {
	background-color: #1F1F31;
	color: var(--b2b-white);
	border-width: 0;
 }
.input-container-subscribe > input::placeholder {
	color: var(--b2b-white);
 }
.input-container-subscribe > input:focus::placeholder {
	color: var(--b2b-body-color);
 }
.input-container-subscribe > input + label {
	color: var(--b2b-link-color);
 }
.input-container-subscribe > input:focus {
	background-color: #DFF1FF;
	color: #1F1F31;
 }
.input-container-subscribe > input:focus + label {
	color: var(--b2b-link-color);
 }
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>input, .input-group>select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.input-group>input:focus, .input-group>select:focus {
	z-index: 5
}

.input-group .btn {
	position: relative;
	z-index: 2
}

.input-group .btn:focus {
	z-index: 5
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--b2b-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--b2b-tertiary-bg);
	border: var(--b2b-border-width) solid var(--b2b-border-color);
	border-radius: var(--b2b-border-radius)
}

/*********************\BUTTONS************************/
/*********************PAGE************************/
header.header-mobile {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 57%, rgba(5, 69, 154, 0.2) 89%), linear-gradient(180deg, rgba(0, 26, 56, 0.3) 44.95%, rgba(0, 26, 56, 0) 100%);

	/*backdrop-filter: blur(3px);*/
	z-index: 50;
}
header.header-desktop {
	z-index: 50;
}
header .menu-button {
	background-color: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(4px);
}
.logo img {
	max-height: 50px;
}
.arrow-top:before{
    content: "";
    position: absolute;
    top: -15px;
    right:0;
    z-index: 1;
    border: solid 10px transparent;
    border-bottom-color: var(--b2b-white);
}
.arrow-top-dark:before{
    content: "";
    position: absolute;
    top: -15px;
    right:0;
    z-index: 1;
    border: solid 10px transparent;
    border-bottom-color: #151522;
}
.dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    width: max-content;
    z-index: 1;
}
.dropdown-content.show {
    display: block;
}
.alert {
	--b2b-alert-bg: transparent;
	--b2b-alert-padding-x: 1rem;
	--b2b-alert-padding-y: 1rem;
	--b2b-alert-margin-bottom: 1rem;
	--b2b-alert-color: inherit;
	--b2b-alert-border: var(--b2b-border-width) solid var(--b2b-alert-color);
	--b2b-alert-border-radius: var(--b2b-border-radius);
	position: relative;
	padding: var(--b2b-alert-padding-y) var(--b2b-alert-padding-x);
	margin-bottom: var(--b2b-alert-margin-bottom);
	color: var(--b2b-alert-color);
	background-color: #FFFFFF;
	border: var(--b2b-alert-border);
	border-radius: var(--b2b-alert-border-radius)
}
.alert-gray {
	--b2b-alert-color: rgba(288, 288, 288, .92);
	background-color: #EFEFEF;
	color: #999999;
}
.alert-green {
	--b2b-alert-color: rgba(0, 196, 140, .92);
}
.alert-red {
	--b2b-alert-color: rgba(255, 100, 124, .92);
}
.b2b-accordion {
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .b2b-accordion:hover {
  filter: brightness(1);
}

.header-desktop .active, .header-desktop .b2b-accordion:hover, .header-desktop .link-item:hover, .header-desktop .panel  {
  background-color: #2A2A43;
  color: #fff !important;
}

.b2b-accordion:after {
    content: 'arrow_forward_ios';
    font-family: 'Material Symbols Outlined';
  	color: #0084F4 !important;
    color: #fff;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    transition: all .1s;
    font-size: 25px;
    transform: rotate(90deg);
}

.b2b-accordion-footer:after {
    content: '❯';
    font-family: none;
    font-size: 9px;
    color: #ffffff !important;
}

.active:after {
  transform: rotate(270deg);
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel>.footer-link {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.active + .panel > .footer-link {
  opacity: 1;
}
.b2b-accordion-footer.active + .panel {
  padding-bottom: .875rem;
}

.panel-links div {
  padding-top: 18px;
  padding-bottom: 18px;
}
.panel-links a {
  color: #9A9A9A;
}
.panel-links a.chevron:after {
  content: 'arrow_forward_ios';
  font-family: 'Material Symbols Outlined';
  color: #0084F4;
  float: right;
  margin-left: 5px;
  transition: all .1s;
  font-weight: 300;
	font-size: 20px;
}


.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}

}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none
	}

}

.accordion {
	--b2b-accordion-color: var(--b2b-body-color);
	--b2b-accordion-bg: var(--b2b-body-bg);
	--b2b-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--b2b-accordion-border-color: var(--b2b-border-color);
	--b2b-accordion-border-width: var(--b2b-border-width);
	--b2b-accordion-border-radius: var(--b2b-border-radius);
	--b2b-accordion-inner-border-radius: calc(var(--b2b-border-radius) - (var(--b2b-border-width)));
	--b2b-accordion-btn-padding-x: 1.25rem;
	--b2b-accordion-btn-padding-y: 1rem;
	--b2b-accordion-btn-color: var(--b2b-accordion-bg);
	--b2b-accordion-btn-bg: var(--b2b-body-color);
	--b2b-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--b2b-accordion-btn-icon-width: 1.25rem;
	--b2b-accordion-btn-icon-transform: rotate(-180deg);
	--b2b-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--b2b-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--b2b-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--b2b-accordion-body-padding-x: 1.25rem;
	--b2b-accordion-body-padding-y: 1rem;
	--b2b-accordion-active-color: var(--b2b-accordion-bg);
	--b2b-accordion-active-bg: var(--b2b-body-color);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--b2b-accordion-btn-padding-y) var(--b2b-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--b2b-accordion-btn-color);
	text-align: left;
	background-color: var(--b2b-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--b2b-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none
	}

}

.accordion-button:not(.collapsed) {
	color: var(--b2b-accordion-active-color);
	background-color: var(--b2b-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--b2b-accordion-border-width)) 0 var(--b2b-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
	background-image: var(--b2b-accordion-btn-active-icon);
	transform: var(--b2b-accordion-btn-icon-transform)
}

.accordion-button::after {
	flex-shrink: 0;
	width: var(--b2b-accordion-btn-icon-width);
	height: var(--b2b-accordion-btn-icon-width);
	margin-left: auto;
	content: '';
	background-image: var(--b2b-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--b2b-accordion-btn-icon-width);
	transition: var(--b2b-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none
	}

}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--b2b-accordion-btn-focus-box-shadow)
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	color: var(--b2b-accordion-color);
	background-color: var(--b2b-accordion-bg);
	border: var(--b2b-accordion-border-width) solid var(--b2b-accordion-border-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--b2b-accordion-border-radius);
	border-top-right-radius: var(--b2b-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border-top-left-radius: var(--b2b-accordion-inner-border-radius);
	border-top-right-radius: var(--b2b-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-right-radius: var(--b2b-accordion-border-radius);
	border-bottom-left-radius: var(--b2b-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--b2b-accordion-inner-border-radius);
	border-bottom-left-radius: var(--b2b-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
	border-bottom-right-radius: var(--b2b-accordion-border-radius);
	border-bottom-left-radius: var(--b2b-accordion-border-radius)
}

.accordion-body {
	padding: var(--b2b-accordion-body-padding-y) var(--b2b-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
	border-top: 0
}

.accordion-flush>.accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse, .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
	border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
	--b2b-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
	--b2b-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}


.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
	overflow: auto;
}

@media (max-width:575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

}

@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-sm {
		transition: none
	}

}

@media (max-width:575.98px) {
	.offcanvas {
		width: 100% !important;
		height: 100% !important;
	}
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

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

	.offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
		visibility: visible
	}

}

@media (min-width:576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-sm .offcanvas-header {
		display: none
	}

	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

}

@media (max-width:767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

}

@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-md {
		transition: none
	}

}

@media (max-width:767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

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

	.offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
		visibility: visible
	}

}

@media (min-width:768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-md .offcanvas-header {
		display: none
	}

	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

}

@media (max-width:991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-lg {
		transition: none
	}

}

@media (max-width:991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

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

	.offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
		visibility: visible
	}

}

@media (min-width:992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-lg .offcanvas-header {
		display: none
	}

	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

}

@media (max-width:1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

}

@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xl {
		transition: none
	}

}

@media (max-width:1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

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

	.offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
		visibility: visible
	}

}

@media (min-width:1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xl .offcanvas-header {
		display: none
	}

	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

}

@media (max-width:1399.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition)
	}

}

@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
	.offcanvas-xxl {
		transition: none
	}

}

@media (max-width:1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%)
	}

	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%)
	}

	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%)
	}

	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%)
	}

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

	.offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
		visibility: visible
	}

}

@media (min-width:1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important
	}

	.offcanvas-xxl .offcanvas-header {
		display: none
	}

	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important
	}

}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none
	}

}

.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%)
}

.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%)
}

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

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
	visibility: visible
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.offcanvas-backdrop.fade {
	opacity: 0
}

.offcanvas-backdrop.show {
	opacity: .5
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
	margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
	margin-left: auto
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto
}

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-dots {
	padding-right: 1.125rem !important;
	padding-left: 1.125rem !important;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button {
    width:  10px;
    height: 10px;
    padding: 0;
}
.slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #E4E4E4;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #6979F8;
}
 
.products-thumb-grid .img-thumb {
	background-size: contain;
}

.product-thumb {
	border: 1px solid transparent;
	transition: all .2s;
}
.product-thumb:hover {
	border: 1px solid var(--b2b-link-color);
}

/*slider home*/

#ob .slick-dots {
	bottom: 25px;
	text-align: left;
}

#cart { 
	max-width: 100%;
	width: 100%;
}
.cart-items {
	max-height: 350px;
}

.payments:hover img,
.payments input:checked + label img
 {
	zoom: 1.25;
}

.payments input[type=radio] {
	opacity: 0;
  margin: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--b2b-border-width) solid var(--b2b-border-color);
	--b2b-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-image: var(--b2b-form-check-bg-image);
  background-color: #00C48C;
}
.payments input[type=radio]:checked {
	opacity: 1;
}

@media (min-width:1199px) {

	#cart { 
		height: calc(100% - 125px);
		max-height: calc(100% - 125px);
		top: inherit;
		bottom: 0;
		max-width: 100%;
		width: 100%;
	}
	.cart-items {
		max-height: 600px;
	}


}

#btn-va {
	z-index: 1046;
}
#virtual-asis {
	background: linear-gradient(0deg, rgba(11, 122, 255, 0) 63.61%, rgba(11, 122, 255, 0.6) 96.12%), #D7EEFF;
	max-height: calc(100% - 125px);
	padding-bottom: 100px;
}
#virtual-asis:before {
    content: "";
    width: 200px;
    font-size: 200px;
    position: absolute;
    height: 200px;
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    margin: auto;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #97D3FF;
    z-index: -1;
}

@media (max-width:1199px) {
	#virtual-asis {
		max-height: calc(100% - 51px);
	}
}
#virtual-asis .va-welcome {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: table;
  text-align: center;
}
#virtual-asis .va-welcome i {
  color: #97D3FF;
  width: 200px;
  font-size: 200px;
}

.card-product {
	max-height: 272px;
	min-height: 272px;
}

.pagination {
	--b2b-pagination-padding-x: 0.75rem;
	--b2b-pagination-padding-y: 0.375rem;
	--b2b-pagination-font-size: 1rem;
	--b2b-pagination-color: var(--b2b-link-color);
	--b2b-pagination-bg: var(--b2b-body-bg);
	--b2b-pagination-border-width: var(--b2b-border-width);
	--b2b-pagination-border-color: #E4E4E4;
	--b2b-pagination-border-radius: 8px;
	--b2b-pagination-hover-color: var(--b2b-white);
	--b2b-pagination-hover-bg: #0B7AFF;
	--b2b-pagination-hover-border-color: var(--b2b-border-color);
	--b2b-pagination-focus-color: var(--b2b-link-hover-color);
	--b2b-pagination-focus-bg: var(--b2b-secondary-bg);
	--b2b-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	--b2b-pagination-active-color: #ffffff;
	--b2b-pagination-active-bg: #0B7AFF;
	--b2b-pagination-active-border-color: #E4E4E4;
	--b2b-pagination-disabled-color: var(--b2b-secondary-color);
	--b2b-pagination-disabled-bg: var(--b2b-secondary-bg);
	--b2b-pagination-disabled-border-color: var(--b2b-border-color);
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	padding: var(--b2b-pagination-padding-y) var(--b2b-pagination-padding-x);
	font-size: var(--b2b-pagination-font-size);
	color: var(--b2b-pagination-color);
	text-decoration: none;
	background-color: var(--b2b-pagination-bg);
	border: var(--b2b-pagination-border-width) solid var(--b2b-pagination-border-color);
	border-radius: 8px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none
	}

}

.page-link:hover {
	z-index: 2;
	color: var(--b2b-pagination-hover-color) !important;
	background-color: var(--b2b-pagination-hover-bg);
	border-color: var(--b2b-pagination-hover-border-color)
}

.page-link:focus {
	z-index: 3;
	color: var(--b2b-pagination-focus-color);
	background-color: var(--b2b-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--b2b-pagination-focus-box-shadow)
}

.current>.page-link, .page-link.current {
	z-index: 3;
	color: var(--b2b-pagination-active-color);
	background-color: var(--b2b-pagination-active-bg);
	border-color: var(--b2b-pagination-active-border-color);
	padding: calc(var(--b2b-pagination-padding-y) - 4px) calc(var(--b2b-pagination-padding-x) - 2px);
}

.disabled>.page-link, .page-link.disabled {
	color: #a2a2a2 !important;
	pointer-events: none;
	background-color: var(--b2b-pagination-disabled-bg);
	border-color: #E4E4E4
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(5 * var(--b2b-border-width))
}

.page-item:first-child .page-link {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px
}

.page-item:last-child .page-link {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px
}

.pagination-lg {
	--b2b-pagination-padding-x: 1.5rem;
	--b2b-pagination-padding-y: 0.75rem;
	--b2b-pagination-font-size: 1.25rem;
	--b2b-pagination-border-radius: var(--b2b-border-radius-lg)
}

.pagination-sm {
	--b2b-pagination-padding-x: 0.5rem;
	--b2b-pagination-padding-y: 0.25rem;
	--b2b-pagination-font-size: 0.875rem;
	--b2b-pagination-border-radius: var(--b2b-border-radius-sm)
}

.scroll-horizontal::-webkit-scrollbar {
	display: none;

}
.scroll-horizontal{
	scrollbar-width: none;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.scroll-horizontal *::-moz-selection {
  background: transparent;
}

.scroll-horizontal *::selection {
  background: transparent;
}

.gallery-slider .gallery.gallery-for {
    max-width: 75%;
}
.gallery-slider .gallery.gallery-nav {
    max-width: 25%;
}
.gallery-slider .gallery.gallery-for,
.gallery-slider .gallery.gallery-nav {
    width: 100%;
    float: left;
}
.gallery-slider .gallery.gallery-nav {
    overflow: hidden;
}
.gallery-banner-image {
    height: 610px;
}
.gallery-slider .gallery.gallery-nav {
    padding: 14px;
}
.gallery-slider .gallery-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 3px solid rgba(0,0,0,.1);
}
.gallery-slider .gallery-banner-image img,
.gallery-slider .gallery-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.gallery-slider .gallery-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 3px solid var(--b2b-link-color);
    position: relative;
}
.gallery-slider .gallery-nav .slick-slide.slick-current.thumbnail-image .thumbImg:after {
	content: "";
	opacity: .4;
    background-color: var(--b2b-link-color);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-slider .gallery-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.gallery-slider .gallery-nav .slick-slide {
    text-align: center;
    margin: 5px 0;
}
.gallery-slider .gallery-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.gallery-slider .slick-track
{
    display: block !important;
}
.gallery-slider .slick-slide
{
    height: auto !important;
}
.gallery-slider .slick-next {
	right: 0 !important;
}
.gallery-slider .slick-prev {
	left: unset;
	right: 55px !important;
}
.gallery-slider .slick-prev, .gallery-slider .slick-next {
	border: var(--b2b-border-width) var(--b2b-border-style) #e4e4e4 !important;
	border-radius: 100%;
	z-index: 1;
	background-color: #FFFFFF;
 top: 100%;
 width: 50px;
 height: 50px;
}
.gallery-slider .slick-prev:active, .gallery-slider .slick-next:active,
.gallery-slider .slick-prev:target, .gallery-slider .slick-next:target,
.gallery-slider .slick-prev:focus, .gallery-slider .slick-next:focus,
.gallery-slider .slick-prev:hover, .gallery-slider .slick-next:hover,
.gallery-slider .slick-prev:hover:before, .gallery-slider .slick-next:hover:before {
    color: var(--b2b-link-color) !important;
    background-color: #FFFFFF !important;
    border-color: #e4e4e4 !important;
}
    
.gallery-slider .slick-prev:before {
    content: 'arrow_back_ios';
    font-family: 'Material Symbols Outlined';
    color: var(--b2b-body-color);
}
.gallery-slider .slick-next:before {
    content: 'arrow_forward_ios';
    font-family: 'Material Symbols Outlined';
    color: var(--b2b-body-color);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 768px) {

	.gallery-slider .gallery.gallery-for,
	.gallery-slider .gallery.gallery-nav {
	    max-width: 100%;
	    float: none;
	}
	.gallery-slider .gallery.gallery-for {
		padding-right: 0;
	}
	.gallery-slider .gallery.gallery-nav {
		height: auto;
	}
	.gallery-slider .gallery-banner-image {
	    width: 100%;
	} 
	.gallery-slider .gallery.gallery-nav.thumb-image {
        padding: 10px 0;
	}
	.gallery-slider .gallery-nav .slick-slide span {
		padding: 5px 0;
	}
	.gallery-slider .gallery.gallery-nav.thumb-image {
	   white-space: nowrap;
	}
	.gallery-slider .thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}


.list-group {
	--b2b-list-group-color: var(--b2b-body-color);
	--b2b-list-group-bg: var(--b2b-body-bg);
	--b2b-list-group-border-color: var(--b2b-border-color);
	--b2b-list-group-border-width: var(--b2b-border-width);
	--b2b-list-group-border-radius: var(--b2b-border-radius);
	--b2b-list-group-item-padding-x: 1rem;
	--b2b-list-group-item-padding-y: 0.5rem;
	--b2b-list-group-action-color: var(--b2b-secondary-color);
	--b2b-list-group-action-hover-color: var(--b2b-emphasis-color);
	--b2b-list-group-action-hover-bg: var(--b2b-tertiary-bg);
	--b2b-list-group-action-active-color: var(--b2b-body-color);
	--b2b-list-group-action-active-bg: var(--b2b-secondary-bg);
	--b2b-list-group-disabled-color: var(--b2b-secondary-color);
	--b2b-list-group-disabled-bg: var(--b2b-body-bg);
	--b2b-list-group-active-color: #fff;
	--b2b-list-group-active-bg: #0d6efd;
	--b2b-list-group-active-border-color: #0d6efd;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--b2b-list-group-border-radius)
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.list-group-numbered>.list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--b2b-list-group-item-padding-y) var(--b2b-list-group-item-padding-x);
	color: var(--b2b-list-group-color);
	text-decoration: none;
	background-color: var(--b2b-list-group-bg);
	border: var(--b2b-list-group-border-width) solid var(--b2b-list-group-border-color)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
	color: var(--b2b-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--b2b-list-group-disabled-bg)
}

.list-group-item.active {
	z-index: 2;
	color: var(--b2b-list-group-active-color);
	background-color: var(--b2b-list-group-active-bg);
	border-color: var(--b2b-list-group-active-border-color)
}

.list-group-item+.list-group-item {
	border-top-width: 0
}

.list-group-item+.list-group-item.active {
	margin-top: calc(-1 * var(--b2b-list-group-border-width));
	border-top-width: var(--b2b-list-group-border-width)
}

.list-group-item-action {
	width: 100%;
	color: var(--b2b-list-group-action-color);
	text-align: inherit
}

.list-group-item-action:not(.active):focus, .list-group-item-action:not(.active):hover {
	z-index: 1;
	color: var(--b2b-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--b2b-list-group-action-hover-bg)
}

.list-group-item-action:not(.active):active {
	color: var(--b2b-list-group-action-active-color);
	background-color: var(--b2b-list-group-action-active-bg)
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--b2b-list-group-border-radius);
	border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--b2b-list-group-border-radius);
	border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: var(--b2b-list-group-border-width);
	border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: calc(-1 * var(--b2b-list-group-border-width));
	border-left-width: var(--b2b-list-group-border-width)
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--b2b-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--b2b-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: var(--b2b-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--b2b-list-group-border-width));
		border-left-width: var(--b2b-list-group-border-width)
	}

}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--b2b-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--b2b-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: var(--b2b-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--b2b-list-group-border-width));
		border-left-width: var(--b2b-list-group-border-width)
	}

}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--b2b-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--b2b-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: var(--b2b-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--b2b-list-group-border-width));
		border-left-width: var(--b2b-list-group-border-width)
	}

}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--b2b-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--b2b-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: var(--b2b-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--b2b-list-group-border-width));
		border-left-width: var(--b2b-list-group-border-width)
	}

}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row
	}

	.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--b2b-list-group-border-radius);
		border-top-right-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--b2b-list-group-border-radius);
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: var(--b2b-list-group-border-width);
		border-left-width: 0
	}

	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: calc(-1 * var(--b2b-list-group-border-width));
		border-left-width: var(--b2b-list-group-border-width)
	}

}

.list-group-flush {
	border-radius: 0
}

.list-group-flush>.list-group-item {
	border-width: 0 0 var(--b2b-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.ui-slider.ui-widget.ui-widget-content {
    border: 0px solid #E4E4E4;
    background: #E4E4E4;
    height: .4em;
}
.ui-slider .ui-slider-handle {
    border: 2px solid #ffffff;
    background: #005FD1;
    font-weight: normal;
    color: #ffffff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    top: -9px;
    margin-left: -13px;
}
.ui-slider .ui-slider-handle:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    width: 100%;
    height: 100%;
    position: absolute;
}
.ui-slider .ui-slider-handle.ui-state-active {
    border: 2px solid #ffffff;
    background: #7EB9FF;
    font-weight: normal;
    color: #ffffff;
    border-radius: 100%;
}
.ui-slider .ui-widget-header {
    background: var(--b2b-link-color);
}

.well img {
	width: 100%;
}
/*********************\PAGE************************/
/*********************BACKGROUNDS************************/
.bg-white {
	background-color: var(--b2b-white) !important;
}
.bg-cblue-1 {
	background-color: #00133A;
}
.bg-cblue-2 {
	background-color: #005FD1;
}
.bg-cblue-3 {
	background-color: #0B7AFF;
}
.bg-cblue-4 {
	background-color: #4096FF;
}
.bg-cblue-5 {
	background-color: #D7EEFF;
}
.bg-cblue-6 {
	background-color: #97D3FF33;
}
.bg-cblack-1 {
	background-color: #151522;
}
.bg-cblack-2 {
	background-color: #595860;
}
.bg-cblack-3 {
	background-color: #8E8B97;
}
.bg-cblack-4 {
	background-color: #E4E4E4;	
}
.bg-cblack-5 {
	background-color: #FFFFFF;
}
.bg-poppers-1 {
	background-color: #FF3434;
}
.bg-poppers-2 {
	background-color: #FFE4E4;
}
.bg-poppers-3 {
	background-color: #FFB134;
}
.bg-poppers-4 {
	background-color: #FFF1DC;	
}
.bg-poppers-5 {
	background-color: #34E60F;
}
.bg-poppers-6 {
	background-color: #E9FFE5;
}
.bg-poppers-7 {
	background-color: #8F39FF;
}
.bg-poppers-8 {
	background-color: #EFE3FF;
}
.bg-cat-1 {
	background-color: #5669FF;
}
.bg-cat-2 {
	background-color: #61B6FF;
}
.bg-cat-3 {
	background-color: #FDCC37;
}
.bg-cat-4 {
	background-color: #FF64E0;	
}
.bg-cat-5 {
	background-color: #8EF590;
}
.bg-cat-6 {
	background-color: #7C61FF;
}
.bg-cat-7 {
	background-color: #6BDDDE;
}
.bg-cat-8 {
	background-color: #FF6D0B;
}
.bg-cat-9 {
	background-color: #D756FF;
}
.bg-cat-10 {
	background-color: #64D785;
}
.bg-cat-11 {
	background-color: #FF8D64;
}
.bg-cat-12 {
	background-color: #FFB70B;
}
.bg-cat-13 {
	background-color: #FF3434;
}
.bg-cat-14 {
	background-color: #FFB134;
}
.bg-cat-15 {
	background-color: #34E60F;
}
.bg-cat-16 {
	background-color: #8F39FF;
}
.bg-deg-1 {
	background: linear-gradient(45deg, #151522, #595860);
}
.bg-deg-2 {
	background: linear-gradient(45deg, #005FD1, #4097FF);
}
.bg-transparent {
	background: transparent;
}
/*********************\BACKGROUNDS************************/
/*********************TEXTS************************/
.text-body {
	color: var(--b2b-body-color) !important;
}
.text-white, .text-white:hover {
	color: #fff !important;
}
.text-link-white {
	color: #fff;
}
.text-white-mn {
	color: #ECECEC;
}
.text-silver {
	color: #A4A4A4 !important;
}
.text-gray {
	color: #E4E4E4 !important;
}
.text-green {
	color: #00C48C !important;
}
.text-red {
	color: #FF647C !important;
}
.text-blue {
	color: #0084F4 !important;
}
.text-yellow {
	color: #FFCF5C !important;
}
.text-orange {
	color: #FF850B !important;
}
.text-shadow {
	text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.text-bg-black-1 {
	color: #151522
}

.text-bg-primary {
	color: #fff !important;
	background-color: var(--b2b-body-color) !important
}

.fw-thin {
	font-weight: 100 !important
}
.fw-lighter {
	font-weight: 200 !important
}

.fw-light {
	font-weight: 300 !important
}

.fw-normal {
	font-weight: 400 !important
}

.fw-medium {
	font-weight: 500 !important
}

.fw-semibold {
	font-weight: 600 !important
}

.fw-bold {
	font-weight: 700 !important
}

.fw-bolder {
	font-weight: 800 !important
}

.fw-black {
	font-weight: 900 !important
}


.text-start {
	text-align: left !important
}

.text-end {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-decoration-none {
	text-decoration: none !important
}

.text-decoration-underline {
	text-decoration: underline !important
}

.text-decoration-line-through {
	text-decoration: line-through !important
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.fs-0 {
	font-size: 12px !important;
	line-height: 15px;
}
.fs-1 {
	font-size: 14px !important;
	line-height: 16px;
}
.fs-2 {
	font-size: 17px !important;
	line-height: 20px;
}
.fs-3 {
	font-size: 20px !important;
	line-height: 23px;
}
.fs-4 {
	font-size: 30px !important;
	line-height: 33px;
}
.fs-5 {
	font-size: 40px !important;
	line-height: 43px;
}
.fs-menu {
	font-size: 15px !important;
	/*line-height: 18px;*/
}
.fs-submenu {
	font-size: 13px !important;
	line-height: 18px;
}
.fs-cat {
	font-size: 14px !important;
	line-height: 16px;
}
.fs-cta-sm {
	font-size: 16px !important;
	line-height: 20px;
}
.fs-cta-lg {
	font-size: 17px !important;
	line-height: 20px;
}
.fs-block {
	font-size: 15px !important;
	line-height: 18px;
}
.fs-estado {
	font-size: 12px !important;
	line-height: 15px;
}
.fs-user {
	font-size: 25px !important;
	line-height: 28px;
}
.fs-cat-square {
	font-size: 24px !important;
	line-height: 27px;
}

.badge:empty {
	display: none !important
}

.lh-1 {
	line-height: 1 !important
}

.lh-sm {
	line-height: 1.25 !important
}

.lh-base {
	line-height: 1.5 !important
}

.lh-lg {
	line-height: 2 !important
}

	.display-0 {
		font-size: 10rem !important
	}
	.display-1 {
		font-size: 5rem !important
	}
	.display-2 {
		font-size: 4.5rem !important
	}
	.display-3 {
		font-size: 4rem !important
	}
	.display-4 {
		font-size: 3.5rem !important
	}
	.display-5 {
		font-size: 3rem !important
	}
	.display-6 {
		font-size: 2.5rem !important
	}

/*********************\TEXTS************************/
/*********************RESPONSIVE ELEMENTS************************/


@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px
	}
	.float-sm-start {
		float: left !important
	}

	.float-sm-end {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}

	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-sm-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-inline-grid {
		display: inline-grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

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

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

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

	.gap-sm-1 {
		gap: .25rem !important
	}

	.gap-sm-2 {
		gap: .5rem !important
	}

	.gap-sm-3 {
		gap: 1rem !important
	}

	.gap-sm-4 {
		gap: 1.5rem !important
	}

	.gap-sm-5 {
		gap: 3rem !important
	}

	.row-gap-sm-0 {
		row-gap: 0 !important
	}

	.row-gap-sm-1 {
		row-gap: .25rem !important
	}

	.row-gap-sm-2 {
		row-gap: .5rem !important
	}

	.row-gap-sm-3 {
		row-gap: 1rem !important
	}

	.row-gap-sm-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-sm-5 {
		row-gap: 3rem !important
	}

	.column-gap-sm-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-sm-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-sm-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-sm-start {
		text-align: left !important
	}

	.text-sm-end {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: .875rem !important
	}

	.m-sm-2 {
		margin: 1.125rem !important
	}

	.m-sm-3 {
		margin: 1.25rem !important
	}

	.m-sm-4 {
		margin: 2.5rem !important
	}

	.m-sm-5 {
		margin: 3.25rem !important
	}

	.m-sm-1c {
		margin: .5rem !important;
	}

	.m-sm-2c {
		margin: .813rem !important;
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: .875rem !important;
		margin-left: .875rem !important
	}

	.mx-sm-2 {
		margin-right: 1.125rem !important;
		margin-left: 1.125rem !important;
	}

	.mx-sm-3 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.mx-sm-4 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3.25rem !important;
		margin-left: 3.25rem !important
	}

	.mx-sm-1c {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.mx-sm-2c {
		margin-right: .813rem !important;
		margin-left: .813rem !important;
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: .875rem !important;
		margin-bottom: .875rem !important
	}

	.my-sm-2 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.my-sm-3 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.my-sm-4 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-sm-5 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important
	}

	.my-sm-1c {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.my-sm-2c {
		margin-top: .813rem !important;
		margin-bottom: .813rem !important;
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

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

	.mt-sm-1 {
		margin-top: .875rem !important
	}

	.mt-sm-2 {
		margin-top: 1.125rem !important
	}

	.mt-sm-3 {
		margin-top: 1.25rem !important
	}

	.mt-sm-4 {
		margin-top: 2.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3.25rem !important
	}

	.mt-sm-1c {
		margin-top: .5rem !important;
	}

	.mt-sm-2c {
		margin-top: .813rem !important;
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: .875rem !important
	}

	.me-sm-2 {
		margin-right: 1.125rem !important
	}

	.me-sm-3 {
		margin-right: 1.25rem !important
	}

	.me-sm-4 {
		margin-right: 2.5rem !important
	}

	.me-sm-5 {
		margin-right: 3.25rem !important
	}

	.me-sm-1c {
		margin-right: .5rem !important;
	}

	.me-sm-2c {
		margin-right: .813rem !important;
	}

	.me-sm-auto {
		margin-right: auto !important
	}

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

	.mb-sm-1 {
		margin-bottom: .875rem !important
	}

	.mb-sm-2 {
		margin-bottom: 1.125rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1.25rem !important
	}

	.mb-sm-4 {
		margin-bottom: 2.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3.25rem !important
	}

	.mb-sm-1c {
		margin-bottom: .5rem !important;
	}

	.mb-sm-2c {
		margin-bottom: .813rem !important;
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: .875rem !important
	}

	.ms-sm-2 {
		margin-left: 1.125rem !important
	}

	.ms-sm-3 {
		margin-left: 1.25rem !important
	}

	.ms-sm-4 {
		margin-left: 2.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3.25rem !important
	}

	.ms-sm-1c {
		margin-left: .5rem !important;
	}

	.ms-sm-2c {
		margin-left: .813rem !important;
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: .875rem !important
	}

	.p-sm-2 {
		padding: 1.125rem !important
	}

	.p-sm-3 {
		padding: 1.25rem !important
	}

	.p-sm-4 {
		padding: 2.5rem !important
	}

	.p-sm-5 {
		padding: 3.25rem !important
	}

	.p-sm-1c {
		padding: .5rem !important
	}

	.p-sm-2c {
		padding: .813rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: .875rem !important;
		padding-left: .875rem !important
	}

	.px-sm-2 {
		padding-right: 1.125rem !important;
		padding-left: 1.125rem !important
	}

	.px-sm-3 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.px-sm-4 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-sm-5 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important
	}

	.px-sm-1c {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-sm-2c {
		padding-right: .813rem !important;
		padding-left: .813rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: .875rem !important;
		padding-bottom: .875rem !important
	}

	.py-sm-2 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.py-sm-3 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.py-sm-4 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-sm-5 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.py-sm-1c {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-sm-2c {
		padding-top: .813rem !important;
		padding-bottom: .813rem !important
	}

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

	.pt-sm-1 {
		padding-top: .875rem !important
	}

	.pt-sm-2 {
		padding-top: 1.125rem !important
	}

	.pt-sm-3 {
		padding-top: 1.25rem !important
	}

	.pt-sm-4 {
		padding-top: 2.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3.25rem !important
	}

	.pt-sm-1c {
		padding-top: .5rem !important;
	}

	.pt-sm-2c {
		padding-top: .813rem !important;
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: .875rem !important
	}

	.pe-sm-2 {
		padding-right: 1.125rem !important
	}

	.pe-sm-3 {
		padding-right: 1.25rem !important
	}

	.pe-sm-4 {
		padding-right: 2.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3.25rem !important
	}

	.pe-sm-1c {
		padding-right: .5rem !important;
	}

	.pe-sm-2c {
		padding-right: .813rem !important;
	}

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

	.pb-sm-1 {
		padding-bottom: .875rem !important
	}

	.pb-sm-2 {
		padding-bottom: 1.125rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1.25rem !important
	}

	.pb-sm-4 {
		padding-bottom: 2.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3.25rem !important
	}

	.pb-sm-1c {
		padding-bottom: .5rem !important;
	}

	.pb-sm-2c {
		padding-bottom: .813rem !important;
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: .875rem !important
	}

	.ps-sm-2 {
		padding-left: 1.125rem !important
	}

	.ps-sm-3 {
		padding-left: 1.25rem !important
	}

	.ps-sm-4 {
		padding-left: 2.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3.25rem !important
	}

	.ps-sm-1c {
		padding-left: .5rem !important;
	}

	.ps-sm-2c {
		padding-left: .813rem !important;
	}

	.rounded-sm {
		border-radius: var(--b2b-border-radius) !important
	}

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

	.rounded-sm-1 {
		border-radius: var(--b2b-border-radius) !important
	}

	.rounded-sm-2 {
		border-radius: var(--b2b-border-radius-sm) !important
	}

	.rounded-sm-3 {
		border-radius: var(--b2b-border-radius-lg) !important
	}

	.rounded-sm-4 {
		border-radius: var(--b2b-border-radius-xl) !important
	}

	.rounded-sm-5 {
		border-radius: var(--b2b-border-radius-xxl) !important
	}

	.rounded-sm-circle {
		border-radius: 100% !important
	}

	.rounded-sm-pill {
		border-radius: var(--b2b-border-radius-pill) !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.rounded-sm-start-pill {
		border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
		border-top-left-radius: var(--b2b-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-sm-vw-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
	}

	.vh-sm-50 {
		height: 50vh !important
	}

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

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

	.min-sm-vh-100 {
		min-height: 100vh !important
	}
	
	.size-sm-0 {
		width: 10px !important;
		height: 10px !important;
	}
	.size-sm-1 {
		width: 25px !important;
		height: 25px !important;
	}
	.size-sm-2 {
		width: 40px !important;
		height: 40px !important;
	}
	.size-sm-3 {
		width: 50px !important;
		height: 50px !important;
	}
	.size-sm-4 {
		width: 100px !important;
		height: 100px !important;
	}
	.size-sm-5 {
		width: 150px !important;
		height: 150px !important;
	}
	.size-sm-6 {
		width: 200px !important;
		height: 200px !important;
	}
	.size-sm-7 {
		width: 250px !important;
		height: 250px !important;
	}
	.size-sm-8 {
		width: 300px !important;
		height: 300px !important;
	}
	.size-sm-w-1 {
		width: 25px !important;
	}
	.size-sm-w-2 {
		width: 40px !important;
	}
	.size-sm-w-3 {
		width: 50px !important;
	}
	.size-sm-w-4 {
		width: 100px !important;
	}
	.size-sm-w-5 {
		width: 150px !important;
	}
	.size-sm-w-6 {
		width: 200px !important;
	}
	.size-sm-w-7 {
		width: 250px !important;
	}
	.size-sm-w-8 {
		width: 300px !important;
	}
	.size-sm-h-1 {
		height: 25px !important;
	}
	.size-sm-h-2 {
		height: 40px !important;
	}
	.size-sm-h-3 {
		height: 50px !important;
	}
	.size-sm-h-4 {
		height: 100px !important;
	}
	.size-sm-h-5 {
		height: 150px !important;
	}
	.size-sm-h-6 {
		height: 200px !important;
	}
	.size-sm-h-7 {
		height: 250px !important;
	}
	.size-sm-h-8 {
		height: 300px !important;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px
	}
	.float-md-start {
		float: left !important
	}

	.float-md-end {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}

	.object-fit-md-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-md-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-md-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-md-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-inline-grid {
		display: inline-grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

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

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

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

	.gap-md-1 {
		gap: .25rem !important
	}

	.gap-md-2 {
		gap: .5rem !important
	}

	.gap-md-3 {
		gap: 1rem !important
	}

	.gap-md-4 {
		gap: 1.5rem !important
	}

	.gap-md-5 {
		gap: 3rem !important
	}

	.row-gap-md-0 {
		row-gap: 0 !important
	}

	.row-gap-md-1 {
		row-gap: .25rem !important
	}

	.row-gap-md-2 {
		row-gap: .5rem !important
	}

	.row-gap-md-3 {
		row-gap: 1rem !important
	}

	.row-gap-md-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-md-5 {
		row-gap: 3rem !important
	}

	.column-gap-md-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-md-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-md-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-md-start {
		text-align: left !important
	}

	.text-md-end {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
	
	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: .875rem !important
	}

	.m-md-2 {
		margin: 1.125rem !important
	}

	.m-md-3 {
		margin: 1.25rem !important
	}

	.m-md-4 {
		margin: 2.5rem !important
	}

	.m-md-5 {
		margin: 3.25rem !important
	}

	.m-md-1c {
		margin: .5rem !important;
	}

	.m-md-2c {
		margin: .813rem !important;
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: .875rem !important;
		margin-left: .875rem !important
	}

	.mx-md-2 {
		margin-right: 1.125rem !important;
		margin-left: 1.125rem !important;
	}

	.mx-md-3 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.mx-md-4 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-md-5 {
		margin-right: 3.25rem !important;
		margin-left: 3.25rem !important
	}

	.mx-md-1c {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.mx-md-2c {
		margin-right: .813rem !important;
		margin-left: .813rem !important;
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: .875rem !important;
		margin-bottom: .875rem !important
	}

	.my-md-2 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.my-md-3 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.my-md-4 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-md-5 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important
	}

	.my-md-1c {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.my-md-2c {
		margin-top: .813rem !important;
		margin-bottom: .813rem !important;
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

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

	.mt-md-1 {
		margin-top: .875rem !important
	}

	.mt-md-2 {
		margin-top: 1.125rem !important
	}

	.mt-md-3 {
		margin-top: 1.25rem !important
	}

	.mt-md-4 {
		margin-top: 2.5rem !important
	}

	.mt-md-5 {
		margin-top: 3.25rem !important
	}

	.mt-md-1c {
		margin-top: .5rem !important;
	}

	.mt-md-2c {
		margin-top: .813rem !important;
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: .875rem !important
	}

	.me-md-2 {
		margin-right: 1.125rem !important
	}

	.me-md-3 {
		margin-right: 1.25rem !important
	}

	.me-md-4 {
		margin-right: 2.5rem !important
	}

	.me-md-5 {
		margin-right: 3.25rem !important
	}

	.me-md-1c {
		margin-right: .5rem !important;
	}

	.me-md-2c {
		margin-right: .813rem !important;
	}

	.me-md-auto {
		margin-right: auto !important
	}

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

	.mb-md-1 {
		margin-bottom: .875rem !important
	}

	.mb-md-2 {
		margin-bottom: 1.125rem !important
	}

	.mb-md-3 {
		margin-bottom: 1.25rem !important
	}

	.mb-md-4 {
		margin-bottom: 2.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3.25rem !important
	}

	.mb-md-1c {
		margin-bottom: .5rem !important;
	}

	.mb-md-2c {
		margin-bottom: .813rem !important;
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: .875rem !important
	}

	.ms-md-2 {
		margin-left: 1.125rem !important
	}

	.ms-md-3 {
		margin-left: 1.25rem !important
	}

	.ms-md-4 {
		margin-left: 2.5rem !important
	}

	.ms-md-5 {
		margin-left: 3.25rem !important
	}

	.ms-md-1c {
		margin-left: .5rem !important;
	}

	.ms-md-2c {
		margin-left: .813rem !important;
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: .875rem !important
	}

	.p-md-2 {
		padding: 1.125rem !important
	}

	.p-md-3 {
		padding: 1.25rem !important
	}

	.p-md-4 {
		padding: 2.5rem !important
	}

	.p-md-5 {
		padding: 3.25rem !important
	}

	.p-md-1c {
		padding: .5rem !important
	}

	.p-md-2c {
		padding: .813rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: .875rem !important;
		padding-left: .875rem !important
	}

	.px-md-2 {
		padding-right: 1.125rem !important;
		padding-left: 1.125rem !important
	}

	.px-md-3 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.px-md-4 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-md-5 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important
	}

	.px-md-1c {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-md-2c {
		padding-right: .813rem !important;
		padding-left: .813rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: .875rem !important;
		padding-bottom: .875rem !important
	}

	.py-md-2 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.py-md-3 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.py-md-4 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-md-5 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.py-md-1c {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-md-2c {
		padding-top: .813rem !important;
		padding-bottom: .813rem !important
	}

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

	.pt-md-1 {
		padding-top: .875rem !important
	}

	.pt-md-2 {
		padding-top: 1.125rem !important
	}

	.pt-md-3 {
		padding-top: 1.25rem !important
	}

	.pt-md-4 {
		padding-top: 2.5rem !important
	}

	.pt-md-5 {
		padding-top: 3.25rem !important
	}

	.pt-md-1c {
		padding-top: .5rem !important;
	}

	.pt-md-2c {
		padding-top: .813rem !important;
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: .875rem !important
	}

	.pe-md-2 {
		padding-right: 1.125rem !important
	}

	.pe-md-3 {
		padding-right: 1.25rem !important
	}

	.pe-md-4 {
		padding-right: 2.5rem !important
	}

	.pe-md-5 {
		padding-right: 3.25rem !important
	}

	.pe-md-1c {
		padding-right: .5rem !important;
	}

	.pe-md-2c {
		padding-right: .813rem !important;
	}

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

	.pb-md-1 {
		padding-bottom: .875rem !important
	}

	.pb-md-2 {
		padding-bottom: 1.125rem !important
	}

	.pb-md-3 {
		padding-bottom: 1.25rem !important
	}

	.pb-md-4 {
		padding-bottom: 2.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3.25rem !important
	}

	.pb-md-1c {
		padding-bottom: .5rem !important;
	}

	.pb-md-2c {
		padding-bottom: .813rem !important;
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: .875rem !important
	}

	.ps-md-2 {
		padding-left: 1.125rem !important
	}

	.ps-md-3 {
		padding-left: 1.25rem !important
	}

	.ps-md-4 {
		padding-left: 2.5rem !important
	}

	.ps-md-5 {
		padding-left: 3.25rem !important
	}

	.ps-md-1c {
		padding-left: .5rem !important;
	}

	.ps-md-2c {
		padding-left: .813rem !important;
	}

	.rounded-md {
		border-radius: var(--b2b-border-radius) !important
	}

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

	.rounded-md-1 {
		border-radius: var(--b2b-border-radius) !important
	}

	.rounded-md-2 {
		border-radius: var(--b2b-border-radius-sm) !important
	}

	.rounded-md-3 {
		border-radius: var(--b2b-border-radius-lg) !important
	}

	.rounded-md-4 {
		border-radius: var(--b2b-border-radius-xl) !important
	}

	.rounded-md-5 {
		border-radius: var(--b2b-border-radius-xxl) !important
	}

	.rounded-md-circle {
		border-radius: 100% !important
	}

	.rounded-md-pill {
		border-radius: var(--b2b-border-radius-pill) !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.rounded-md-start-pill {
		border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
		border-top-left-radius: var(--b2b-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-md-vw-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
	}

	.vh-md-50 {
		height: 50vh !important
	}

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

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

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

	.size-md-0 {
		width: 10px !important;
		height: 10px !important;
	}
	.size-md-1 {
		width: 25px !important;
		height: 25px !important;
	}
	.size-md-2 {
		width: 40px !important;
		height: 40px !important;
	}
	.size-md-3 {
		width: 50px !important;
		height: 50px !important;
	}
	.size-md-4 {
		width: 100px !important;
		height: 100px !important;
	}
	.size-md-5 {
		width: 150px !important;
		height: 150px !important;
	}
	.size-md-6 {
		width: 200px !important;
		height: 200px !important;
	}
	.size-md-7 {
		width: 250px !important;
		height: 250px !important;
	}
	.size-md-8 {
		width: 300px !important;
		height: 300px !important;
	}
	.size-md-w-1 {
		width: 25px !important;
	}
	.size-md-w-2 {
		width: 40px !important;
	}
	.size-md-w-3 {
		width: 50px !important;
	}
	.size-md-w-4 {
		width: 100px !important;
	}
	.size-md-w-5 {
		width: 150px !important;
	}
	.size-md-w-6 {
		width: 200px !important;
	}
	.size-md-w-7 {
		width: 250px !important;
	}
	.size-md-w-8 {
		width: 300px !important;
	}
	.size-md-h-1 {
		height: 25px !important;
	}
	.size-md-h-2 {
		height: 40px !important;
	}
	.size-md-h-3 {
		height: 50px !important;
	}
	.size-md-h-4 {
		height: 100px !important;
	}
	.size-md-h-5 {
		height: 150px !important;
	}
	.size-md-h-6 {
		height: 200px !important;
	}
	.size-md-h-7 {
		height: 250px !important;
	}
	.size-md-h-8 {
		height: 300px !important;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px
	}
	.float-lg-start {
		float: left !important
	}

	.float-lg-end {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}

	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-inline-grid {
		display: inline-grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

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

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

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

	.gap-lg-1 {
		gap: .25rem !important
	}

	.gap-lg-2 {
		gap: .5rem !important
	}

	.gap-lg-3 {
		gap: 1rem !important
	}

	.gap-lg-4 {
		gap: 1.5rem !important
	}

	.gap-lg-5 {
		gap: 3rem !important
	}

	.row-gap-lg-0 {
		row-gap: 0 !important
	}

	.row-gap-lg-1 {
		row-gap: .25rem !important
	}

	.row-gap-lg-2 {
		row-gap: .5rem !important
	}

	.row-gap-lg-3 {
		row-gap: 1rem !important
	}

	.row-gap-lg-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-lg-5 {
		row-gap: 3rem !important
	}

	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-lg-start {
		text-align: left !important
	}

	.text-lg-end {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
	
	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: .875rem !important
	}

	.m-lg-2 {
		margin: 1.125rem !important
	}

	.m-lg-3 {
		margin: 1.25rem !important
	}

	.m-lg-4 {
		margin: 2.5rem !important
	}

	.m-lg-5 {
		margin: 3.25rem !important
	}

	.m-lg-1c {
		margin: .5rem !important;
	}

	.m-lg-2c {
		margin: .813rem !important;
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: .875rem !important;
		margin-left: .875rem !important
	}

	.mx-lg-2 {
		margin-right: 1.125rem !important;
		margin-left: 1.125rem !important;
	}

	.mx-lg-3 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.mx-lg-4 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3.25rem !important;
		margin-left: 3.25rem !important
	}

	.mx-lg-1c {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.mx-lg-2c {
		margin-right: .813rem !important;
		margin-left: .813rem !important;
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: .875rem !important;
		margin-bottom: .875rem !important
	}

	.my-lg-2 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.my-lg-3 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.my-lg-4 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-lg-5 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important
	}

	.my-lg-1c {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.my-lg-2c {
		margin-top: .813rem !important;
		margin-bottom: .813rem !important;
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

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

	.mt-lg-1 {
		margin-top: .875rem !important
	}

	.mt-lg-2 {
		margin-top: 1.125rem !important
	}

	.mt-lg-3 {
		margin-top: 1.25rem !important
	}

	.mt-lg-4 {
		margin-top: 2.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3.25rem !important
	}

	.mt-lg-1c {
		margin-top: .5rem !important;
	}

	.mt-lg-2c {
		margin-top: .813rem !important;
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: .875rem !important
	}

	.me-lg-2 {
		margin-right: 1.125rem !important
	}

	.me-lg-3 {
		margin-right: 1.25rem !important
	}

	.me-lg-4 {
		margin-right: 2.5rem !important
	}

	.me-lg-5 {
		margin-right: 3.25rem !important
	}

	.me-lg-1c {
		margin-right: .5rem !important;
	}

	.me-lg-2c {
		margin-right: .813rem !important;
	}

	.me-lg-auto {
		margin-right: auto !important
	}

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

	.mb-lg-1 {
		margin-bottom: .875rem !important
	}

	.mb-lg-2 {
		margin-bottom: 1.125rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1.25rem !important
	}

	.mb-lg-4 {
		margin-bottom: 2.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3.25rem !important
	}

	.mb-lg-1c {
		margin-bottom: .5rem !important;
	}

	.mb-lg-2c {
		margin-bottom: .813rem !important;
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: .875rem !important
	}

	.ms-lg-2 {
		margin-left: 1.125rem !important
	}

	.ms-lg-3 {
		margin-left: 1.25rem !important
	}

	.ms-lg-4 {
		margin-left: 2.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3.25rem !important
	}

	.ms-lg-1c {
		margin-left: .5rem !important;
	}

	.ms-lg-2c {
		margin-left: .813rem !important;
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: .875rem !important
	}

	.p-lg-2 {
		padding: 1.125rem !important
	}

	.p-lg-3 {
		padding: 1.25rem !important
	}

	.p-lg-4 {
		padding: 2.5rem !important
	}

	.p-lg-5 {
		padding: 3.25rem !important
	}

	.p-lg-1c {
		padding: .5rem !important
	}

	.p-lg-2c {
		padding: .813rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: .875rem !important;
		padding-left: .875rem !important
	}

	.px-lg-2 {
		padding-right: 1.125rem !important;
		padding-left: 1.125rem !important
	}

	.px-lg-3 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.px-lg-4 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-lg-5 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important
	}

	.px-lg-1c {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-lg-2c {
		padding-right: .813rem !important;
		padding-left: .813rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: .875rem !important;
		padding-bottom: .875rem !important
	}

	.py-lg-2 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.py-lg-3 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.py-lg-4 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-lg-5 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.py-lg-1c {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-lg-2c {
		padding-top: .813rem !important;
		padding-bottom: .813rem !important
	}

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

	.pt-lg-1 {
		padding-top: .875rem !important
	}

	.pt-lg-2 {
		padding-top: 1.125rem !important
	}

	.pt-lg-3 {
		padding-top: 1.25rem !important
	}

	.pt-lg-4 {
		padding-top: 2.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3.25rem !important
	}

	.pt-lg-1c {
		padding-top: .5rem !important;
	}

	.pt-lg-2c {
		padding-top: .813rem !important;
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: .875rem !important
	}

	.pe-lg-2 {
		padding-right: 1.125rem !important
	}

	.pe-lg-3 {
		padding-right: 1.25rem !important
	}

	.pe-lg-4 {
		padding-right: 2.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3.25rem !important
	}

	.pe-lg-1c {
		padding-right: .5rem !important;
	}

	.pe-lg-2c {
		padding-right: .813rem !important;
	}

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

	.pb-lg-1 {
		padding-bottom: .875rem !important
	}

	.pb-lg-2 {
		padding-bottom: 1.125rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1.25rem !important
	}

	.pb-lg-4 {
		padding-bottom: 2.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3.25rem !important
	}

	.pb-lg-1c {
		padding-bottom: .5rem !important;
	}

	.pb-lg-2c {
		padding-bottom: .813rem !important;
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: .875rem !important
	}

	.ps-lg-2 {
		padding-left: 1.125rem !important
	}

	.ps-lg-3 {
		padding-left: 1.25rem !important
	}

	.ps-lg-4 {
		padding-left: 2.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3.25rem !important
	}

	.ps-lg-1c {
		padding-left: .5rem !important;
	}

	.ps-lg-2c {
		padding-left: .813rem !important;
	}

	.rounded-lg {
		border-radius: var(--b2b-border-radius) !important
	}

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

	.rounded-lg-1 {
		border-radius: var(--b2b-border-radius) !important
	}

	.rounded-lg-2 {
		border-radius: var(--b2b-border-radius-sm) !important
	}

	.rounded-lg-3 {
		border-radius: var(--b2b-border-radius-lg) !important
	}

	.rounded-lg-4 {
		border-radius: var(--b2b-border-radius-xl) !important
	}

	.rounded-lg-5 {
		border-radius: var(--b2b-border-radius-xxl) !important
	}

	.rounded-lg-circle {
		border-radius: 100% !important
	}

	.rounded-lg-pill {
		border-radius: var(--b2b-border-radius-pill) !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.rounded-lg-start-pill {
		border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
		border-top-left-radius: var(--b2b-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-lg-vw-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
	}

	.vh-lg-50 {
		height: 50vh !important
	}

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

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

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

	.size-lg-0 {
		width: 10px !important;
		height: 10px !important;
	}
	.size-lg-1 {
		width: 25px !important;
		height: 25px !important;
	}
	.size-lg-2 {
		width: 40px !important;
		height: 40px !important;
	}
	.size-lg-3 {
		width: 50px !important;
		height: 50px !important;
	}
	.size-lg-4 {
		width: 100px !important;
		height: 100px !important;
	}
	.size-lg-5 {
		width: 150px !important;
		height: 150px !important;
	}
	.size-lg-6 {
		width: 200px !important;
		height: 200px !important;
	}
	.size-lg-7 {
		width: 250px !important;
		height: 250px !important;
	}
	.size-lg-8 {
		width: 300px !important;
		height: 300px !important;
	}
	.size-lg-w-1 {
		width: 25px !important;
	}
	.size-lg-w-2 {
		width: 40px !important;
	}
	.size-lg-w-3 {
		width: 50px !important;
	}
	.size-lg-w-4 {
		width: 100px !important;
	}
	.size-lg-w-5 {
		width: 150px !important;
	}
	.size-lg-w-6 {
		width: 200px !important;
	}
	.size-lg-w-7 {
		width: 250px !important;
	}
	.size-lg-w-8 {
		width: 300px !important;
	}
	.size-lg-h-1 {
		height: 25px !important;
	}
	.size-lg-h-2 {
		height: 40px !important;
	}
	.size-lg-h-3 {
		height: 50px !important;
	}
	.size-lg-h-4 {
		height: 100px !important;
	}
	.size-lg-h-5 {
		height: 150px !important;
	}
	.size-lg-h-6 {
		height: 200px !important;
	}
	.size-lg-h-7 {
		height: 250px !important;
	}
	.size-lg-h-8 {
		height: 300px !important;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px
	}
	.float-xl-start {
		float: left !important
	}

	.float-xl-end {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}

	.object-fit-xl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-xl-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-inline-grid {
		display: inline-grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

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

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

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

	.gap-xl-1 {
		gap: .25rem !important
	}

	.gap-xl-2 {
		gap: .5rem !important
	}

	.gap-xl-3 {
		gap: 1rem !important
	}

	.gap-xl-4 {
		gap: 1.5rem !important
	}

	.gap-xl-5 {
		gap: 3rem !important
	}

	.row-gap-xl-0 {
		row-gap: 0 !important
	}

	.row-gap-xl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-xl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-xl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-xl-start {
		text-align: left !important
	}

	.text-xl-end {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: .875rem !important
	}

	.m-xl-2 {
		margin: 1.125rem !important
	}

	.m-xl-3 {
		margin: 1.25rem !important
	}

	.m-xl-4 {
		margin: 2.5rem !important
	}

	.m-xl-5 {
		margin: 3.25rem !important
	}

	.m-xl-1c {
		margin: .5rem !important;
	}

	.m-xl-2c {
		margin: .813rem !important;
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: .875rem !important;
		margin-left: .875rem !important
	}

	.mx-xl-2 {
		margin-right: 1.125rem !important;
		margin-left: 1.125rem !important;
	}

	.mx-xl-3 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.mx-xl-4 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3.25rem !important;
		margin-left: 3.25rem !important
	}

	.mx-xl-1c {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.mx-xl-2c {
		margin-right: .813rem !important;
		margin-left: .813rem !important;
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: .875rem !important;
		margin-bottom: .875rem !important
	}

	.my-xl-2 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.my-xl-3 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.my-xl-4 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-xl-5 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important
	}

	.my-xl-1c {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.my-xl-2c {
		margin-top: .813rem !important;
		margin-bottom: .813rem !important;
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

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

	.mt-xl-1 {
		margin-top: .875rem !important
	}

	.mt-xl-2 {
		margin-top: 1.125rem !important
	}

	.mt-xl-3 {
		margin-top: 1.25rem !important
	}

	.mt-xl-4 {
		margin-top: 2.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3.25rem !important
	}

	.mt-xl-1c {
		margin-top: .5rem !important;
	}

	.mt-xl-2c {
		margin-top: .813rem !important;
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: .875rem !important
	}

	.me-xl-2 {
		margin-right: 1.125rem !important
	}

	.me-xl-3 {
		margin-right: 1.25rem !important
	}

	.me-xl-4 {
		margin-right: 2.5rem !important
	}

	.me-xl-5 {
		margin-right: 3.25rem !important
	}

	.me-xl-1c {
		margin-right: .5rem !important;
	}

	.me-xl-2c {
		margin-right: .813rem !important;
	}

	.me-xl-auto {
		margin-right: auto !important
	}

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

	.mb-xl-1 {
		margin-bottom: .875rem !important
	}

	.mb-xl-2 {
		margin-bottom: 1.125rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1.25rem !important
	}

	.mb-xl-4 {
		margin-bottom: 2.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3.25rem !important
	}

	.mb-xl-1c {
		margin-bottom: .5rem !important;
	}

	.mb-xl-2c {
		margin-bottom: .813rem !important;
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: .875rem !important
	}

	.ms-xl-2 {
		margin-left: 1.125rem !important
	}

	.ms-xl-3 {
		margin-left: 1.25rem !important
	}

	.ms-xl-4 {
		margin-left: 2.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3.25rem !important
	}

	.ms-xl-1c {
		margin-left: .5rem !important;
	}

	.ms-xl-2c {
		margin-left: .813rem !important;
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: .875rem !important
	}

	.p-xl-2 {
		padding: 1.125rem !important
	}

	.p-xl-3 {
		padding: 1.25rem !important
	}

	.p-xl-4 {
		padding: 2.5rem !important
	}

	.p-xl-5 {
		padding: 3.25rem !important
	}

	.p-xl-1c {
		padding: .5rem !important
	}

	.p-xl-2c {
		padding: .813rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: .875rem !important;
		padding-left: .875rem !important
	}

	.px-xl-2 {
		padding-right: 1.125rem !important;
		padding-left: 1.125rem !important
	}

	.px-xl-3 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.px-xl-4 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-xl-5 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important
	}

	.px-xl-1c {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xl-2c {
		padding-right: .813rem !important;
		padding-left: .813rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: .875rem !important;
		padding-bottom: .875rem !important
	}

	.py-xl-2 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.py-xl-3 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.py-xl-4 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-xl-5 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.py-xl-1c {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xl-2c {
		padding-top: .813rem !important;
		padding-bottom: .813rem !important
	}

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

	.pt-xl-1 {
		padding-top: .875rem !important
	}

	.pt-xl-2 {
		padding-top: 1.125rem !important
	}

	.pt-xl-3 {
		padding-top: 1.25rem !important
	}

	.pt-xl-4 {
		padding-top: 2.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3.25rem !important
	}

	.pt-xl-1c {
		padding-top: .5rem !important;
	}

	.pt-xl-2c {
		padding-top: .813rem !important;
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: .875rem !important
	}

	.pe-xl-2 {
		padding-right: 1.125rem !important
	}

	.pe-xl-3 {
		padding-right: 1.25rem !important
	}

	.pe-xl-4 {
		padding-right: 2.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3.25rem !important
	}

	.pe-xl-1c {
		padding-right: .5rem !important;
	}

	.pe-xl-2c {
		padding-right: .813rem !important;
	}

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

	.pb-xl-1 {
		padding-bottom: .875rem !important
	}

	.pb-xl-2 {
		padding-bottom: 1.125rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1.25rem !important
	}

	.pb-xl-4 {
		padding-bottom: 2.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3.25rem !important
	}

	.pb-xl-1c {
		padding-bottom: .5rem !important;
	}

	.pb-xl-2c {
		padding-bottom: .813rem !important;
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: .875rem !important
	}

	.ps-xl-2 {
		padding-left: 1.125rem !important
	}

	.ps-xl-3 {
		padding-left: 1.25rem !important
	}

	.ps-xl-4 {
		padding-left: 2.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3.25rem !important
	}

	.ps-xl-1c {
		padding-left: .5rem !important;
	}

	.ps-xl-2c {
		padding-left: .813rem !important;
	}

	.rounded-xl {
		border-radius: var(--b2b-border-radius) !important
	}

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

	.rounded-xl-1 {
		border-radius: var(--b2b-border-radius) !important
	}

	.rounded-xl-2 {
		border-radius: var(--b2b-border-radius-sm) !important
	}

	.rounded-xl-3 {
		border-radius: var(--b2b-border-radius-lg) !important
	}

	.rounded-xl-4 {
		border-radius: var(--b2b-border-radius-xl) !important
	}

	.rounded-xl-5 {
		border-radius: var(--b2b-border-radius-xxl) !important
	}

	.rounded-xl-circle {
		border-radius: 100% !important
	}

	.rounded-xl-pill {
		border-radius: var(--b2b-border-radius-pill) !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.rounded-xl-start-pill {
		border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
		border-top-left-radius: var(--b2b-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-xl-vw-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
	}

	.vh-xl-50 {
		height: 50vh !important
	}

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

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

	.min-xl-vh-100 {
		min-height: 100vh !important
	}
	.size-xl-0 {
		width: 10px !important;
		height: 10px !important;
	}
	.size-xl-1 {
		width: 25px !important;
		height: 25px !important;
	}
	.size-xl-2 {
		width: 40px !important;
		height: 40px !important;
	}
	.size-xl-3 {
		width: 50px !important;
		height: 50px !important;
	}
	.size-xl-4 {
		width: 100px !important;
		height: 100px !important;
	}
	.size-xl-5 {
		width: 150px !important;
		height: 150px !important;
	}
	.size-xl-6 {
		width: 200px !important;
		height: 200px !important;
	}
	.size-xl-7 {
		width: 250px !important;
		height: 250px !important;
	}
	.size-xl-8 {
		width: 300px !important;
		height: 300px !important;
	}
	.size-xl-w-1 {
		width: 25px !important;
	}
	.size-xl-w-2 {
		width: 40px !important;
	}
	.size-xl-w-3 {
		width: 50px !important;
	}
	.size-xl-w-4 {
		width: 100px !important;
	}
	.size-xl-w-5 {
		width: 150px !important;
	}
	.size-xl-w-6 {
		width: 200px !important;
	}
	.size-xl-w-7 {
		width: 250px !important;
	}
	.size-xl-w-8 {
		width: 300px !important;
	}
	.size-xl-h-1 {
		height: 25px !important;
	}
	.size-xl-h-2 {
		height: 40px !important;
	}
	.size-xl-h-3 {
		height: 50px !important;
	}
	.size-xl-h-4 {
		height: 100px !important;
	}
	.size-xl-h-5 {
		height: 150px !important;
	}
	.size-xl-h-6 {
		height: 200px !important;
	}
	.size-xl-h-7 {
		height: 250px !important;
	}
	.size-xl-h-8 {
		height: 300px !important;
	}

}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px
	}
	.float-xxl-start {
		float: left !important
	}

	.float-xxl-end {
		float: right !important
	}

	.float-xxl-none {
		float: none !important
	}

	.object-fit-xxl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.object-fit-xxl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.object-fit-xxl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.object-fit-xxl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.object-fit-xxl-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-inline-grid {
		display: inline-grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

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

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

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

	.gap-xxl-1 {
		gap: .25rem !important
	}

	.gap-xxl-2 {
		gap: .5rem !important
	}

	.gap-xxl-3 {
		gap: 1rem !important
	}

	.gap-xxl-4 {
		gap: 1.5rem !important
	}

	.gap-xxl-5 {
		gap: 3rem !important
	}

	.row-gap-xxl-0 {
		row-gap: 0 !important
	}

	.row-gap-xxl-1 {
		row-gap: .25rem !important
	}

	.row-gap-xxl-2 {
		row-gap: .5rem !important
	}

	.row-gap-xxl-3 {
		row-gap: 1rem !important
	}

	.row-gap-xxl-4 {
		row-gap: 1.5rem !important
	}

	.row-gap-xxl-5 {
		row-gap: 3rem !important
	}

	.column-gap-xxl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.column-gap-xxl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: .25rem !important
	}

	.column-gap-xxl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: .5rem !important
	}

	.column-gap-xxl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.column-gap-xxl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.column-gap-xxl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.text-xxl-start {
		text-align: left !important
	}

	.text-xxl-end {
		text-align: right !important
	}

	.text-xxl-center {
		text-align: center !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: .875rem !important
	}

	.m-xxl-2 {
		margin: 1.125rem !important
	}

	.m-xxl-3 {
		margin: 1.25rem !important
	}

	.m-xxl-4 {
		margin: 2.5rem !important
	}

	.m-xxl-5 {
		margin: 3.25rem !important
	}

	.m-xxl-1c {
		margin: .5rem !important;
	}

	.m-xxl-2c {
		margin: .813rem !important;
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: .875rem !important;
		margin-left: .875rem !important
	}

	.mx-xxl-2 {
		margin-right: 1.125rem !important;
		margin-left: 1.125rem !important;
	}

	.mx-xxl-3 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.mx-xxl-4 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3.25rem !important;
		margin-left: 3.25rem !important
	}

	.mx-xxl-1c {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}

	.mx-xxl-2c {
		margin-right: .813rem !important;
		margin-left: .813rem !important;
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: .875rem !important;
		margin-bottom: .875rem !important
	}

	.my-xxl-2 {
		margin-top: 1.125rem !important;
		margin-bottom: 1.125rem !important
	}

	.my-xxl-3 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.my-xxl-4 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important
	}

	.my-xxl-1c {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}

	.my-xxl-2c {
		margin-top: .813rem !important;
		margin-bottom: .813rem !important;
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

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

	.mt-xxl-1 {
		margin-top: .875rem !important
	}

	.mt-xxl-2 {
		margin-top: 1.125rem !important
	}

	.mt-xxl-3 {
		margin-top: 1.25rem !important
	}

	.mt-xxl-4 {
		margin-top: 2.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3.25rem !important
	}

	.mt-xxl-1c {
		margin-top: .5rem !important;
	}

	.mt-xxl-2c {
		margin-top: .813rem !important;
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: .875rem !important
	}

	.me-xxl-2 {
		margin-right: 1.125rem !important
	}

	.me-xxl-3 {
		margin-right: 1.25rem !important
	}

	.me-xxl-4 {
		margin-right: 2.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3.25rem !important
	}

	.me-xxl-1c {
		margin-right: .5rem !important;
	}

	.me-xxl-2c {
		margin-right: .813rem !important;
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

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

	.mb-xxl-1 {
		margin-bottom: .875rem !important
	}

	.mb-xxl-2 {
		margin-bottom: 1.125rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1.25rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 2.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3.25rem !important
	}

	.mb-xxl-1c {
		margin-bottom: .5rem !important;
	}

	.mb-xxl-2c {
		margin-bottom: .813rem !important;
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: .875rem !important
	}

	.ms-xxl-2 {
		margin-left: 1.125rem !important
	}

	.ms-xxl-3 {
		margin-left: 1.25rem !important
	}

	.ms-xxl-4 {
		margin-left: 2.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3.25rem !important
	}

	.ms-xxl-1c {
		margin-left: .5rem !important;
	}

	.ms-xxl-2c {
		margin-left: .813rem !important;
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: .875rem !important
	}

	.p-xxl-2 {
		padding: 1.125rem !important
	}

	.p-xxl-3 {
		padding: 1.25rem !important
	}

	.p-xxl-4 {
		padding: 2.5rem !important
	}

	.p-xxl-5 {
		padding: 3.25rem !important
	}

	.p-xxl-1c {
		padding: .5rem !important
	}

	.p-xxl-2c {
		padding: .813rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: .875rem !important;
		padding-left: .875rem !important
	}

	.px-xxl-2 {
		padding-right: 1.125rem !important;
		padding-left: 1.125rem !important
	}

	.px-xxl-3 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.px-xxl-4 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important
	}

	.px-xxl-1c {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.px-xxl-2c {
		padding-right: .813rem !important;
		padding-left: .813rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: .875rem !important;
		padding-bottom: .875rem !important
	}

	.py-xxl-2 {
		padding-top: 1.125rem !important;
		padding-bottom: 1.125rem !important
	}

	.py-xxl-3 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.py-xxl-4 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.py-xxl-1c {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.py-xxl-2c {
		padding-top: .813rem !important;
		padding-bottom: .813rem !important
	}

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

	.pt-xxl-1 {
		padding-top: .875rem !important
	}

	.pt-xxl-2 {
		padding-top: 1.125rem !important
	}

	.pt-xxl-3 {
		padding-top: 1.25rem !important
	}

	.pt-xxl-4 {
		padding-top: 2.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3.25rem !important
	}

	.pt-xxl-1c {
		padding-top: .5rem !important;
	}

	.pt-xxl-2c {
		padding-top: .813rem !important;
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: .875rem !important
	}

	.pe-xxl-2 {
		padding-right: 1.125rem !important
	}

	.pe-xxl-3 {
		padding-right: 1.25rem !important
	}

	.pe-xxl-4 {
		padding-right: 2.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3.25rem !important
	}

	.pe-xxl-1c {
		padding-right: .5rem !important;
	}

	.pe-xxl-2c {
		padding-right: .813rem !important;
	}

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

	.pb-xxl-1 {
		padding-bottom: .875rem !important
	}

	.pb-xxl-2 {
		padding-bottom: 1.125rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1.25rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 2.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3.25rem !important
	}

	.pb-xxl-1c {
		padding-bottom: .5rem !important;
	}

	.pb-xxl-2c {
		padding-bottom: .813rem !important;
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: .875rem !important
	}

	.ps-xxl-2 {
		padding-left: 1.125rem !important
	}

	.ps-xxl-3 {
		padding-left: 1.25rem !important
	}

	.ps-xxl-4 {
		padding-left: 2.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3.25rem !important
	}

	.ps-xxl-1c {
		padding-left: .5rem !important;
	}

	.ps-xxl-2c {
		padding-left: .813rem !important;
	}

	.rounded-xxl {
		border-radius: var(--b2b-border-radius) !important
	}

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

	.rounded-xxl-1 {
		border-radius: var(--b2b-border-radius) !important
	}

	.rounded-xxl-2 {
		border-radius: var(--b2b-border-radius-sm) !important
	}

	.rounded-xxl-3 {
		border-radius: var(--b2b-border-radius-lg) !important
	}

	.rounded-xxl-4 {
		border-radius: var(--b2b-border-radius-xl) !important
	}

	.rounded-xxl-5 {
		border-radius: var(--b2b-border-radius-xxl) !important
	}

	.rounded-xxl-circle {
		border-radius: 100% !important
	}

	.rounded-xxl-pill {
		border-radius: var(--b2b-border-radius-pill) !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.rounded-xxl-start-pill {
		border-bottom-left-radius: var(--b2b-border-radius-pill) !important;
		border-top-left-radius: var(--b2b-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-xxl-vw-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
	}

	.vh-xxl-50 {
		height: 50vh !important
	}

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

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

	.min-xxl-vh-100 {
		min-height: 100vh !important
	}
	.size-xxl-0 {
		width: 10px !important;
		height: 10px !important;
	}
	.size-xxl-1 {
		width: 25px !important;
		height: 25px !important;
	}
	.size-xxl-2 {
		width: 40px !important;
		height: 40px !important;
	}
	.size-xxl-3 {
		width: 50px !important;
		height: 50px !important;
	}
	.size-xxl-4 {
		width: 100px !important;
		height: 100px !important;
	}
	.size-xxl-5 {
		width: 150px !important;
		height: 150px !important;
	}
	.size-xxl-6 {
		width: 200px !important;
		height: 200px !important;
	}
	.size-xxl-7 {
		width: 250px !important;
		height: 250px !important;
	}
	.size-xxl-8 {
		width: 300px !important;
		height: 300px !important;
	}
	.size-xxl-w-1 {
		width: 25px !important;
	}
	.size-xxl-w-2 {
		width: 40px !important;
	}
	.size-xxl-w-3 {
		width: 50px !important;
	}
	.size-xxl-w-4 {
		width: 100px !important;
	}
	.size-xxl-w-5 {
		width: 150px !important;
	}
	.size-xxl-w-6 {
		width: 200px !important;
	}
	.size-xxl-w-7 {
		width: 250px !important;
	}
	.size-xxl-w-8 {
		width: 300px !important;
	}
	.size-xxl-h-1 {
		height: 25px !important;
	}
	.size-xxl-h-2 {
		height: 40px !important;
	}
	.size-xxl-h-3 {
		height: 50px !important;
	}
	.size-xxl-h-4 {
		height: 100px !important;
	}
	.size-xxl-h-5 {
		height: 150px !important;
	}
	.size-xxl-h-6 {
		height: 200px !important;
	}
	.size-xxl-h-7 {
		height: 250px !important;
	}
	.size-xxl-h-8 {
		height: 300px !important;
	}
}

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Number of lines to show */
  line-clamp: 4; /* Standard property for multi-line truncation */
}