/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/info2/styles/catalogue_pages/products_list.scss ***!
  \*************************************************************************************************************************************************/
@charset "UTF-8";
/*==============================================
	List of Colors
==============================================*/
/* Header logged user color avatar - these are account color, thats why they are not assigned to a variable */
/* Header logged user background-color avatar - these are account color, thats why they are not assigned to a variable */
/* ==========================================================================
	#Variables
========================================================================== */
/* Z-index's */
/* Spacers */
/* Borders */
/* Border radius */
/* Basics */
/* Grid */
/* Boxes */
/* Typography */
/* Links */
/* Forms */
/* Transitions */
/* Font weights */
/* Dropdowns */
/* Box shadows */
/* Icons link */
/* Modals */
/* Inputs & Buttons */
/* Buttons */
/* ==========================================================================
	#SASS Functions
========================================================================== */
/* Convert string to number */
/* Concatenate number with units for calculations */
/* Split string by separator to pieces */
/* px to rem */
/* rem to px */
/* Removes the value unit, 16px > 16, 1rem > 1 */
/* Change height based on width(aka aspect-ratio) example: @include aspect-ratio(16, 9, btn-round-inner); */
/* Transition */
/* Generate ratio img styles */
/* Custom scroll 
	@include custom-scroll(3px, #dce3ef, #5c7492, #0075f2);
 */
/* Change height based on width(aka aspect-ratio) example: @include aspect-ratio(16, 9, btn-round-inner); */
/* Add Cover for white background images, to look transparent */
/* ==========================================================================
	#Override Bootstrap variables
========================================================================== */
/* Bootstrap options */
/* Colors */
/* Border radius */
/* Basics */
/* Grid */
/* Tooltips */
/* Inputs & Buttons */
/* Buttons */
/* Forms */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #181818;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0071f3;
  --bs-secondary: #6c757d;
  --bs-success: #28cd5a;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #fc3c52;
  --bs-light: #181818;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 113, 243;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 205, 90;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 252, 60, 82;
  --bs-light-rgb: 24, 24, 24;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #002d61;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #105224;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #651821;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce3fd;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d4f5de;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #fed8dc;
  --bs-light-bg-subtle: #8c8c8c;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99c6fa;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a9ebbd;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #feb1ba;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Inter", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181818;
  --bs-body-color-rgb: 24, 24, 24;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #ababad;
  --bs-secondary-color-rgb: 171, 171, 173;
  --bs-secondary-bg: #c4c4c6;
  --bs-secondary-bg-rgb: 196, 196, 198;
  --bs-tertiary-color: #626263;
  --bs-tertiary-color-rgb: 98, 98, 99;
  --bs-tertiary-bg: #c4c4c6;
  --bs-tertiary-bg-rgb: 196, 196, 198;
  --bs-heading-color: inherit;
  --bs-link-color: #006BD6;
  --bs-link-color-rgb: 0, 107, 214;
  --bs-link-decoration: none;
  --bs-link-hover-color: #005ac4;
  --bs-link-hover-color-rgb: 0, 90, 196;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #181818;
  --bs-highlight-bg: #564302;
  --bs-border-width: 1.6px;
  --bs-border-style: solid;
  --bs-border-color: #c4c4c6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 113, 243, 0.25);
  --bs-form-valid-color: #28cd5a;
  --bs-form-valid-border-color: #28cd5a;
  --bs-form-invalid-color: #fc3c52;
  --bs-form-invalid-border-color: #fc3c52;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #66aaf8;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #7ee19c;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #fd8a97;
  --bs-light-text-emphasis: #181818;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #001731;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #082912;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #320c10;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #004492;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #187b36;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #972431;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #66aaf8;
  --bs-link-hover-color: #85bbf9;
  --bs-link-color-rgb: 102, 170, 248;
  --bs-link-hover-color-rgb: 133, 187, 249;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 20px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.875em;
}

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

sub,
sup {
  position: relative;
  font-size: 0.875rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.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: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
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;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1176px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1500px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-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 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12px;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12px;
}

@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 {
    --bs-gutter-x: 0;
  }

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

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 12px;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 12px;
  }
}
@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 {
    --bs-gutter-x: 0;
  }

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

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 12px;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 12px;
  }
}
@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 {
    --bs-gutter-x: 0;
  }

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

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 12px;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 12px;
  }
}
@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 {
    --bs-gutter-x: 0;
  }

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

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 12px;
  }
}
@media (min-width: 1500px) {
  .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 {
    --bs-gutter-x: 0;
  }

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

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 12px;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 12px;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(0, 90, 194, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 90, 194, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(83, 215, 123, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 215, 123, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(253, 99, 117, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(253, 99, 117, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(19, 19, 19, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(19, 19, 19, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1500px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0071f3;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0071f3;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1.6px);
  padding-bottom: calc(0.5625rem + 1.6px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1.6px);
  padding-bottom: calc(0.5rem + 1.6px);
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1.6px);
  padding-bottom: calc(0.25rem + 1.6px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.form-control:disabled {
  color: #181818;
  background-color: #c4c4c6;
  border-color: #c4c4c6;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5625rem 1rem;
  margin: -0.5625rem -1rem;
  margin-inline-end: 1rem;
  color: #181818;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1.6px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1.6px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1.6px * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1.6px * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.125rem + calc(1.6px * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(1.6px * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(1.6px * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.125rem + calc(1.6px * 2));
  padding: 0.5625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(1.6px * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(1.6px * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5625rem 3rem 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #c4c4c6;
  border-color: #c4c4c6;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #181818;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 1.5rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2.25rem;
}

.form-check-reverse {
  padding-right: 2.25rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.25rem;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.375rem;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #0071f3;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #0071f3;
  border-color: #0071f3;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272.5%27 fill=%27%230071f3%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0071f3;
  border-color: #0071f3;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 1;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%230071f3%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0071f3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3d4fb;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0071f3;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3d4fb;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 3.5rem;
  min-height: 3.5rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0.875rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1.6px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.875rem 1rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 0.875rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1.6px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #626263;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #c4c4c6;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  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: 0.5625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1.6px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328cd5a%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328cd5a%27 d=%27M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.125rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.125rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.125rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 744px;
  --bs-modal-padding: 48px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
  --bs-modal-header-padding-x: 48px;
  --bs-modal-header-padding-y: 48px;
  --bs-modal-header-padding: 48px 48px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 500px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 945px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1499.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.8125rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* ==========================================================================
	#Typography
========================================================================== */
.dual-price, .product-price.product-price-alt.product-price-alt-small, .product-price span.product-vat, .list-variations, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-name, .hbspt-form .hs-main-font-element, .footer-disclaimer-text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.list-cart-amount,
.list-cart-amount dl,
.list-cart-amount dt,
.list-cart-amount dd, .product-price.product-price-alt, .product-price span.product-notice, .product-price span.product-price-old, .header-cart-footer .list-cart-amount-totals dl > span, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-actions .btn.btn-link, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-title, .header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dd, .badge, .device-price-xxs .device-price-old span, .device-price-sm .device-price-old span, .hbspt-form .hs-richtext, .hbspt-form .hs-form-booleancheckbox > label > span, .footer-subscribe-checkbox label, .footer-menu-list > li > a, .footer-menu-list > li > button, .footer-text, .alert, .form-notice, .form-check-label, .header-menu-campaign-mypos-order-july-2025, .header-menu-banner-title, .header-mega-menu-nav > .nav-item .nav-link-entry, .header-mega-menu-title, .header-aside-list .header-aside-item .header-contact-address, .fix_el .header-nav-item > .header-mega-menu-toggle, .list-circle-actions > li > .circle-action > .circle-action-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-price, .device-price-xxs .device-price-new span, .device-price-old > span, .hbspt-form .hs-fieldtype-select-has-placeholder select.hs-input option, .hbspt-form .hs-form-field .hs-input[type=text],
.hbspt-form .hs-form-field .hs-input[type=email],
.hbspt-form .hs-form-field .hs-input[type=tel],
.hbspt-form .hs-form-field select.hs-input, .footer-subscribe-field, .footer-title, .form-control + .chosen-container-single .chosen-single,
.form-select + .chosen-container-single .chosen-single,
.form-group-number-with-flag .form-control + .chosen-container-single .chosen-single,
.form-group-number-with-flag .form-select + .chosen-container-single .chosen-single, .header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title, .header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-title, .header-menu-banner-main-title, .header-mega-menu-nav-simple > .nav-item .nav-link, .header-mega-menu-nav > .nav-item .nav-link-title, .header-aside-list .header-aside-item .btn-sm.btn-ellipse > .btn-inner, .header-nav-item > .header-mega-menu-toggle, .btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  font-size: 1rem;
  line-height: 1.5rem;
}

.device-price-lg .device-price-old span, .form-label-large, .form-check-label-large, .header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title span {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.products-list-title, .header-cart-title, .device-price-sm .device-price-new span, .info_success .close,
.info_error .close, .header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.device-price-new > span, .device-price, .user-image .ico-font, .header-menu-campaign-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.device-price-lg .device-price-new span {
  font-size: 2.25rem;
  line-height: 2.625rem;
  letter-spacing: -0.5px;
}

/* ==========================================================================
    #Fonts
========================================================================== */
/* Inter Google font family */
/* Font Icons */
/* ==========================================================================
	#Icons
========================================================================== */
/* Font family for font icons */
.ico-font,
.with-ico-font:before,
.ico-svg-flag,
.with-ico-svg-flag:before {
  display: inline-block;
}

.ico-font,
.ico-svg-flag {
  vertical-align: middle;
}

/* SVG flag icons */
.ico-svg-flag,
.with-ico-svg-flag:before {
  position: relative;
  width: 1.333333em;
  margin: 1px;
  line-height: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

_:-ms-lang(x), .ico-svg-flag {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

_:-ms-lang(x), .with-ico-svg-flag:before {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.ico-svg-flag-squared,
.ico-svg-flag-round,
.with-ico-svg-flag:before {
  width: 1em;
}

.ico-svg-flag-round {
  border-radius: 50%;
}
.ico-svg-flag-round, .ico-svg-flag-round span {
  overflow: hidden;
}

.with-ico-svg-flag.ico-svg-flag-squared,
.with-ico-svg-flag.ico-svg-flag-round {
  width: initial;
}

.with-ico-svg-flag.ico-svg-flag-round {
  border-radius: 0;
}

.with-ico-svg-flag.ico-svg-flag-round::before {
  border-radius: 50%;
}

_:-ms-fullscreen, :root .with-ico-svg-flag.ico-svg-flag-squared,
_:-ms-fullscreen, :root .with-ico-svg-flag.ico-svg-flag-round {
  width: auto;
}

/* Font Icons */
.ico-font,
.with-ico-font:before {
  font-family: "Font Icons";
  background: none;
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-font {
  text-align: center;
}

/* ==========================================================================
	#Shell
========================================================================== */
.shell {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .shell {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .shell {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .shell {
    max-width: 984px;
  }
}
@media (min-width: 1200px) {
  .shell {
    max-width: 1176px;
  }
}
@media (min-width: 1500px) {
  .shell {
    max-width: 1440px;
  }
}
/* ==========================================================================
	#Formatted amounts
========================================================================== */
.formatted-amount {
  /* CSS Variables */
  --dual-amount-separator-color: #ababad;
  /* Styles */
  text-transform: none;
  white-space: nowrap;
}
.formatted-amount .dual-amount-separator {
  color: var(--dual-amount-separator-color);
  font-weight: 400;
}

/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  --custom-btn-padding-x: 1.125rem;
  --custom-btn-padding-y: 0.1875rem;
  --custom-btn-font-weight: 500;
  --custom-btn-color: var(--bs-body-color);
  --custom-btn-border-width: 1.6px;
  --custom-btn-border-color: transparent;
  --custom-btn-border-radius: 2.5rem;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: var(--custom-btn-color);
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: none;
  --custom-btn-active-color: var(--custom-btn-color);
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: transparent;
  --custom-btn-outline-width: 1px;
  --custom-btn-outline-color: #181818;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: transparent;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-disabled-opacity: 0.65;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  padding: var(--custom-btn-padding-y) var(--custom-btn-padding-x);
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: var(--custom-btn-font-weight);
  color: var(--custom-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--custom-btn-border-width) solid var(--custom-btn-border-color);
  border-radius: var(--custom-btn-border-radius);
  background-color: var(--custom-btn-bg);
  box-shadow: none;
  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;
  /* Shapes */
}
.btn:hover {
  color: var(--custom-btn-hover-color);
  text-decoration: var(--custom-btn-hover-decoration);
  background-color: var(--custom-btn-hover-bg);
  border-color: var(--custom-btn-hover-border-color);
}
.btn.active, .btn:active {
  color: var(--custom-btn-active-color);
  text-decoration: none;
  background-color: var(--custom-btn-active-bg);
  border-color: var(--custom-btn-active-border-color);
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--custom-btn-disabled-color);
  cursor: not-allowed;
  background-color: var(--custom-btn-disabled-bg);
  border-color: var(--custom-btn-disabled-border-color);
  opacity: var(--custom-btn-disabled-opacity);
}
.btn:focus-visible {
  border-color: var(--custom-btn-outline-color);
  outline: var(--custom-btn-outline-width) solid var(--custom-btn-outline-color);
}
.btn > .btn-inner {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 100%;
}
.btn.btn-icon-left > .btn-inner .btn-icon-wrapper {
  margin-right: 10px;
}

.btn.btn-icon-right > .btn-inner .btn-icon-wrapper {
  margin-left: 10px;
}

.btn > .btn-inner > .btn-icon-wrapper, .btn > .btn-inner > .btn-icon-wrapper > .ico-font {
  display: inline;
  vertical-align: baseline;
}
.btn .btn-icon-wrapper {
  display: inline-flex;
  position: relative;
}
.btn .btn-icon-wrapper > .ico-font-arrow-left {
  font-size: 0.6em;
}
.btn .btn-icon-wrapper > .ico-font-arrow-right {
  font-size: 0.75em;
}
.btn .btn-icon-wrapper > .badge {
  position: absolute;
  top: 0;
  right: -4px;
}
.btn-primary {
  --custom-btn-color: #fff;
  --custom-btn-border-color: #0071f3;
  --custom-btn-bg: #0071f3;
  --custom-btn-hover-border-color: #005ac4;
  --custom-btn-hover-bg: #005ac4;
  --custom-btn-active-border-color: #004493;
  --custom-btn-active-bg: #004493;
  --custom-btn-disabled-color: #fff;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-secondary {
  --custom-btn-color: #0071f3;
  --custom-btn-border-color: #0071f3;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-border-color: #0071f3;
  --custom-btn-hover-bg: #cce3fd;
  --custom-btn-active-color: #004493;
  --custom-btn-active-border-color: #0071f3;
  --custom-btn-active-bg: #99c6fb;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-light {
  --custom-btn-color: #181818;
  --custom-btn-border-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-border-color: #181818;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #181818;
  --custom-btn-active-border-color: #181818;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-ghost {
  --custom-btn-color: #181818;
  --custom-btn-border-color: transparent;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #181818;
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-ghost-white {
  --custom-btn-color: #fff;
  --custom-btn-border-color: transparent;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-border-color: transparent;
  --custom-btn-hover-bg: rgba(0, 0, 0, 0.1);
  --custom-btn-active-color: #fff;
  --custom-btn-active-border-color: transparent;
  --custom-btn-active-bg: rgba(0, 0, 0, 0.2);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-dark {
  --custom-btn-color: #fff;
  --custom-btn-border-color: #fff;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-border-color: #fff;
  --custom-btn-hover-bg: rgba(255, 255, 255, 0.2);
  --custom-btn-active-color: #fff;
  --custom-btn-active-border-color: #fff;
  --custom-btn-active-bg: rgba(255, 255, 255, 0.1);
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-border-color: #c4c4c6;
  --custom-btn-disabled-bg: #c4c4c6;
  --custom-btn-outline-width: 0;
  height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-dark:focus-visible {
  background-color: #fff;
  color: #181818;
}
.btn-link {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #006BD6;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #004493;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link:focus-visible {
  outline-offset: 0.125rem;
}
.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #fff;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #dcdcde;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #c4c4c6;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #c4c4c6;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link-white:focus-visible {
  outline-offset: 0.125rem;
}
.btn-link-dark {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #005ac4;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #c4c4c6;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #181818;
}
.btn-link-dark:focus-visible {
  outline-offset: 0.125rem;
}
.btn-to-link {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  --custom-btn-border-width: 0;
  --custom-btn-bg: transparent;
  --custom-btn-color: #006BD6;
  --custom-btn-hover-color: #005ac4;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #004493;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
  text-align: inherit;
  cursor: pointer;
}
.btn-to-link:focus {
  outline: 0;
  outline: none;
}
.btn-to-link.btn {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: unset;
  border-radius: 0;
}
.btn-to-link.btn.va_m {
  vertical-align: middle;
}
.btn-link-ghost {
  --custom-btn-padding-x: 0;
  --custom-btn-border-width: 0;
  --custom-btn-color: #181818;
  --custom-btn-bg: transparent;
  --custom-btn-hover-color: #181818;
  --custom-btn-hover-bg: transparent;
  --custom-btn-hover-decoration: underline;
  --custom-btn-active-color: #181818;
  --custom-btn-active-bg: transparent;
  --custom-btn-disabled-color: #ababad;
  --custom-btn-disabled-bg: transparent;
  --custom-btn-outline-color: #fff;
}
.btn-link-ghost:focus-visible {
  outline-offset: 0.125rem;
}
.btn-sm {
  --custom-btn-padding-x: 0.875rem;
  --custom-btn-padding-y: 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  height: calc(0rem * 2 + 1rem * 2 + 1.6px * 2);
}
.btn-sm.btn-link, .btn-sm.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  height: auto;
}
.btn-lg {
  --custom-btn-padding-x: 1.5rem;
  --custom-btn-padding-y: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  height: calc(0.3125rem * 2 + 1.375rem * 2 + 1.6px * 2);
}
.btn-lg.btn-link, .btn-lg.btn-link-white {
  --custom-btn-padding-x: 0;
  --custom-btn-padding-y: 0;
  height: auto;
}
.btn-close-small {
  padding: 0;
  border: none;
  font-size: 8px;
  line-height: 1;
}
.btn-close-small .ico-font {
  font-size: 8px;
  margin-top: -5px;
}
.btn-square, .btn-rounded, .btn-ellipse {
  overflow: hidden;
  padding: 0;
  font-size: 0;
  position: relative;
  width: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
}
.btn-square::before, .btn-rounded::before, .btn-ellipse::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-square > .btn-inner, .btn-rounded > .btn-inner, .btn-ellipse > .btn-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.btn-sm.btn-square, .btn-sm.btn-rounded, .btn-sm.btn-ellipse {
  width: calc(0rem * 2 + 1rem * 2 + 1.6px * 2);
}
.btn-sm.btn-square > .btn-inner, .btn-sm.btn-rounded > .btn-inner, .btn-sm.btn-ellipse > .btn-inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse {
  width: calc(0.3125rem * 2 + 1.375rem * 2 + 1.6px * 2);
}
.btn-md.btn-square, .btn-md.btn-rounded, .btn-md.btn-ellipse, .btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse, .btn-xl.btn-square, .btn-xl.btn-rounded, .btn-xl.btn-ellipse, .btn-xl-alt.btn-square, .btn-xl-alt.btn-rounded, .btn-xl-alt.btn-ellipse, .btn-xxl.btn-square, .btn-xxl.btn-rounded, .btn-xxl.btn-ellipse {
  padding: 0;
}

.btn-shape-square, .btn-square {
  border-radius: 0 !important;
}

.btn-shape-rounded, .btn-rounded {
  border-radius: 6px !important;
}

.btn-shape-ellipse, .btn-ellipse {
  border-radius: 50% !important;
}

.btn-caret-down-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}
.btn-caret-down-icon .ico-font-caret-down {
  font-size: 5px;
  margin-top: 2px;
}

@media (max-width: 1199.98px) {
  .btn-lg {
    --custom-btn-padding-x: 1.125rem;
    --custom-btn-padding-y: 0.1875rem;
    line-height: 1.125rem;
    height: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
    font-size: 1rem;
  }
  .btn-lg.btn-square, .btn-lg.btn-rounded, .btn-lg.btn-ellipse {
    width: calc(0.1875rem * 2 + 1.125rem * 2 + 1.6px * 2);
  }
}
.list-circle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  list-style: none;
}
.list-circle-actions-gap-xs {
  gap: 4px;
}
.list-circle-actions > li > .circle-action {
  display: inline-block;
  font-weight: 500;
  border-radius: 50%;
  color: #181818;
  width: 44px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.list-circle-actions > li > .circle-action::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.list-circle-actions > li > .circle-action > .circle-action-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .list-circle-actions > li > .circle-action {
    transition: none;
  }
}
.list-circle-actions > li > .circle-action:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-circle-actions > li > .circle-action.active {
  background-color: #f5f5f7;
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action {
  background-color: #f5f5f7;
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.list-circle-actions.list-circle-actions-invert > li > .circle-action.active {
  background-color: #fff;
}

.list-circle-actions > li > .circle-action > .circle-action-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.popover-menu {
  --item-padding-y: 8px;
  --item-padding-x: 12px;
  margin-bottom: calc(0px - var(--item-padding-y));
}
.popover-menu-item {
  margin-left: calc(0px - var(--item-padding-x));
  margin-right: calc(0px - var(--item-padding-x));
}
.popover-menu-item:not(:last-child) {
  margin-bottom: var(--item-padding-y);
}
.popover-menu-item-action {
  display: block;
  padding: var(--item-padding-y) var(--item-padding-x);
  color: #181818;
  font-weight: 600;
  transition: color 0.3s;
}
.popover-menu-item-action:hover, .popover-menu-item-action:focus {
  text-decoration: none;
}
.popover-menu-item-action:not(.disabled):hover, .popover-menu-item-action:not(.disabled):focus {
  background-color: #cce3fd;
  color: #181818;
}
.popover-menu-item-action-red, .popover-menu-item-action-red:not(.disabled):hover, .popover-menu-item-action-red:not(.disabled):focus {
  color: #fd6375;
}
.popover-menu-item-action.disabled {
  pointer-events: none;
}
.popover-menu-item.has-border {
  margin-top: 2px;
  border-top: 1px solid #dcdcde;
  padding-top: var(--item-padding-y);
}
.popover-menu-item.has-icon .popover-menu-item-action {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.popover-menu-item.has-icon .btn-icon-wrapper {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 20px;
}

/* ==========================================================================
	#Line loader
========================================================================== */
html .line-loader-wrapper {
  opacity: 0;
  z-index: -1;
}
html .line-loader-wrapper .line-loader {
  opacity: 0;
}
html.loading .line-loader-wrapper {
  opacity: 1;
  z-index: 9999;
}
html.loading .line-loader-wrapper .line-loader {
  opacity: 1;
}

.line-loader {
  background-color: #fff;
  height: 4px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  -moz-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  z-index: 9999;
}
.line-loader .line-left,
.line-loader .line-right {
  background-color: #007ff5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}
.line-loader .line-left {
  -webkit-animation: line-left 2s linear infinite;
  -moz-animation: line-left 2s linear infinite;
  animation: line-left 2s linear infinite;
}
.line-loader .line-right {
  -webkit-animation: line-right 2s linear infinite;
  -moz-animation: line-right 2s linear infinite;
  animation: line-right 2s linear infinite;
}

@keyframes line-left {
  0% {
    transform: translate(0) scaleX(0);
  }
  25% {
    transform: translate(0) scaleX(0.5);
  }
  50% {
    transform: translate(25%) scaleX(0.75);
  }
  75% {
    transform: translate(100%) scaleX(0);
  }
  100% {
    transform: translate(100%) scaleX(0);
  }
}
@keyframes line-right {
  0% {
    transform: translate(0) scaleX(0);
  }
  60% {
    transform: translate(0) scaleX(0);
  }
  80% {
    transform: translate(0) scaleX(0.6);
  }
  100% {
    transform: translate(100%) scaleX(0.1);
  }
}
:root {
  --logo-header-right-offset: 20px;
  --header-nav-padding-x: 14px;
}

.ratio-img-wrapper picture.ar-86x100 {
  max-width: 86px;
}

.ratio-img-wrapper picture.ar-86x100-fixed-width {
  width: 86px;
}

.ratio-img-wrapper picture.ar-86x100::after {
  padding-bottom: calc(50 / 43 * 100%);
}

.ratio-img-wrapper picture.ar-86x100.picture-lazyloaded::after {
  padding-bottom: calc(100 / 86 * 100%);
}

.ratio-img-wrapper picture.ar-55x114 {
  max-width: 55px;
}

.ratio-img-wrapper picture.ar-55x114-fixed-width {
  width: 55px;
}

.ratio-img-wrapper picture.ar-55x114::after {
  padding-bottom: calc(50 / 24 * 100%);
}

.ratio-img-wrapper picture.ar-55x114.picture-lazyloaded::after {
  padding-bottom: calc(114 / 55 * 100%);
}

.ratio-img-wrapper picture.ar-178x86 {
  max-width: 178px;
}

.ratio-img-wrapper picture.ar-178x86-fixed-width {
  width: 178px;
}

.ratio-img-wrapper picture.ar-178x86::after {
  padding-bottom: calc(24 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-178x86.picture-lazyloaded::after {
  padding-bottom: calc(86 / 178 * 100%);
}

.ratio-img-wrapper picture.ar-63x125 {
  max-width: 63px;
}

.ratio-img-wrapper picture.ar-63x125-fixed-width {
  width: 63px;
}

.ratio-img-wrapper picture.ar-63x125::after {
  padding-bottom: calc(50 / 25 * 100%);
}

.ratio-img-wrapper picture.ar-63x125.picture-lazyloaded::after {
  padding-bottom: calc(125 / 63 * 100%);
}

.ratio-img-wrapper picture.ar-75x123 {
  max-width: 75px;
}

.ratio-img-wrapper picture.ar-75x123-fixed-width {
  width: 75px;
}

.ratio-img-wrapper picture.ar-75x123::after {
  padding-bottom: calc(50 / 31 * 100%);
}

.ratio-img-wrapper picture.ar-75x123.picture-lazyloaded::after {
  padding-bottom: calc(123 / 75 * 100%);
}

.ratio-img-wrapper picture.ar-119x101 {
  max-width: 119px;
}

.ratio-img-wrapper picture.ar-119x101-fixed-width {
  width: 119px;
}

.ratio-img-wrapper picture.ar-119x101::after {
  padding-bottom: calc(42 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-119x101.picture-lazyloaded::after {
  padding-bottom: calc(101 / 119 * 100%);
}

.ratio-img-wrapper picture.ar-270x120 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x120-fixed-width {
  width: 270px;
}

.ratio-img-wrapper picture.ar-270x120::after {
  padding-bottom: calc(22 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-270x120.picture-lazyloaded::after {
  padding-bottom: calc(120 / 270 * 100%);
}

.ratio-img-wrapper picture.ar-270x153 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x153-fixed-width {
  width: 270px;
}

.ratio-img-wrapper picture.ar-270x153::after {
  padding-bottom: calc(30 / 53 * 100%);
}

.ratio-img-wrapper picture.ar-270x153.picture-lazyloaded::after {
  padding-bottom: calc(153 / 270 * 100%);
}

.ratio-img-wrapper picture.ar-271x210 {
  max-width: 271px;
}

.ratio-img-wrapper picture.ar-271x210-fixed-width {
  width: 271px;
}

.ratio-img-wrapper picture.ar-271x210::after {
  padding-bottom: calc(210 / 271 * 100%);
}

.ratio-img-wrapper picture.ar-271x210.picture-lazyloaded::after {
  padding-bottom: calc(210 / 271 * 100%);
}

.ratio-img-wrapper picture.ar-20x24 {
  max-width: 20px;
}

.ratio-img-wrapper picture.ar-20x24-fixed-width {
  width: 20px;
}

.ratio-img-wrapper picture.ar-20x24::after {
  padding-bottom: calc(24 / 20 * 100%);
}

.ratio-img-wrapper picture.ar-54x17 {
  max-width: 54px;
}

.ratio-img-wrapper picture.ar-54x17-fixed-width {
  width: 54px;
}

.ratio-img-wrapper picture.ar-54x17::after {
  padding-bottom: calc(17 / 54 * 100%);
}

.ratio-img-wrapper picture.ar-70x19 {
  max-width: 70px;
}

.ratio-img-wrapper picture.ar-70x19-fixed-width {
  width: 70px;
}

.ratio-img-wrapper picture.ar-70x19::after {
  padding-bottom: calc(19 / 70 * 100%);
}

.info-line-wrapper {
  visibility: hidden !important;
  opacity: 0 !important;
}

body::before {
  content: "";
  position: fixed;
  z-index: 1005;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: #dcdcde;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    transition: none;
  }
}
body.header_backdrop::before {
  opacity: 0.7;
  visibility: visible;
}

#header {
  --header-bgc: var(--bs-body-bg);
  --header-main-nav-color: var(--bs-body-color);
  --header-logo-white: none;
  --header-logo-black: block;
  --header-hamburger-color: #181818;
  min-width: 360px;
  min-height: 1px;
  margin: 0;
  padding: 0;
  background-color: none;
  position: relative;
  z-index: 1006;
}

/* header-access */
.header-access {
  position: relative;
  z-index: 2;
  padding: 0;
  background: var(--header-bgc);
  transition: background-color 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .header-access {
    transition: none;
  }
}
.header-access-nav {
  display: flex;
  min-height: 92px;
}
.header_backdrop .header-access {
  transition: none;
}

.logo {
  padding: 0;
  font-size: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: var(--logo-header-right-offset);
}
.logo img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 41px;
}
.logo.logo-with-raiffeisen img {
  width: 240px;
}

.header-nav {
  display: flex;
  flex-basis: 100%;
  max-width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.header-nav-item {
  display: flex;
}
.header-nav-item > .header-mega-menu-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px var(--header-nav-padding-x);
  border: 0;
  position: relative;
  white-space: nowrap;
  color: var(--header-main-nav-color);
  background-color: transparent;
  font-weight: 500;
  text-decoration: none;
}
.header-nav-item > .header-mega-menu-toggle:hover {
  text-decoration: none;
}
.header-nav-item > .header-mega-menu-toggle:focus-visible {
  outline: 0;
}
.header-nav-item > .header-mega-menu-toggle .ico-font-caret-down {
  font-size: 6px;
  margin-top: 3px;
  transition: transform 0.3s;
  transform: scale(1, 1);
}
@media (prefers-reduced-motion: reduce) {
  .header-nav-item > .header-mega-menu-toggle .ico-font-caret-down {
    transition: none;
  }
}
.header-nav-item.open > .header-mega-menu-toggle .ico-font-caret-down {
  transform: scale(1, -1);
}

.header-nav-item > .header-mega-menu-toggle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--header-nav-padding-x);
  right: var(--header-nav-padding-x);
  display: block;
  height: 0;
  background-color: transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .header-nav-item > .header-mega-menu-toggle::after {
    transition: none;
  }
}
.header-nav-item.open > .header-mega-menu-toggle::after {
  background-color: #0071f3;
  height: 4px;
}

.header-nav-item.open .header-mega-menu {
  display: block;
}
.header-nav-item.open .header-mega-menu-body {
  border-top: 1.6px solid #c4c4c6;
}

.header-aside-item-get-started-mobile {
  display: none;
  align-self: center;
  justify-content: center;
  margin-left: auto;
}

.header-shop-item {
  display: none;
}

.header-mobile-language-list {
  display: none;
}

.header-aside-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 0;
}
.header-aside-list .header-aside-item {
  align-self: center;
  padding: 4px;
  margin-left: auto;
}
.header-aside-list .header-aside-item .header-contact-address {
  margin-bottom: 0;
  text-align: right;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn {
  white-space: nowrap;
}
[lang^=fr] .header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn {
  padding-left: 0;
  padding-right: 0;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header {
  padding: 0;
  color: #181818;
  text-decoration: none;
}
.header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header:hover, .header-aside-list .header-aside-item.header-aside-item-get-started-desktop .btn-shop-header:focus {
  text-decoration: underline;
}
.header-aside-list .header-aside-item .btn-sm {
  min-width: auto;
  padding: var(--custom-btn-padding-y) var(--custom-btn-padding-x);
}
.header-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.header-mega-menu .header-mega-menu-shell {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .header-mega-menu-shell {
    max-width: 1176px;
  }
}
@media (min-width: 1500px) {
  .header-mega-menu-shell {
    max-width: 1440px;
  }
}
.header-mega-menu-body {
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: calc(41px + var(--logo-header-right-offset) + var(--header-nav-padding-x) - 1.5rem);
  padding-right: calc(41px + var(--logo-header-right-offset) + var(--header-nav-padding-x) - 1.5rem);
}
.header-mega-menu-body .header-mega-menu-content {
  flex-basis: 75%;
  max-width: 75%;
}
.header-mega-menu-body .header-mega-menu-content:only-child {
  flex-basis: 100%;
  max-width: 100%;
}
.header-mega-menu-body .header-mega-menu-aside {
  align-self: flex-start;
  flex-basis: 25%;
  max-width: 25%;
  padding: 16px 1.5rem;
}

.header-mega-menu-row {
  display: flex;
  padding: 16px 24px;
}

.header-mega-menu-col {
  flex: 1 1 0;
}

.header-mega-menu-title {
  margin-bottom: 16px;
  color: #626263;
}

.header-mega-menu-nav {
  display: flex;
  flex-wrap: wrap;
}
.header-mega-menu-nav-links {
  flex-wrap: nowrap;
  justify-content: center;
}
.header-mega-menu-content:only-child .header-mega-menu-nav > .nav-item {
  flex-basis: 25%;
  max-width: 25%;
}
.header-mega-menu-nav > .nav-item {
  flex-basis: 33.33334%;
  max-width: 33.33334%;
}
.header-mega-menu-nav.header-mega-menu-nav-4 > .nav-item {
  flex-basis: 25%;
  max-width: 25%;
}

.header-mega-menu-nav > .nav-item .nav-link {
  display: block;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: transparent;
  text-decoration: none;
  color: #181818;
}
.header-mega-menu-nav > .nav-item .nav-link:hover {
  text-decoration: none;
  background-color: #f5f5f7;
}
.header-mega-menu-nav > .nav-item .nav-link-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  margin-bottom: 18px;
  position: relative;
}
.header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2-combo {
  margin-right: -40px;
}
.header-mega-menu-nav > .nav-item .nav-link-title {
  margin-bottom: 0;
  font-weight: 500;
}
.header-mega-menu-nav > .nav-item .nav-link-title + .nav-link-entry {
  margin-top: 8px;
}
.header-mega-menu-nav > .nav-item .nav-link-entry {
  color: #626263;
  margin-bottom: 0;
}
.header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: #daff47;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #181818;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.header-nav-item-industries .header-mega-menu-nav {
  padding-top: 0.75rem;
}
.header-nav-item-industries .header-mega-menu-nav > .nav-item .nav-link {
  padding: 0.75rem 1.5rem;
}
.header-mega-menu-nav-simple > .nav-item {
  margin-bottom: 12px;
}
.header-mega-menu-nav-simple > .nav-item:last-child {
  margin-bottom: 0;
}
.header-mega-menu-nav-simple > .nav-item .nav-link {
  font-weight: 500;
  text-decoration: none;
  color: #181818;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .header-mega-menu-nav-simple > .nav-item .nav-link {
    transition: none;
  }
}
.header-mega-menu-nav-simple > .nav-item .nav-link:hover, .header-mega-menu-nav-simple > .nav-item .nav-link:focus {
  text-decoration: none;
  color: #0071f3;
}

.header-mega-menu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-mega-menu-links .link-item {
  padding: 0.75rem 0;
}
.header-mega-menu-links .link-item > .btn-link {
  text-align: left;
  color: #181818;
  padding: 0.75rem 1.5rem;
}

.header-menu-banner {
  display: block;
  max-width: 270px;
  color: #181818;
  text-decoration: none;
  position: relative;
}
.header-menu-banner:hover {
  text-decoration: none;
}
.header-menu-banner:hover .header-menu-banner-main-title {
  color: #181818;
}
.header-menu-banner:hover .header-menu-banner-title {
  color: #0071f3;
}
.header-menu-banner-image {
  margin-bottom: 16px;
  border-radius: 1rem;
  overflow: hidden;
}
.header-menu-banner-title {
  font-weight: 500;
  margin-bottom: 0;
}
.header-menu-banner-main-title {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  z-index: 1;
}

.header-popover-wrapper {
  position: relative;
}

.header-popover {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1070;
  transform: translateX(-50%);
  min-width: 272px;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.header-aside-item-cart .header-popover {
  min-width: 310px;
}
.header-aside-item-login .header-popover {
  min-width: 250px;
}
.fix_de .header-aside-item-login .header-popover {
  min-width: 300px;
}
.header-popover.show {
  display: block;
}
.header-popover::before {
  content: " ";
  border-bottom: 11px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.header-popover-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 18px 18px;
}
.header-popover-body .list-links {
  --item-margin-x: 8px;
  margin-left: calc(var(--item-margin-x) * -1);
  margin-right: calc(var(--item-margin-x) * -1);
}
.header-popover-body .list-links > li {
  padding-left: var(--item-margin-x);
  padding-right: var(--item-margin-x);
}

.btn-header-lang {
  padding: 12px;
}
.btn-header-lang .ico-svg-flag {
  font-size: 1.375rem;
}

.header-aside-item-hamburger-menu {
  display: none;
}

.svg-hamburger {
  transition: transform 0.4s;
  user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .svg-hamburger {
    transition: none;
  }
}
.svg-hamburger > path {
  fill: none;
  transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
  stroke: var(--header-hamburger-color);
  stroke-width: 3px;
  stroke-linecap: round;
}
@media (prefers-reduced-motion: reduce) {
  .svg-hamburger > path {
    transition: none;
  }
}
.svg-hamburger > path:first-child {
  stroke-dasharray: 40 121;
}
.svg-hamburger > path:last-child {
  stroke-dasharray: 40 121;
}
.btn.active > .btn-icon-wrapper .svg-hamburger, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger {
  transform: rotate(45deg);
}
.btn.active > .btn-icon-wrapper .svg-hamburger > path:first-child, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger > path:first-child {
  stroke-dashoffset: -68px;
}
.btn.active > .btn-icon-wrapper .svg-hamburger > path:last-child, .btn.active > .btn-inner > .btn-icon-wrapper .svg-hamburger > path:last-child {
  stroke-dashoffset: -68px;
}

.wrapper.header-with-shadow #footer {
  margin-top: 50px;
}

.header-menu-campaign {
  border-radius: 1rem;
  color: #fff;
  min-height: 210px;
  position: relative;
  overflow: hidden;
}
.header-menu-campaign-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  padding: 24px;
  position: relative;
  z-index: 2;
}
.header-menu-campaign-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px 0;
}
.header-menu-campaign .header-menu-campaign-image picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.header-menu-campaign .header-menu-campaign-image picture img {
  object-fit: cover;
  object-position: left;
}

.list-campaign-logos {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.list-campaign-logos > li {
  padding-right: 10px;
}
.list-campaign-logos > li:last-child {
  padding-right: 0;
}
.list-campaign-logos > li + li {
  position: relative;
  padding-left: 12px;
}
.list-campaign-logos > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background-color: #fff;
}

/* Animations */
@keyframes animate_header {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
.header-fixed #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.header-fixed .header-access-nav {
  min-height: 74px;
}
.header-fixed .header-animate-on-fixed,
.header-fixed .header-animate-on-fixed-dynamic {
  animation-name: animate_header;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.header-fixed .header-animate-on-fixed.animated,
.header-fixed .header-animate-on-fixed-dynamic.animated {
  animation-name: none;
}
.header-fixed [data-hide-on-fixed] {
  display: none;
}
.header-fixed .logo.logo-with-raiffeisen img {
  width: 180px;
}

#header #campaign_line [data-hide-on-fixed] {
  display: block !important;
}

.header-fixed #campaign_line [data-hide-on-fixed] {
  display: block !important;
  position: absolute;
  left: -9999px;
  width: 100%;
  height: -9999px;
  opacity: 0;
  visibility: hidden;
}

.logo-white {
  display: var(--header-logo-white);
}

.logo-black {
  display: var(--header-logo-black);
}

body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-access {
  background-color: transparent;
  transition: background-color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-access {
    transition: none;
  }
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-nav-item:not(.open) > .header-mega-menu-toggle {
  color: #fff;
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .header-nav-item:not(.open) > .header-mega-menu-toggle {
    transition: none;
  }
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .logo-white {
  display: block;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .logo-black {
  display: none;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .btn-ghost {
  --custom-btn-color: #fff;
  --custom-btn-hover-color: #fff;
  --custom-btn-hover-bg: rgba(255, 255, 255, 0.1);
  --custom-btn-active-color: #fff;
  --custom-btn-active-bg: rgba(255, 255, 255, 0.2);
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .btn-link-ghost {
  --custom-btn-color: #fff;
  --custom-btn-hover-color: #fff;
  --custom-btn-active-color: #fff;
}
body:not(.header_backdrop) .wrapper:not(.header-fixed) .header-transparent .svg-hamburger > path {
  stroke: #fff;
}

/* ==========================================================================
	#No Transaction Fees 2025 Navigation
========================================================================== */
.ratio-img-wrapper picture.ar-270x191 {
  max-width: 270px;
}

.ratio-img-wrapper picture.ar-270x191::after {
  padding-bottom: calc(35 / 50 * 100%);
}

.ratio-img-wrapper picture.ar-270x191.picture-lazyloaded::after {
  padding-bottom: calc(191 / 270 * 100%);
}

.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-image picture {
  position: relative;
}
.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-content {
  min-height: auto;
  padding: 8px 10px;
  background-color: #ffdf6f;
  text-align: center;
}
.header-menu-campaign.header-menu-campaign-no-transaction-fees-june-2025 .header-menu-campaign-title {
  margin: 0;
  font-weight: 500;
  color: #000;
}

.header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount.nav-link-has-discount-yellow {
  width: 42px;
  height: 42px;
  background-color: #ffdf6f;
}

@media (max-width: 1499.98px) {
  .header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount.nav-link-has-discount-yellow {
    width: 26px;
    height: 26px;
  }
}
/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-go-2-april-2025 .header-menu-campaign-title {
  font-weight: 600;
}

/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-go-2-june-2025 .header-menu-campaign-title {
  font-weight: 600;
}

/* ==========================================================================
	#Carbon April 2025 Navigation
========================================================================== */
.header-menu-campaign.header-menu-campaign-carbon-june-2025 {
  border-top-right-radius: 3rem;
  border: 1.6px solid #daff47;
}

/* ==========================================================================
	#Issuing campaign June 2025 Navigation
========================================================================== */
.ratio-img-wrapper picture.ar-19x24 {
  width: 19px;
}

.ratio-img-wrapper picture.ar-19x24::after {
  padding-bottom: calc(24 / 19 * 100%);
}

.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-content {
  padding: 12px 16px;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title {
  margin-bottom: 0;
  line-height: 1;
  color: #181818;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-title span {
  font-weight: 700;
  line-height: 1.12;
  color: #0071f3;
}
.header-menu-campaign-issuing-campaign-june-2025 .header-menu-campaign-highlight {
  display: block;
  width: 118px;
  height: auto;
  margin-left: 5px;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos {
  position: absolute;
  top: 80px;
  left: 16px;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos > li + li:before {
  background-color: #121212;
}
.header-menu-campaign-issuing-campaign-june-2025 .list-campaign-logos-mastercard svg {
  display: block;
  width: 26px;
  height: 16px;
}

/* ==========================================================================
	#Go 2 April 2025 Navigation
========================================================================== */
.header-menu-campaign-mypos-order-july-2025 {
  display: inline-block;
  margin-left: 6px;
  padding: 4px 8px;
  min-width: 59px;
  border-radius: 0.5rem;
  background-color: #daff47;
  color: #181818;
  text-align: center;
  font-weight: 500;
}
.header-menu-campaign-mypos-order-july-2025:hover {
  color: #000;
}
.header-menu-campaign-mypos-order-july-2025.sticker {
  position: absolute;
  top: 16px;
  right: 12px;
}

/* ==========================================================================
	#Summer Promo July 2025 Navigation
========================================================================== */
.header-menu-campaign-summer-promo-july-2025 {
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  min-height: auto;
  border-radius: 0;
  color: inherit;
  transition: color 0.3s;
}
.header-menu-campaign-summer-promo-july-2025:hover, .header-menu-campaign-summer-promo-july-2025:focus, .header-menu-campaign-summer-promo-july-2025:active, .header-menu-campaign-summer-promo-july-2025:active:focus {
  color: #0071f3;
}
.header-menu-campaign-summer-promo-july-2025:hover .btn, .header-menu-campaign-summer-promo-july-2025:focus .btn, .header-menu-campaign-summer-promo-july-2025:active .btn, .header-menu-campaign-summer-promo-july-2025:active:focus .btn {
  text-decoration: underline;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image {
  margin-bottom: 16px;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture {
  position: relative;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture:after {
  padding-top: calc(180 / 270 * 100%);
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-image picture img {
  border-radius: 1rem;
  border-bottom-right-radius: 4rem;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-content {
  padding: 0;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-content .btn {
  justify-content: flex-start;
}
.header-menu-campaign-summer-promo-july-2025 .header-menu-campaign-title {
  margin-bottom: 16px;
  font-weight: 800;
}

@media (max-width: 1499.98px) {
  .logo,
.header-mega-menu-body {
    --logo-header-right-offset: 20px;
  }
  [lang^=fr] .logo,
[lang^=fr] .header-mega-menu-body {
    --logo-header-right-offset: 10px;
  }

  .header-nav-item > .header-mega-menu-toggle,
.header-mega-menu-body {
    --header-nav-padding-x: 8px;
  }

  .header-nav-item > .header-mega-menu-toggle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 8px;
  }
  .fix_el .header-nav-item > .header-mega-menu-toggle {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }

  .header-aside-item-cart .header-popover {
    left: -40px;
  }
  .header-aside-item-cart .header-popover::before {
    left: 215px;
    transform: none;
  }

  .header-aside-item-get-started-desktop .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-search {
    display: none;
  }

  .header-aside-item-hamburger-menu {
    display: block;
  }

  #header #campaign_line [data-hide-on-fixed]:not(.visible-on-mobile-devices) {
    display: none !important;
  }

  /* header-access */
  .header-mobile-gap .header-access::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 17px;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }

  .header-nav {
    position: fixed;
    top: 92px;
    left: calc(100% + 20px);
    bottom: 0;
    z-index: 1007;
    width: 100%;
    max-width: 360px;
    max-height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    background-color: #fff;
    border-top: 1.6px solid #dcdcde;
    transition: left 0.3s, max-width 0.3s;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .header-nav {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .header-nav.open {
    left: calc(100% - 360px);
  }
}
@media (max-width: 1199.98px) {
  .header-nav-item {
    flex-direction: column;
  }
  .header-nav-item > .header-mega-menu-toggle {
    justify-content: space-between;
    border-top: 1.6px solid #dcdcde;
    border-radius: 0;
    padding: 24px;
  }
  .header-nav-item:first-child > .header-mega-menu-toggle {
    border-top: 0;
  }

  .header-nav-item.header-mobile-language-list > .header-mega-menu-toggle {
    justify-content: space-between;
  }

  .header-nav-item > .header-mega-menu-toggle::after {
    display: none;
  }
  .header-nav-item > .header-mega-menu-toggle > .btn-link {
    color: #181818;
    text-decoration: none;
  }
  .header-nav-item > .header-mega-menu-toggle > .btn-link .ico-svg-flag {
    font-size: 1.375rem;
  }
  .header-nav-item.open .header-mega-menu-body {
    border-top: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu {
    position: static;
  }
  .header-mega-menu .header-mega-menu-shell {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-body {
    display: block;
    padding: 0 0 12px;
  }
  .header-mega-menu-body .header-mega-menu-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-body .header-mega-menu-content:only-child {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-body .header-mega-menu-aside {
    flex-basis: 100%;
    max-width: 100%;
    padding: 12px 48px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-row {
    display: block;
    padding: 12px 48px 24px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-col {
    margin-bottom: 36px;
  }
  .header-mega-menu-col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-nav {
    flex-direction: column;
  }
  .header-mega-menu-nav-links {
    justify-content: flex-start;
  }
  .header-mega-menu-content:only-child .header-mega-menu-nav > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-nav > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .header-mega-menu-nav.header-mega-menu-nav-4 > .nav-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-mega-menu-nav > .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 12px 48px;
  }
  .header-mega-menu-nav > .nav-item .nav-link:hover {
    text-decoration: none;
    background-color: #f5f5f7;
  }
  .header-mega-menu-nav > .nav-item.nav-item-with-image .nav-link {
    padding: 12px 48px 12px 24px;
  }

  .header-mega-menu-nav > .nav-item .nav-link-image {
    flex-shrink: 0;
    min-height: auto;
    flex-basis: 80px;
    max-width: 80px;
    margin-bottom: 0;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2 {
    margin-left: -8px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-go2-combo {
    margin-right: -20px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-image .pos-terminal-unattended {
    margin-left: -10px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-title {
    margin-bottom: 0;
  }
  .header-mega-menu-nav > .nav-item .nav-link-title + .nav-link-entry {
    margin-top: 6px;
  }
  .header-mega-menu-nav > .nav-item .nav-link-entry {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .header-mega-menu-nav > .nav-item .nav-link .nav-link-has-discount {
    left: auto;
    right: 16px;
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .header-nav-item-industries .header-mega-menu-nav {
    padding-top: 0;
  }
  .header-nav-item-industries .header-mega-menu-nav > .nav-item .nav-link {
    padding: 12px 48px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-86x100-fixed-width {
    max-width: 50px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-55x114-fixed-width {
    max-width: 37px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-178x86-fixed-width {
    max-width: 90px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-75x123-fixed-width {
    max-width: 45px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-119x101-fixed-width {
    max-width: 80px;
  }
}
@media (max-width: 1199.98px) {
  .ratio-img-wrapper picture.ar-63x125-fixed-width {
    max-width: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header-mega-menu-links {
    justify-content: flex-start;
  }
  .header-mega-menu-links .link-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 48px;
  }
  .header-mega-menu-links .link-item > .btn-link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-shop-item {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header-mobile-language-list {
    display: flex;
  }
  .header-mobile-language-list .btn-mobile-language {
    display: inline-flex;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-get-started-mobile {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .header-aside-item-get-started-desktop {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header-fixed .header-nav {
    top: 74px;
  }
}
@media (max-width: 767.98px) {
  .header-nav {
    max-width: 100%;
  }
  .header-nav.open {
    left: 0px;
  }

  .header-aside-item-get-started-desktop,
.header-aside-item-langs {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .logo.logo-with-raiffeisen img {
    width: 140px;
  }
  .header-fixed .logo.logo-with-raiffeisen img {
    width: 140px;
  }
}
/* ==========================================================================
	#Captcha
========================================================================== */
.capcha_box img {
  width: auto;
  height: calc(1.5em + 1.125rem + calc(1.6px * 2));
  border-radius: 0.375rem;
}
.capcha_box .form-control {
  width: calc( 100% - 123px );
  display: inline-block;
  float: right;
}
.capcha_box.form-floating {
  display: flex;
  align-items: center;
  --capcha-img-width: 100px;
  --capcha-img-mr: 10px;
}
.capcha_box.form-floating img {
  width: var(--capcha-img-width);
  height: auto;
  margin-right: var(--capcha-img-mr);
}
.capcha_box.form-floating .form-control {
  display: block;
  width: calc(100% - var(--capcha-img-width) - var(--capcha-img-mr));
  float: none;
}
.capcha_box.form-floating .form-floating-label {
  left: calc(var(--capcha-img-width) + var(--capcha-img-mr));
  max-width: calc(100% - var(--capcha-img-width) - var(--capcha-img-mr));
}

/* ==========================================================================
	#Grid
========================================================================== */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.half-gutters {
  margin-right: -0.375rem;
  margin-left: -0.375rem;
}
.half-gutters > .col,
.half-gutters > [class*=col-] {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

/* ==========================================================================
	#Forms
========================================================================== */
.form-group {
  margin-bottom: 1rem;
}

.form-check:not(:last-child) {
  margin-bottom: 0;
}

.form-check-input[disabled], .form-check-input:disabled {
  pointer-events: all;
  cursor: not-allowed;
  background-color: #dcdcde;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: not-allowed;
}
.form-check-input:checked[type=radio] {
  background-color: #fff;
}
.form-check-input.is-invalid ~ .form-check-label {
  color: inherit;
}

.form-label-large {
  margin-bottom: 16px;
}

.form-notice {
  color: #ababad;
}

.form-floating > label {
  line-height: 1.875rem;
  max-width: 100%;
}

.form-control + .chosen-container-single .chosen-single,
.form-select + .chosen-container-single .chosen-single,
.form-group-number-with-flag .form-control + .chosen-container-single .chosen-single,
.form-group-number-with-flag .form-select + .chosen-container-single .chosen-single {
  height: calc(1.5em + 1.125rem + calc(1.6px * 2));
}
.form-control + .chosen-container-single .chosen-single span,
.form-select + .chosen-container-single .chosen-single span,
.form-group-number-with-flag .form-control + .chosen-container-single .chosen-single span,
.form-group-number-with-flag .form-select + .chosen-container-single .chosen-single span {
  padding: 0.5625rem 1rem;
  line-height: 1.5;
}

.form-floating .form-select.form-select-has-placeholder {
  padding-bottom: 30px;
  line-height: 0;
}
.form-floating .form-select.form-select-has-placeholder ~ label {
  transform: none;
  color: #181818;
}

.form-floating .form-control + .chosen-container-single .chosen-single,
.form-floating .form-select + .chosen-container-single .chosen-single,
.form-floating .form-group-number-with-flag .form-select,
.form-floating .form-group-number-with-flag .form-control + .chosen-container-single .chosen-single,
.form-floating .form-group-number-with-flag .form-select + .chosen-container-single .chosen-single {
  height: 3.5rem;
}
.form-floating .form-control + .chosen-container-single .chosen-single span,
.form-floating .form-select + .chosen-container-single .chosen-single span,
.form-floating .form-group-number-with-flag .form-select span,
.form-floating .form-group-number-with-flag .form-control + .chosen-container-single .chosen-single span,
.form-floating .form-group-number-with-flag .form-select + .chosen-container-single .chosen-single span {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}

.form-floating .form-group-number-with-flag {
  --country-code-select-width: 120px;
}
.form-floating .form-group-number-with-flag .chosen-container-single .chosen-single div {
  left: 43px;
  padding-top: 3px;
}
.form-floating .form-group-number-with-flag .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-floating .form-group-number-with-flag .form-select, .form-floating .form-group-number-with-flag .form-select + .chosen-container-single .chosen-single {
  width: var(--country-code-select-width);
}
.form-floating .form-group-number-with-flag .form-select span, .form-floating .form-group-number-with-flag .form-select + .chosen-container-single .chosen-single span {
  padding-top: 0.9375rem;
  padding-bottom: 0.875rem;
}
.form-floating .form-group-number-with-flag .form-control {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.form-floating .form-group-number-with-flag .form-control-label {
  left: var(--country-code-select-width);
  z-index: 5;
  max-width: calc(100% - var(--country-code-select-width) + 1.6px);
  line-height: 1.875rem;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  content: "";
  background-color: transparent;
}

.form-floating .form-group-number-with-flag {
  position: relative;
}
.form-floating .form-group-number-with-flag > .form-control,
.form-floating .form-group-number-with-flag > .form-control-plaintext,
.form-floating .form-group-number-with-flag > .form-select {
  height: 3.5rem;
  min-height: 3.5rem;
  line-height: 1.25;
}
.form-floating .form-group-number-with-flag > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 0.875rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1.6px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating .form-group-number-with-flag > label {
    transition: none;
  }
}
.form-floating .form-group-number-with-flag > .form-control,
.form-floating .form-group-number-with-flag > .form-control-plaintext {
  padding: 0.875rem 1rem;
}
.form-floating .form-group-number-with-flag > .form-control::placeholder,
.form-floating .form-group-number-with-flag > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating .form-group-number-with-flag > .form-control:focus, .form-floating .form-group-number-with-flag > .form-control:not(:placeholder-shown),
.form-floating .form-group-number-with-flag > .form-control-plaintext:focus,
.form-floating .form-group-number-with-flag > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating .form-group-number-with-flag > .form-control:-webkit-autofill,
.form-floating .form-group-number-with-flag > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating .form-group-number-with-flag > .form-select {
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
}
.form-floating .form-group-number-with-flag > .form-control:focus ~ label,
.form-floating .form-group-number-with-flag > .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-group-number-with-flag > .form-control-plaintext ~ label,
.form-floating .form-group-number-with-flag > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating .form-group-number-with-flag > .form-control:focus ~ label::after,
.form-floating .form-group-number-with-flag > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating .form-group-number-with-flag > .form-control-plaintext ~ label::after,
.form-floating .form-group-number-with-flag > .form-select ~ label::after {
  position: absolute;
  inset: 0.875rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: 0.375rem;
}
.form-floating .form-group-number-with-flag > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating .form-group-number-with-flag > .form-control-plaintext ~ label {
  border-width: 1.6px 0;
}
.form-floating .form-group-number-with-flag > :disabled ~ label,
.form-floating .form-group-number-with-flag > .form-control:disabled ~ label {
  color: #626263;
}
.form-floating .form-group-number-with-flag > :disabled ~ label::after,
.form-floating .form-group-number-with-flag > .form-control:disabled ~ label::after {
  background-color: #c4c4c6;
}

/*========================================================*\
    ALERTS and ERRORS
\*========================================================*/
.alert {
  padding: 0.5625rem 1rem;
  margin: 10px 0;
  border-radius: 0.375rem;
}

.info_error {
  border: 1px solid #fed8dc;
  color: #ca3042;
  background-color: #ffecee;
}

.info_error h4, .info_error .h4 {
  color: #ca3042;
}

.info_success .close,
.info_error .close {
  padding: 0;
  position: relative;
  top: -5px;
  right: 0px;
  float: right;
  color: #181818;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
  opacity: 0.4;
  text-decoration: none;
}

.form-control.alerted,
.form-control:focus.alerted,
.form-control:hover.alerted,
.form-select.alerted,
.form-select:focus.alerted,
.form-select:hover.alerted,
select.alerted,
select:focus.alerted,
select:hover.alerted {
  border: 1px solid #fc3c52 !important;
  background-color: #ffecee;
}

.alerted + .alerted {
  border-left: none !important;
}

.form-group-number-with-flag input.form-control.alerted,
.form-group-number-with-flag input.form-control.alerted:hover,
.form-group-number-with-flag .chosen-container.chosen-container-single .chosen-single.alerted,
.chosen-container.chosen-container-single .chosen-single.alerted {
  border: 1px solid #fc3c52 !important;
  background-color: #ffecee !important;
}

.form-control.is-invalid {
  padding-right: 1rem;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}

.form-group-number-with-flag .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}

.flag-group,
.form-select.flag-group {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.flag-group > .ico-svg-flag,
.form-select.flag-group > .ico-svg-flag {
  font-size: 1.375rem;
  margin-right: 0.375rem;
}

.lang-dropdown {
  position: relative;
}
.lang-dropdown .lang-dropdown-trigger {
  text-align: left;
  min-width: 240px;
}
.lang-dropdown.open .lang-dropdown-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.lang-dropdown.open.dropup .lang-dropdown-trigger {
  border-radius: 0 0 0.375rem 0.375rem;
}

.lang-dropdown .lang-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  min-width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background-color: #fff;
  padding: 6px 0;
  border: 1.6px solid #c4c4c6;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.lang-dropdown.open .lang-dropdown-menu {
  display: block;
}

.lang-dropdown.dropup .lang-dropdown-menu {
  top: auto;
  bottom: calc(100% - 1px);
  border-radius: 0.375rem 0.375rem 0 0;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.lang-menu {
  margin-bottom: 0;
}
.lang-menu > li > a {
  border-radius: 0.375rem;
  padding: 6px 12px;
  color: #181818;
  text-decoration: none;
}
.lang-menu > li.active > a, .lang-menu > li > a:hover, .lang-menu > li > a:focus, .lang-menu > li > a:active {
  background-color: #e6f1ff;
}

.lang-menu > li > button {
  padding: 6px 12px;
  border: none;
  color: #181818;
  background-color: transparent;
  width: 100%;
}
.lang-menu > li.active > button, .lang-menu > li > button:hover, .lang-menu > li > button:focus, .lang-menu > li > button:active {
  background-color: #e6f1ff;
}

.lang-menu > li > button .ico-font {
  margin-left: auto;
  font-size: 6px;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.lang-menu > li > button.show {
  display: flex !important;
}
.lang-menu > li > button.show .ico-font {
  transform: rotate(0deg);
}
.lang-menu > li > .dropdown-submenu-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .lang-menu > li > .dropdown-submenu-content {
    transition: none;
  }
}
.lang-menu > li > .dropdown-submenu-content ul {
  padding-left: 24px;
}

.lang-mobile-menu {
  z-index: 1008;
}
.lang-mobile-menu .lang-mobile-menu-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px 0;
  padding: 24px 24px 12px;
  border-bottom: 1px solid #c4c4c6;
}
.lang-mobile-menu .lang-mobile-menu-head .lang-mobile-menu-head-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 6px;
  width: 100%;
}
.lang-mobile-menu .lang-mobile-menu-body {
  border-bottom: 1px solid #c4c4c6;
}
.lang-mobile-menu .lang-mobile-menu-body .lang-menu {
  padding-top: 12px;
  padding-bottom: 12px;
}
.lang-mobile-menu .lang-mobile-menu-body .lang-menu > li > a, .lang-mobile-menu .lang-mobile-menu-body .lang-menu > li > button {
  padding: 12px 24px;
}
.lang-mobile-menu .lang-mobile-menu-foot {
  padding: 12px 24px;
  text-align: right;
}

/* ==========================================================================
	#Ratio responsive images
========================================================================== */
.ratio-img-wrapper picture {
  position: relative;
  display: block;
}

.ratio-img-wrapper picture::after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blur-up {
  filter: blur(5px);
  will-change: filter;
  transition: filter 0.2s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%;
}

.ratio-img-wrapper picture.ar-1x1::after {
  padding-bottom: 100%;
}

.maintenance-notification-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.maintenance-notification-line {
  padding: 10px 0;
  background-color: #27d1a0;
  color: #fff;
  font-size: 13.5px;
}

.maintenance-notification-icon {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
  color: #27d1a0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.maintenance-notification-content {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-notification-content + .maintenance-notification-action {
  flex-shrink: 0;
  margin-left: 10px;
}
.maintenance-notification-content .mb_0 {
  margin-bottom: 0;
}
.maintenance-notification-content .mb_5 {
  margin-bottom: 5px;
}

.maintenance-notification-line + .referral-header-banner {
  border-top: 1px solid #58dcbb;
}

@media only screen and (max-width: 480px) {
  .maintenance-notification-body {
    flex-wrap: wrap;
  }

  .maintenance-notification-content {
    flex-basis: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }
  .maintenance-notification-content + .maintenance-notification-action {
    margin-top: 10px;
    margin-left: 28px;
  }
}
/* ==========================================================================
	#Footer
========================================================================== */
.footer {
  padding: 56px 0;
  background-color: #f5f5f7;
  border-radius: 3rem 3rem 0 0;
}
.footer-inner {
  display: flex;
}
.footer-inner-bordered {
  padding-bottom: 24px;
  border-bottom: 1.6px solid #c4c4c6;
  margin-bottom: 24px;
}
.footer-content {
  order: 1;
  flex: 1 1 0;
}
.footer-aside {
  order: 2;
  flex: 0 0 32.204%;
  max-width: 32.204%;
}
.footer-aside .hubspot-form-wrapper {
  --hbspt-form-min-height: 230px;
  --hbspt-form-wrapper-spacing: 0;
  --hbspt-form-wrapper-border: 0;
  --bs-border-width: 1px;
}
.footer-aside .hubspot-form-wrapper .hs-form-private {
  display: grid;
  grid-template-areas: "box-1 box-3" "box-2 box-2";
  grid-column-gap: 16px;
  justify-content: space-between;
  grid-template-columns: 3fr 1.4fr;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs_email {
  grid-area: box-1;
  margin-bottom: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container {
  grid-area: box-2;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list {
  color: #626263;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox label {
  margin: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .legal-consent-container .inputs-list .hs-form-booleancheckbox label .hs-input {
  margin: 0;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit {
  grid-area: box-3;
  margin-top: 6px;
}
.footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit .hs-button {
  min-width: unset;
  height: 44px;
  min-height: unset;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  transition-duration: 0s;
}
.footer-row {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.footer-col {
  padding: 0 12px;
}
.footer-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.footer-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-title {
  margin-bottom: 32px;
  font-weight: 500;
  color: #181818;
}
.footer-title + .footer-title {
  margin-top: 48px;
}
.footer-text {
  margin-bottom: 16px;
  color: #181818;
}
.footer-text:last-child {
  margin-bottom: 0;
}
.footer-menu-list {
  margin-bottom: 0;
}
.footer-menu-list > li {
  margin-bottom: 10px;
}
.footer-menu-list > li:last-child {
  margin-bottom: 0;
}
.footer-menu-list > li > a, .footer-menu-list > li > button {
  padding: 0;
  border: 0;
  color: #626263;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
  transition: all 0.3s;
  text-align: left;
}
@media (prefers-reduced-motion: reduce) {
  .footer-menu-list > li > a, .footer-menu-list > li > button {
    transition: none;
  }
}
.footer-menu-list > li > a:hover, .footer-menu-list > li > a:focus, .footer-menu-list > li > button:hover, .footer-menu-list > li > button:focus {
  color: #0071f3;
}
.footer-disclaimer-wrap {
  order: -1;
}
.footer-disclaimer-text {
  max-width: 410px;
  margin: 0;
  color: #626263;
}
.footer-subscribe-wrap {
  color: #181818;
}
.footer-subscribe-form-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-subscribe-content {
  position: relative;
  flex: 1 1 0;
  order: 1;
}
.footer-subscribe-content .ico-font {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  margin-top: 1px;
}
.footer-subscribe-agreement {
  order: 3;
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.footer-subscribe-checkbox {
  min-height: 1.5rem;
  padding-left: 2.25rem;
  margin-bottom: 0.125rem;
}
.footer-subscribe-checkbox input[type=checkbox] {
  flex-shrink: 0;
  float: left;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0rem;
  margin-left: -2.25rem;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1.6px solid #c4c4c6;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  border-radius: 0.375rem;
}
.footer-subscribe-checkbox input[type=checkbox]:checked {
  background-color: #0071f3;
  border-color: #0071f3;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.footer-subscribe-checkbox label {
  margin-bottom: 0;
}
.footer-subscribe-actions {
  order: 2;
  margin-left: 8px;
}
.footer-subscribe-field {
  width: 100%;
  height: 44px;
  padding: 6px 20px 6px 42px;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  color: #181818;
  outline: none;
  background-color: #fff;
}
.footer-subscribe-field:focus, .footer-subscribe-field:active, .footer-subscribe-field:active:focus {
  border-color: #0071f3;
}
.footer-subscribe-success {
  padding: 30px 0;
  text-align: center;
}
.footer-subscribe-success .footer-title {
  margin-bottom: 16px;
}
.footer-subscribe-success-icon {
  margin-bottom: 16px;
  font-size: 42px;
  color: #53d77b;
}
.footer-subscribe-success-icon .ico-font {
  display: block;
}
.footer-divider {
  border-color: #c4c4c6;
  opacity: 1;
}
.footer-app-links {
  margin-top: 40px;
}
.footer-links-list {
  margin: 0;
  display: flex;
  gap: 14px;
}
.footer-links-list li img {
  max-width: 100%;
  height: auto;
}
.footer-socials-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-socials-list li a {
  color: #353535;
  transition: all 0.3s;
  user-select: none;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .footer-socials-list li a {
    transition: none;
  }
}
.footer-socials-list li a:hover, .footer-socials-list li a:focus, .footer-socials-list li a:active, .footer-socials-list li a:active:focus {
  color: #0071f3;
}
.footer-socials-list li a.link-instagram .ico-font {
  font-size: 30px;
}
.footer-socials-list li a.link-facebook .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-linked-in .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-pinterest .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-twitter .ico-font {
  font-size: 22px;
}
.footer-socials-list li a.link-youtube .ico-font {
  font-size: 26px;
}
.footer-accordion-item {
  margin-bottom: 48px;
}
.footer-country {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 6px;
}
.footer-country-select-mobile {
  display: none;
}

.footer-col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .footer-col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-accordion-body {
    max-height: none !important;
  }
}
@media (min-width: 992px) {
  .footer-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-subscribe-actions {
    flex-grow: 1;
    order: 3;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-subscribe-actions .btn {
    display: block;
    width: 100%;
  }
  .footer-aside {
    margin-bottom: 30px;
  }
  .footer-aside .hubspot-form-wrapper .hbspt-form .hs-submit .btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 1499.98px) {
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 270px;
  }
}
@media (max-width: 1199.98px) {
  .footer-content {
    padding-right: 0;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 340px;
  }
  .footer-aside .hubspot-form-wrapper .hs-form-private {
    grid-template-areas: "box-1" "box-2" "box-3";
    grid-template-columns: none;
  }
}
@media (max-width: 991.98px) {
  .footer-inner {
    display: block;
  }
  .footer-aside {
    max-width: 100%;
  }
  .footer-links-list {
    margin-bottom: 48px;
  }
  .footer-socials {
    margin-top: 0;
  }
  .footer-socials-list {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .footer-disclaimer-wrap {
    order: 1;
    margin-top: 24px;
  }
  .footer-disclaimer-text {
    max-width: 100%;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 210px;
  }
  .footer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-menus {
    display: flex;
    flex-direction: column;
  }
  .footer-menus .footer-aside {
    padding-top: 36px;
    border-top: 1.6px solid #c4c4c6;
    margin-top: 36px;
  }
  .footer-country-select-desktop {
    display: none;
  }
  .footer-country-select-mobile {
    display: block;
  }
  .footer-divider {
    display: none;
  }
  .footer-app-links {
    margin-top: 20px;
  }
  .footer-app-links .footer-title {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-aside .hubspot-form-wrapper .hs-form-private {
    grid-template-areas: "box-1 box-3" "box-2 box-2";
    grid-template-columns: 4fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding: 38px 0;
    border-radius: 2rem 2rem 0 0;
  }
  .footer-inner {
    margin-bottom: 36px;
  }
  .footer-inner:last-child {
    margin-bottom: 0;
  }
  .footer-inner-bordered {
    margin-bottom: 24px;
  }
  .footer-inner-bordered .footer-aside {
    margin-bottom: 0;
  }
  .footer-aside {
    margin-bottom: 36px;
  }
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 260px;
  }
  .footer-row {
    display: block;
  }
  .footer-menu-list {
    margin-bottom: 10px;
  }
  .footer-disclaimer-text {
    max-width: 100%;
    margin-top: 36px;
  }
  .footer-menus .footer-aside {
    margin-bottom: 0;
  }
  .footer-app-links {
    margin-top: 44px;
  }
  .footer-links-list {
    margin-bottom: 0;
  }
  .footer-country-select-mobile {
    margin-top: 36px;
  }
  .footer-accordion-item {
    margin-bottom: 0;
  }
  .footer-accordion-item .footer-accordion-header {
    cursor: pointer;
  }
  .footer-accordion-item .footer-menu-list {
    padding: 22px 0;
    margin-bottom: 0;
  }
  .footer-accordion-item.active .footer-accordion-header:before {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .footer-accordion-header {
    position: relative;
    padding: 10px 0;
  }
  .footer-accordion-header:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1.6px solid #000;
    border-right: 1.6px solid #000;
    transform: rotate(135deg);
    transition: all 0.3s;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .footer-accordion-header:before {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .footer-accordion-header .footer-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .footer-accordion-body {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-agreement {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-actions {
    flex-grow: 1;
    order: 3;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-subscribe-actions .btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-subscribe-success {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-aside .hubspot-form-wrapper {
    --hbspt-form-min-height: 280px;
  }
}
.user {
  --avatar-size: 44px;
}
.user-image {
  font-size: 0;
  border-radius: 50%;
  width: var(--avatar-size);
  position: relative;
}
.user-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.user-image > .user-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-image img {
  width: 100%;
  height: auto;
}
.user-image > .user-image-inner {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.user-image > .user-image-inner.user-image-uploaded {
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
}
.user-image > .user-image-inner > img {
  width: var(--avatar-size);
  height: var(--avatar-size);
}
.user-avatar.btn {
  position: relative;
  overflow: visible;
  padding: 0;
}
.user-avatar.btn, .user-avatar.btn:focus, .user-avatar.btn:hover {
  border-color: transparent;
}
.user-avatar .btn-caret-down-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.user_c_prim_14 {
  color: #0c5dff;
}

.user_c_succes_1 {
  color: #05c583;
}

.user_c_alert_1 {
  color: #e74f76;
}

.user_c_warning_3 {
  color: #c8a781;
}

.user_c_prim_15 {
  color: #0949d0;
}

.user_c_sec_4 {
  color: #ca80dc;
}

.user_c_prim_13 {
  color: #d2e0f1;
}

.user_c_third_4 {
  color: #ffeed2;
}

.user_bgc_blue_7 {
  background-color: #c2d7ff;
}

.user_bgc_success_3 {
  background-color: #ccf3e5;
}

.user_bgc_alert_5 {
  background-color: #ffced7;
}

.user_bgc_third_3 {
  background-color: #f5e9c0;
}

.user_bgc_prim_12 {
  background-color: #b9dafd;
}

.user_bgc_sec_1 {
  background-color: #e5defe;
}

.user_bgc_prim_16 {
  background-color: #4c75a1;
}

.user_bgc_warning_4 {
  background-color: #ffb27a;
}

/* ==========================================================================
	#Notifications messages
========================================================================== */
.notifications-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  max-width: 350px;
  width: 100%;
  padding-top: 15px;
}
.notifications-wrapper-container {
  max-width: 1114px;
}

.toast {
  max-width: 350px;
  font-size: 0.875rem;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 1.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: rgba(24, 24, 24, 0.75);
  background-clip: padding-box;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}
.toast-header .btn-close {
  margin-right: calc(-.5 * .75rem);
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.notification .toast {
  margin: 15px auto;
}
.notification .toast .message-title {
  margin-right: auto;
}
.notification .toast .message-content {
  margin-bottom: 16px;
}
.notification .toast .close {
  font-size: 1.5rem;
  line-height: 0.8;
  color: #fff;
  padding: 0 !important;
  margin-left: 0.5rem !important;
  margin-bottom: 0.25rem !important;
  border: 0;
  opacity: 1;
}
.notification .toast a {
  text-decoration: underline;
}
.notification .toast a:hover {
  text-decoration: none;
}
.notification .toast .list-bullets > li + li {
  margin-top: 5px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry {
  max-width: calc(100% - 170px);
  font-size: 16px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
  width: 37px;
}
.notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
  max-width: calc(100% - 37px);
}
.notification .toast .toast-body-added-to-cart .toast-body-actions {
  max-width: 170px;
}
.notification-container .toast {
  max-width: 1114px;
}
.notification-error .toast {
  border-color: #bf2332;
  background-color: #dc3545;
  color: #fff;
}
.notification-error .toast a {
  color: #fff;
}
.notification-error .toast .list-bullets > li::before {
  background-color: #fff;
}
.notification-error .toast .toast-header {
  border-color: #bf2332;
  background-color: #bf2332;
  color: #fff;
}
.notification-success .toast {
  border-color: #00b073;
  background-color: #05c583;
  color: #fff;
}
.notification-success .toast .toast-header {
  border-color: #00b073;
  background-color: #00b073;
  color: #fff;
}
.notification-info .toast {
  border-color: #00c3ba;
  background-color: #00c3ba;
  color: #fff;
}
.notification-info .toast .toast-header {
  border-color: #00c3ba;
  background-color: #00c3ba;
  color: #fff;
}
.notification-info .toast .btn-link {
  color: inherit;
}
.notification-info .toast .has-separator.row[data-separator*=border] > .col:not(:last-of-type)::after, .notification-info .toast .has-separator.row[data-separator*=border] > [class*=col-]:not(:last-of-type)::after {
  background-color: #fff;
}

/* Responsive Medias */
@media (max-width: 1199.98px) {
  .notifications-wrapper-container {
    max-width: 934px;
  }

  .notification-container .toast {
    max-width: 934px;
  }
}
@media (max-width: 991.98px) {
  .notifications-wrapper-container {
    max-width: 694px;
  }

  .notification-container .toast {
    max-width: 694px;
  }
}
@media (max-width: 767.98px) {
  .notifications-wrapper-container {
    max-width: 514px;
  }

  .notification-container .toast {
    max-width: 514px;
  }
}
@media (max-width: 575.98px) {
  .notifications-wrapper-container {
    max-width: calc(100% - 1.5rem);
  }

  .notification .toast .toast-body-added-to-cart .toast-body-entry {
    font-size: 14px;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-image {
    display: none;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner {
    max-width: 100%;
  }
  .notification .toast .toast-body-added-to-cart .toast-body-entry .toast-body-inner p strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
/* ==========================================================================
	#Hubspot form
========================================================================== */
.hubspot-form-wrapper {
  --hbspt-form-bg-color: none;
  --hbspt-form-min-height: 0;
  --hbspt-form-wrapper-spacing: 48px;
  --hbspt-form-wrapper-border: 1.6px solid #dcdcde;
  --hbspt-form-wrapper-border-radius: 1.5rem;
  padding: var(--hbspt-form-wrapper-spacing);
  border: var(--hbspt-form-wrapper-border);
  background-color: var(--hbspt-form-bg-color);
  border-radius: var(--hbspt-form-wrapper-border-radius);
}
.hubspot-form-wrapper.hubspot-form-wrapper-loading {
  position: relative;
  min-height: var(--hbspt-form-min-height);
}
.hubspot-form-wrapper.hubspot-form-wrapper-loading .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: unset;
  height: unset;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: block !important;
}
.hubspot-form-wrapper .preloader {
  display: none;
}

.hbspt-form {
  --hbspt-display: none;
  --hbspt-form-input-height: 3.5rem;
  --hbspt-form-input-padding-top: 1.5rem;
  --hbspt-form-input-padding-bottom: 0.375rem;
  --hbspt-form-label-padding-y: 0.875rem;
  --hbspt-form-label-padding-x: 1rem;
  --hbspt-form-label-focus-transform: scale(0.75) translateY(-0.5rem) translateX(0.3rem);
  --hbspt-form-label-line-height: 1.875rem;
  --hbspt-form-label-color: #626263;
  --hbspt-form-select-padding-top: 26px;
  --hbspt-form-select-padding-bottom: 6px;
  --hbspt-form-select-padding-right: 56px;
  --hbspt-form-check-bg-image: none;
  --hbspt-form-check-bg-color: #fff;
  --hbspt-form-check-border-color: #c4c4c6;
}
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 12px;
}
.hbspt-form .hs-form-field > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: var(--hbspt-form-input-height);
  padding: var(--hbspt-form-label-padding-y) var(--hbspt-form-label-padding-x);
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1.6px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: var(--hbspt-form-label-line-height);
  color: var(--hbspt-form-label-color);
  font-weight: 500;
}
.hbspt-form .hs-form-field .hs-input[type=text],
.hbspt-form .hs-form-field .hs-input[type=email],
.hbspt-form .hs-form-field .hs-input[type=tel],
.hbspt-form .hs-form-field select.hs-input {
  display: block;
  width: 100%;
  height: var(--hbspt-form-input-height);
  min-height: var(--hbspt-form-input-height);
  padding: var(--hbspt-form-label-padding-y) var(--hbspt-form-label-padding-x);
  font-weight: 400;
  color: #181818;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1.6px solid #c4c4c6;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}
.hbspt-form .hs-form-field .hs-input[type=text]:focus, .hbspt-form .hs-form-field .hs-input[type=text]:not(:placeholder-shown),
.hbspt-form .hs-form-field .hs-input[type=email]:focus,
.hbspt-form .hs-form-field .hs-input[type=email]:not(:placeholder-shown),
.hbspt-form .hs-form-field .hs-input[type=tel]:focus,
.hbspt-form .hs-form-field .hs-input[type=tel]:not(:placeholder-shown),
.hbspt-form .hs-form-field select.hs-input:focus,
.hbspt-form .hs-form-field select.hs-input:not(:placeholder-shown) {
  padding-top: var(--hbspt-form-input-padding-top);
  padding-bottom: var(--hbspt-form-input-padding-bottom);
  outline: 0;
}
.hbspt-form .hs-form-field .hs-input[type=text]:focus,
.hbspt-form .hs-form-field .hs-input[type=email]:focus,
.hbspt-form .hs-form-field .hs-input[type=tel]:focus,
.hbspt-form .hs-form-field select.hs-input:focus {
  border-color: #0071f3;
}
.hbspt-form .hs-form-field .hs-input[type=text].error,
.hbspt-form .hs-form-field .hs-input[type=email].error,
.hbspt-form .hs-form-field .hs-input[type=tel].error,
.hbspt-form .hs-form-field select.hs-input.error {
  border-color: #fc3c52;
}
.hbspt-form .hs-form-field .input select.hs-input {
  width: 100%;
}
.hbspt-form .hs-form-field select.hs-input {
  padding-top: var(--hbspt-form-select-padding-top);
  padding-bottom: var(--hbspt-form-select-padding-bottom);
  padding-right: var(--hbspt-form-select-padding-right);
}
.hbspt-form .hs-form-field select.hs-input:focus, .hbspt-form .hs-form-field select.hs-input:not(:placeholder-shown) {
  padding-top: var(--hbspt-form-select-padding-top);
  padding-bottom: var(--hbspt-form-select-padding-bottom);
}
.hbspt-form .hs-form-field-focused > label, .hbspt-form .hs-form-field-placeholder-hidden > label {
  transform: var(--hbspt-form-label-focus-transform);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox] {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--hbspt-form-check-bg-color);
  background-image: var(--hbspt-form-check-bg-image);
  border: var(--bs-border-width) solid var(--hbspt-form-check-border-color);
  border-radius: 0.375rem;
  vertical-align: top;
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:checked {
  --hbspt-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
  --hbspt-form-check-bg-color: #0071f3;
  --hbspt-form-check-border-color: #0071f3;
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:active {
  filter: brightness(90%);
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type=checkbox]:focus {
  --hbspt-form-check-border-color: #0071f3;
}
.hbspt-form .hs-form-booleancheckbox > label > span {
  margin-left: 40px;
}
.hbspt-form .hs-fieldtype-select .input {
  position: relative;
}
.hbspt-form .hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  font-family: "Font Icons";
  font-size: 8px;
  pointer-events: none;
}
.hbspt-form .hs-fieldtype-select-has-placeholder {
  --hbspt-form-select-padding-top: 30px;
  --hbspt-form-select-padding-bottom: 24px;
  --hbspt-form-select-padding-right: 42px;
  --hbspt-form-label-focus-transform: none;
}
.hbspt-form .hs-fieldtype-select-has-placeholder > label {
  padding-right: var(--hbspt-form-select-padding-right);
  color: var(--hbspt-form-label-color);
}
.hbspt-form .hs-fieldtype-select-has-placeholder select.hs-input {
  font-size: 0;
}
.hbspt-form .hs-fieldtype-phonenumber > label {
  left: 30%;
  transform: var(--hbspt-form-label-focus-transform);
  color: rgba(var(--bs-body-color-rgb), 0.65);
}
.hbspt-form .hs-fieldtype-phonenumber > label.hs-label-left {
  left: 0;
}
.hbspt-form .hs-fieldtype-intl-phone {
  display: flex;
}
.hbspt-form .hs-fieldtype-intl-phone select.hs-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: var(--hbspt-form-label-padding-x);
}
.hbspt-form .hs-fieldtype-intl-phone .hs-input[type=tel] {
  flex: 1;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hbspt-form .hs-fieldtype-booleancheckbox.hs-form-field.field {
  margin-bottom: 24px;
}
.hbspt-form .hs-richtext {
  margin-bottom: 16px;
}
.hbspt-form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hbspt-form .hs-error-msgs {
  padding: 4px 0 0;
}
.hbspt-form .hs-error-msgs .hs-error-msg {
  margin-bottom: 0;
  color: #fc3c52;
}
.hbspt-form .hs-main-font-element {
  margin-bottom: 16px;
}
.hbspt-form .hs-submit .btn {
  width: 100%;
}
.hbspt-form .submitted-message {
  margin-bottom: 0;
}
.hbspt-form .submitted-message > p {
  text-align: center !important;
}
.hbspt-form .submitted-message > p > span {
  color: #181818 !important;
}
.hbspt-form .submitted-message > p strong {
  font-weight: 500;
}
.hbspt-form .submitted-message > p:last-child {
  margin-bottom: 0;
}
.hbspt-form .legal-consent-container {
  margin-top: 24px;
}
.hbspt-form fieldset[class^=form-columns] {
  display: flex;
  gap: 24px;
  max-width: none;
}
.hbspt-form fieldset[class^=form-columns] .hs-form-field.field {
  width: 100%;
  float: none;
}
.hbspt-form .hs-form fieldset[class^=form-columns] .input, .hs-form .hbspt-form fieldset[class^=form-columns] .input {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .hubspot-form-wrapper:not(.hubspot-form-wrapper-white):not(.hubspot-form-wrapper-loading) {
    border: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .hubspot-form-wrapper.hubspot-form-wrapper-white {
    padding: 24px;
  }
  .hubspot-form-wrapper .hbspt-form fieldset[class^=form-columns] {
    display: block;
  }
  .hubspot-form-wrapper .hbspt-form fieldset[class^=form-columns] .hs-form-field .hs-input:not([type=checkbox]) {
    width: 100%;
  }
}
/* ==========================================================================
	#Device Prices
========================================================================== */
/* Desktop */
.device-price {
  --separator: 6px;
  --price-inner-spacing-y: 8px;
  --price-inner-spacing-x: 10px;
  --new-price-bg-color: #daff47;
  --new-price-color: #181818;
  --old-price-color: #626263;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 calc(0px - var(--separator));
  white-space: nowrap;
}
.device-price-old, .device-price-new {
  display: block;
}
.device-price-old > span, .device-price-new > span {
  display: inline-block;
}
.device-price-old sup, .device-price-new sup {
  font-size: max(0.583333em, 0.75rem);
}
.device-price-old {
  color: var(--old-price-color);
}
.device-price-old > span {
  position: relative;
  padding-right: var(--price-inner-spacing-x);
  padding-left: var(--price-inner-spacing-x);
}
.device-price-old > span::after {
  position: absolute;
  top: 50%;
  right: calc(var(--price-inner-spacing-x) - 2px);
  left: calc(var(--price-inner-spacing-x) - 2px);
  content: "";
  height: 1px;
  background-color: currentColor;
}
.device-price-old > span .dual-amount-separator {
  --dual-amount-separator-bgc: #fff;
  position: relative;
  z-index: 2;
  background: var(--dual-amount-separator-bgc);
}
.device-price-new > span {
  font-weight: 500;
}
.device-price-old + .device-price-new > span {
  margin-top: var(--price-inner-spacing-y);
  padding: var(--price-inner-spacing-y) var(--price-inner-spacing-x);
  background-color: var(--new-price-bg-color);
  color: var(--new-price-color);
  border-radius: 0.5rem;
}
.device-price-old + .device-price-new > span .formatted-amount {
  --dual-amount-separator-color: #91ad1f;
}
.device-price-inner {
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: var(--separator);
  padding-left: var(--separator);
}
.device-price-xxs, .device-price-xs {
  --price-inner-spacing-x: 2px;
  --price-inner-spacing-y: 6px;
  margin: 0;
}
.device-price-xxs .device-price-inner, .device-price-xs .device-price-inner {
  padding: 0;
}
.device-price-xxs .device-price-old, .device-price-xs .device-price-old {
  color: inherit;
}
.device-price-xxs .device-price-old span, .device-price-xs .device-price-old span {
  font-weight: 500;
}
.device-price-xxs .device-price-old span::after, .device-price-xs .device-price-old span::after {
  left: 0;
}
.device-price-xxs .device-price-old + .device-price-new span, .device-price-xs .device-price-old + .device-price-new span {
  padding: var(--price-inner-spacing-y);
  line-height: 0.7083em;
  color: #181818;
  margin-top: 2px;
  margin-bottom: 2px;
}
.device-price-xxs + .notice, .device-price-xs + .notice {
  font-size: 0.5625rem;
  line-height: 1.125rem;
  color: inherit;
  margin-bottom: -20px;
}
.device-price-xxs {
  font-size: 1rem;
  line-height: 1.5rem;
}
.device-price-inline {
  display: inline-flex;
  width: auto;
}
.device-price-right {
  text-align: right;
}

@media (max-width: 767.98px) {
  .device-price.device-price-lg .device-price-old span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .device-price.device-price-lg .device-price-new span {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
/* ==========================================================================
	#Badges
========================================================================== */
.badge {
  color: #fff;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.badge sup {
  top: 0.3em;
}
.badge.badge-circle {
  display: inline-block;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.badge.badge-hidden {
  display: none;
}
.badge-pending {
  background-color: #fec400;
}
.badge-confirmed {
  background-color: #0075f2;
}
.badge-completed {
  background-color: #28cd5a;
}
.badge-cancelled {
  background-color: #e74f76;
}
.badge-pickup {
  background-color: #0a9d6b;
}
.badge-shipped {
  background-color: #00438a;
}
.badge-order-status-pending {
  background-color: #fec400;
}
.badge-order-status-pending:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-confirmed {
  background-color: #0075f2;
}
.badge-order-status-confirmed:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-completed {
  background-color: #28cd5a;
}
.badge-order-status-completed:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-cancelled {
  background-color: #e74f76;
}
.badge-order-status-cancelled:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-pickup {
  background-color: #0a9d6b;
}
.badge-order-status-pickup:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.75rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge-order-status-shipped {
  background-color: #00438a;
}
.badge-order-status-shipped:before {
  content: "";
  display: inline-block;
  font-family: "Font Icons";
  font-size: 0.6875rem;
  margin-top: -3px;
  margin-right: 5px;
}
.badge.badge-success {
  background-color: #28cd5a;
}

/* ==========================================================================
	#Header cart
========================================================================== */
.header-cart .header-cart-products-wrapper {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 230px;
  margin-right: -5px;
  padding-right: 5px;
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-track {
  background-color: #dce3ef;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px;
}
.header-cart .header-cart-products-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #0071f3;
}
.header-cart .header-cart-products > li + li {
  margin-top: 20px;
  border-top: 1px solid #edf0f3;
  padding-top: 16px;
}
.header-cart .header-cart-products .header-cart-product {
  margin-bottom: 10px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  color: #181818;
  text-decoration: none;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  position: relative;
  max-width: 100%;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  flex: 0 0 auto;
  width: auto;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content:first-child {
  margin-left: 44px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty {
  font-size: 0;
  margin: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dd {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  vertical-align: middle;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-qty dt {
  color: #9aa7b7;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-title {
  font-weight: 700;
  color: #181818;
  margin-bottom: 16px;
  margin-top: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .header-cart-product-name {
  color: #181818;
  margin-bottom: 0;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content .maw_95 {
  max-width: 95px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-content > *:not(.number-spinner-wrapper) > .item_quantity {
  display: none;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image {
  width: 40px;
  margin-right: 6px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0.375rem;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price {
  margin-left: 10px;
  text-align: right;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-new,
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-price .product-price .product-price-old {
  display: block;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside {
  margin-left: 16px;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-aside .btn-close-small svg {
  width: 8px;
  height: 8px;
  margin-top: -5px;
  fill: #fc3c52;
}
.header-cart .header-cart-products .header-cart-product .header-cart-product-inner .header-cart-product-actions .btn.btn-link {
  padding: 0;
}
.header-cart .header-cart-action {
  position: absolute;
  top: calc(100% + 10px);
  right: -43px;
  z-index: 3;
  display: none;
  padding: 20px;
  background-color: #fc3c52;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.5rem;
}
.header-cart .header-cart-action::before {
  position: absolute;
  top: -7px;
  right: 50px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: inherit;
  transform: rotate(45deg);
}
.header-cart.header-cart-empty > .nav-link .header-cart-counter {
  display: none;
}
.header-cart.header-cart-empty > .nav-link > .ico-font {
  display: none;
}
.header-cart.header-cart-empty > .nav-link > .ico-font.header-cart-empty-icon {
  display: inline-block;
}
.header-cart.header-cart-activated .header-cart-action {
  display: block;
  animation-name: cart-fadeout;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.header-cart.show .header-cart-action {
  display: none;
}
.header-cart-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-weight: 500;
  color: #181818;
}
.header-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 24px;
}
.header-cart-actions > .btn + .btn {
  margin-top: 0;
}
.header-cart-header {
  padding-bottom: 20px;
}
.header-cart-footer {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #edf0f3;
}
.header-cart-footer .list-cart-amount-totals {
  color: #181818;
}
.header-cart-footer .ico-promocode {
  width: 20px;
  height: 20px;
  fill: #28cd5a;
  margin-top: -4px;
}

/* Responsive Medias */
@media (max-width: 991.98px) {
  .header-cart {
    padding-top: 4px;
  }
  .header-cart > .nav-link {
    margin-bottom: -2px;
  }
  .header-cart > .nav-link > .ico-font {
    margin-top: -9px;
  }
}
@media (max-width: 767.98px) {
  .header-cart > .nav-link {
    padding-top: 2px;
    padding-bottom: 0;
  }
  .header-cart > .nav-link .header-cart-counter {
    top: -5px;
    right: -5px;
  }
  .header-cart > .nav-link > .ico-font {
    margin-top: -6px;
    padding-top: 0;
  }
  .header-cart .header-cart-action {
    right: -50px;
    width: 310px;
    padding: 10px 16px;
    text-align: center;
    white-space: normal;
  }
}
/* ==========================================================================
	#List variations
========================================================================== */
.list-variations li {
  display: block;
  margin-bottom: 2px;
}
.list-variations li > span {
  color: #939394;
}

/* ==========================================================================
	#Header cart prices
========================================================================== */
.product-price {
  color: #181818;
  font-weight: 700;
  margin-bottom: 16px;
}
.product-price span {
  white-space: nowrap;
}
.product-price span.product-price-new {
  color: #fc3c52;
}
.product-price span.product-price-new.c_success {
  color: #28cd5a;
}
.product-price span.product-price-old {
  color: #626263;
  font-weight: 400;
  text-decoration: line-through;
}
.product-price span.product-price-free {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: #28cd5a;
}
.product-price span.product-price-flex-end {
  display: flex;
  justify-content: flex-end;
}
.product-price span.product-vat {
  display: block;
  margin-top: 4px;
  color: #626263;
  font-weight: 400;
}
.product-price span.product-notice {
  display: block;
  margin-top: 10px;
}
.product-price sup {
  font-size: 75%;
}
.product-price.mb_0 {
  margin-bottom: 0;
}
.product-price.product-price-alt {
  font-weight: 700;
  color: #181818;
}
.product-price.product-price-alt.product-price-alt-small {
  font-weight: normal;
}
.product-price.has-brackets::before {
  content: "(";
}
.product-price.has-brackets::after {
  content: ")";
}
.product-price.has-brackets.has-brackets-whitespace-fix::before {
  margin-right: -0.25em;
}
.product-price.has-brackets.has-brackets-whitespace-fix::after {
  margin-left: -0.25em;
}
.product-price-bf-2024 span.product-price-new {
  color: #28cd5a;
}
.product-price-bf-2024 .product-badge.product-badge-discount {
  background-color: #28cd5a;
}
.btn .product-price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.btn .product-price > * {
  color: inherit !important;
}

.dual-price {
  font-weight: 400;
}
.dual-price .product-price-old {
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-decoration: line-through;
  color: #888;
}

@media (max-width: 575.98px) {
  /* Product price */
  .product-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    white-space: normal;
  }
}
/* ==========================================================================
	#Numbers spinner input
========================================================================== */
.number-spinner-wrapper {
  position: relative;
}
label.number-spinner-wrapper {
  margin-bottom: 0;
}

.number-spinner-wrapper .btn {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
.number-spinner-wrapper .number-spinner-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  width: 30px;
}
.number-spinner-wrapper .number-spinner-actions .btn {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
}
.number-spinner-wrapper .number-spinner-actions .btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #5c7492;
  border-right-width: 0;
}
.number-spinner-wrapper .number-spinner-actions .btn.btn-up::before {
  margin-top: 1px;
  margin-left: -5px;
  border-bottom-width: 0;
  transform: rotate(45deg);
}
.number-spinner-wrapper .number-spinner-actions .btn.btn-down::before {
  margin-top: -10px;
  margin-left: -5px;
  border-top-width: 0;
  transform: rotate(-45deg);
}
.number-spinner-wrapper input[type=number] {
  padding-right: 20px;
  -moz-appearance: textfield;
}
.number-spinner-wrapper input[type=number]::-webkit-inner-spin-button, .number-spinner-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-spinner-wrapper input[type=number].form-control-lg ~ .number-spinner-prepend.btn, .number-spinner-wrapper input[type=number].form-control-lg ~ .number-spinner-append.btn {
  font-size: 30px;
}
.number-spinner-wrapper input[type=number]:disabled + .number-spinner-actions .btn {
  color: #6c757d;
  opacity: 0.65;
  pointer-events: none;
}
.number-spinner-wrapper.number-spinner-default {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  position: relative;
}
.number-spinner-wrapper.number-spinner-default input[type=number],
.number-spinner-wrapper.number-spinner-default .btn {
  border-width: 1px;
  border-color: #d4dae2;
}
.number-spinner-wrapper.number-spinner-default .btn {
  background-color: #f1f3f5;
  line-height: 1.1;
  color: #2e4568;
}
.number-spinner-wrapper.number-spinner-default .btn:hover {
  border-color: #5c7492;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-prepend {
  order: 1;
  margin-right: -2px;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-prepend.btn {
  border-radius: 99px 0 0 99px !important;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-append {
  order: 3;
  margin-left: -2px;
}
.number-spinner-wrapper.number-spinner-default .number-spinner-append.btn {
  border-radius: 0 99px 99px 0 !important;
}
.number-spinner-wrapper.number-spinner-default input[type=number] {
  order: 2;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  border-radius: 0;
  text-align: center;
}
.number-spinner-wrapper.number-spinner-default input[type=number]:focus {
  border-color: #5c7492;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent {
  display: block;
  height: 28px;
  min-height: 28px;
  border-color: transparent;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  display: block;
  background-color: transparent;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent:focus {
  box-shadow: none;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent ~ .number-spinner-prepend.btn, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent ~ .number-spinner-append.btn {
  padding-right: 11px;
  padding-left: 11px;
  border-radius: 50% !important;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn {
  padding-right: 8px;
  padding-left: 8px;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn .custom-ico-minus, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn .custom-ico-minus {
  width: 10px;
}
.number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-prepend.btn .custom-ico-plus, .number-spinner-wrapper.number-spinner-default input[type=number].form-control-transparent.form-control-sm ~ .number-spinner-append.btn .custom-ico-plus {
  width: 10px;
  height: 10px;
}
.number-spinner-wrapper > .number-spinner-wrapper ~ .number-spinner-prepend, .number-spinner-wrapper > .number-spinner-wrapper ~ .number-spinner-append {
  display: none;
}

/* Custom Icon Minus */
.custom-ico-minus {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #888;
}
.custom-ico-minus.custom-ico-minus-sm {
  width: 10px;
}

/* Custom Icon Minus */
.custom-ico-plus {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.custom-ico-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: #888;
}
.custom-ico-plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  background-color: #888;
}
.custom-ico-plus.custom-ico-plus-sm {
  width: 10px;
  height: 10px;
}

/* ==========================================================================
	#List with card
========================================================================== */
.list-cart-amount,
.list-cart-amount dl,
.list-cart-amount dt,
.list-cart-amount dd {
  margin-bottom: 0;
}
.list-cart-amount li {
  padding: 5px 0;
}
.list-cart-amount li:first-of-type {
  padding-top: 0;
}
.list-cart-amount li:last-of-type {
  padding-bottom: 0;
}
.list-cart-amount dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-cart-amount dl + dl {
  margin-top: 10px;
}
.list-cart-amount dl > span.fw_bold {
  font-weight: 700;
}
.list-cart-amount dl.align-items-start {
  align-items: start;
}
.list-cart-amount dt,
.list-cart-amount dd {
  position: relative;
  max-width: 100%;
}
.list-cart-amount dt {
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 400;
}
.list-cart-amount dd {
  flex: 0 0 auto;
  width: auto;
  font-weight: 500;
  margin-left: 5px;
}
.list-cart-amount dd.text-end {
  text-align: right;
}
.list-cart-amount sup {
  font-size: 10px;
}
.list-cart-amount .c_success {
  color: #28cd5a;
}
.list-cart-amount.list-cart-amount-totals dt,
.list-cart-amount.list-cart-amount-totals dd {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.list-cart-amount .ico-plus {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.75;
}
.list-cart-amount .list-item-with-actions {
  position: relative;
}
.list-cart-amount .list-item-with-actions .list-item-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  margin-left: 10px;
}
.list-cart-amount.has-separators > li + li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #edf0f3;
}

@media (max-width: 767.98px) {
  .list-cart-amount .list-item-with-actions .list-item-action {
    margin-left: 3px;
  }
}
.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;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.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;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

.position-sticky {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.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-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !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: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

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

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

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

.column-gap-1 {
  column-gap: 0.25rem !important;
}

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !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: 700 !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;
}

.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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-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(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

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

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

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

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-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(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-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(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

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

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

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

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-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(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-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(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

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

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

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

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-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(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-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(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

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

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

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

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-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(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.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;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    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;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

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

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

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

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

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

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

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

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

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

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.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: 0.25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }

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

  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-sm-5 {
    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;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    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;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

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

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

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

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

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

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

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

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

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

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

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

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.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: 0.25rem !important;
  }

  .row-gap-md-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }

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

  .column-gap-md-3 {
    column-gap: 1rem !important;
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-md-5 {
    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;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    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;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

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

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

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

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

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

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

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

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

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

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

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

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.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: 0.25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }

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

  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-lg-5 {
    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;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    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;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

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

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

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

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

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

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

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

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

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

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

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

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.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: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

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

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    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;
  }
}
@media (min-width: 1500px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    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;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

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

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

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

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

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

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

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

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

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

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

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

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

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

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

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

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

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

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.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: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.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 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

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

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    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;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

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

  .d-print-table {
    display: table !important;
  }

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

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

  .d-print-flex {
    display: flex !important;
  }

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

  .d-print-none {
    display: none !important;
  }
}
/*==============================================
	List of Colors
==============================================*/
/* Header logged user color avatar - these are account color, thats why they are not assigned to a variable */
/* Header logged user background-color avatar - these are account color, thats why they are not assigned to a variable */
/* ==========================================================================
	#Variables
========================================================================== */
/* Z-index's */
/* Spacers */
/* Borders */
/* Border radius */
/* Basics */
/* Grid */
/* Boxes */
/* Typography */
/* Links */
/* Forms */
/* Transitions */
/* Font weights */
/* Dropdowns */
/* Box shadows */
/* Icons link */
/* Modals */
/* Inputs & Buttons */
/* Buttons */
/* Colors */
/* Font weight */
/* Transitions */
/* Grid */
/* Badges */
/* Buttons */
/* Forms */
/* Pagination */
/* Notifications */
/* Messages */
/* Tables */
/* Header */
/* Theme vars */
/* Categories */
/* Products and Services */
/* Items */
/* Main */
/* Features */
/* Edit mode highlighter */
/* Sections */
.ratio-img-wrapper picture[class^=ar-] {
  position: relative;
  display: block;
  width: 100%;
}

.ratio-img-wrapper picture[class^=ar-]::after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture[class^=ar-] img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%;
}

.ratio-img-wrapper picture.ar-1x1::after {
  padding-bottom: 100%;
}

.ratio-img-wrapper picture.ar-fixed-width-20 {
  max-width: 20px;
  flex-basis: 20px;
}

.ratio-img-wrapper picture.ar-fixed-width-40 {
  max-width: 40px;
  flex-basis: 40px;
}

.ratio-img-wrapper picture.ar-fixed-width-130 {
  max-width: 130px;
  flex-basis: 130px;
}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
}

label:not(.hs-form-booleancheckbox-display) {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.btn-block {
  width: 100%;
}

a.disabled {
  pointer-events: none;
}

.form-control-transparent, .form-control-transparent:focus {
  background-color: transparent;
}

/* Notifications bar */
.notifications {
  background-color: #0071f3;
  text-align: center;
}
.notifications .list-notifications li {
  color: #fff;
}

/* Opacity animation */
@keyframes anim_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.spin-loader {
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px;
}
.spin-loader span {
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 20px;
  background: #048EF8;
  border-radius: 3px;
  animation-name: anim_opacity;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.spin-loader span:nth-child(1) {
  top: 0;
  left: 33px;
}
.spin-loader span:nth-child(2) {
  top: 7px;
  right: 15px;
  transform: rotate(45deg);
  animation-delay: 0.125s;
}
.spin-loader span:nth-child(3) {
  top: 26px;
  right: 7px;
  transform: rotate(90deg);
  animation-delay: 0.25s;
}
.spin-loader span:nth-child(4) {
  right: 15px;
  bottom: 7px;
  transform: rotate(135deg);
  animation-delay: 0.375s;
}
.spin-loader span:nth-child(5) {
  bottom: 0;
  left: 33px;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.spin-loader span:nth-child(6) {
  bottom: 7px;
  left: 15px;
  transform: rotate(225deg);
  animation-delay: 0.625s;
}
.spin-loader span:nth-child(7) {
  top: 26px;
  left: 6px;
  transform: rotate(90deg);
  animation-delay: 0.75s;
}
.spin-loader span:nth-child(8) {
  top: 7px;
  left: 15px;
  transform: rotate(315deg);
  animation-delay: 0.875s;
}
.spin-loader-sm {
  width: 34px;
  height: 34px;
}
.spin-loader-sm span {
  width: 4px;
  height: 10px;
}
.spin-loader-sm span:nth-child(1) {
  top: 0;
  left: 15px;
}
.spin-loader-sm span:nth-child(2) {
  top: 3px;
  right: 6px;
}
.spin-loader-sm span:nth-child(3) {
  top: 12px;
  right: 3px;
}
.spin-loader-sm span:nth-child(4) {
  right: 6px;
  bottom: 3px;
}
.spin-loader-sm span:nth-child(5) {
  bottom: 0;
  left: 15px;
}
.spin-loader-sm span:nth-child(6) {
  bottom: 3px;
  left: 6px;
}
.spin-loader-sm span:nth-child(7) {
  top: 12px;
  left: 4px;
}
.spin-loader-sm span:nth-child(8) {
  top: 3px;
  left: 6px;
}

.spin-loader-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}

/* Separators */
.has-separator {
  position: relative;
}
.has-separator::after {
  position: absolute;
  bottom: 8px;
  right: -3px;
  content: attr(data-separator);
  font-size: 16px;
}
.half-gutters .has-separator::after {
  right: -2px;
}
.has-separator[data-separator*=border]::after {
  content: "";
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  background-color: #0071f3;
}
.has-separator.row[data-separator*=border] {
  overflow: hidden;
}
.has-separator.row[data-separator*=border] > .col:not(:last-of-type)::after,
.has-separator.row[data-separator*=border] > [class*=col-]:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  transform: translateY(-50%);
  background-color: #0071f3;
}
.has-separator[data-separator*=caret-right]::after {
  position: absolute;
  top: 50%;
  right: -5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  border-top-width: 3px;
  border-right-width: 3px;
  border-style: solid;
  border-color: #0071f3;
  color: inherit;
  transform: rotate(45deg) translate(-1px, 0);
  content: "";
}

/* ==========================================================================
	#myPOS Theme custom styles
========================================================================== */
.theme-mypos {
  /* Home page Featured products section */
}
.theme-mypos hr {
  opacity: 0.25;
}
.theme-mypos .product-details-image::after,
.theme-mypos .product .product-image::after,
.theme-mypos .product-image-preview.has-placeholder::after {
  background-color: rgba(0, 0, 0, 0);
}
.theme-mypos .product-badge.product-badge-discount,
.theme-mypos .btn-cart-fixed .btn-cart-fixed-counter {
  background-color: #EF1A1A;
}
.theme-mypos .product .product-actions .product-actions-popover {
  background-color: #00C3BA;
}
.theme-mypos .product-badge {
  border-radius: 0;
}
.theme-mypos .product-price span.product-price-new,
.theme-mypos .btn-close {
  color: #EF1A1A;
}
.theme-mypos .products-sort::after {
  border-bottom: 1px solid #181818;
}
body.theme-mypos {
  background-color: #f8f9f9;
}

.theme-mypos .section-featured-products {
  margin-top: 50px;
  margin-bottom: 50px;
}
.theme-mypos .section-featured-products .featured-products {
  margin-top: 20px;
}
.theme-mypos #main_banner {
  min-height: 486px;
}
.theme-mypos #main_banner .section-inner .section-content .section-title {
  font-size: 48px;
  line-height: 1.3em;
}
.theme-mypos #main_banner .section-inner .section-content .section-subtitle {
  font-size: 16px;
  line-height: 1.7em;
}
.theme-mypos .section .section-title.section-title-lg {
  font-size: 36px;
}
.theme-mypos .section-banner p {
  font-size: 16px;
}
.theme-mypos .product .product-title {
  font-weight: 700;
}
.theme-mypos .list-product-breadcrumbs .list-inline-item,
.theme-mypos .product .product-desc {
  font-size: 14px;
}
.theme-mypos .section-featured-products .section-title {
  font-size: 24px;
}
.theme-mypos .box-title-lg {
  font-size: 24px;
  font-weight: 600;
}
.theme-mypos .custom-nav-tabs-1 .nav-link {
  border-top: 5px solid #EAEBEF;
  box-shadow: none;
}
.theme-mypos .custom-nav-tabs-1 {
  display: flex;
  flex-direction: row-reverse;
}
.theme-mypos #main.main-login .main-login-inner {
  display: flex;
  flex-flow: column nowrap;
}
.theme-mypos #main.main-login .main-login-inner > * {
  width: 100%;
}
.theme-mypos #main.main-login .main-login-inner > *:nth-child(1) {
  order: 0;
}
.theme-mypos #main.main-login .main-login-inner > *:nth-child(2) {
  order: 2;
}
.theme-mypos #main.main-login .main-login-inner > *:nth-child(3) {
  order: 3;
}
.theme-mypos #main.main-login .main-login-inner > *:nth-child(3).box-login-guest {
  order: 1;
}

/* Responsive Medias */
@media (max-width: 767.98px) {
  .theme-mypos .section-banner {
    min-height: 486px;
  }
}
@media (max-width: 767.98px) {
  .theme-mypos .box-title-lg {
    font-size: 20px;
  }
}
/* ==========================================================================
	#Messages
========================================================================== */
.message {
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
}
.message-success {
  background-color: #28cd5a;
  color: #fff;
}
.message-success-clear {
  padding: 0;
  background-color: transparent;
  color: #28cd5a;
  font-weight: 600;
}
.message-warning {
  background-color: #fff9e5;
}

.message-wrapper {
  margin-bottom: 20px;
}

/* ==========================================================================
	#Forms
========================================================================== */
.custom-control {
  user-select: none;
}
.custom-control.custom-radio .custom-control-label {
  line-height: 1.5;
}
.custom-control.custom-checkbox .custom-control-label::before, .custom-control.custom-checkbox .custom-control-label::after {
  top: 0;
}
.custom-control.custom-control-hidden-preview {
  padding-left: 0;
}
.custom-control.custom-control-hidden-preview .custom-control-label::before, .custom-control.custom-control-hidden-preview .custom-control-label::after {
  display: none;
}

.input-group-prepend .input-group-text {
  line-height: 17px;
}

.input-group.only-one-visible-child > .input-group-text {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.input-group.marge-prepended-inputs {
  flex-flow: row-reverse;
}
.input-group.marge-prepended-inputs > input {
  padding-left: 2px;
  border-left: 0;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.marge-prepended-inputs > input:focus ~ .input-group-text {
  border: 1.6px solid #0071f3;
  background-color: #fff;
  color: #181818;
}
.input-group.marge-prepended-inputs > input:-webkit-autofill, .input-group.marge-prepended-inputs > input:-webkit-autofill:hover, .input-group.marge-prepended-inputs > input:-webkit-autofill:focus, .input-group.marge-prepended-inputs > input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 calc(1.5em + 1.125rem + calc(1.6px * 2)) #fff inset !important;
  transition: background 0s !important;
}
.input-group.marge-prepended-inputs > input.is-invalid, .input-group.marge-prepended-inputs > input.is-invalid:focus {
  box-shadow: none;
}
.input-group.marge-prepended-inputs > input.is-invalid.only-one-visible-input {
  border-color: #fc3c52;
}
.input-group.marge-prepended-inputs > input.is-invalid ~ .input-group-text {
  border-color: #fc3c52;
}
.input-group.marge-prepended-inputs > input.is-valid, .input-group.marge-prepended-inputs > input.is-valid:focus {
  box-shadow: none;
}
.input-group.marge-prepended-inputs > input.is-valid.only-one-visible-input {
  border-color: #28cd5a;
}
.input-group.marge-prepended-inputs > input.is-valid ~ .input-group-text {
  border-color: #28cd5a;
}
.input-group.marge-prepended-inputs > input.only-one-visible-input {
  border-left: 1.6px solid #c4c4c6;
  padding-left: 15px;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.input-group.marge-prepended-inputs .input-group-text {
  padding-right: 1px;
  border-right-width: 0 !important;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group.marge-prepended-inputs.hide-flag .ico-svg-flag {
  display: none;
}

.was-validated .form-control:valid, .form-control.is-valid {
  background-image: url(/trunk/public/build/assets/valid.fd83c5b4.svg);
  background-size: unset;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  background-image: url(/trunk/public/build/assets/invalid.f8255822.svg);
  background-size: unset;
}

.was-validated .form-control, .form-control.loader {
  background-image: url(/trunk/public/build/assets/loader.14f8c65c.gif);
  background-size: unset;
  padding-right: calc(1.357em + 1.25rem);
  background-repeat: no-repeat;
  background-position: right calc(0.33925em + 0.3125rem) center;
}

/* Select2 */
.select2-container .selection .select2-selection {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: calc(1.5em + 1.125rem + calc(1.6px * 2));
  padding: 0;
  border: 1.6px solid #c4c4c6;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  color: #181818;
  font-weight: 400;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .selection .select2-selection .select2-selection__rendered,
.select2-container .selection .select2-selection .select2-selection__arrow {
  position: relative;
  max-width: 100%;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  flex-basis: 0;
  flex-grow: 1;
  padding: 0.5625rem 0 0.5625rem 1rem;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #c4c4c6;
  font-weight: 400;
}
.select2-container .selection .select2-selection .select2-selection__rendered .dl-style {
  display: flex;
  flex-flow: row nowrap;
}
.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dt-style,
.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dd-style {
  max-width: 100%;
}
.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dt-style {
  flex: 0 0 auto;
  width: auto;
}
.select2-container .selection .select2-selection .select2-selection__rendered .dl-style .dd-style {
  overflow: hidden;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  text-overflow: ellipsis;
}
.select2-container .selection .select2-selection .select2-selection__rendered-with-icon {
  display: block;
}
.select2-container .selection .select2-selection .select2-selection__rendered-with-icon i {
  margin-right: 10px;
}
.select2-container .selection .select2-selection .select2-selection__rendered-with-icon i.rectangle-icon {
  width: 20px;
  height: 16px;
  border-radius: 5px;
  box-shadow: none;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: calc(1rem * 2 + 10px);
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  width: 8px;
  height: 8px;
  border-right: 2px solid #4b718e;
  border-bottom: 2px solid #4b718e;
  transform: translateY(-2px) rotate(45deg);
}
.select2-container .select2-dropdown {
  border-color: #0071f3;
  background-color: #fff;
  border-radius: 0.375rem;
  z-index: 1057;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 5px 5px 5px 10px;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
  color: #181818;
  font-weight: 400;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon {
  display: block;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon i {
  margin-right: 5px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option-with-icon i.rectangle-icon {
  width: 20px;
  height: 16px;
  border-radius: 5px;
  box-shadow: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #0071f3;
  color: #fff;
  opacity: 0.8;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
  background-color: #4b718e;
  color: #fff;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--disabled {
  background-color: #c4c4c6;
  color: #626263;
}
.select2-container--open .selection .select2-selection {
  border-color: #0071f3;
  background-color: #fff;
  color: #181818;
}
.select2-container--open.select2-container--below .selection .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open.select2-container--above .selection .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 270px;
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field {
  height: calc(1.5em + 0.5rem + calc(1.6px * 2));
  padding: 0.25rem 0.5rem;
  border: 1.6px solid #c4c4c6;
  background-color: #fff;
  color: #181818;
  border-radius: 0.375rem;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field:focus {
  border: 1.6px solid #0071f3;
  background-color: #fff;
  color: #181818;
}
.select2-container--open .select2-dropdown--below {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--open .select2-dropdown--below .select2-results .select2-results__options .select2-results__option:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.select2-container--open .select2-dropdown--above {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--above .select2-results .select2-results__options .select2-results__option:first-of-type {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.select2-container--disabled .selection .select2-selection {
  background-color: #c4c4c6;
}
.input-group .select2-container {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
}
.input-group .select2-container--open {
  z-index: 3;
}
.input-group .select2-container:not(:last-child) .selection .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .select2-container:not(:nth-child(2)) {
  margin-left: -1px;
}
.input-group .select2-container:not(:nth-child(2)) .selection .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .select2-container:nth-child(2) + .form-control {
  margin-left: -1px;
}
.input-group-phone .select2-container {
  flex-grow: 0;
  width: auto !important;
  min-width: 125px;
}
.select2-container.is-invalid .selection .select2-selection {
  border-color: #fc3c52;
}
.select-no-border .select2-container.is-invalid .selection .select2-selection .select2-selection__rendered {
  color: #fc3c52;
}
.select-no-border .select2-container.is-invalid .selection .select2-selection .select2-selection__arrow b {
  border-right-color: #fc3c52;
  border-bottom-color: #fc3c52;
}

.select-no-border select {
  display: none;
}
.select-no-border .select2 .select2-selection {
  border: none;
  padding: 0px 0px;
  height: 23px;
}
.select-no-border .select2 .select2-selection .select2-selection__rendered {
  padding: 5px 0px;
  font-weight: 400;
  color: #181818;
  text-transform: lowercase;
}
.select-no-border .select2 .select2-selection .select2-selection__rendered::first-letter {
  text-transform: uppercase;
}
.select-no-border .select2 .select2-selection .select2-selection__rendered .dl-style {
  text-transform: none;
}
.select-no-border .select2 .select2-selection .select2-selection__arrow {
  width: 20px;
  padding-top: 3px;
}
.select-no-border .select2 .select2-selection .select2-dropdown {
  border-radius: 5px;
  overflow: hidden;
}

.select-no-border .dl-style, .select-no-border-dropdown .dl-style {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
}
.select-no-border .dl-style .dt-style, .select-no-border-dropdown .dl-style .dt-style {
  display: inline-block;
  color: #888;
  font-weight: 400;
}
.select-no-border .dl-style .dt-style::first-letter, .select-no-border-dropdown .dl-style .dt-style::first-letter {
  text-transform: capitalize;
}
.select-no-border .dl-style .dd-style, .select-no-border-dropdown .dl-style .dd-style {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  color: #181818;
}

.select-no-border-dropdown {
  border-radius: 5px !important;
  overflow: hidden;
  border-top: 1px solid #181818 !important;
}
.select-no-border-dropdown [aria-selected=true] .dt-style, .select-no-border-dropdown [aria-selected=true] .dd-style, .select-no-border-dropdown .select2-results__option--selected .dt-style, .select-no-border-dropdown .select2-results__option--selected .dd-style {
  color: white !important;
}
.select-no-border-dropdown .dt-style {
  display: none !important;
}
.select-no-border-dropdown .select2-results__option--disabled {
  font-weight: 400 !important;
  font-size: 14px !important;
  text-transform: lowercase;
}
.select-no-border-dropdown .select2-results__option--disabled::first-letter {
  text-transform: uppercase;
}

.bundle-product-variations .select2-results__option {
  text-transform: lowercase;
}
.bundle-product-variations .select2-results__option::first-letter {
  text-transform: uppercase;
}
.bundle-product-variations .select2-results__option .dl-style {
  text-transform: none;
}

/* Custom checkbox/radio bordered box */
.custom-control-bordered {
  position: relative;
}
.custom-control-bordered > label {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border: 2px solid #edf0f3;
  font-weight: 400;
  cursor: pointer;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-bordered > label {
    transition: none;
  }
}
.custom-control-bordered > label::before, .custom-control-bordered > label::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.custom-control-bordered > label::before {
  left: 20px;
  width: 1rem;
  height: 1rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-color: #fff;
  pointer-events: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-bordered > label::before {
    transition: none;
  }
}
.custom-control-bordered > label::after {
  left: 20px;
  width: 1rem;
  height: 1rem;
}
.custom-control-bordered > input[type=radio], .custom-control-bordered > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.custom-control-bordered > input:checked + label {
  border-color: #0071f3;
}
.custom-control-bordered > input:checked + label::before {
  border-color: #0071f3;
  background-color: #0071f3;
}
.custom-control-bordered > input:checked + label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.custom-control-bordered > input.is-invalid + label {
  border-color: #fc3c52;
}

.custom-control-variations {
  position: relative;
}
.custom-control-variations > input[type=radio], .custom-control-variations > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.custom-control-variations > label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 15px;
  box-shadow: 0 0 0 1px #9aa7b7;
  line-height: 1.35714286;
  font-weight: 400;
  cursor: pointer;
  border-radius: 6px;
  color: #181818;
  background-color: #fff;
  user-select: none;
  transition: box-shadow 0.3s, background-color 0.3s;
}
.custom-control-variations > label:hover {
  background-color: #edf0f3;
}
.custom-control-variations > input.is-invalid + label {
  box-shadow: 0 0 0 1px #fc3c52;
}
.custom-control-variations > input.disabled + label, .custom-control-variations > input:disabled + label {
  opacity: 0.45;
  cursor: not-allowed;
}
.custom-control-variations > input.disabled + label:hover, .custom-control-variations > input:disabled + label:hover {
  background-color: #fff;
}
.custom-control-variations > input:checked + label {
  box-shadow: 0 0 0 2px #0071f3;
  background-color: #edf0f3;
}

/* Custom control radio select option */
.product-details-box {
  position: relative;
}
.product-details-box > label {
  display: block;
  padding: 20px 20px 20px 20px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 6px;
  cursor: pointer;
  font-weight: normal;
  user-select: none;
  transition: box-shadow 0.3s;
}
.product-details-box > label .add-link {
  display: inline-block;
}
.product-details-box > label .remove-link {
  display: none;
}
.product-details-box > label .product-details-box-image {
  position: relative;
  display: block;
  width: 45px;
  margin-right: 13px;
}
.product-details-box > label .product-details-box-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-details-box > label .product-details-box-image .product-details-box-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.product-details-box > label .product-details-box-image .product-details-box-image-inner.product-details-box-image-dummy {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.product-details-box > label .product-details-box-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product-details-box > label .product-details-box-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: #181818;
}
.product-details-box > label .product-details-box-title a {
  color: inherit;
}
.product-details-box > label .product-details-box-price {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  color: #181818;
  white-space: nowrap;
}
.product-details-box > label .list-variations {
  margin-bottom: 10px;
}
.product-details-box > label .product-price, .section-product-details .product-details-box > label .product-price {
  margin: 0;
  font-size: 16px;
  line-height: 1.3125;
  color: #181818;
  font-weight: 700;
}
.product-details-box > label .product-details-box-content {
  max-width: calc(100% - 58px);
}
.product-details-box > label .product-details-box-entry,
.product-details-box > label .product-price-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
  text-align: left;
}
@media (min-width: 576px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
.product-details-box > input[type=radio], .product-details-box > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.product-details-box > input:checked + label {
  box-shadow: inset 0 0 0 2px #0071f3;
}
.product-details-box > input:checked + label .product-details-box-title, .section-product-details .product-details-box > input:checked + label .product-details-box-title,
.product-details-box > input:checked + label .product-details-box-price,
.section-product-details .product-details-box > input:checked + label .product-details-box-price,
.product-details-box > input:checked + label .product-price,
.section-product-details .product-details-box > input:checked + label .product-price {
  font-weight: 700;
  color: #0071f3;
}
.product-details-box > input:checked + label .add-link {
  display: none;
}
.product-details-box > input:checked + label .remove-link {
  display: inline-block;
}
.product-details-box > input:disabled + label {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-details-box.custom-control-radio-checkbox > input + label {
  padding-left: 60px;
}
.product-details-box.custom-control-radio-checkbox > input + label::before {
  content: " ";
  position: absolute;
  left: 20px;
  top: calc( 50% - 10px );
  font-family: "font_icons";
  font-size: 8px;
  padding: 4px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #888888;
  border-radius: 5px;
  color: #fff;
}
.product-details-box.custom-control-radio-checkbox > input:checked + label::before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.product-details-box.product-details-box-bundle .bundle-variations {
  display: none;
}
.bundle-variations-selected .product-details-box.product-details-box-bundle .bundle-variations {
  display: block;
}

li + li .product-details-box.plus-icon::after {
  content: "+";
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F9FB;
  border-radius: 50%;
  font-size: 27px;
  color: #4B5A10;
  z-index: 1;
  padding: 17px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  border: 1px solid #d8d8d8;
}

/* Form info text */
.form-notice p {
  font-size: 11px;
  opacity: 0.5;
}
.form-notice .copyright p {
  opacity: 1;
}

/* IOS zoom on input focus bugfix */
@supports (-webkit-overflow-scrolling: touch) {
  .select2-container--open .select2-dropdown .select2-search .select2-search__field, .select2-container .selection .select2-selection, .form-control {
    font-size: 1.25rem;
  }

  .select2-container .selection .select2-selection .select2-selection__rendered {
    padding-top: 8px;
  }
}
/* Responsive Medias */
@media (max-width: 575.98px) {
  /* Custom control radio select option */
  .product-details-box > label {
    padding: 10px;
  }
  .product-details-box > label .product-price, .section-product-details .product-details-box > label .product-price {
    font-size: 14px;
  }
}
/* ==========================================================================
	#Buttons
========================================================================== */
/* Collapse button */
.btn-collapse {
  position: relative;
  width: 20px;
  border: none;
  background: none;
}

.btn-collapse::before,
.btn-collapse::after {
  content: "";
  display: block;
  background-color: #181818;
  height: 8px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-collapse::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
}

.btn-collapse[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn-collapse[aria-expanded=true]::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Button link collapse */
.btn-link-collapse {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 15px 0 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  color: #048EF8;
  text-align: left;
}
.btn-link-collapse:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #048EF8;
  border-bottom: 2px solid #048EF8;
  transition: transform 0.3s;
}
.btn-link-collapse.collapsed:after {
  transform: rotate(-45deg);
}

/* ==========================================================================
	#List items
========================================================================== */
/* Product breadcrumbs */
.list-product-breadcrumbs {
  font-size: 0;
}
.list-product-breadcrumbs .list-inline-item {
  margin: 0;
  font-size: 12px;
  line-height: 1.17;
  color: #626263;
  font-weight: 400;
}
.list-product-breadcrumbs .list-inline-item > a {
  color: inherit;
}
.list-product-breadcrumbs .list-inline-item::after {
  margin-right: 5px;
  margin-left: 5px;
  content: ">";
}
.list-product-breadcrumbs .list-inline-item:last-of-type::after {
  display: none;
}

/* Card types */
.list-card-types {
  margin: 0;
  font-size: 0;
}
.list-card-types .list-inline-item {
  padding: 10px 20px 10px 0;
  vertical-align: top;
  margin-right: 0;
}
.list-card-types .list-inline-item:first-of-type {
  padding-left: 0;
}
.list-card-types .list-inline-item:last-of-type {
  padding-right: 0;
}
.list-card-types .list-inline-item.list-inline-item-cash {
  margin-top: 4px;
  margin-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 20px;
  border-right: 2px solid rgba(154, 167, 183, 0.5);
}
.list-card-types .list-inline-item.list-inline-item-cash .list-inline-item-inner {
  display: inline-block;
  padding: 5px 7px;
  background-color: #181818;
  font-size: 0;
  color: #fff;
  border-radius: 4px;
}
.list-card-types .list-inline-item.list-inline-item-cash .list-inline-item-inner .ico-font {
  font-size: 12px;
}

/* Delivery methods */
.list-delivery-methods {
  margin: 0;
  font-size: 0;
}
.list-delivery-methods .list-inline-item {
  margin-right: 20px;
  padding: 3px 20px 2px 0;
  border-right: 2px solid rgba(154, 167, 183, 0.2);
  font-size: 12px;
  line-height: 1.4;
  color: #181818;
  font-weight: 600;
}
.list-delivery-methods .list-inline-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.list-delivery-methods .list-inline-item .ico-font {
  margin-right: 5px;
}
.list-delivery-methods .list-inline-item .ico-font-truck {
  margin-top: -3px;
}
.list-delivery-methods .list-inline-item .ico-font-pin-maps {
  margin-top: -5px;
}

/* Thumbnail images list */
.list-thumbs {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.list-thumbs li {
  position: relative;
  flex: 0 0 25%;
  width: 25%;
  max-width: 100%;
  padding: 10px;
}

/* List variations */
.list-inline-variations {
  font-size: 0.75rem;
}
.list-inline-variations li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0;
}
.list-inline-variations li .product-price {
  font-size: inherit;
}
.list-inline-variations li:last-of-type {
  padding-right: 0;
}
.list-inline-variations.list-inline-variations-lg {
  font-size: 0.875rem;
}
.list-inline-variations.list-inline-variations-lg li {
  padding-right: 20px;
}
.list-inline-variations.list-inline-variations-lg li:nth-last-child(2) {
  padding-right: 10px;
}

/* List definitions */
.list-definitions > li > .definition > dt {
  margin-bottom: 0;
}
.list-definitions > li + li {
  margin-top: 10px;
}

/* Responsive Medias */
@media (max-width: 991.98px) {
  .list-thumbs {
    margin: 0 -5px;
  }
  .list-thumbs li {
    padding: 5px;
  }
}
@media (max-width: 575.98px) {
  .list-card-types .list-inline-item {
    padding: 5px 10px 5px 0;
  }
}
/* ==========================================================================
	#Modals
========================================================================== */
.modal {
  /* Modal locations permissions */
  /* Modal items variations */
}
.modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  padding: 10px;
  font-size: 0;
  opacity: 1;
}
.modal .close .ico-font {
  font-size: 20px;
}
.modal .modal-sm .close {
  top: 3px;
  right: 2px;
}
.modal .modal-sm .close .ico-font {
  font-size: 13px;
}
.modal .modal-sm .modal-body {
  padding: 25px;
}
.modal .modal-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}
.modal .modal-title-lg {
  font-size: 20px;
  font-weight: 600;
}
.modal .modal-title-xlg {
  font-size: 24px;
}
.modal .modal-section {
  padding: 0 0 10px;
}
.modal .modal-section .modal-actions {
  padding-bottom: 0;
}
.modal .modal-section + .modal .modal-section {
  padding-top: 30px;
  border-top: 0 solid var(--bs-border-color);
}
.modal .modal-actions {
  text-align: right;
}
.modal .modal-body + .modal-body {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
}
.modal.modal-location-permissions .modal-image {
  padding: 20px 0 30px;
  font-size: 0;
}
.modal.modal-location-permissions .modal-image .modal-image-inner {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(135deg);
}
.modal.modal-location-permissions .modal-image .modal-image-inner .ico-font {
  margin-bottom: -20px;
  font-size: 25px;
  color: #4d7198;
  animation: bounce 2s ease-in-out infinite;
}
.modal.modal-variations .modal-body {
  padding: 20px;
}
.modal.modal-variations .product-details-images {
  margin-bottom: 13px;
  max-width: 510px;
}
.modal.modal-variations .product-details-images > .product-details-image {
  width: 100%;
  max-width: calc(100% - 65px);
  margin-left: 65px;
}
.modal.modal-variations .product-details-images .list-thumbs {
  width: 60px;
}
.modal.modal-variations .product-details-content {
  padding-bottom: 0;
}
.modal.modal-variations .product-details-content .product-details-title {
  font-size: 1.125rem;
  margin-bottom: 4px;
}
.modal.modal-variations .product-details-content .list-product-breadcrumbs {
  margin-bottom: 10px;
}
.modal.modal-variations .product-details-content .list-product-breadcrumbs li {
  font-size: 1rem;
}
.modal.modal-variations .product-details-content .product-price {
  margin-bottom: 20px;
  font-size: 1.25rem;
}
.modal.modal-variations .product-details-content .product-price-old {
  font-size: 1.125rem;
}
.modal.modal-upsells .modal-section {
  padding-right: 10px;
  padding-left: 10px;
}
.modal.modal-upsells .modal-section + .modal-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top-width: 1px;
}
.modal.modal-upsells .modal-actions {
  padding-top: 30px;
}
.modal.shipping-country-modal .modal-sm {
  max-width: 420px;
}
.modal.shipping-country-modal .modal-body {
  padding: 40px 50px;
}

@media (max-width: 575.98px) {
  .modal.cookies-modal .modal-body {
    padding: 1rem;
  }
  .modal.modal-upsells .modal-title {
    font-size: 18px;
  }
  .modal.modal-upsells .modal-section {
    padding-right: 0;
    padding-left: 0;
  }
  .modal.modal-upsells .modal-body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal.modal-variations .modal-actions .btn {
    display: block;
    width: 100%;
    margin: 0;
  }
  .modal.modal-variations .modal-actions .btn + .btn {
    margin-top: 15px;
  }
  .modal.shipping-country-modal .modal-sm {
    max-width: none;
  }
  .modal.shipping-country-modal .modal-body {
    padding: 20px;
  }
}
.product-details-box {
  position: relative;
}
.product-details-box > label {
  display: block;
  padding: 20px 20px 20px 20px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 6px;
  cursor: pointer;
  font-weight: normal;
  user-select: none;
  transition: box-shadow 0.3s;
}
.product-details-box > label .add-link {
  display: inline-block;
}
.product-details-box > label .remove-link {
  display: none;
}
.product-details-box > label .product-details-box-image {
  position: relative;
  display: block;
  width: 45px;
  margin-right: 13px;
}
.product-details-box > label .product-details-box-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.product-details-box > label .product-details-box-image .product-details-box-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.product-details-box > label .product-details-box-image .product-details-box-image-inner.product-details-box-image-dummy {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.product-details-box > label .product-details-box-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product-details-box > label .product-details-box-title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
  color: #181818;
}
.product-details-box > label .product-details-box-title a {
  color: inherit;
}
.product-details-box > label .product-details-box-price {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  color: #181818;
  white-space: nowrap;
}
.product-details-box > label .list-variations {
  margin-bottom: 10px;
}
.product-details-box > label .product-price, .section-product-details .product-details-box > label .product-price {
  margin: 0;
  font-size: 16px;
  line-height: 1.3125;
  color: #181818;
  font-weight: 700;
}
.product-details-box > label .product-details-box-content {
  max-width: calc(100% - 58px);
}
.product-details-box > label .product-details-box-entry,
.product-details-box > label .product-price-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
  text-align: left;
}
@media (min-width: 576px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .product-details-box > label .product-details-box-entry .product-price,
.product-details-box > label .product-price-wrapper .product-price {
    text-align: right;
  }
}
.product-details-box > input[type=radio], .product-details-box > input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.product-details-box > input:checked + label {
  box-shadow: inset 0 0 0 2px #0071f3;
}
.product-details-box > input:checked + label .product-details-box-title, .section-product-details .product-details-box > input:checked + label .product-details-box-title,
.product-details-box > input:checked + label .product-details-box-price,
.section-product-details .product-details-box > input:checked + label .product-details-box-price,
.product-details-box > input:checked + label .product-price,
.section-product-details .product-details-box > input:checked + label .product-price {
  font-weight: 700;
  color: #181818;
}
.product-details-box > input:checked + label .add-link {
  display: none;
}
.product-details-box > input:checked + label .remove-link {
  display: inline-block;
}
.product-details-box > input:disabled + label {
  opacity: 0.45;
  cursor: not-allowed;
}
.product-details-box.custom-control-radio-checkbox > input + label {
  padding-left: 60px;
}
.product-details-box.custom-control-radio-checkbox > input + label::before {
  content: " ";
  position: absolute;
  left: 20px;
  top: calc( 50% - 10px );
  font-family: "Font Icons";
  font-size: 8px;
  padding: 4px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #888888;
  border-radius: 5px;
  color: #fff;
}
.product-details-box.custom-control-radio-checkbox > input:checked + label::before {
  content: "";
  background-color: #048EF8;
  border: 1px solid #048EF8;
}
.product-details-box.product-details-box-bundle .bundle-variations {
  display: none;
}
.bundle-variations-selected .product-details-box.product-details-box-bundle .bundle-variations {
  display: block;
}

/* Box product showcase */
.box-product-showcase {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d8d8d8;
  border-radius: 6px;
  font-weight: normal;
  user-select: none;
  transition: box-shadow 0.3s;
}
.box-product-showcase.box-product-showcase-active {
  box-shadow: inset 0 0 0 2px #0071f3;
}
.box-product-showcase.box-product-showcase-active .box-product-showcase-title {
  color: #181818;
}
.box-product-showcase .box-product-showcase-inner {
  display: flex;
  align-items: center;
}
.box-product-showcase .box-product-showcase-image {
  flex: 0 0 110px;
  max-width: 110px;
  position: relative;
  display: block;
  width: 110px;
  margin-right: 25px;
}
.box-product-showcase .box-product-showcase-image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.box-product-showcase .box-product-showcase-image .box-product-showcase-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.box-product-showcase .box-product-showcase-image .box-product-showcase-image-inner.box-product-showcase-image-dummy {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.box-product-showcase .box-product-showcase-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.box-product-showcase .box-product-showcase-content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.box-product-showcase .box-product-showcase-title {
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
  color: #181818;
}
.box-product-showcase .box-product-showcase-title a {
  color: inherit;
  text-decoration: none;
}
.box-product-showcase .box-product-showcase-price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3125;
  color: #181818;
  white-space: nowrap;
}
.box-product-showcase .box-product-showcase-actions {
  margin-top: 15px;
}

@media (max-width: 479.98px) {
  /* Box product showcase */
  .box-product-showcase .box-product-showcase-image {
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 15px;
  }
  .box-product-showcase .box-product-showcase-actions {
    margin-top: 10px;
  }
  .box-product-showcase .box-product-showcase-actions .form-group.mt_20 {
    margin-top: 10px;
  }
}
/* ==========================================================================
	#Products
========================================================================== */
/* Product badge */
.product-badge {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.36;
  border-radius: 0 6px 6px 0;
}
.product-badge.badge-static {
  position: static;
  border-radius: 6px;
}
.product-badge.badge-relative {
  position: relative;
  border-radius: 6px;
}
.product-badge.product-badge-discount {
  background-color: #e74f76;
  color: #fff;
}
.product-badge.product-badge-discount .formatted-amount {
  --dual-amount-separator-color: #fff;
}
.product-badge.product-badge-out-of-stock {
  background-color: #9aa7b7;
  color: #fff;
}
.product-badge-sm {
  display: inline-block;
  padding: 1px 4px;
  font-size: 0.75rem;
  line-height: 1.41666667;
  font-weight: 400;
  vertical-align: middle;
}
.product-badge sup {
  font-size: 10px;
}

@media (max-width: 575.98px) {
  .product-upsells-in-cart-subtotal .dual-price {
    font-size: 16px !important;
  }
}
/* Product images preview */
.product-image-preview {
  overflow: hidden;
  border-radius: 5px;
}
.product-image-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.product-image-preview .product-image-preview-inner > a {
  display: block;
  text-decoration: none;
}
.product-image-preview.has-placeholder {
  background-color: #fff;
  position: relative;
}
.product-image-preview.has-placeholder::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product-image-preview.has-placeholder > .product-image-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-image-preview.has-placeholder .product-image-preview-inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 0;
}
.product-image-preview.has-placeholder.size-sm .product-image-preview-inner {
  padding: 4px;
}

/* Product details Common elements for multiple pages */
.product-details-image {
  overflow: hidden;
  width: 500px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.product-details-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product-details-image > .product-details-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-details-image .product-details-image-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.product-details-image .product-details-image-inner.is-loading + .spin-loader-wrapper {
  display: flex;
}
.product-details-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product-details-image img.w_20 {
  width: 20px;
}
.product-details-image img.w_130 {
  width: 130px;
}
.product-details-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.product-details-image .spin-loader-wrapper {
  display: none;
  opacity: 0.2;
}

.product-details-images {
  position: relative;
  overflow: hidden;
}
.product-details-images > .product-details-image {
  margin-left: 90px;
}
.product-details-images .product-details-image {
  cursor: pointer;
  user-select: none;
}
.product-details-images .product-details-image.animate-out {
  animation: animate-out 0.15s ease-in-out;
}
.product-details-images .product-details-image.animate-in {
  animation: animate-in 0.15s ease-in-out;
}
.product-details-images .list-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 83px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 1px;
  padding-bottom: 2px;
  margin: 0 5px 0 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5c7492 #dce3ef;
}
.product-details-images .list-thumbs::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}
.product-details-images .list-thumbs::-webkit-scrollbar-track {
  background-color: #dce3ef;
}
.product-details-images .list-thumbs::-webkit-scrollbar-thumb {
  background-color: #5c7492;
  border-radius: 30px;
}
.product-details-images .list-thumbs::-webkit-scrollbar-thumb:hover {
  background-color: #0075f2;
}
.product-details-images .list-thumbs li {
  flex: 0 0 auto;
  max-width: none;
  width: 100%;
  padding: 0 5px 0 1px;
}
.product-details-images .list-thumbs li .product-details-image {
  width: 100%;
  transition: all 0.1s ease;
}
.product-details-images .list-thumbs li.active .product-details-image {
  box-shadow: 0 0 0 1px #0071f3;
}
.product-details-images .list-thumbs li + li {
  padding-top: 7px;
}

.product-details-content {
  padding-bottom: 25px;
}
.product-details-content .product-details-title {
  margin-bottom: 10px;
}
.product-details-content ul,
.product-details-content ol {
  margin: 0;
}

/* Product preview for all pages */
.product {
  margin-bottom: 15px;
}
.product .product-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 6px;
}
.product .product-inner > a {
  color: inherit;
  text-decoration: inherit;
}
.product .product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.19;
  color: #181818;
  font-weight: 400;
}
.product .product-desc {
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #757575;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-variation {
  font-size: 0.75rem;
  color: #5c7492;
  margin-bottom: 5px;
}
.product .list-product-breadcrumbs {
  margin-bottom: 0;
}
.product .list-product-breadcrumbs + .product-variation {
  margin-top: 5px;
}
.product .product-image {
  overflow: hidden;
  position: relative;
  position: relative;
  background-color: #fff;
}
.product .product-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product .product-image > .product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product .product-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
.product .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product .product-image img.product-image-default {
  max-width: 70%;
  max-height: 70%;
  margin: 0 auto;
}
.product .product-image .product-image-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.product .product-content .product-price + .product-desc,
.product .product-actions .product-price + .product-desc {
  margin-top: 10px;
}
.product .product-content {
  padding: 10px;
}
.product .product-content.mt_a {
  margin-top: auto;
}
.product .product-content.mt_a + .product-actions {
  margin-top: 0;
}
.product .product-content.pt_0 {
  padding-top: 0;
}
.product .product-actions {
  position: relative;
  margin-top: auto;
  padding: 2px 10px 10px 10px;
}
.product .product-actions .product-actions-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  display: none;
  min-width: 140px;
  max-width: 100%;
  padding: 10px;
  background-color: #e74f76;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  transform: translateX(-50%);
}
.product .product-actions .product-actions-popover::before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  width: 14px;
  height: 14px;
  background-color: inherit;
  transform: rotate(45deg) translateX(-10px);
}
.product .product-actions .embedded-tooltip {
  position: absolute;
  bottom: 15.5px;
  right: calc(100% - 70px);
  z-index: 2;
}
.product .product-actions .embedded-tooltip.embedded-tooltip-btn-bdrs {
  bottom: 40px;
  right: 5px;
}
.product .product-actions.product-added .product-actions-popover {
  display: block;
}
.product.product-alt .product-inner {
  overflow: visible;
  flex-direction: row;
}
.product.product-alt .product-inner .list-product-breadcrumbs {
  margin-bottom: 0;
}
.product.product-alt .product-inner .product-desc {
  margin-top: 10px;
}
.product.product-alt .product-inner .product-content,
.product.product-alt .product-inner .product-image,
.product.product-alt .product-inner .product-actions, .product.product-alt .product-inner > a {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 100%;
}
.product.product-alt .product-inner .product-image {
  flex-basis: 116px;
  width: 116px;
}
.product.product-alt .product-inner .product-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: calc(100% - 116px - 230px);
  width: calc(100% - 116px - 230px);
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 25px;
}
_:-ms-fullscreen .product.product-alt .product-inner .product-content, :root .product.product-alt .product-inner .product-content {
  flex-basis: calc(100% - 116px - 230px - 80px);
  width: calc(100% - 116px - 230px - 80px);
}
.product.product-alt .product-inner .product-content .product-price {
  margin-top: 10px;
  margin-bottom: 0;
}
.product.product-alt .product-inner .product-actions {
  flex-basis: 230px;
  width: 230px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-right: 25px;
}
.product.product-alt .product-inner .product-badge {
  padding-right: 5px;
  padding-left: 5px;
}
.product.product-alt .product-inner .product-entry {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 100%;
  max-width: 100%;
}
.product.product-alt .product-inner > a {
  overflow: visible;
  display: flex;
  flex-basis: calc(100% - 230px);
  width: calc(100% - 230px);
}
_:-ms-fullscreen .product.product-alt .product-inner > a, :root .product.product-alt .product-inner > a {
  flex-basis: calc(100% - 230px - 80px);
  width: calc(100% - 230px - 80px);
}
.product.product-alt .product-inner > a .product-content {
  flex-basis: calc(100% - 116px);
  width: calc(100% - 116px);
}
_:-ms-fullscreen .product.product-alt .product-inner > a .product-content, :root .product.product-alt .product-inner > a .product-content {
  flex-basis: calc(100% - 116px - 80px);
  width: calc(100% - 116px - 80px);
}
.product:not(:nth-child(1)) .embedded-tooltip {
  display: none !important;
}

/* Products */
.products + .products {
  padding-top: 15px;
}
.products .products-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.357;
}
.products .products-title a {
  color: inherit;
}
.products .products-title span {
  font-weight: 400;
}

.product-image-inner .lazyloaded {
  object-fit: scale-down;
}

/* Responsive Medias */
@media (max-width: 991.98px) {
  /* Product details */
  .product-details-image {
    width: 360px;
  }

  .product-details-images.js_stick_in_parent_onscroll {
    position: static !important;
  }

  /* Products */
  .product.product-alt .product-inner .product-content {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 10px;
  }
  .product.product-alt .product-inner .product-content .product-price {
    display: none;
    min-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .product.product-alt .product-inner .product-content .product-price span {
    display: inline-block;
  }
  .product.product-alt .product-inner .product-content .product-entry .product-price {
    display: block;
    margin-top: 5px;
  }
  .product.product-alt .product-inner .product-actions {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  /* Product details */
  .product-details-images {
    margin: 0 auto 20px;
    max-width: 510px;
  }
  .product-details-images > .product-details-image {
    width: 100%;
    max-width: calc(100% - 65px);
    margin-left: 65px;
  }
  .product-details-images .list-thumbs {
    width: 60px;
  }

  /* Products */
  .products .products-title {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
  }
}
@media (max-width: 575.98px) {
  /* Products */
  .product .product-title {
    font-size: 15px;
  }
  .product .product-desc {
    display: none;
  }
  .product .product-badge {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
  .product .product-content .product-price {
    margin-bottom: 0;
  }
  .product.product-alt .product-inner {
    overflow: hidden;
    display: block;
  }
  .product.product-alt .product-inner .product-image {
    float: left;
  }
  .product.product-alt .product-inner .product-content,
.product.product-alt .product-inner .product-actions {
    overflow: hidden;
    width: auto;
  }
  .product.product-alt .product-inner .product-content {
    padding-top: 5px;
    padding-bottom: 0;
  }
  _:-ms-fullscreen .product.product-alt .product-inner .product-content, :root .product.product-alt .product-inner .product-content {
    width: auto;
  }
  .product.product-alt .product-inner .product-actions {
    margin-top: -50px;
    padding: 60px 10px 10px;
  }
  .product.product-alt .product-inner .product-actions .btn-primary {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .product.product-alt .product-inner .product-actions .product-actions-popover {
    bottom: 55px;
  }
  .product.product-alt .product-inner > a {
    display: block;
    width: 100%;
  }
  .product.product-alt .product-inner > a .product-content,
.product.product-alt .product-inner > a .product-actions {
    overflow: hidden;
    width: auto;
  }

  .products.row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .products.row > .product {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* ==========================================================================
	#Product details
========================================================================== */
.product-upsells-pre-cart {
  padding-top: 10px;
  margin-bottom: 35px;
}
.product-upsells-pre-cart .product-upsells-pre-cart-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  color: #181818;
}

.product-upsells-in-cart {
  margin-top: 35px;
}
.product-upsells-in-cart .product-upsells-in-cart-title {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: #181818;
}
.product-upsells-in-cart .product-upsells-in-cart-subtotal {
  color: #181818;
}
.product-upsells-in-cart .product-upsells-in-cart-subtotal p {
  color: #181818;
}
.product-upsells-in-cart .product-upsells-in-cart-subtotal .product-upsells-in-cart-subtotal-price {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.28;
  white-space: nowrap;
}
.product-upsells-in-cart .product-upsells-in-cart-subtotal .product-upsells-in-cart-subtotal-price sup {
  top: -1.5em;
}
.product-upsells-in-cart .product-upsells-in-cart-actions {
  margin: 15px -10px -10px;
}
.product-upsells-in-cart .product-upsells-in-cart-actions .btn {
  margin: 10px;
}

.section-product-details {
  --product-details-image-w: 616px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #f8f9f9;
}
.section-product-details p,
.section-product-details .product-details-title,
.section-product-details .list-product-breadcrumbs .list-inline-item {
  word-break: break-word;
  word-wrap: break-word;
}
.section-product-details p,
.section-product-details ul,
.section-product-details ol {
  color: #626263;
}
.section-product-details .product-details-title,
.section-product-details .list-product-breadcrumbs {
  margin-bottom: 5px;
}
.section-product-details .product-details-title {
  font-size: 24px;
  line-height: 1.25;
  color: #181818;
  font-weight: 700;
}
.section-product-details .product-details-title .product-details-title-inner {
  margin-right: 5px;
}
.section-product-details .product-details-title .product-badge {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
}
.section-product-details .list-product-breadcrumbs .list-inline-item {
  font-size: 16px;
}
.section-product-details .product-details-box .list-product-breadcrumbs .list-inline-item {
  font-size: 14px;
}
.section-product-details .product-badge-wrapper,
.section-product-details .product-price {
  margin-top: 20px;
}
.section-product-details .product-price {
  margin-bottom: 25px;
  font-size: 20px;
  color: #181818;
}
.section-product-details .product-price .product-price-old {
  font-size: 16px;
}
.section-product-details .product-details-actions {
  margin-bottom: 14px;
}
.section-product-details .product-details-actions .add-to-cart-button {
  margin-bottom: 16px;
}
.section-product-details .product-details-content .product-details-entry {
  white-space: pre-wrap;
}
.section-product-details .product-details-images {
  padding-bottom: 1px;
}
.section-product-details .page-actions {
  padding-bottom: 0;
}
.section-product-details .product-details-images-wrapper {
  position: relative;
}
.section-product-details .product-details-images-wrapper,
.section-product-details .product-details-content {
  padding-top: 20px;
}
.section-product-details .product-details-images-wrapper {
  width: var(--product-details-image-w);
}
.section-product-details .product-details-content {
  width: calc(100% - var(--product-details-image-w));
}

/* Responsive Medias */
@media (max-width: 991.98px) {
  .section-product-details .product-details-images-wrapper,
.section-product-details .product-details-content {
    width: 100%;
  }
  .section-product-details .product-details-images-wrapper {
    padding-top: 0;
  }
  .section-product-details .product-details-images-wrapper .product-details-images {
    margin-bottom: 0;
  }
  .section-product-details .product-details-images-wrapper .product-details-images .list-thumbs {
    left: 26px/2;
    padding-bottom: 1px;
  }
}
@media (max-width: 1199.98px) {
  .product-upsells-in-cart .product-upsells-in-cart-actions {
    margin: 15px 0px -10px;
  }
  .product-upsells-in-cart .product-upsells-in-cart-actions .btn {
    margin: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .section-product-details .page-actions {
    padding-bottom: 20px;
  }
}
/* ==========================================================================
	#Section products
========================================================================== */
.section-products {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-products .section-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(154, 167, 183, 0.2);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.section-products > .spin-loader-wrapper {
  position: absolute;
  display: none;
  align-items: flex-start;
  padding-top: 150px;
  background-color: transparent;
}
.section-products.is-loading > *:not(.spin-loader-wrapper) {
  opacity: 0.3;
}
.section-products.is-loading > .spin-loader-wrapper {
  display: flex;
}

/* Responsive Medias */
@media (max-width: 767.98px) {
  .section-products {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* ==========================================================================
	#Products sort
========================================================================== */
.products-list-title {
  margin-bottom: 24px;
  font-weight: 700;
}
.products-list-title span {
  color: #626263;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .products-list-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .products-list-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (max-width: 399.98px) {
  .products-list-title {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* ==========================================================================
	#Common styles
========================================================================== */
/* z-index */
.zi_1 {
  z-index: 1;
}

.zi_2 {
  z-index: 2;
}

/* Dysplay */
.d_b {
  display: block;
}

.d_ib {
  display: inline-block;
}

.d_n {
  display: none;
}

.d_f {
  display: flex;
}

/* Flexbox */
.fx_0_0_30 {
  flex: 0 0 30px;
}

.fx_0_0_40 {
  flex: 0 0 40px;
}

.fg_1 {
  flex-grow: 1;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.f_v_center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

/* Width */
.w_a {
  width: auto;
}

.w_50pr {
  width: 50%;
}

.w_100pr {
  width: 100%;
}

.w_4 {
  width: 4px;
}

.w_14 {
  width: 14px;
}

.w_15 {
  width: 15px;
}

.w_16 {
  width: 16px;
}

.w_18 {
  width: 18px;
}

.w_20 {
  width: 20px;
}

.w_22 {
  width: 22px;
}

.w_24 {
  width: 24px;
}

.w_25 {
  width: 25px;
}

.w_28 {
  width: 28px;
}

.w_30 {
  width: 30px;
}

.w_32 {
  width: 32px;
}

.w_34 {
  width: 34px;
}

.w_36 {
  width: 36px;
}

.w_38 {
  width: 38px;
}

.w_40 {
  width: 40px;
}

.w_42 {
  width: 42px;
}

.w_44 {
  width: 44px;
}

.w_45, .slider .owl-carousel .owl-item .w_45 {
  width: 45px;
}

.w_50 {
  width: 50px;
}

.w_52 {
  width: 52px;
}

.w_55 {
  width: 55px;
}

.w_58 {
  width: 58px;
}

.w_60 {
  width: 60px;
}

.w_62 {
  width: 62px;
}

.w_65 {
  width: 65px;
}

.w_70 {
  width: 70px;
}

.w_71 {
  width: 71px;
}

.w_75 {
  width: 75px;
}

.w_80 {
  width: 80px;
}

.w_85 {
  width: 85px;
}

.w_95 {
  width: 95px;
}

.w_100 {
  width: 100px;
}

.w_100_imp {
  width: 100px !important;
}

.w_110 {
  width: 110px;
}

.w_115 {
  width: 115px;
}

.w_120 {
  width: 120px;
}

.w_130 {
  width: 130px;
}

.w_140 {
  width: 140px;
}

.w_145 {
  width: 145px;
}

.w_150 {
  width: 150px;
}

.w_175 {
  width: 175px;
}

.w_180 {
  width: 180px;
}

.w_195 {
  width: 195px;
}

.w_220 {
  width: 220px;
}

.w_200 {
  width: 200px;
}

.w_240 {
  width: 240px;
}

.w_250 {
  width: 250px;
}

.w_260 {
  width: 260px;
}

.w_300 {
  width: 300px;
}

.w_315 {
  width: 315px;
}

.w_360 {
  width: 360px;
}

.w_385, .slider .owl-carousel .owl-item .w_385 {
  width: 385px;
}

.w_ie_500 _:-ms-fullscreen, :root .w_ie_500 {
  width: 500px;
}

/* min-width */
.miw_1 {
  min-width: 1px;
}

.miw_30 {
  min-width: 30px;
}

.miw_35 {
  min-width: 35px;
}

.miw_40 {
  min-width: 40px;
}

.miw_45 {
  min-width: 45px;
}

.miw_50 {
  min-width: 50px;
}

.miw_58 {
  min-width: 58px;
}

.miw_60 {
  min-width: 60px;
}

.miw_70 {
  min-width: 70px;
}

.miw_80 {
  min-width: 80px;
}

.miw_85 {
  min-width: 85px;
}

.miw_100 {
  min-width: 100px;
}

.miw_110 {
  min-width: 110px;
}

.miw_120 {
  min-width: 120px;
}

.miw_130 {
  min-width: 130px;
}

.miw_140 {
  min-width: 140px;
}

.miw_150 {
  min-width: 150px;
}

.miw_160 {
  min-width: 160px;
}

.miw_170 {
  min-width: 170px;
}

.miw_180 {
  min-width: 180px;
}

.miw_195 {
  min-width: 195px;
}

.miw_200 {
  min-width: 200px;
}

.miw_215 {
  min-width: 215px;
}

.miw_240 {
  min-width: 240px;
}

.miw_300 {
  min-width: 300px;
}

.miw_315 {
  min-width: 315px;
}

.miw_458 {
  min-width: 458px;
}

.miw_570 {
  min-width: 570px;
}

.miw_100pr {
  min-width: 100%;
}

/* Max width */
.maw_90pr {
  max-width: 90%;
}

.maw_100pr {
  max-width: 100%;
}

.maw_100pr-65 {
  max-width: calc(100% - 65px);
}

.maw_100pr-30 {
  max-width: calc(100% - 30px);
}

.maw_33 {
  max-width: 33px;
}

.maw_36 {
  max-width: 36px;
}

.maw_39 {
  max-width: 39px;
}

.maw_40 {
  max-width: 40px;
}

.maw_41 {
  max-width: 41px;
}

.maw_58 {
  max-width: 58px;
}

.maw_69 {
  max-width: 69px;
}

.maw_60 {
  max-width: 60px;
}

.maw_70 {
  max-width: 70px;
}

.maw_80 {
  max-width: 80px;
}

.maw_87 {
  max-width: 87px;
}

.maw_95 {
  max-width: 95px;
}

.maw_100 {
  max-width: 100px;
}

.maw_110 {
  max-width: 110px;
}

.maw_120 {
  max-width: 120px;
}

.maw_130 {
  max-width: 130px;
}

.maw_140 {
  max-width: 140px;
}

.maw_150 {
  max-width: 150px;
}

.maw_160 {
  max-width: 160px;
}

.maw_170 {
  max-width: 170px;
}

.maw_180 {
  max-width: 180px;
}

.maw_190 {
  max-width: 190px;
}

.maw_200 {
  max-width: 200px;
}

.maw_220 {
  max-width: 220px;
}

.maw_240 {
  max-width: 240px;
}

.maw_250 {
  max-width: 250px;
}

.maw_300 {
  max-width: 300px;
}

.maw_315 {
  max-width: 315px;
}

.maw_450 {
  max-width: 450px;
}

.maw_540 {
  max-width: 540px;
}

.maw_570 {
  max-width: 570px;
}

.maw_600 {
  max-width: 600px;
}

.maw_9999, .slider .owl-carousel .owl-item .maw_9999 {
  max-width: 9999px;
}

/* Height */
.h_a {
  height: auto;
}

.h_0 {
  height: 0;
}

.h_10 {
  height: 10px;
}

.h_14 {
  height: 14px;
}

.h_16 {
  height: 16px;
}

.h_20 {
  height: 20px;
}

.h_26 {
  height: 26px;
}

.h_46 {
  height: 46px;
}

.h_50 {
  height: 50px;
}

.h_65 {
  height: 65px;
}

.h_71 {
  height: 71px;
}

.h_74 {
  height: 74px;
}

.h_85 {
  height: 85px;
}

.h_99 {
  height: 99px;
}

.h_100 {
  height: 100px;
}

.h_106 {
  height: 106px;
}

.h_115 {
  height: 115px;
}

.h_135 {
  height: 135px;
}

.h_140 {
  height: 140px;
}

.h_180 {
  height: 180px;
}

.h_200 {
  height: 200px;
}

.h_220 {
  height: 220px;
}

.h_230 {
  height: 230px;
}

.h_100pr {
  height: 100%;
}

/* Min height */
.mih_15 {
  min-height: 15px;
}

.mih_40 {
  min-height: 40px;
}

.mih_54 {
  min-height: 54px;
}

.mih_92 {
  min-height: 92px;
}

.mih_130 {
  min-height: 130px;
}

.mih_140 {
  min-height: 140px;
}

.mih_150 {
  min-height: 150px;
}

.mih_200 {
  min-height: 200px;
}

.mih_280 {
  min-height: 280px;
}

.mih_330 {
  min-height: 330px;
}

.mih_415 {
  min-height: 415px;
}

.mih_680 {
  min-height: 680px;
}

.mih_100pr {
  min-height: 100%;
}

.mah_40 {
  max-height: 40px;
}

.mah_60 {
  max-height: 60px;
}

.mah_70 {
  max-height: 70px;
}

/* Max height */
.mah_440 {
  max-height: 440px;
}

.top_-4 {
  top: -4px;
}

/* Margins */
.m_-12 {
  margin: -12px;
}

.m_-27 {
  margin: -27px;
}

.m_0_a {
  margin: 0 auto;
}

.m_0_imp {
  margin: 0 !important;
}

.m_x_a {
  margin-right: auto;
  margin-left: auto;
}

.m_x_20 {
  margin-right: 20px;
  margin-left: 20px;
}

.m_x_grid_gutter_width {
  margin-right: 26px;
  margin-left: 26px;
}

.m_x_-grid_gutter_width {
  margin-right: -26px;
  margin-left: -26px;
}

.m_y_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m_y_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.m_y_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m_y_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.m_y_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.m_y_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m_y_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m_y_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m_y_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m_y_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m_y_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m_y_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m_y_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m_y_120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt_a {
  margin-top: auto;
}

.mt_-56 {
  margin-top: -56px;
}

.mt_-35 {
  margin-top: -35px;
}

.mt_-17 {
  margin-top: -17px;
}

.mt_-16 {
  margin-top: -16px;
}

.mt_-15 {
  margin-top: -15px;
}

.mt_-12 {
  margin-top: -12px;
}

.mt_-10 {
  margin-top: -10px;
}

.mt_-8 {
  margin-top: -8px;
}

.mt_-7 {
  margin-top: -7px;
}

.mt_-6 {
  margin-top: -6px;
}

.mt_-5 {
  margin-top: -5px;
}

.mt_-4 {
  margin-top: -4px;
}

.mt_-3 {
  margin-top: -3px;
}

.mt_-2 {
  margin-top: -2px;
}

.mt_-1 {
  margin-top: -1px;
}

.mt_0 {
  margin-top: 0;
}

.mt_0_imp {
  margin-top: 0 !important;
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_21 {
  margin-top: 21px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_30_imp {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_40_imp {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mr_a {
  margin-right: auto;
}

.mr_-25 {
  margin-right: -25px;
}

.mr_-20 {
  margin-right: -20px;
}

.mr_-5 {
  margin-right: -5px;
}

.mr_-3 {
  margin-right: -3px;
}

.mr_0 {
  margin-right: 0;
}

.mr_0_imp {
  margin-right: 0 !important;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_10_imp {
  margin-right: 10px !important;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mb_a {
  margin-bottom: auto;
}

.mb_-55 {
  margin-bottom: -55px;
}

.mb_-30 {
  margin-bottom: -30px;
}

.mb_-15 {
  margin-bottom: -15px;
}

.mb_-10 {
  margin-bottom: -10px;
}

.mb_-3 {
  margin-bottom: -3px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_0_imp {
  margin-bottom: 0 !important;
}

.mb_1 {
  margin-bottom: 1px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_20_imp {
  margin-bottom: 20px !important;
}

.mb_22 {
  margin-bottom: 22px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_last_0:last-of-type {
  margin-bottom: 0;
}

.mb_grid_gutter_width {
  margin-bottom: 26px;
}

.mb_form_group_mb {
  margin-bottom: 1.5rem;
}

.ml_a {
  margin-left: auto;
}

.ml_-150 {
  margin-left: -150px;
}

.ml_-22 {
  margin-left: -22px;
}

.ml_-20 {
  margin-left: -20px;
}

.ml_-5 {
  margin-left: -5px;
}

.ml_-3 {
  margin-left: -3px;
}

.ml_-2 {
  margin-left: -2px;
}

.ml_0 {
  margin-left: 0;
}

.ml_0_imp {
  margin-left: 0 !important;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_65 {
  margin-left: 65px;
}

.mt_next_20 + .mt_next_20 {
  margin-top: 20px;
}

/* Paddings */
.p_0 {
  padding: 0;
}

.p_0_imp {
  padding: 0 !important;
}

.p_15 {
  padding: 15px;
}

.p_x_0 {
  padding-right: 0px;
  padding-left: 0px;
}

.p_x_40 {
  padding-right: 40px;
  padding-left: 40px;
}

.p_x_90 {
  padding-right: 90px;
  padding-left: 90px;
}

.p_y_0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.p_y_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.p_y_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p_y_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p_y_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p_y_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_y_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p_y_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt_0 {
  padding-top: 0;
}

.pt_5 {
  padding-top: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_42 {
  padding-top: 42px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_90 {
  padding-top: 90px;
}

.pr_0 {
  padding-right: 0;
}

.pr_0_imp {
  padding-right: 0 !important;
}

.pr_5 {
  padding-right: 5px;
}

.pr_7 {
  padding-right: 7px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_110 {
  padding-right: 110px;
}

.pb_0 {
  padding-bottom: 0;
}

.pb_0_imp {
  padding-bottom: 0 !important;
}

.pb_3 {
  padding-bottom: 3px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pl_0 {
  padding-left: 0;
}

.pl_0_imp {
  padding-left: 0 !important;
}

.pl_3 {
  padding-left: 3px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_7 {
  padding-left: 7px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_11 {
  padding-left: 11px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_16 {
  padding-left: 16px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_34 {
  padding-left: 34px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_55 {
  padding-left: 55px;
}

.pl_custom_control_pl {
  padding-left: 2.25rem;
}

.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px_grid_gutter {
  padding-right: 26px;
  padding-left: 26px;
}

.px_50 {
  padding-right: 50px;
  padding-left: 50px;
}

/* Borders */
.bd_0 {
  border: 0;
}

.bdt_0 {
  border-top: 0;
}

/* font-size */
.fs_inherit {
  font-size: inherit;
}

.fs_0 {
  font-size: 0;
}

.fs_3 {
  font-size: 3px;
}

.fs_4 {
  font-size: 4px;
}

.fs_6 {
  font-size: 6px;
}

.fs_7 {
  font-size: 7px;
}

.fs_8 {
  font-size: 8px;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_13imp {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_17 {
  font-size: 17px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fs_21 {
  font-size: 21px;
}

.fs_22 {
  font-size: 22px;
}

.fs_23 {
  font-size: 23px;
}

.fs_24 {
  font-size: 24px !important;
}

.fs_25 {
  font-size: 25px;
}

.fs_26 {
  font-size: 26px;
}

.fs_28 {
  font-size: 28px;
}

.fs_29 {
  font-size: 29px;
}

.fs_30 {
  font-size: 30px;
}

.fs_31 {
  font-size: 31px;
}

.fs_32 {
  font-size: 32px;
}

.fs_35 {
  font-size: 35px;
}

.fs_36 {
  font-size: 36px;
}

.fs_38 {
  font-size: 38px;
}

.fs_40 {
  font-size: 40px;
}

.fs_44 {
  font-size: 44px;
}

.fs_47 {
  font-size: 47px;
}

.fs_48 {
  font-size: 48px;
}

.fs_50 {
  font-size: 50px;
}

.fs_52 {
  font-size: 52px;
}

.fs_55 {
  font-size: 55px;
}

.fs_60 {
  font-size: 60px;
}

.fs_68 {
  font-size: 68px;
}

.fs_70 {
  font-size: 70px;
}

.fs_77 {
  font-size: 77px;
}

.fs_78 {
  font-size: 78px;
}

.fs_80 {
  font-size: 80px;
}

.fs_85 {
  font-size: 85px;
}

.fs_100 {
  font-size: 100px;
}

.fs_106 {
  font-size: 106px;
}

.fs_110 {
  font-size: 110px;
}

.fs_115 {
  font-size: 115px;
}

.fs_123 {
  font-size: 123px;
}

/* line height */
.lh_1 {
  line-height: 1;
}

.lh_1_2_imp {
  line-height: 1.2 !important;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_2 {
  line-height: 2;
}

.lh_19 {
  line-height: 19px;
}

.lh_30 {
  line-height: 30px;
}

/* Text */
.text-right {
  text-align: right;
}

/* text-color */
.c_i,
.c_i:hover {
  color: inherit;
}

.c_primary {
  color: #0071f3;
}

.c_primary_imp {
  color: #0071f3 !important;
}

.c_success {
  color: #28cd5a;
}

.c_error {
  color: #fc3c52;
}

.c_cancel {
  color: #fc3c52;
}

.c_black {
  color: #000;
}

.c_white {
  color: #fff;
}

.c_4d7198 {
  color: #4d7198;
}

.c_181818 {
  color: #181818;
}

.c_757575 {
  color: #757575;
}

.c_888 {
  color: #888;
}

.c_9aa7b7 {
  color: #9aa7b7;
}

.c_fec400 {
  color: #fec400;
}

.c_success_2 {
  color: #00C3BA;
}

.c_blue {
  color: #0075F2;
}

.light-grey {
  color: #B4BECF;
}

.dark-grey {
  color: #283953;
}

.active-text {
  color: #05C583;
}

.blocked-text {
  color: #FEC400;
}

.closed-text {
  color: #E74F76;
}

/* background colors */
.bgc_white {
  background-color: #fff;
}

.bgc_body {
  background-color: #fff;
}

/* Letter Spacing */
.lts_2 {
  letter-spacing: 2px;
}

.lts_6 {
  letter-spacing: 6px;
}

/* font-weight */
.fw_light {
  font-weight: 300;
}

.fw_normal {
  font-weight: 400;
}

.fw_medium {
  font-weight: 600;
}

.fw_semibold {
  font-weight: 600;
}

.fw_bold, .strong {
  font-weight: 700;
}

.fw_bold_imp {
  font-weight: 700 !important;
}

.fw_strong {
  font-weight: 800;
}

/* Border radius */
.bdrds_4 {
  border-radius: 4px;
}

.bdrds_5 {
  border-radius: 5px;
}

.bdrds_25 {
  border-radius: 25px;
}

/* Tables */
.tl_f {
  table-layout: fixed;
}

.img_rend {
  image-rendering: -webkit-optimize-contrast;
}

/* Vertical align */
.va_m {
  vertical-align: middle;
}

.va_base, .va_ba {
  vertical-align: baseline;
}

.va_top, .va_t {
  vertical-align: top;
}

.va_bottom, .va_b {
  vertical-align: bottom;
}

.va_m {
  vertical-align: middle;
}

/* List items */
.lsp_i {
  padding-left: 0;
  list-style-position: inside;
}

/* Position */
.pos_r {
  position: relative;
}

/* Cursor */
.cur_p {
  cursor: pointer;
}

.cur_c {
  cursor: copy;
}

.cur_c_imp {
  cursor: copy !important;
}

.cur_g {
  cursor: grab;
}

.cur_m {
  cursor: move;
}

.cur_d {
  cursor: not-allowed;
}

.cur_def {
  cursor: default;
}

.cur_def_imp {
  cursor: default !important;
}

.cur_a_imp {
  cursor: auto !important;
}

/* White space */
.ws_pre {
  white-space: pre;
}

.ws_pre_wrap {
  white-space: pre-wrap;
}

.ws_normal {
  white-space: normal;
}

.ws_normal_imp {
  white-space: normal !important;
}

.nowrap, .ws_nw {
  white-space: nowrap;
}

/* word break */
.wb_ba {
  word-break: break-all;
  word-wrap: break-word;
}

.wb_bw {
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/* overflow*/
.ov_h {
  overflow: hidden;
}

/* visibility*/
.vb_h {
  visibility: hidden;
}

/* Text transform */
.tt_n {
  text-transform: none;
}

.tt_c {
  text-transform: capitalize;
}

.tt_u {
  text-transform: uppercase;
}

.tt_l {
  text-transform: lowercase;
}

.reset_uppercase {
  text-transform: lowercase;
}
.reset_uppercase::first-letter {
  text-transform: uppercase;
}

/* text-decoration */
.td-underline,
.td_u,
.td_u_hover:hover {
  text-decoration: underline;
}

.td_n,
.td_n:hover {
  text-decoration: none;
}

/* text-decoration */
.ellipsis {
  text-overflow: ellipsis;
}

/* Opacity */
.op_0 {
  opacity: 0;
}

.op_5, .op_05 {
  opacity: 0.5;
}

/* Fill, mainly for svg sprites */
.fill_primary {
  fill: #0071f3;
}

.fill_eef4fb {
  fill: #eef4fb;
}

.fill_dce8f4 {
  fill: #dce8f4;
}

.fill_f9fcff {
  fill: #f9fcff;
}

.fill_fff {
  fill: #fff;
}

.fill_000 {
  fill: #000;
}

.fill_fff_12 {
  fill: rgba(255, 255, 255, 0.12);
}

.fill_fff_2 {
  fill: rgba(255, 255, 255, 0.2);
}

.fill_fff_6 {
  fill: rgba(255, 255, 255, 0.6);
}

.fill_fff_7 {
  fill: rgba(255, 255, 255, 0.7);
}

.fill_transparent {
  fill: transparent;
}

.fill_fec400 {
  fill: #fec400;
}

/* Rotate */
.rotate_180 {
  transform: rotate(180deg);
}

/* Lang fixes */
html[lang=de] .mr_de_10 {
  margin-right: 10px;
}

html[lang=el] .mr_el_10 {
  margin-right: 10px;
}

html[lang=lt] .mr_lt_10 {
  margin-right: 20px;
}

/* Responsive */
@media (min-width: 992px) {
  /* Flexbox */
  .order_lg_xl_1 {
    order: 1;
  }

  .order_lg_xl_2 {
    order: 2;
  }

  .order_lg_xl_3 {
    order: 3;
  }

  .order_lg_xl_4 {
    order: 4;
  }

  .order_lg_xl_5 {
    order: 5;
  }

  .order_lg_xl_6 {
    order: 6;
  }

  .order_lg_xl_7 {
    order: 7;
  }

  .order_lg_xl_8 {
    order: 8;
  }

  .mr_lg_xl_15 {
    margin-right: 15px;
  }

  .mb_lg_xl_70 {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  /* Flexbox */
  .order_md_xl_1 {
    order: 1;
  }

  .order_md_xl_2 {
    order: 2;
  }

  /* Min Width */
  .miw_md_xl_458 {
    min-width: 458px;
  }

  .mt_md_xl_8 {
    margin-top: 8px;
  }
}
@media (min-width: 576px) {
  /* Text align */
  .text-sm-right {
    text-align: right;
  }

  .mt_sm_xl_100 {
    margin-top: 100px;
  }

  .mb_sm_xl_60 {
    margin-bottom: 60px;
  }

  .mr_sm_xl_20 {
    margin-right: 20px;
  }

  .mb_sm_xl_0 {
    margin-bottom: 0;
  }

  .p_x_sm_xl_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .w_xs_sm_md_lg_100pr {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  /* Width */
  .w_xs_sm_md_130 {
    width: 130px;
  }

  .mt_xs_sm_md_5 {
    margin-top: 5px;
  }

  .mt_xs_sm_md_15 {
    margin-top: 15px;
  }

  .mt_xs_sm_md_50 {
    margin-top: 50px;
  }

  .mb_xs_sm_md_0 {
    margin-bottom: 0;
  }

  .mb_xs_sm_md_15 {
    margin-bottom: 15px;
  }

  .mb_xs_sm_md_30 {
    margin-bottom: 30px;
  }

  .mb_xs_sm_md_50 {
    margin-bottom: 50px;
  }

  .ml_xs_sm_md_0 {
    margin-left: 0px;
  }

  .ml_xs_sm_md_20 {
    margin-left: 20px;
  }

  .pr_xs_sm_md_0 {
    padding-right: 0;
  }

  .pl_xs_sm_md_0 {
    padding-left: 0;
  }

  .pl_xs_sm_md_6 {
    padding-left: 6px;
  }

  .p_xs_sm_md_x_20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pt_xs_sm_md_20 {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  /* Display */
  .ie_d_xs_sm_n _:-ms-fullscreen, :root .ie_d_xs_sm_n {
    display: none;
  }

  .d_xs_sm_ib {
    display: inline-block;
  }

  .d_xs_sm_b {
    display: block;
  }

  /* Width */
  .w_xs_sm_120 {
    width: auto;
  }

  .miw_xs_sm_auto {
    min-width: auto;
  }

  /* Margins */
  .mt_sm_20 {
    margin-top: 20px;
  }

  .m_y_xs_sm_60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* Flexbox */
  .order_md_-1 {
    order: -1;
  }

  .mt_xs_sm_0 {
    margin-top: 0;
  }

  .mt_xs_sm_15 {
    margin-top: 15px;
  }

  .mt_xs_sm_30 {
    margin-top: 30px;
  }

  .mt_xs_sm_80 {
    margin-top: 80px;
  }

  .mb_xs_sm_5 {
    margin-bottom: 5px !important;
  }

  .mb_xs_sm_10 {
    margin-bottom: 10px;
  }

  .mb_xs_sm_15 {
    margin-bottom: 15px;
  }

  .mb_xs_sm_20 {
    margin-bottom: 20px;
  }

  .mb_xs_sm_30 {
    margin-bottom: 30px;
  }

  /* Paddings */
  .pr_xs_sm_0 {
    padding-right: 0;
  }

  .pl_xs_sm_0 {
    padding-left: 0;
  }

  .pt_xs_sm_20 {
    padding-top: 20px;
  }

  /* Font size */
  .fs_xs_sm_9 {
    font-size: 9px;
  }

  /* Text align */
  .text-xs-sm-left-imp {
    text-align: left !important;
  }

  .text-xs-sm-center {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  /* Flexbox */
  .order_xs_1 {
    order: 1;
  }

  .order_xs_2 {
    order: 2;
  }

  /* Min-height */
  .mih_xs_0 {
    min-height: 0;
  }

  /* Margins */
  .mb_xs_form_group_mb {
    margin-bottom: 1.5rem;
  }

  .mt_xs_-3 {
    margin-top: -3px;
  }

  .mt_xs_0 {
    margin-top: 0;
  }

  .mt_xs_10 {
    margin-top: 10px;
  }

  .mt_xs_15 {
    margin-top: 15px;
  }

  .mt_xs_20 {
    margin-top: 20px;
  }

  .mt_xs_20 {
    margin-top: 20px;
  }

  .mt_xs_30 {
    margin-top: 30px;
  }

  .mb_xs_0 {
    margin-bottom: 0;
  }

  .mb_xs_10 {
    margin-bottom: 10px;
  }

  .mb_xs_15 {
    margin-bottom: 15px;
  }

  .mb_xs_20 {
    margin-bottom: 20px;
  }

  .mb_xs_30 {
    margin-bottom: 30px;
  }

  .mr_xs_0 {
    margin-right: 0;
  }

  .ml_xs_10 {
    margin-left: 10px;
  }

  .m_y_xs_30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .m_x_xs_a {
    margin-right: auto;
    margin-left: auto;
  }

  /* Paddings */
  .p_y_xs_0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pt_xs_0 {
    padding-top: 0;
  }

  .pt_xs_5 {
    padding-top: 5px;
  }

  .pt_xs_15 {
    padding-top: 15px;
  }

  .pt_xs_10_imp {
    padding-top: 10px !important;
  }

  .pb_xs_15 {
    padding-bottom: 15px;
  }

  .pb_xs_5 {
    padding-bottom: 5px;
  }

  /* Paddings */
  .pl_xs_0 {
    padding-left: 0 !important;
  }

  /* Font size */
  .fs_xs_12 {
    font-size: 12px;
  }

  .fs_xs_13 {
    font-size: 13px;
  }

  .fs_xs_14 {
    font-size: 14px;
  }

  .fs_xs_18 {
    font-size: 18px;
  }

  .fs_xs_20_imp {
    font-size: 20px !important;
  }

  /* Text align */
  .text-xs-center {
    text-align: center;
  }

  .text-xs-center-imp {
    text-align: center !important;
  }

  .text-xs-left {
    text-align: left;
  }

  .text-xs-left-imp {
    text-align: left !important;
  }

  /* Rotate */
  .rotate_xs_90 {
    transform: rotate(90deg);
  }
}
@media (max-width: 479.98px) {
  /* Display */
  .d_xxs_n {
    display: none;
  }

  /* Flexbox */
  .fxb_xxs_100pr {
    flex-basis: 100%;
  }

  /* Width */
  .w_xxs_100pr {
    width: 100%;
  }

  /* Margins */
  .mt_xxs_10 {
    margin-top: 10px;
  }

  /* Text align */
  .text_xxs_left_imp {
    text-align: left !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mt_lg_30 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Order */
  .order_md_1 {
    order: 1;
  }

  .order_md_3 {
    order: 3;
  }

  .order_md_2 {
    order: 2;
  }

  .order_md_4 {
    order: 4;
  }

  .order_md_5 {
    order: 5;
  }

  .order_md_6 {
    order: 6;
  }

  .order_md_7 {
    order: 7;
  }

  .order_md_8 {
    order: 8;
  }

  /* Paddings */
  .pt_md_10_imp {
    padding-top: 10px !important;
  }

  .pb_md_15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Order */
  .order_sm_1 {
    order: 1;
  }

  .order_sm_2 {
    order: 2;
  }

  .order_sm_3 {
    order: 3;
  }
}

/*# sourceMappingURL=products_list.600c9ee0.css.map*/