@charset "UTF-8";
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* stylelint-disable-line value-keyword-case */
/* stylelint-disable-line value-keyword-case */
.tooltip-inner {
  text-align: left !important; /* stylelint-disable-line declaration-no-important */
}
.tooltip-inner p:last-child {
  margin-bottom: 0;
}

: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: #2e2e2e;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --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: #edb09e;
  --bs-secondary: #fef9f5;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f5f5f5;
  --bs-dark: #2e2e2e;
  --bs-primary-rgb: 237, 176, 158;
  --bs-secondary-rgb: 254, 249, 245;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 245, 245;
  --bs-dark-rgb: 46, 46, 46;
  --bs-primary-text-emphasis: #5f463f;
  --bs-secondary-text-emphasis: #666462;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fbefec;
  --bs-secondary-bg-subtle: #fffefd;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #f8dfd8;
  --bs-secondary-border-subtle: #fffdfb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 46, 46, 46;
  --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: Montserrat, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2e2e2e;
  --bs-body-color-rgb: 46, 46, 46;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #2e2e2e;
  --bs-emphasis-color-rgb: 46, 46, 46;
  --bs-secondary-color: rgba(46, 46, 46, 0.75);
  --bs-secondary-color-rgb: 46, 46, 46;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(46, 46, 46, 0.5);
  --bs-tertiary-color-rgb: 46, 46, 46;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #2e2e2e;
  --bs-link-color: #edb09e;
  --bs-link-color-rgb: 237, 176, 158;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #edb09e;
  --bs-link-hover-color-rgb: 237, 176, 158;
  --bs-code-color: #d63384;
  --bs-highlight-color: #2e2e2e;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e5e4e2;
  --bs-border-color-translucent: rgba(46, 46, 46, 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(46, 46, 46, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(46, 46, 46, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(46, 46, 46, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(46, 46, 46, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(237, 176, 158, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[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: #f4d0c5;
  --bs-secondary-text-emphasis: #fefbf9;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #2f2320;
  --bs-secondary-bg-subtle: #333231;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #313437;
  --bs-primary-border-subtle: #8e6a5f;
  --bs-secondary-border-subtle: #989593;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #f4d0c5;
  --bs-link-hover-color: #f6d9d1;
  --bs-link-color-rgb: 244, 208, 197;
  --bs-link-hover-color-rgb: 246, 217, 209;
  --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;
}

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

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(46, 46, 46, 0);
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  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: 1rem;
}

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

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

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

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: bolder;
}

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.75em;
  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: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

::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: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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, .col-xs-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-12, .col-xs-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-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

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

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

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

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 2.5rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 2.5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 3rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 3rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 4rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 4rem;
}

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

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

@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-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 5rem;
  }
}
@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-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 3rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 3rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 4rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 4rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 5rem;
  }
}
@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-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 5rem;
  }
}
@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-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 5rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

.caption-top {
  caption-side: top;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #fbefec;
  --bs-table-border-color: #d2c8c6;
  --bs-table-striped-bg: #f1e5e3;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #e7dcd9;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #ece1de;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #fffefd;
  --bs-table-border-color: #d5d4d4;
  --bs-table-striped-bg: #f5f4f3;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #eae9e8;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #efeeed;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #b0c2ba;
  --bs-table-striped-bg: #c9ded4;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #c1d5cc;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #c5d9d0;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #afccd3;
  --bs-table-striped-bg: #c7eaf2;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #bfe0e7;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #c3e5ed;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #d5ccad;
  --bs-table-striped-bg: #f5e9c5;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #eadfbd;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #efe4c1;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #d0b5b8;
  --bs-table-striped-bg: #eecfd1;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #e4c6c9;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #e9cacd;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #2e2e2e;
  --bs-table-bg: #f5f5f5;
  --bs-table-border-color: #cdcdcd;
  --bs-table-striped-bg: #ebebeb;
  --bs-table-striped-color: #2e2e2e;
  --bs-table-active-bg: #e1e1e1;
  --bs-table-active-color: #2e2e2e;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #2e2e2e;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #2e2e2e;
  --bs-table-border-color: #585858;
  --bs-table-striped-bg: #383838;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #434343;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #3e3e3e;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.col-form-label {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.875rem + var(--bs-border-width));
  padding-bottom: calc(0.875rem + var(--bs-border-width));
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.625rem + var(--bs-border-width));
  padding-bottom: calc(0.625rem + var(--bs-border-width));
  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.75rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #e5e4e2;
  border-radius: var(--bs-border-radius);
  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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #f6d8cf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.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::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 1.125rem;
  margin: -0.75rem -1.125rem;
  -webkit-margin-end: 1.125rem;
          margin-inline-end: 1.125rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.75rem 1.125rem;
  margin: -0.75rem -1.125rem;
  -webkit-margin-end: 1.125rem;
          margin-inline-end: 1.125rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.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.75rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 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 + 1.25rem + calc(var(--bs-border-width) * 2));
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.625rem 0.9375rem;
  margin: -0.625rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
}
.form-control-sm::file-selector-button {
  padding: 0.625rem 0.9375rem;
  margin: -0.625rem -0.9375rem;
  -webkit-margin-end: 0.9375rem;
          margin-inline-end: 0.9375rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.875rem 1.3125rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.875rem 1.3125rem;
  margin: -0.875rem -1.3125rem;
  -webkit-margin-end: 1.3125rem;
          margin-inline-end: 1.3125rem;
}
.form-control-lg::file-selector-button {
  padding: 0.875rem 1.3125rem;
  margin: -0.875rem -1.3125rem;
  -webkit-margin-end: 1.3125rem;
          margin-inline-end: 1.3125rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1.75rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 1.25rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.75rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.75rem 3.375rem 0.75rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #e5e4e2;
  border-radius: var(--bs-border-radius);
  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: #f6d8cf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.125rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

.form-select-lg {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.3125rem;
  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='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          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);
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #f6d8cf;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.form-check-input:checked {
  background-color: #edb09e;
  border-color: #edb09e;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_894_12480' fill='white'%3E%3Cpath d='M2.74995 4.73839L7.16411 0.324219L7.74995 0.910052L2.74995 5.91005L0.425781 3.58589L1.01161 3.00005L2.74995 4.73839Z'/%3E%3C/mask%3E%3Cpath d='M2.74995 4.73839L7.16411 0.324219L7.74995 0.910052L2.74995 5.91005L0.425781 3.58589L1.01161 3.00005L2.74995 4.73839Z' fill='white'/%3E%3Cpath d='M2.74995 4.73839L2.04284 5.44549L2.74995 6.1526L3.45705 5.44549L2.74995 4.73839ZM7.16411 0.324219L7.87122 -0.382888L7.16412 -1.09L6.45701 -0.382888L7.16411 0.324219ZM7.74995 0.910052L8.45705 1.61716L9.16416 0.910053L8.45706 0.202946L7.74995 0.910052ZM2.74995 5.91005L2.04284 6.61716L2.74995 7.32427L3.45705 6.61716L2.74995 5.91005ZM0.425781 3.58589L-0.281326 2.87878L-0.988432 3.58589L-0.281326 4.29299L0.425781 3.58589ZM1.01161 3.00005L1.71872 2.29295L1.01161 1.58584L0.304508 2.29295L1.01161 3.00005ZM3.45705 5.44549L7.87122 1.03133L6.45701 -0.382888L2.04284 4.03128L3.45705 5.44549ZM6.45701 1.03133L7.04284 1.61716L8.45706 0.202946L7.87122 -0.382888L6.45701 1.03133ZM7.04284 0.202945L2.04284 5.20295L3.45705 6.61716L8.45705 1.61716L7.04284 0.202945ZM3.45705 5.20295L1.13289 2.87878L-0.281326 4.29299L2.04284 6.61716L3.45705 5.20295ZM1.13289 4.29299L1.71872 3.70716L0.304508 2.29295L-0.281326 2.87878L1.13289 4.29299ZM0.304508 3.70716L2.04284 5.44549L3.45705 4.03128L1.71872 2.29295L0.304508 3.70716Z' fill='white' mask='url%28%23path-1-inside-1_894_12480%29'/%3E%3C/svg%3E%0A");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #edb09e;
  border-color: #edb09e;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2846, 46, 46, 0.25%29'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f6d8cf'/%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='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%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.25;
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #edb09e;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fae7e2;
}
.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;
  -moz-appearance: none;
       appearance: none;
  background-color: #edb09e;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fae7e2;
}
.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: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1.125rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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: 1rem 1.125rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.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.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5625rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.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: 1rem 0.5625rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.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.75rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #e5e4e2;
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.875rem 1.3125rem;
  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.625rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.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(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -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;
}

.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: 1rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  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);
}
.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 .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.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-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;
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 46, 46, 0.075);
  --bs-btn-disabled-opacity: 0.25;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #edb09e;
  --bs-btn-border-color: #edb09e;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #f0bcad;
  --bs-btn-hover-border-color: #efb8a8;
  --bs-btn-focus-shadow-rgb: 208, 157, 141;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #f1c0b1;
  --bs-btn-active-border-color: #efb8a8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #edb09e;
  --bs-btn-disabled-border-color: #edb09e;
}

.btn-secondary {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #fef9f5;
  --bs-btn-border-color: #fef9f5;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #fefaf7;
  --bs-btn-hover-border-color: #fefaf6;
  --bs-btn-focus-shadow-rgb: 223, 219, 215;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #fefaf7;
  --bs-btn-active-border-color: #fefaf6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #fef9f5;
  --bs-btn-disabled-border-color: #fef9f5;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 18, 179, 211;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 224, 171, 13;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #d0d0d0;
  --bs-btn-hover-border-color: #c4c4c4;
  --bs-btn-focus-shadow-rgb: 215, 215, 215;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #c4c4c4;
  --bs-btn-active-border-color: #b8b8b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2e2e2e;
  --bs-btn-border-color: #2e2e2e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d4d4d;
  --bs-btn-hover-border-color: #434343;
  --bs-btn-focus-shadow-rgb: 77, 77, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #585858;
  --bs-btn-active-border-color: #434343;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2e2e2e;
  --bs-btn-disabled-border-color: #2e2e2e;
}

.btn-outline-primary {
  --bs-btn-color: #edb09e;
  --bs-btn-border-color: #edb09e;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #edb09e;
  --bs-btn-hover-border-color: #edb09e;
  --bs-btn-focus-shadow-rgb: 237, 176, 158;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #edb09e;
  --bs-btn-active-border-color: #edb09e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #edb09e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #edb09e;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #fef9f5;
  --bs-btn-border-color: #fef9f5;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #fef9f5;
  --bs-btn-hover-border-color: #fef9f5;
  --bs-btn-focus-shadow-rgb: 254, 249, 245;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #fef9f5;
  --bs-btn-active-border-color: #fef9f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #fef9f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fef9f5;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #2e2e2e;
  --bs-btn-border-color: #2e2e2e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e2e2e;
  --bs-btn-hover-border-color: #2e2e2e;
  --bs-btn-focus-shadow-rgb: 46, 46, 46;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2e2e2e;
  --bs-btn-active-border-color: #2e2e2e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2e2e2e;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 208, 157, 141;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

.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: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - 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: #edb09e;
  --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: 1400px) {
  .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;
  text-decoration: none;
  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);
  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: #edb09e;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #edb09e;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2846, 46, 46, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.75rem;
  --bs-card-cap-padding-x: 1.5rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.53 9.5L3.15 5.2L0.53 0.91L1.52 0.49L4.39 5.2L1.52 9.92L0.53 9.5Z' fill='currentColor'/%3E%3C/svg%3E%0A")) /* rtl: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.53 9.5L3.15 5.2L0.53 0.91L1.52 0.49L4.39 5.2L1.52 9.92L0.53 9.5Z' fill='currentColor'/%3E%3C/svg%3E%0A")) */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #edb09e;
  --bs-pagination-active-border-color: #edb09e;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

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

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

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #2e2e2e;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e2e2e'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(237, 176, 158, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: transparent;
  --bs-modal-border-width: var(--bs-border-width);
  --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) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1.5rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --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: var(--bs-border-width);
  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: #2e2e2e;
  --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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.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) * 0.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) * 0.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: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@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: 1399.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;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 1rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #2e2e2e;
  --bs-tooltip-bg: #ffece1;
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 1;
  --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: Montserrat, 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) * 0.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) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.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) * 0.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) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.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);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.5rem;
  --bs-offcanvas-padding-y: 1.5rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2e2e2e;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

.text-bg-light {
  color: #2e2e2e !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;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-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(241, 192, 177, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(241, 192, 177, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(241, 192, 177, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-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(254, 250, 247, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(254, 250, 247, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(254, 250, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-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(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-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(247, 247, 247, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(247, 247, 247, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(247, 247, 247, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-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(37, 37, 37, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(37, 37, 37, var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: RGBA(37, 37, 37, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          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: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    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: 0.25;
}

.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 {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

.object-fit-none {
  -o-object-fit: none !important;
     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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0.75rem !important;
}

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

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

.m-9 {
  margin: 2.5rem !important;
}

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

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

.m-12 {
  margin: 5rem !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: 0.75rem !important;
  margin-left: 0.75rem !important;
}

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

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

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

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

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

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

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

.my-12 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !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: 0.75rem !important;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem !important;
}

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

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

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

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

.mt-12 {
  margin-top: 5rem !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: 0.75rem !important;
}

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

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

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

.me-7 {
  margin-right: 1.75rem !important;
}

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

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

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

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

.me-12 {
  margin-right: 5rem !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: 0.75rem !important;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem !important;
}

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

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

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

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

.mb-12 {
  margin-bottom: 5rem !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: 0.75rem !important;
}

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

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

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

.ms-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

.ms-12 {
  margin-left: 5rem !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: 0.75rem !important;
}

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

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

.p-9 {
  padding: 2.5rem !important;
}

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

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

.p-12 {
  padding: 5rem !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: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

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

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

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

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

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

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

.px-12 {
  padding-right: 5rem !important;
  padding-left: 5rem !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: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

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

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

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

.py-12 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !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: 0.75rem !important;
}

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

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

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

.pt-7 {
  padding-top: 1.75rem !important;
}

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

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

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

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

.pt-12 {
  padding-top: 5rem !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: 0.75rem !important;
}

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

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

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

.pe-7 {
  padding-right: 1.75rem !important;
}

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

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

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

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

.pe-12 {
  padding-right: 5rem !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: 0.75rem !important;
}

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

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

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

.pb-7 {
  padding-bottom: 1.75rem !important;
}

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

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

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

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

.pb-12 {
  padding-bottom: 5rem !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: 0.75rem !important;
}

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

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

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

.ps-7 {
  padding-left: 1.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.75rem !important;
}

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

.gap-9 {
  gap: 2.5rem !important;
}

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

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

.gap-12 {
  gap: 5rem !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: 0.75rem !important;
}

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

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

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

.row-gap-7 {
  row-gap: 1.75rem !important;
}

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

.row-gap-9 {
  row-gap: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.column-gap-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

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

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

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

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

.column-gap-12 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !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: bolder !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(46, 46, 46, 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;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

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

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

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

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

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

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 3rem !important;
  }
  .m-sm-11 {
    margin: 4rem !important;
  }
  .m-sm-12 {
    margin: 5rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 3rem !important;
  }
  .mt-sm-11 {
    margin-top: 4rem !important;
  }
  .mt-sm-12 {
    margin-top: 5rem !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: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  .me-sm-9 {
    margin-right: 2.5rem !important;
  }
  .me-sm-10 {
    margin-right: 3rem !important;
  }
  .me-sm-11 {
    margin-right: 4rem !important;
  }
  .me-sm-12 {
    margin-right: 5rem !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: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 3rem !important;
  }
  .ms-sm-11 {
    margin-left: 4rem !important;
  }
  .ms-sm-12 {
    margin-left: 5rem !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: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 3rem !important;
  }
  .p-sm-11 {
    padding: 4rem !important;
  }
  .p-sm-12 {
    padding: 5rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 3rem !important;
  }
  .pt-sm-11 {
    padding-top: 4rem !important;
  }
  .pt-sm-12 {
    padding-top: 5rem !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: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 3rem !important;
  }
  .pe-sm-11 {
    padding-right: 4rem !important;
  }
  .pe-sm-12 {
    padding-right: 5rem !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: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 3rem !important;
  }
  .ps-sm-11 {
    padding-left: 4rem !important;
  }
  .ps-sm-12 {
    padding-left: 5rem !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: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 2.5rem !important;
  }
  .gap-sm-10 {
    gap: 3rem !important;
  }
  .gap-sm-11 {
    gap: 4rem !important;
  }
  .gap-sm-12 {
    gap: 5rem !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: 0.75rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 5rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-sm-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-sm-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-sm-9 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-sm-11 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-sm-12 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .m-md-9 {
    margin: 2.5rem !important;
  }
  .m-md-10 {
    margin: 3rem !important;
  }
  .m-md-11 {
    margin: 4rem !important;
  }
  .m-md-12 {
    margin: 5rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.5rem !important;
  }
  .mt-md-10 {
    margin-top: 3rem !important;
  }
  .mt-md-11 {
    margin-top: 4rem !important;
  }
  .mt-md-12 {
    margin-top: 5rem !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: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  .me-md-8 {
    margin-right: 2rem !important;
  }
  .me-md-9 {
    margin-right: 2.5rem !important;
  }
  .me-md-10 {
    margin-right: 3rem !important;
  }
  .me-md-11 {
    margin-right: 4rem !important;
  }
  .me-md-12 {
    margin-right: 5rem !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: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 3rem !important;
  }
  .mb-md-11 {
    margin-bottom: 4rem !important;
  }
  .mb-md-12 {
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  .ms-md-9 {
    margin-left: 2.5rem !important;
  }
  .ms-md-10 {
    margin-left: 3rem !important;
  }
  .ms-md-11 {
    margin-left: 4rem !important;
  }
  .ms-md-12 {
    margin-left: 5rem !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: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-9 {
    padding: 2.5rem !important;
  }
  .p-md-10 {
    padding: 3rem !important;
  }
  .p-md-11 {
    padding: 4rem !important;
  }
  .p-md-12 {
    padding: 5rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pt-md-9 {
    padding-top: 2.5rem !important;
  }
  .pt-md-10 {
    padding-top: 3rem !important;
  }
  .pt-md-11 {
    padding-top: 4rem !important;
  }
  .pt-md-12 {
    padding-top: 5rem !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: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  .pe-md-9 {
    padding-right: 2.5rem !important;
  }
  .pe-md-10 {
    padding-right: 3rem !important;
  }
  .pe-md-11 {
    padding-right: 4rem !important;
  }
  .pe-md-12 {
    padding-right: 5rem !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: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 3rem !important;
  }
  .pb-md-11 {
    padding-bottom: 4rem !important;
  }
  .pb-md-12 {
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  .ps-md-9 {
    padding-left: 2.5rem !important;
  }
  .ps-md-10 {
    padding-left: 3rem !important;
  }
  .ps-md-11 {
    padding-left: 4rem !important;
  }
  .ps-md-12 {
    padding-left: 5rem !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: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.5rem !important;
  }
  .gap-md-10 {
    gap: 3rem !important;
  }
  .gap-md-11 {
    gap: 4rem !important;
  }
  .gap-md-12 {
    gap: 5rem !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: 0.75rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1rem !important;
  }
  .row-gap-md-5 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-6 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-8 {
    row-gap: 2rem !important;
  }
  .row-gap-md-9 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-10 {
    row-gap: 3rem !important;
  }
  .row-gap-md-11 {
    row-gap: 4rem !important;
  }
  .row-gap-md-12 {
    row-gap: 5rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-md-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-md-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-md-9 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-md-11 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-md-12 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 3rem !important;
  }
  .m-lg-11 {
    margin: 4rem !important;
  }
  .m-lg-12 {
    margin: 5rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 3rem !important;
  }
  .mt-lg-11 {
    margin-top: 4rem !important;
  }
  .mt-lg-12 {
    margin-top: 5rem !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: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  .me-lg-9 {
    margin-right: 2.5rem !important;
  }
  .me-lg-10 {
    margin-right: 3rem !important;
  }
  .me-lg-11 {
    margin-right: 4rem !important;
  }
  .me-lg-12 {
    margin-right: 5rem !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: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 3rem !important;
  }
  .ms-lg-11 {
    margin-left: 4rem !important;
  }
  .ms-lg-12 {
    margin-left: 5rem !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: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 3rem !important;
  }
  .p-lg-11 {
    padding: 4rem !important;
  }
  .p-lg-12 {
    padding: 5rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 3rem !important;
  }
  .pt-lg-11 {
    padding-top: 4rem !important;
  }
  .pt-lg-12 {
    padding-top: 5rem !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: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 3rem !important;
  }
  .pe-lg-11 {
    padding-right: 4rem !important;
  }
  .pe-lg-12 {
    padding-right: 5rem !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: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 3rem !important;
  }
  .ps-lg-11 {
    padding-left: 4rem !important;
  }
  .ps-lg-12 {
    padding-left: 5rem !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: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.5rem !important;
  }
  .gap-lg-10 {
    gap: 3rem !important;
  }
  .gap-lg-11 {
    gap: 4rem !important;
  }
  .gap-lg-12 {
    gap: 5rem !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: 0.75rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 5rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-lg-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-lg-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-lg-9 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-lg-11 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-lg-12 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 3rem !important;
  }
  .m-xl-11 {
    margin: 4rem !important;
  }
  .m-xl-12 {
    margin: 5rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 3rem !important;
  }
  .mt-xl-11 {
    margin-top: 4rem !important;
  }
  .mt-xl-12 {
    margin-top: 5rem !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: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  .me-xl-9 {
    margin-right: 2.5rem !important;
  }
  .me-xl-10 {
    margin-right: 3rem !important;
  }
  .me-xl-11 {
    margin-right: 4rem !important;
  }
  .me-xl-12 {
    margin-right: 5rem !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: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 3rem !important;
  }
  .ms-xl-11 {
    margin-left: 4rem !important;
  }
  .ms-xl-12 {
    margin-left: 5rem !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: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 3rem !important;
  }
  .p-xl-11 {
    padding: 4rem !important;
  }
  .p-xl-12 {
    padding: 5rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 3rem !important;
  }
  .pt-xl-11 {
    padding-top: 4rem !important;
  }
  .pt-xl-12 {
    padding-top: 5rem !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: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 3rem !important;
  }
  .pe-xl-11 {
    padding-right: 4rem !important;
  }
  .pe-xl-12 {
    padding-right: 5rem !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: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 3rem !important;
  }
  .ps-xl-11 {
    padding-left: 4rem !important;
  }
  .ps-xl-12 {
    padding-left: 5rem !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: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  .gap-xl-8 {
    gap: 2rem !important;
  }
  .gap-xl-9 {
    gap: 2.5rem !important;
  }
  .gap-xl-10 {
    gap: 3rem !important;
  }
  .gap-xl-11 {
    gap: 4rem !important;
  }
  .gap-xl-12 {
    gap: 5rem !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: 0.75rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 5rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-xl-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xl-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xl-9 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xl-11 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xl-12 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !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: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2rem !important;
  }
  .m-xxl-9 {
    margin: 2.5rem !important;
  }
  .m-xxl-10 {
    margin: 3rem !important;
  }
  .m-xxl-11 {
    margin: 4rem !important;
  }
  .m-xxl-12 {
    margin: 5rem !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-9 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-11 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-12 {
    margin-right: 5rem !important;
    margin-left: 5rem !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-9 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-11 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-12 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-8 {
    margin-top: 2rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 3rem !important;
  }
  .mt-xxl-11 {
    margin-top: 4rem !important;
  }
  .mt-xxl-12 {
    margin-top: 5rem !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: 0.75rem !important;
  }
  .me-xxl-4 {
    margin-right: 1rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-8 {
    margin-right: 2rem !important;
  }
  .me-xxl-9 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 3rem !important;
  }
  .me-xxl-11 {
    margin-right: 4rem !important;
  }
  .me-xxl-12 {
    margin-right: 5rem !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: 0.75rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 5rem !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: 0.75rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-8 {
    margin-left: 2rem !important;
  }
  .ms-xxl-9 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 3rem !important;
  }
  .ms-xxl-11 {
    margin-left: 4rem !important;
  }
  .ms-xxl-12 {
    margin-left: 5rem !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: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2rem !important;
  }
  .p-xxl-9 {
    padding: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 3rem !important;
  }
  .p-xxl-11 {
    padding: 4rem !important;
  }
  .p-xxl-12 {
    padding: 5rem !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-9 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-11 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-12 {
    padding-right: 5rem !important;
    padding-left: 5rem !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-9 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-11 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-12 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-8 {
    padding-top: 2rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 3rem !important;
  }
  .pt-xxl-11 {
    padding-top: 4rem !important;
  }
  .pt-xxl-12 {
    padding-top: 5rem !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: 0.75rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-8 {
    padding-right: 2rem !important;
  }
  .pe-xxl-9 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 3rem !important;
  }
  .pe-xxl-11 {
    padding-right: 4rem !important;
  }
  .pe-xxl-12 {
    padding-right: 5rem !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: 0.75rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 5rem !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: 0.75rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-8 {
    padding-left: 2rem !important;
  }
  .ps-xxl-9 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 3rem !important;
  }
  .ps-xxl-11 {
    padding-left: 4rem !important;
  }
  .ps-xxl-12 {
    padding-left: 5rem !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: 0.75rem !important;
  }
  .gap-xxl-4 {
    gap: 1rem !important;
  }
  .gap-xxl-5 {
    gap: 1.25rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-7 {
    gap: 1.75rem !important;
  }
  .gap-xxl-8 {
    gap: 2rem !important;
  }
  .gap-xxl-9 {
    gap: 2.5rem !important;
  }
  .gap-xxl-10 {
    gap: 3rem !important;
  }
  .gap-xxl-11 {
    gap: 4rem !important;
  }
  .gap-xxl-12 {
    gap: 5rem !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: 0.75rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 5rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-xxl-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }
  .column-gap-xxl-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
  .column-gap-xxl-9 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .column-gap-xxl-11 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }
  .column-gap-xxl-12 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !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;
  }
}
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.float-xs-left {
  float: left;
}

.float-xs-right {
  float: right;
}

.float-xs-none {
  float: none;
}

.hidden-xs-up {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.hidden-xs-down {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (max-width: 575.98px) {
  .hidden-sm-down {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (max-width: 767.98px) {
  .hidden-md-down {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (max-width: 1199.98px) {
  .hidden-xl-down {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

@media (max-width: 1399.98px) {
  .hidden-xxl-down {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("../fonts/Montserrat-ThinItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"), url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-display: swap;
}
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.font-size-lg {
  font-size: 1.25rem;
}

.font-size-md {
  font-size: 1.125rem;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-sm {
  font-size: 0.9375rem;
}

.font-size-xs {
  font-size: 0.875rem;
}

.font-size-xxs {
  font-size: 0.75rem;
}

a.text-reset:hover {
  color: #edb09e !important; /* stylelint-disable-line declaration-no-important */
}

a.text-muted:hover {
  color: #2e2e2e !important; /* stylelint-disable-line declaration-no-important */
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.svg-icon,
.feather-icon {
  width: 1em;
  height: 1em;
  font-size: 1.5em;
}

.svg-icon {
  fill: currentcolor;
  fill-rule: evenodd;
}

.feather-icon {
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.material-icons {
  display: none;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}
body .form-wrapper {
  background-color: #fef9f5;
}

.main-wrapper {
  flex: 1 1 0%;
}

.page-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-breadcrumb .breadcrumb-item {
    display: none;
  }
  .page-breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: inline-flex;
    padding-left: 0;
  }
  .page-breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    padding-right: 0.375rem;
    content: "<";
  }
}

.page-wrapper {
  padding-bottom: 6rem;
}

.page-header {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.page-header--text-left {
  text-align: left;
}

.page-title {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 2rem;
  }
}

.page-description {
  margin-top: 1rem;
  color: var(--bs-secondary-color);
}
.page-description > :last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.page-cms .main-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .page-cms .page-breadcrumb--prettyblocks {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: transparent;
  }
}

[data-block]:not(:last-child) {
  margin-bottom: 3rem;
}

a.text-reset:hover {
  color: #2e2e2e;
  text-decoration: none;
}

.sitemap-block .card-body {
  background-color: #fef9f5;
}

#colissimo-pickup-mobile-phone {
  padding-left: 4.5625rem !important; /* stylelint-disable-line declaration-no-important */
}

#chatbot-insert {
  z-index: 99 !important; /* stylelint-disable-line declaration-no-important */
}

.country-es #chatbot-insert {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

@media (min-width: 1400px) {
  #cms {
    width: 100%;
  }
}

#widget-spread-169535 {
  position: relative;
  z-index: 1;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.brand-miniature {
  text-align: center;
}

.brand-miniature__image {
  margin-bottom: 1rem;
}

.brand-miniature__name {
  margin-bottom: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: inherit;
}
.brand-miniature__name a {
  color: inherit;
  text-decoration: none;
}
.brand-miniature__name a:hover {
  color: #edb09e;
}

.brand-miniature__products-count {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 600;
}
.breadcrumb-item::before {
  font-weight: 600;
}
.breadcrumb-item.active {
  font-weight: 400;
}
.breadcrumb-item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.btn-square,
.btn-circle {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.btn {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.btn-circle {
  border-radius: 50%;
}

.btn-white {
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 224, 224, 224;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #2e2e2e;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(46, 46, 46, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-active-color: #2e2e2e;
  --bs-btn-active-bg: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-bg: #2e2e2e;
  --bs-btn-border-color: #2e2e2e;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: #2e2e2e;
  --bs-btn-hover-border-color: #2e2e2e;
  --bs-btn-active-border-color: #2e2e2e;
  --bs-btn-disabled-bg: #949494;
  --bs-btn-disabled-border-color: #949494;
  --bs-btn-disabled-opacity: 1;
}

.btn-outline-primary {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #949494;
  --bs-btn-active-border-color: #2e2e2e;
  --bs-btn-active-bg: #2e2e2e;
  --bs-btn-hover-bg: #2e2e2e;
  --bs-btn-color: #2e2e2e;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #2e2e2e;
  --bs-btn-hover-border-color: #2e2e2e;
  --bs-btn-disabled-border-color: #949494;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-opacity: 1;
}

.btn-link {
  position: relative;
  z-index: 99;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
}
.btn-link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #2e2e2e;
  transition: opacity 0.15s ease-in-out;
}
.btn-link:hover {
  color: inherit;
}
.btn-link:hover::after {
  opacity: 0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 576px) {
  .container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.dropdown-toggle::after {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
}
.dropdown-toggle[data-bs-toggle=collapse]::after {
  transition: transform 0.2s ease-in-out;
}
.dropdown-toggle[data-bs-toggle=collapse][aria-expanded=true]::after {
  transform: rotate(180deg);
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.card-lg .card-body {
  padding: 2rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}

.chip {
  --chip-bg: var(--bs-body-bg);
  --chip-border-color: #e5e4e2;
  --chip-border-width: var(--bs-border-width);
  --chip-font-size: 1rem;
  --chip-font-weight: 500;
  --chip-line-height: 1.25;
  --chip-padding-x: 1rem;
  --chip-padding-y: .375rem;
  --chip-active-border-color: #edb09e;
  --chip-active-border-width: calc(var(--bs-border-width) * 2);
  --chip-active-color: #edb09e;
  position: relative;
}

.chip-input {
  display: none;
}
.chip-input:checked ~ .chip-label {
  color: var(--chip-active-color);
}
.chip-input:checked ~ .chip-label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: var(--chip-active-border-width) solid var(--chip-active-border-color);
  border-radius: 50rem;
}

.chip-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.5rem;
  padding: var(--chip-padding-y) var(--chip-padding-x);
  font-size: var(--chip-font-size);
  font-weight: var(--chip-font-weight);
  line-height: var(--chip-line-height);
  text-align: center;
  cursor: pointer;
  background-color: var(--chip-bg);
  border: var(--chip-border-width) solid var(--chip-border-color);
  border-radius: 50rem;
}

.chip-label-color {
  min-width: 0;
  padding: 0.25rem;
}

.chip-color {
  display: block;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.main-link {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  color: inherit;
  text-decoration-thickness: 0.125em;
  text-underline-offset: 0.3125rem;
  transition: color 0.15s ease-in-out;
}
.main-link:hover {
  color: #edb09e;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.offcanvas {
  overflow: hidden;
}

.offcanvas-footer {
  padding: 1.5rem 1.5rem;
}

.offcanvas-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: var(--bs-body-bg);
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
.offcanvas-panel.active {
  transform: translateX(0);
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.pack-miniature {
  position: relative;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
}

.pack-miniature__image {
  align-self: flex-start;
  max-width: 6.25rem;
}

.pack-miniature__content {
  flex: 1 1 0%;
}

.pack-miniature__name {
  margin-bottom: 0;
  font-size: 1rem;
  text-wrap: balance;
}
.pack-miniature__name a {
  color: inherit;
  text-decoration: none;
}
.pack-miniature__name a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pack-miniature__prices {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: baseline;
  margin-top: 0.625rem;
}

.pack-miniature__regular-price {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
  text-decoration: line-through;
}

.pack-miniature__price {
  font-weight: 600;
}
.pack-miniature__price.has-discount {
  color: #edb09e;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.product-flag,
.product-sticker__label {
  display: inline-block;
  padding: 0.5rem 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: #2e2e2e;
  text-transform: uppercase;
  background-color: #fffce3;
  border-radius: 0.25rem;
}

.product-flag--new {
  color: #b65c4f;
  background-color: #ffece1;
}

.product-flag--pack {
  color: #b58d00;
  background-color: #fff4d8;
}

.product-flag--discount,
.product-flag--on-sale {
  color: #d47176;
  background-color: #fadfdc;
}

.product-flag--online-only {
  color: #95577e;
  background-color: #e2d7de;
}

.product-flag--out_of_stock {
  background-color: #f0eff2;
}

.product-flag--limited-edition {
  color: #d47176;
  background-color: #fadfdc;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.product-miniature {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.product-miniature:hover .product-miniature__image--ambiance {
  opacity: 1;
}
.product-miniature .product-clusters-miniature {
  position: relative;
  z-index: 1;
  padding-top: 0.75rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .product-miniature .product-clusters-miniature {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .product-miniature .product-clusters-miniature {
    margin-right: 4rem;
    margin-left: 4rem;
  }
}
.product-miniature .product-clusters-miniature .chip {
  width: 1.5rem;
  height: 1.5rem;
}
.product-miniature .product-clusters-miniature .chip-link img {
  border-radius: 50rem;
  outline: 1px solid transparent;
  outline-offset: 1px;
}
.product-miniature .product-clusters-miniature .chip-link--active img {
  outline-color: #2e2e2e;
}
.product-miniature .product-clusters-miniature .swiper-wrapper {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.product-miniature .product-clusters-miniature .swiper-button-prev {
  top: inherit;
  bottom: 0;
  left: -2rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  background-size: 1rem;
  transform: rotate(180deg);
}
.product-miniature .product-clusters-miniature .swiper-button-prev:hover {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .product-miniature .product-clusters-miniature .swiper-button-prev {
    display: none;
  }
}
.product-miniature .product-clusters-miniature .swiper-button-next {
  top: inherit;
  right: -2rem;
  bottom: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 991.98px) {
  .product-miniature .product-clusters-miniature .swiper-button-next {
    display: none;
  }
}
.product-miniature .product-clusters-miniature .cluster-selected-label {
  font-size: 0.8125rem;
  font-weight: 600;
  text-align: center;
}
.product-miniature .product-clusters-miniature .swiper-slide {
  display: flex;
  justify-content: center;
}
.product-miniature .product-clusters-miniature .swiper-slide::after {
  content: none !important; /* stylelint-disable-line declaration-no-important */
}
.product-miniature .product-clusters-miniature .swiper-button-disabled {
  display: none;
}
.product-miniature .product-clusters-miniature .swiper-scrollbar {
  margin-top: 0.25rem;
}
.product-miniature .product-clusters-miniature .cluster--text .swiper-slide {
  width: auto !important; /* stylelint-disable-line declaration-no-important */
}
.product-miniature .product-clusters-miniature .cluster--text .chip {
  width: 3.5rem;
  height: auto;
}
.product-miniature .product-clusters-miniature .cluster--text .chip-link {
  display: inline-block;
  padding: 0.4375rem 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.6875rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid #2e2e2e;
  border-radius: 0.25rem;
}
.product-miniature .product-clusters-miniature .cluster--text .chip-link--active {
  font-weight: 600;
  border-color: #2e2e2e;
}
.product-miniature .product-clusters-miniature .cluster--text .chip-text {
  white-space: nowrap;
}
.product-miniature .skeepers_product__stars[data-product-id] {
  display: flex;
  justify-content: center;
  min-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
  text-align: center !important; /* stylelint-disable-line declaration-no-important */
}
.product-miniature .skeepers_product__stars[data-product-id] .review__header {
  margin-bottom: 0;
  color: inherit;
  text-decoration: none;
}
.product-miniature .skeepers_product__stars[data-product-id] .rate-aggregate,
.product-miniature .skeepers_product__stars[data-product-id] .rate-aggregate__separator,
.product-miniature .skeepers_product__stars[data-product-id] .rate-aggregate__max {
  display: none;
}
.product-miniature .skeepers_product__stars[data-product-id] .rate-total,
.product-miniature .skeepers_product__stars[data-product-id] span[data-lang] {
  font-size: 0.75rem;
  font-weight: 600;
}

.product-miniature__image-container {
  position: relative;
}

.product-miniature__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-miniature__image--ambiance {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.product-miniature__flags,
.product-miniature-stickers {
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  align-items: flex-end;
}

.product-miniature-stickers-flags {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.375rem;
  align-items: flex-end;
}

.product-miniature__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  row-gap: 0.5rem;
  align-items: center;
  padding-top: 1rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  text-align: center;
}

.product-miniature__name,
.product-miniature__subtitle {
  margin-bottom: 0;
  text-wrap: balance;
}

.product-miniature__name {
  font-size: 1rem;
}
.product-miniature__name a {
  color: inherit;
  text-decoration: none;
}
.product-miniature__name a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.product-miniature__subtitle {
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

.product-miniature__infos {
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}
.product-miniature__infos .product-buy-in-pharmacy {
  position: relative;
  z-index: 2;
}

.product-miniature__btn {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.product-miniature__prices {
  display: inline-flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  align-items: baseline;
}
.product-miniature__prices::before {
  content: "-";
}

.product-miniature__regular-price {
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .product-miniature__btn-default-label.is-hidden {
    display: none !important; /* stylelint-disable-line declaration-no-important */
  }
}

.product-miniature__btn-label {
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .product-miniature__btn-label {
    display: none;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.products-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef9f5;
}
.products-section .swiper-slide {
  height: auto;
}
.products-section .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .products-section .swiper-button-prev {
    left: -3rem;
    display: block;
  }
}
.products-section .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .products-section .swiper-button-next {
    right: -3rem;
    display: block;
  }
}

.products-section__title {
  margin-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .products-section__title {
    font-size: 2.5rem;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.rating-stars {
  --star-size: 1rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
}

.rating-stars__stars {
  position: relative;
}

.rating-stars__empty-stars,
.rating-stars__full-stars {
  display: flex;
  -moz-column-gap: calc(var(--star-size) * 0.1);
       column-gap: calc(var(--star-size) * 0.1);
}

.rating-stars__full-stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-stars__empty-star,
.rating-stars__full-star {
  display: inline-block;
  flex-shrink: 0;
  width: var(--star-size);
  height: var(--star-size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rating-stars__empty-star {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='%23ced4da'%3e%3cpath d='M11.051 6.753 9 0 6.949 6.753H0l5.622 4.371L3.536 18 9 13.751 14.464 18l-2.086-6.876L18 6.753h-6.949Z'/%3e%3c/svg%3e");
}

.rating-stars__full-star {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='%232e2e2e'%3e%3cpath d='M11.051 6.753 9 0 6.949 6.753H0l5.622 4.371L3.536 18 9 13.751 14.464 18l-2.086-6.876L18 6.753h-6.949Z'/%3e%3c/svg%3e");
}

.rating-stars__grade {
  font-weight: 600;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.js-readmore {
  max-height: 7.5em;
  overflow: hidden;
}
.js-readmore + [data-readmore-toggle] {
  margin-top: 1rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.social-sharing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
}

.social-sharing__label {
  margin-right: 0.5rem;
}

.social-sharing__list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-sharing__item {
  margin: 0.25rem;
}

.social-sharing__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #adb5bd;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.social-sharing__icon {
  font-size: 1rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* stylelint-disable-line scss/dollar-variable-pattern */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #edb09e;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper .product-miniature__image {
  max-height: 200px;
}
@media (min-width: 768px) {
  .swiper .product-miniature__image {
    max-height: 220px;
  }
}
@media (min-width: 992px) {
  .swiper .product-miniature__image {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .swiper .product-miniature__image {
    max-height: 410px;
  }
}

.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.products {
  position: relative;
}
.products .swiper-slide {
  height: auto;
}

/* Navigation component */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, background-image 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #2e2e2e;
}

.swiper-button-prev {
  left: 0.625rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Plan-de-travail1' serif:id='Plan de travail1' x='0' y='0' width='16' height='16' style='fill:none;'/%3E%3Cpath d='M4.912,14.872l4.192,-6.88l-4.192,-6.864l1.584,-0.672l4.592,7.536l-4.592,7.552l-1.584,-0.672Z' style='fill:%232e2e2e;fill-rule:nonzero;'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Plan-de-travail1' serif:id='Plan de travail1' x='0' y='0' width='16' height='16' style='fill:none;'/%3E%3Cpath d='M4.912,14.872l4.192,-6.88l-4.192,-6.864l1.584,-0.672l4.592,7.536l-4.592,7.552l-1.584,-0.672Z' style='fill:%23ffffff;fill-rule:nonzero;'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0.625rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Plan-de-travail1' serif:id='Plan de travail1' x='0' y='0' width='16' height='16' style='fill:none;'/%3E%3Cpath d='M4.912,14.872l4.192,-6.88l-4.192,-6.864l1.584,-0.672l4.592,7.536l-4.592,7.552l-1.584,-0.672Z' style='fill:%232e2e2e;fill-rule:nonzero;'/%3E%3C/svg%3E");
}
.swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Plan-de-travail1' serif:id='Plan de travail1' x='0' y='0' width='16' height='16' style='fill:none;'/%3E%3Cpath d='M4.912,14.872l4.192,-6.88l-4.192,-6.864l1.584,-0.672l4.592,7.536l-4.592,7.552l-1.584,-0.672Z' style='fill:%23ffffff;fill-rule:nonzero;'/%3E%3C/svg%3E");
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.swiper-button-lock {
  display: none;
}

/* Scrollbar component */
.swiper-scrollbar {
  position: relative;
  height: 0.25rem;
  margin-top: 2rem;
  touch-action: none;
  background-color: #e5e4e2;
}
@media (min-width: 992px) {
  .swiper-scrollbar {
    display: none;
  }
}

.swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-disabled,
.swiper-scrollbar-lock {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

/* Thumbs component */
.swiper-thumbs .swiper-slide {
  cursor: pointer;
  outline: 2px solid #fff;
}
.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  outline-color: #ffece1;
  outline-offset: -2px;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.bootstrap-touchspin {
  align-items: center;
  width: 7.5rem;
}
.bootstrap-touchspin .form-control {
  padding: 0.5rem 0;
  font-weight: 600;
  text-align: center;
  border-width: 0;
}
.bootstrap-touchspin .form-control:focus {
  box-shadow: none;
}

.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  font-size: 0;
  background-color: #dee2e6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  border-width: 0;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, background-image 0.15s ease-in-out;
}
.bootstrap-touchspin-down:hover,
.bootstrap-touchspin-up:hover {
  background-color: #2e2e2e;
}

.bootstrap-touchspin-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.bootstrap-touchspin-down:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}

.bootstrap-touchspin-up {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.bootstrap-touchspin-up:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/*** sections ***/
#choicegiftcard { /* stylelint-disable-line no-duplicate-selectors */ }
#choicegiftcard section .gc-section-content .gc-actions {
  margin-top: 15px;
}
#choicegiftcard #gc-step-template .gc-section-content {
  padding: 0;
}
#choicegiftcard section.js-current-step .gc-section-content {
  max-height: 500px;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-duration: 0.5s;
  /* approximate max height */
  transition-property: all;
}
#choicegiftcard .custom-radio input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
}
#choicegiftcard .gc-receptmode-option label {
  cursor: pointer;
}

#recepmode-mail-additional-information {
  display: none;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.datesendcard #days {
  min-width: 90px;
  height: 42px;
  padding-left: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datesendcard #days:focus-visible {
  outline: none;
}
.datesendcard #months {
  min-width: 145px;
  height: 42px;
  padding-left: 0.75rem;
  border-radius: 0;
}
.datesendcard #months:focus-visible {
  outline: none;
}
.datesendcard #years {
  min-width: 105px;
  height: 42px;
  padding-left: 0.75rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datesendcard #years:focus-visible {
  outline: none;
}

/*** GIFTCARD TABS ***/
#choicegiftcard { /* stylelint-disable-line no-duplicate-selectors */ }
#choicegiftcard .gctabs {
  margin: 0;
  list-style: none;
  border-bottom: 4px solid #2e2e2e;
}
#choicegiftcard .gctabs li a {
  float: left;
  padding: 10px 10px 7px;
  margin-right: 1px;
  font-weight: 700;
  color: #808080;
  text-decoration: none;
  background-color: #f5f3f1;
  border-radius: 5px 5px 0 0;
}
#choicegiftcard .gctabs li a.selected {
  color: #fff;
  background-color: #2e2e2e;
}
#choicegiftcard div.gctab_content {
  display: none;
}
#choicegiftcard div.gctab_content.selected {
  display: block;
}
#choicegiftcard p.error {
  padding: 5px;
  color: #d9534f;
  background-color: #fdf7f7;
  border: 1px solid #d9534f;
}
#choicegiftcard p.success {
  padding: 5px;
  color: #edb09e;
  background-color: #dff0d8;
  border: 1px solid #edb09e;
}
#choicegiftcard .jcarousel-wrapper {
  position: relative;
}
#choicegiftcard .jcarousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#choicegiftcard .jcarousel li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 300px;
  padding: 10px;
  margin: 0 24px 0 0;
  list-style: none;
  border: 1px solid #fff;
}
#choicegiftcard .jcarousel li:hover {
  box-sizing: border-box;
  border: 1px solid #cecece;
}
#choicegiftcard .jcarousel li.selected {
  box-sizing: border-box;
  border: 2px solid #edb09e;
  border-radius: 3px;
}
#choicegiftcard .jcarousel li span.zoom_link {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 16px;
  padding-left: 20px !important; /* stylelint-disable-line declaration-no-important */
  color: #414141;
}
#choicegiftcard .jcarousel li span.check {
  position: absolute;
  top: 3px;
  right: 5px;
  width: 24px;
  height: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}
#choicegiftcard .jcarousel li.selected span.check {
  visibility: visible;
  opacity: 1;
}
#choicegiftcard .jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important; /* stylelint-disable-line declaration-no-important */
}
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font: 24px/27px Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px #2e2e2e;
  background-color: #fff;
  border-color: #2e2e2e;
  border-radius: 30px;
}
#choicegiftcard .jcarousel-control-prev {
  left: 5px;
}
#choicegiftcard .jcarousel-control-next {
  right: 5px;
}
#choicegiftcard .jcarousel-pagination-container {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
#choicegiftcard .jcarousel-pagination a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  font-size: 11px;
  line-height: 10px;
  color: #4e443c;
  text-decoration: none;
  text-indent: -9999px;
  background-color: #fff;
  border-radius: 10px;
}
#choicegiftcard .jcarousel-pagination a.active {
  color: #fff;
  background-color: #4e443c;
  opacity: 1;
}

/*** END TABS ***/
/***  JCAROUSEL  ***/
/** Carousel Controls **/
/** Carousel Pagination **/
/***  END JCAROUSEL  ***/
/*** FORM GIFT CARD ***/
#formgiftcard p {
  padding-bottom: 5px;
}
#formgiftcard p.datesendcard {
  margin-top: 5px;
}
#formgiftcard h3.datesendcard, #formgiftcard .datesendcard.h3 {
  padding-top: 5px;
  padding-left: 28px !important; /* stylelint-disable-line declaration-no-important */
}
#formgiftcard .input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 13px;
  margin-bottom: 10px;
  line-height: 16px;
  color: #2e2e2e;
  background-color: #fff;
  border-color: #dedede;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#formgiftcard .input:focus {
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  outline: none;
  box-shadow: 0;
}
#formgiftcard input.input_user_to {
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-size: 30px 27px;
}
#formgiftcard input.input_user_from {
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-size: 30px 27px;
}
#formgiftcard .textarea_comment {
  background-repeat: no-repeat;
  background-position: 11px 8px;
  background-size: 30px 30px;
}
#formgiftcard input.email {
  background-repeat: no-repeat;
  background-position: 11px 12px;
  background-size: 29px 19px;
}
#formgiftcard textarea.textarea_comment {
  width: 100%;
  height: 150px;
  line-height: 150%;
  resize: vertical;
}
#formgiftcard select {
  height: 28px;
}
#formgiftcard .submit_button {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #808080;
  border: 8px solid #fbfbfb;
  transition: all 0.3s;
}
#formgiftcard .submit_button:hover {
  background: no-repeat 10px 9px #2e2e2e;
}

/* Icons */
/*** END FORM GIFT CARD ***/
/* AJAX OVERLAY */
#choicegiftcard { /* stylelint-disable-line no-duplicate-selectors */ }
#choicegiftcard div.ui-loader-background {
  position: absolute;
  top: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../../../img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
#choicegiftcard .ui-loading .ui-loader-background {
  display: block;
}

/* END AJAX OVERLAY */
.fancybox-opened.addToCart .fancybox-skin {
  border-radius: 0;
  box-shadow: none;
}
.fancybox-opened.addToCart .fancybox-skin .modal-dialog {
  margin: 0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-banners-banner {
  position: relative;
  height: 100%;
}

.crea-banners-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.crea-banners-banner__subtitle {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  background-color: #fff;
  border-radius: 50rem;
}

.crea-banners-banner__title {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .crea-banners-banner__title {
    font-size: 2rem;
  }
}
.crea-banners-banner__title a {
  color: inherit;
  text-decoration: none;
}
.crea-banners-banner__title span {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}

.crea-banners-banner__description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  text-wrap: balance;
}
.crea-banners-banner__description > :last-child {
  margin-bottom: 0;
}

.crea-banners-banner__btn {
  margin-top: 1.5rem;
}

.crea-banners-wrapper.title-banner {
  margin-bottom: 2rem !important; /* stylelint-disable-line declaration-no-important */
}
.crea-banners-wrapper.title-banner .crea-banners-banner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.title-banner .crea-banners-banner__title {
    font-size: 2.5rem;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner {
    flex-direction: row;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner:not(:last-child) {
  margin-bottom: 3rem;
}
.crea-banners-wrapper.half-width .crea-banners-banner__content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #2e2e2e;
  text-align: left;
  background-color: #fef9f5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    align-items: flex-start;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    width: 40%;
  }
}
@media (min-width: 1600px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__content {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__title {
    text-align: center;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__title span {
  display: inline-block;
  font-weight: 600;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__title span {
    font-size: 2rem;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__description p {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__description p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__btn {
    margin-top: 2.5rem;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__image {
  flex: 0 0 auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__image {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__image {
    width: 60%;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__image-img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__image-img {
    aspect-ratio: 2/1;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__terms-of-use {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}
.crea-banners-wrapper.half-width .crea-banners-banner__terms-of-use:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .crea-banners-wrapper.half-width .crea-banners-banner__terms-of-use {
    margin-top: 2.5rem;
  }
}
.crea-banners-wrapper.half-width .crea-banners-banner__terms-of-use--icon {
  font-size: 0.875em;
}
.crea-banners-wrapper.carousel-image .crea-banners__title {
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.carousel-image .crea-banners__title {
    font-size: 1.5rem;
  }
}
.crea-banners-wrapper.carousel-image .crea-banners__title a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.crea-banners-wrapper.carousel-image .crea-banners__title a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #2e2e2e;
  transition: width 0.3s;
}
.crea-banners-wrapper.carousel-image .crea-banners__title a:hover::after {
  width: 100%;
}
.crea-banners-wrapper.carousel-image .swiper-scrollbar {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media (min-width: 576px) {
  .crea-banners-wrapper.carousel-image .swiper-scrollbar {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.carousel-image .swiper-scrollbar {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.carousel-image .swiper-scrollbar {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.carousel-image .swiper-scrollbar {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-banners-wrapper.carousel-image .swiper-scrollbar {
    margin-right: 5rem;
    margin-left: 5rem;
  }
}
.crea-banners-wrapper.carousel-image .swiper-button-disabled {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.crea-banners-wrapper.hero-banner .swiper-slide {
  height: auto;
}
.crea-banners-wrapper.hero-banner .crea-banners-banner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner {
    flex-direction: row;
  }
}
.crea-banners-wrapper.hero-banner .crea-banners-banner__image {
  aspect-ratio: 16/10;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__image {
    flex: 0 0 auto;
    order: 1;
    width: 50%;
  }
}
.crea-banners-wrapper.hero-banner .crea-banners-banner__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background-color: #fffefd;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.hero-banner .crea-banners-banner__content {
    flex: 0 0 auto;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .crea-banners-wrapper.full-width:not(.banner-desktop):not(.banner-mobile) img {
    aspect-ratio: 16/9;
  }
}
.crea-banners-wrapper.full-width .swiper-slide {
  height: auto;
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner {
  height: 82vh;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.content-left {
    right: inherit;
    left: 0;
  }
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.content-center {
  align-items: center;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.content-center {
    right: 50%;
    text-align: center;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.content-center:not(.banner-content-bg) {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.banner-content-bg {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.banner-content-bg {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.banner-content-bg.content-left {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner .crea-banners-banner__content.banner-content-bg .crea-banners-banner__content-inner {
    padding: 2rem 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 1.25rem;
  }
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__title {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__title {
    font-size: 3rem;
  }
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__title b,
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__title strong {
  font-weight: 800;
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__subtitle b,
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__subtitle strong {
  font-weight: 800;
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__description p {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__btn {
    --bs-btn-padding-y: .875rem;
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-border-radius: .5rem;
  }
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__image {
  height: 100%;
}
.crea-banners-wrapper.full-width:not(.banner-mobile).banner-desktop .crea-banners-banner__image-img {
  height: 100%;
}
.crea-banners-wrapper.full-width .crea-banners-banner__image {
  height: auto;
}
.crea-banners-wrapper.full-width .img-align-left .crea-banners-banner__image-img {
  -o-object-position: left center;
     object-position: left center;
}
.crea-banners-wrapper.full-width .img-align-right .crea-banners-banner__image-img {
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 992px) {
  .crea-banners-wrapper.full-width .less-width .crea-banners-banner__content {
    width: 46%;
  }
}
.crea-banners-wrapper.full-width .crea-banners-banner__image-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__image-img {
    aspect-ratio: 16/9;
  }
}
.crea-banners-wrapper.full-width .crea-banners-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    position: absolute;
    top: 0;
    right: 0;
    align-items: flex-start;
    width: 60%;
    height: 100%;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.crea-banners-wrapper.full-width .crea-banners-banner__content.crea-banners-banner__content--with-subtitle {
  margin-top: -0.875rem;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__content.crea-banners-banner__content--with-subtitle {
    margin-top: 0;
  }
}
.crea-banners-wrapper.full-width .crea-banners-banner__subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #b65c4f;
  background-color: #ffece1;
  border-radius: 4px;
}
.crea-banners-wrapper.full-width .crea-banners-banner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.full-width .crea-banners-banner__title {
    font-size: 2.5rem;
  }
}
.crea-banners-wrapper.full-width .crea-banners-banner__description p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.crea-banners-wrapper.full-width .swiper-buttons-wrapper {
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.full-width .swiper-buttons-wrapper {
    position: relative;
    top: 0;
    min-height: 50px;
    margin-top: 1rem;
  }
}
.crea-banners-wrapper.full-width .swiper-button-prev,
.crea-banners-wrapper.full-width .swiper-button-next {
  position: relative;
}
.main-header--sticky .crea-banners-wrapper.top-header {
  display: none;
}
.crea-banners-wrapper.top-header .top-header-banner {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  background-color: #bba095;
}
.crea-banners-wrapper.top-header .top-header-banner__description * {
  margin-bottom: 0;
}
.crea-banners-wrapper.top-header .top-header-banner__description a {
  color: inherit;
  text-underline-offset: 0.125em;
}
.crea-banners-wrapper.charity-banner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-top: -1rem;
  text-align: center;
  background-color: #ffece1;
}
@media (min-width: 768px) {
  .crea-banners-wrapper.charity-banner {
    margin-top: -2rem;
  }
}
.crea-banners-wrapper.charity-banner .charity-banner__content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}
.crea-banners-wrapper.charity-banner .charity-banner__content > p {
  margin-bottom: 0;
}
.crea-banners-wrapper.charity-banner .charity-banner__link {
  color: inherit;
  text-underline-offset: 8px;
  transition: color 0.15s ease-in-out;
}
.crea-banners-wrapper.charity-banner .charity-banner__link:hover {
  color: #edb09e;
}
.crea-banners-wrapper.promo-banner {
  position: relative;
}
.crea-banners-wrapper.promo-banner .swiper-slide {
  height: auto;
}
.crea-banners-wrapper.promo-banner .swiper-button-next {
  right: 1rem;
}
.crea-banners-wrapper.promo-banner .swiper-button-prev {
  left: 1rem;
}
.crea-banners-wrapper.promo-banner .swiper-button-lock {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__image-img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.promo-banner .crea-banners-banner__title {
    font-size: 1.375rem;
  }
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__title span {
  display: inline-block;
  font-weight: 600;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .crea-banners-wrapper.promo-banner .crea-banners-banner__title span {
    font-size: 1.75rem;
  }
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__description {
  text-wrap: auto;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__description p {
  margin-bottom: 0;
  font-size: 0.875rem;
  text-align: left;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  height: 100%;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  color: #2e2e2e;
  text-align: left;
  background-color: #fef9f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__bottom {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  margin-top: auto;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__btn {
  margin-top: 0;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__image {
  height: auto;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__terms-of-use {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__terms-of-use:hover {
  cursor: pointer;
}
.crea-banners-wrapper.promo-banner .crea-banners-banner__terms-of-use--icon {
  font-size: 0.875em;
}
.crea-banners-wrapper.promotional {
  position: relative;
  padding: 1rem;
  background-color: #fef9f5;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 1600px) {
  .crea-banners-wrapper.promotional {
    max-width: 75%;
  }
}
.featured-products-container + .crea-banners-wrapper.promotional {
  margin-bottom: 1.5rem;
}
.featured-products-container + .crea-banners-wrapper.promotional::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  width: 96%;
  height: 1px;
  content: "";
  background-color: rgba(46, 46, 46, 0.5);
  transform: translateX(-50%);
}
@media (max-width: 767.98px) {
  .featured-products-container:has(.swiper-scrollbar:not(.swiper-scrollbar-lock)) + .crea-banners-wrapper.promotional {
    margin-bottom: 0;
  }
  .featured-products-container:has(.swiper-scrollbar:not(.swiper-scrollbar-lock)) + .crea-banners-wrapper.promotional::after {
    display: none;
  }
}
.crea-banners-wrapper.promotional .crea-banners-banner__description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 0.75rem;
  text-align: center;
}
.crea-banners-wrapper.promotional .crea-banners-banner__description p:not(:last-child) {
  margin-bottom: 0.125rem;
}

.push-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  aspect-ratio: 26/41;
  padding: 1rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 0.25rem;
}
@media (min-width: 1200px) {
  .push-banner {
    aspect-ratio: 1/1;
  }
}
.push-banner.content-center {
  justify-content: center;
}
.push-banner.content-bottom {
  justify-content: flex-end;
}

.push-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.push-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.push-banner__content {
  z-index: 1;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  background-color: #fffdfb;
  border-radius: 0.25rem;
}

.push-banner__title {
  margin-bottom: 0;
  font-weight: 600;
}

.push-banner__description p {
  margin-bottom: 0;
}

.push-banner__link {
  text-decoration: underline;
}
.push-banner__link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .banner-mobile {
    display: none;
  }
}

.banner-desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner-desktop {
    display: block;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.sidecart-crossselling {
  padding: 1.5rem 2rem;
  margin: 1.5rem -1.25rem;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #fef9f5;
}
.sidecart-crossselling .swiper-wrapper {
  gap: 0.5rem;
}
.sidecart-crossselling .swiper-slide {
  max-width: 161.82px;
  margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
}

.sidecart-crossselling__title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.sidecart-crossselling__products {
  position: relative;
}
.sidecart-crossselling__products .swiper {
  overflow: visible;
}
.sidecart-crossselling__products .swiper-slide {
  height: auto;
}
.sidecart-crossselling__products .swiper-button-prev {
  left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1rem;
}
@media (max-width: 991.98px) {
  .sidecart-crossselling__products .swiper-button-prev {
    display: none;
  }
}
.sidecart-crossselling__products .swiper-button-next {
  right: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1rem;
}
@media (max-width: 991.98px) {
  .sidecart-crossselling__products .swiper-button-next {
    display: none;
  }
}

.crossselling-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1rem;
  padding-top: 0.375rem;
  line-height: 1.2;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
}
.crossselling-product .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}

.crossselling-product__image {
  max-width: 120px;
  margin-bottom: 0.5rem;
}

.crossselling-product__infos-container {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.crossselling-product__button {
  padding-top: 1rem;
  margin-top: auto;
}

.crossselling-product__name {
  margin-bottom: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.crossselling-product__name a {
  color: inherit;
  text-decoration: none;
}

.crossselling-product__subtitle {
  font-size: 0.75rem;
  color: #5f5f5f;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-featuredcategories .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  .crea-featuredcategories .swiper-button-prev {
    left: -3rem;
    display: block;
  }
}
.crea-featuredcategories .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  .crea-featuredcategories .swiper-button-next {
    right: -3rem;
    display: block;
  }
}

.crea-featuredcategories__nav {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .crea-featuredcategories__nav {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .crea-featuredcategories__nav {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link {
  font-size: calc(1.4rem + 1.8vw);
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #979797;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .crea-featuredcategories__nav .crea-featuredcategories__nav-link {
    font-size: 2.75rem;
  }
}
@media (max-width: 767.98px) {
  .crea-featuredcategories__nav .crea-featuredcategories__nav-link {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .crea-featuredcategories__nav .crea-featuredcategories__nav-link {
    font-size: 1.5rem;
  }
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 86%;
  height: 1px;
  content: "";
  background-color: #979797;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  transform: translateX(-50%);
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link:focus-visible {
  box-shadow: none;
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link:hover::after {
  opacity: 1;
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link.active {
  color: #2e2e2e;
  background-color: #fff;
}
.crea-featuredcategories__nav .crea-featuredcategories__nav-link.active::after {
  opacity: 1;
}

.crea-featuredcategories__tab-content {
  position: relative;
}

.crea-featuredcategory__footer {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .crea-featuredcategory__footer {
    position: absolute;
    top: -6rem;
    right: 0;
    margin-top: 3rem;
  }
}
.crea-featuredcategory__footer a {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.crea-featuredcategory__footer a:hover {
  color: #edb09e;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-giftbox {
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
  margin-top: auto;
}

.sidecart-giftbox__collapse {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #ffece1;
  border-radius: 5px;
}
.sidecart-giftbox__collapse span {
  position: relative;
}
.sidecart-giftbox__collapse span::before {
  position: absolute;
  top: 49%;
  left: -1.25rem;
  width: 100%;
  width: 0.875rem;
  height: 100%;
  height: 0.875rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  transform: translateY(-50%);
}
.sidecart-giftbox__collapse[aria-expanded=true] span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.sidecart-giftbox__collapse:hover, .sidecart-giftbox__collapse:focus-visible, .sidecart-giftbox__collapse:active {
  background-color: #ffece1 !important; /* stylelint-disable-line declaration-no-important */
  border-color: #5f5f5f !important; /* stylelint-disable-line declaration-no-important */
}

.crea-giftbox__container {
  position: relative;
  padding: 1.25rem;
  padding-top: 0.5rem;
  background-color: #ffece1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.crea-giftbox__container::after {
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1rem;
  content: "";
  background: #ffece1;
}

.crea-giftbox__message textarea {
  font-size: 0.875rem;
}
.crea-giftbox__message textarea::-moz-placeholder {
  font-size: 0.875rem;
}
.crea-giftbox__message textarea::placeholder {
  font-size: 0.875rem;
}

.crea-giftbox__title,
.crea-giftbox-products__title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.crea-giftbox__subtitle {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.crea-giftbox__products {
  padding: 1rem;
  background-color: #fef9f5;
  border-radius: 5px;
}

.crea-giftbox__product {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
}
.crea-giftbox__product:not(:last-child) {
  margin-bottom: 0.625rem;
}

.crea-giftbox__product-image {
  width: 60px;
}

.crea-giftbox__product-infos {
  flex: 1 1 0%;
}

.crea-giftbox__product-name {
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.crea-giftbox__product-name a {
  color: inherit;
  text-decoration: none;
}

.crea-giftbox__product-bottom {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.375rem;
}

.crea-giftbox__product-add {
  padding: 0.5rem 0.875rem;
}

.crea-giftbox__product-remove-icon {
  font-size: 1.125rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-incentives {
  --incentives-color: var(--bs-primary, var(--primary, #000));
  position: relative;
  margin-bottom: 2.25rem;
}

.crea-incentives__progress {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffece1;
}

.progress-bar {
  height: 0.25rem;
  background-color: #bba095;
  transition: width 0.6s ease;
}

.crea-incentives__steps {
  display: flex;
  margin-bottom: 0;
}

.crea-incentives__step {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  text-align: center;
}

.crea-incentives__next-incentive {
  margin-bottom: 0.375rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  text-align: center;
}

.crea-incentives-sidecart .crea-incentives__bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 8px 0;
  background-color: #ffece1;
  border-radius: 50%;
}
.crea-incentives-sidecart .crea-incentives__bullet .crea-incentives__label {
  font-size: 0.625rem;
  font-weight: 600;
}
.crea-incentives-sidecart .crea-incentives__step--complete .crea-incentives__bullet {
  background-color: #bba095;
}
.crea-incentives-sidecart .crea-incentives__step--complete .crea-incentives__label {
  color: #fff;
}
.crea-incentives-sidecart .crea-incentives__value {
  font-size: 0.75rem;
  font-weight: 600;
}

.crea-incentives-product {
  position: relative;
}
.crea-incentives-product .crea-incentives__steps {
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__steps {
    flex-direction: row;
  }
}
.crea-incentives-product .crea-incentives__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffece1;
  border-radius: 50rem;
}
.crea-incentives-product .crea-incentives__image img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(2911%) hue-rotate(86deg) brightness(93%) contrast(95%);
}
@media (min-width: 768px) {
  .crea-incentives-product .progress-bar,
  .crea-incentives-product .crea-incentives__progress {
    height: 8px;
  }
}
.crea-incentives-product .crea-incentives__progress {
  top: 8px;
  left: 17px;
  z-index: -1;
  width: 6px;
  height: 90%;
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__progress {
    top: 18px;
    left: 1px;
    width: 99%;
    height: 8px;
  }
}
.crea-incentives-product .progress-bar {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 767.98px) {
  .crea-incentives-product .progress-bar {
    width: 100% !important; /* stylelint-disable-line declaration-no-important */
    border-bottom-left-radius: 5px;
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .progress-bar {
    height: 8px !important; /* stylelint-disable-line declaration-no-important */
  }
}
.crea-incentives-product .crea-incentives__step {
  flex-direction: row;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__step {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__step:first-child {
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__step:last-child {
    align-items: end;
  }
}
.crea-incentives-product .crea-incentives__step--complete .crea-incentives__image {
  background-color: #bba095;
}
.crea-incentives-product .crea-incentives__step--complete img {
  filter: invert(1);
}
.crea-incentives-product .crea-incentives__value {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__value {
    margin-top: 0.625rem;
  }
}
.crea-incentives-product .crea-incentives__label {
  font-size: 0.875rem;
  text-transform: lowercase;
}
.crea-incentives-product .crea-incentives__text {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__text {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__text--first {
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(-30%);
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__text--last {
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: translateX(30%);
  }
}
@media (min-width: 768px) {
  .crea-incentives-product .crea-incentives__text--both {
    bottom: -3.125rem;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-internationalselector {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .crea-internationalselector {
    justify-content: flex-start;
  }
}

.crea-internationalselector__btn {
  padding: 0.375rem 0.875rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #fff;
  border-width: 0;
  border-radius: 50rem;
}
.crea-internationalselector__btn span {
  font-weight: 600;
}
.crea-internationalselector__btn:hover span {
  text-decoration: underline;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-menu {
  position: relative;
  background-color: #fff;
}

.crea-menu-desktop {
  display: none;
}
@media (min-width: 992px) {
  .crea-menu-desktop {
    display: block;
  }
  .crea-menu-desktop:hover li.active > a::after,
  .crea-menu-desktop:hover li.active.special > a::after {
    width: 0;
  }
  .crea-menu-desktop:hover li:hover a:not(.crea-menu-banner__btn)::after {
    width: 50%;
    background: #2e2e2e;
  }
  .crea-menu-desktop:hover li.special:hover a:not(.crea-menu-banner__btn)::after {
    width: 50%;
    background: #edb09e;
  }
  .crea-menu-desktop:hover li.lilas:hover a:not(.crea-menu-banner__btn)::after {
    background: #bcacd5;
  }
  .crea-menu-desktop:hover li.lilas-dark:hover a:not(.crea-menu-banner__btn)::after {
    background: #786486;
  }
}

.crea-menu-desktop__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.crea-menu-desktop__label {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.crea-menu-desktop__list--1 {
  display: flex;
  max-width: calc(10rem * var(--menu-items-count));
  margin-right: auto;
  margin-left: auto;
}

.crea-menu-desktop__item--1 {
  flex: 1 1 auto;
}
.crea-menu-desktop__item--1:hover .crea-menu-desktop__label--1::after {
  width: 50%;
  background: #2e2e2e;
}
.crea-menu-desktop__item--1:hover .crea-menu-desktop__submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.crea-menu-desktop__item--1:hover.special .crea-menu-desktop__label--1::after {
  background: #edb09e;
}
.crea-menu-desktop__item--1:hover.lilas .crea-menu-desktop__label--1::after {
  background: #bcacd5;
}
.crea-menu-desktop__item--1:hover.lilas-dark .crea-menu-desktop__label--1::after {
  background: #786486;
}
.crea-menu-desktop__item--1.active .crea-menu-desktop__label--1 {
  color: #2e2e2e;
}
.crea-menu-desktop__item--1.active .crea-menu-desktop__label--1::after {
  width: 50%;
  background: #2e2e2e;
}
.crea-menu-desktop__item--1.special .crea-menu-desktop__label--1 {
  color: #edb09e;
}
.crea-menu-desktop__item--1.special.active .crea-menu-desktop__label--1::after {
  width: 50%;
  background: #edb09e;
}
.crea-menu-desktop__item--1.lilas .crea-menu-desktop__label--1 {
  color: #bcacd5;
}
.crea-menu-desktop__item--1.lilas.active .crea-menu-desktop__label--1::after {
  width: 50%;
  background: #bcacd5;
}
.crea-menu-desktop__item--1.lilas-dark .crea-menu-desktop__label--1 {
  color: #786486;
}
.crea-menu-desktop__item--1.lilas-dark.active .crea-menu-desktop__label--1::after {
  width: 50%;
  background: #ebe8f5;
}

.crea-menu-desktop__label--1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.75rem;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  text-align: center;
  transition: color 0.15s ease-in-out;
}
.crea-menu-desktop__label--1::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: transparent;
  transition: background-color 0.15s ease-in-out, width 0.15s ease-in-out;
  transform: translateX(-50%);
}

.crea-menu-desktop__submenu {
  --menu-columns-count: 4;
  --menu-list-columns-count: calc(var(--menu-columns-count) - var(--menu-banners-count));
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  pointer-events: none;
  visibility: hidden;
  background-color: #fff;
  border-top: 1px solid #e5e4e2;
  opacity: 0;
  transition: visibility 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.crea-menu-desktop__submenu-grid {
  display: grid;
  grid-template-columns: repeat(var(--menu-columns-count), 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.crea-menu-desktop__list--2 {
  grid-column: span var(--menu-list-columns-count);
  -moz-column-count: var(--menu-list-columns-count);
       column-count: var(--menu-list-columns-count);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.crea-menu-desktop__item--2 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.crea-menu-desktop__item--2.lilas .crea-menu-desktop__label--2 {
  color: #bcacd5;
}
.crea-menu-desktop__item--2.lilas .crea-menu-desktop__label--2:hover {
  color: inherit;
  background-color: #bcacd5;
}
.crea-menu-desktop__item--2.lilas-dark .crea-menu-desktop__label--2 {
  color: #786486;
}
.crea-menu-desktop__item--2.lilas-dark .crea-menu-desktop__label--2:hover {
  color: inherit;
  background-color: #ebe8f5;
}

.crea-menu-desktop__label--2 {
  padding: 2px 4px;
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.15s ease-in-out;
}
.crea-menu-desktop__label--2:hover {
  text-decoration: none;
  background-color: #ffece1;
}

.crea-menu-desktop__list--3 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.crea-menu-desktop__list--3 .crea-menu-desktop__list {
  padding-left: 1rem;
}

.crea-menu-desktop__item--3.lilas .crea-menu-desktop__label--3 {
  color: #bcacd5;
}
.crea-menu-desktop__item--3.lilas .crea-menu-desktop__label--3:hover {
  color: inherit;
  background-color: rgba(188, 172, 213, 0.5);
}
.crea-menu-desktop__item--3.lilas-dark .crea-menu-desktop__label--3 {
  color: #786486;
}
.crea-menu-desktop__item--3.lilas-dark .crea-menu-desktop__label--3:hover {
  color: inherit;
  background-color: #ebe8f5;
}

.crea-menu-desktop__label--3 {
  padding: 2px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.15s ease-in-out;
}
.crea-menu-desktop__label--3:hover {
  text-decoration: none;
  background-color: #ffece1;
}

.crea-menu-banner {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.crea-menu-banner.content-large .crea-menu-banner__img {
  aspect-ratio: 5/2;
}

.crea-menu-banner__img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.crea-menu-banner__content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: #ffece1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.crea-menu-banner__btn {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.crea-menu-banner__btn:hover {
  color: #edb09e;
}
.crea-menu-banner__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.crea-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.4);
}

.crea-menu-mobile .offcanvas-header {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.crea-menu-mobile .offcanvas-body {
  padding: 0;
}
.crea-menu-mobile .offcanvas-body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.crea-menu-mobile .search-wrapper {
  position: relative;
  display: block;
  padding: 0.625rem 1.25rem;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  pointer-events: all;
}
.crea-menu-mobile .search-wrapper__btn-close {
  display: none;
}
.crea-menu-mobile .btn-close {
  opacity: 1;
}
.crea-menu-mobile .crea-menu-banner:last-child {
  margin-bottom: 10rem;
}
.crea-menu-mobile .crea-menu-banner__content {
  padding: 0.625rem;
}
.crea-menu-mobile .crea-menu-banner__btn {
  font-size: 0.875rem;
}

.menu-logo {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.crea-menu-mobile__footer {
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  background-color: #fff;
}

.pharmacy-block {
  padding: 0.875rem;
  background-color: #fef9f5;
}

.pharmacy-block__link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.pharmacy-block__link:hover {
  color: #edb09e;
}

.pharmacy-block__label {
  font-family: Montserrat, sans-serif;
}

.crea-menu-mobile__panel-banners {
  padding: 1rem;
}

.crea-menu-mobile__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.crea-menu-mobile__list-label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3.125rem;
  padding: 0.625rem 1.25rem;
  font-family: Montserrat, sans-serif;
  color: inherit;
  text-decoration: none;
}
.crea-menu-mobile__list-label[data-toggle=offcanvas-panel] {
  justify-content: space-between;
}
.crea-menu-mobile__list-label[data-toggle=offcanvas-panel]::after {
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Crect id='Plan-de-travail1' serif:id='Plan de travail1' x='0' y='0' width='16' height='16' style='fill:none;'/%3E%3Cpath d='M4.912,14.872l4.192,-6.88l-4.192,-6.864l1.584,-0.672l4.592,7.536l-4.592,7.552l-1.584,-0.672Z' style='fill:%232e2e2e;fill-rule:nonzero;'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.crea-menu-mobile__list-label:hover {
  color: inherit;
}

.crea-menu-mobile__list-item.lilas > .crea-menu-mobile__list-label {
  color: #bcacd5;
}
.crea-menu-mobile__list-item.lilas-dark > .crea-menu-mobile__list-label {
  color: #786486;
}
.crea-menu-mobile__list-item.special > .crea-menu-mobile__list-label {
  color: #edb09e;
}

.crea-menu-mobile__panel-header {
  padding: 1.25rem;
  padding-bottom: 1rem;
  color: #fff;
}

.crea-menu-mobile__panel-navigation {
  display: flex;
  justify-content: space-between;
  margin: -0.625rem -0.625rem 0.625rem;
}

.crea-menu-mobile__panel-navigation-btn {
  display: flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  align-items: center;
  padding: 0.5rem;
  font-weight: 400;
  color: #2e2e2e;
  background-color: transparent;
  border-width: 0;
}
.crea-menu-mobile__panel-navigation-btn:hover, .crea-menu-mobile__panel-navigation-btn:active {
  color: #edb09e;
}
.crea-menu-mobile__panel-navigation-btn span {
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
}

.crea-menu-mobile__panel-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #edb09e;
}
.crea-menu-mobile__panel-title.lilas {
  color: #bcacd5;
}
.crea-menu-mobile__panel-title.lilas-dark {
  color: #786486;
}
.crea-menu-mobile__panel-title.special {
  color: #edb09e;
}

.crea-menu-mobile__panel-link {
  display: inline-block;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  margin-top: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: #2e2e2e;
  text-underline-offset: 0.3125rem;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out;
}
.crea-menu-mobile__panel-link:hover {
  color: #edb09e;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-banner {
  position: relative;
  height: 100%;
}

.cpb-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cpb-banner__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .cpb-banner__image img {
    aspect-ratio: 16/7;
  }
}
@media (min-width: 1200px) {
  .cpb-banner__image img {
    aspect-ratio: 16/5;
  }
}

.cpb-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .cpb-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    width: 60%;
    height: 100%;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cpb-banner__content {
    width: 50%;
  }
}
@media (min-width: 576px) {
  .cpb-banner__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .cpb-banner__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cpb-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .cpb-banner__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .cpb-banner__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 768px) {
  .cpb-banner__content--right {
    right: 0;
    left: inherit;
  }
}

@media (min-width: 768px) {
  .cpb-banner__content--center {
    left: 50%;
    align-items: center;
    width: 90%;
    text-align: center;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .cpb-banner__content--center {
    width: 80%;
  }
}

.cpb-banner__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: inherit;
  font-size: calc(1.375rem + 1.5vw);
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .cpb-banner__title {
    font-size: 2.5rem;
  }
}

.cpb-banner__description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  text-wrap: balance;
}
.cpb-banner__description > p {
  margin-bottom: 0;
  font-size: 1rem;
}

.cpb-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-htmlandsingleproduct .product-miniature {
  height: auto;
}

.cpb-htmlandsingleproduct__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
  background-color: #fef9f5;
}
@media (min-width: 768px) {
  .cpb-htmlandsingleproduct__content {
    align-items: flex-start;
    padding: 4rem;
  }
}

.cpb-htmlandsingleproduct__title {
  margin-bottom: 1.125rem;
  text-align: left;
}
@media (min-width: 768px) {
  .cpb-htmlandsingleproduct__title {
    margin-bottom: 1.5rem;
  }
}

.cpb-htmlandsingleproduct__description {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cpb-htmlandsingleproduct__description {
    text-align: left;
  }
}
.cpb-htmlandsingleproduct__description p:last-child {
  margin-bottom: 0;
}

.cpb-htmlandsingleproduct__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-html__content h2, .cpb-html__content .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cpb-html__content h2, .cpb-html__content .h2 {
    font-size: 2rem;
  }
}
.cpb-html__content h3, .cpb-html__content .h3 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cpb-html__content h3, .cpb-html__content .h3 {
    font-size: 1.5rem;
  }
}
.cpb-html__content h4, .cpb-html__content .h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
.cpb-html__content h5, .cpb-html__content .h5 {
  font-size: 1rem;
  font-weight: 600;
}
.cpb-html__content > p:last-child {
  margin-bottom: 0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-image__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}

.cpb-image__legend {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-product-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  padding: 1.5rem;
  background-color: #ffece1;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .cpb-product-wrapper {
    flex-direction: row;
    padding: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 992px) {
  .cpb-product-wrapper {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.cpb-product__image {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .cpb-product__image {
    width: 50%;
  }
}

.cpb-product-content {
  display: flex;
  flex-direction: column;
}
.cpb-product-content .product-miniature-netreviews {
  justify-content: flex-start;
  margin-bottom: 0;
}

.cpb-product-content__title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .cpb-product-content__title {
    font-size: 1.5rem;
  }
}

.cpb-product-content__subtitle {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
}

.cpb-product-content__actions {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cpb-product-content__actions {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .cpb-product-content__actions button {
    width: 100%;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-quote {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cpb-quote {
    flex-direction: row;
  }
}

.cpb-quote__image {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .cpb-quote__image {
    width: 50%;
  }
}

.cpb-quote__image-img {
  height: 100%;
  aspect-ratio: 10/8;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .cpb-quote__image-img {
    aspect-ratio: 9/4;
  }
}

.cpb-quote__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 3rem;
  background: #ffece1;
}
@media (min-width: 992px) {
  .cpb-quote__content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cpb-quote__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.cpb-quote__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.cpb-quote__item::before {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url%28%23clip0_1692_1659%29'%3E%3Cpath d='M0.531 21V20.9923L0.53076 20.9845L0.500002 19.9923C0.504057 12.7074 6.27833 6.77202 13.5 6.50909V9.51163C10.8839 9.63357 8.4399 10.711 6.57545 12.5754C6.19327 12.9576 5.84612 13.3636 5.53187 13.7889L4.8078 14.7688L6.01148 14.58C6.3437 14.5278 6.68479 14.5 7.031 14.5C10.6209 14.5 13.531 17.4101 13.531 21C13.531 24.5899 10.6209 27.5 7.031 27.5C3.44114 27.5 0.531 24.5899 0.531 21ZM18.531 21V20.9923L18.5308 20.9845L18.5 19.9923C18.5041 12.7074 24.2783 6.77202 31.5 6.50909V9.51163C28.8839 9.63357 26.4399 10.711 24.5754 12.5754C24.1933 12.9576 23.8461 13.3636 23.5319 13.7889L22.8082 14.7682L24.0113 14.58C24.3447 14.5278 24.6849 14.5 25.031 14.5C28.6209 14.5 31.531 17.4101 31.531 21C31.531 24.5899 28.6209 27.5 25.031 27.5C21.4411 27.5 18.531 24.5899 18.531 21Z' stroke='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1692_1659'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  transform: translateX(-50%);
}
@media (min-width: 1700px) {
  .cpb-quote__item::before {
    top: -1rem;
  }
}
.cpb-quote__item::after {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 2rem;
  height: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url%28%23clip0_1692_1662%29'%3E%3Cpath d='M31.469 11L31.469 11.0077L31.4692 11.0155L31.5 12.0077C31.4959 19.2926 25.7217 25.228 18.5 25.4909L18.5 22.4884C21.1161 22.3664 23.5601 21.289 25.4246 19.4246C25.8067 19.0424 26.1539 18.6364 26.4681 18.2111L27.1922 17.2312L25.9885 17.42C25.6563 17.4722 25.3152 17.5 24.969 17.5C21.3791 17.5 18.469 14.5899 18.469 11C18.469 7.41014 21.3791 4.5 24.969 4.5C28.5589 4.5 31.469 7.41014 31.469 11ZM13.469 11L13.469 11.0078L13.4692 11.0155L13.5 12.0077C13.4959 19.2926 7.72168 25.228 0.5 25.4909L0.5 22.4884C3.11611 22.3664 5.56009 21.289 7.42455 19.4246C7.80673 19.0424 8.15388 18.6364 8.46813 18.2111L9.19176 17.2318L7.98873 17.42C7.65526 17.4722 7.3151 17.5 6.969 17.5C3.37914 17.5 0.469001 14.5899 0.469 11C0.469 7.41015 3.37914 4.5 6.969 4.5C10.5589 4.5 13.469 7.41014 13.469 11Z' stroke='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1692_1662'%3E%3Crect width='32' height='32' fill='white' transform='translate%2832 32%29 rotate%28180%29'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  transform: translateX(-50%);
}
@media (min-width: 1700px) {
  .cpb-quote__item::after {
    bottom: -1rem;
  }
}

.cpb-quote__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .cpb-quote__title {
    font-size: 2rem;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-repeatercardicon {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef9f5;
}

.cpb-repeatercardicon__title {
  margin-bottom: 2rem;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .cpb-repeatercardicon__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cpb-repeatercardicon__title {
    margin-bottom: 3rem;
  }
}

.cpb-repeatercardicon-item {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: center;
  background-color: #fef9f5;
}
.cpb-repeatercardicon-item:hover .cpb-repeatercardicon-item__image {
  transform: scale(1.05);
}

.cpb-repeatercardicon-item__container {
  position: relative;
}
@media (max-width: 767.98px) {
  .cpb-repeatercardicon-item__container {
    width: 100%;
  }
}
.cpb-repeatercardicon-item__container::before {
  position: absolute;
  bottom: -43px;
  left: 50%;
  z-index: 98;
  width: 85px;
  height: 85px;
  content: "";
  background-color: #fef9f5;
  border-radius: 50rem;
  transform: translateX(-50%);
}

.cpb-repeatercardicon-item__container--overflow {
  overflow: hidden;
  border-radius: 5px;
}

.cpb-repeatercardicon-item__image {
  width: 100%;
  aspect-ratio: 9/4;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cpb-repeatercardicon-item__image {
    aspect-ratio: 5/6;
  }
}

.cpb-repeatercardicon-item__icon {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 99;
  width: 3.75rem;
  height: 3.75rem;
  transform: translateX(-50%);
}

.cpb-repeatercardicon-item__link {
  z-index: 99;
  color: inherit;
  text-decoration: none;
}
.cpb-repeatercardicon-item__link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  content: "";
}

.cpb-repeatercardicon-item__title {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .cpb-repeatercardicon-item__title {
    font-size: 1.5rem;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-repeatercard-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fef9f5;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .cpb-repeatercard-item {
    align-items: center;
    text-align: center;
  }
}

.cpb-repeatercard-item__image {
  width: 100%;
  aspect-ratio: 10/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cpb-repeatercard-item__content {
  flex: 1 1 0%;
  flex-direction: column;
  padding: 1rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cpb-repeatercard-item__content {
    padding: 2rem;
    padding-bottom: 0;
  }
}

.cpb-repeatercard-item__title {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cpb-repeatercard-item__title {
    font-size: 2rem;
  }
}

.cpb-repeatercard-item__description {
  font-size: 1rem;
}
.cpb-repeatercard-item__description > p:last-child {
  margin-bottom: 0;
}

.cpb-repeatercard-item__button-container {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  margin-top: auto;
}
@media (min-width: 768px) {
  .cpb-repeatercard-item__button-container {
    padding-bottom: 2rem;
    padding-left: 2rem;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-repeatertextimage__scrollbar {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}
@media (min-width: 576px) {
  .cpb-repeatertextimage__scrollbar {
    margin-right: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .cpb-repeatertextimage__scrollbar {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cpb-repeatertextimage__scrollbar {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .cpb-repeatertextimage__scrollbar {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .cpb-repeatertextimage__scrollbar {
    margin-right: 5rem;
    margin-left: 5rem;
  }
}
@media (min-width: 992px) {
  .cpb-repeatertextimage__scrollbar {
    display: block;
  }
}

.cpb-repeatertextimage__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  row-gap: 0.5rem;
  align-items: center;
}
.cpb-repeatertextimage__item:hover .cpb-repeatertextimage__item-image {
  transform: scale(1.1);
}
.cpb-repeatertextimage__item:first-child {
  margin-left: auto;
}
.cpb-repeatertextimage__item:last-child {
  margin-right: auto;
}

.cpb-repeatertextimage__item-link {
  height: 100%;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.cpb-repeatertextimage__item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.cpb-repeatertextimage__item-image--container {
  width: 8.125rem;
  min-width: 8.125rem;
  min-height: 8.125rem;
  overflow: hidden;
  border-radius: 50rem;
}

.cpb-repeatertextimage__item-image {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 50rem;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.cpb-repeatertextimage__item-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-text-image-side-by-side {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .cpb-text-image-side-by-side {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .cpb-text-image-side-by-side--right {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .cpb-text-image-side-by-side__image {
    width: 60%;
  }
}

.cpb-text-image-side-by-side__image-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .cpb-text-image-side-by-side__image-img {
    aspect-ratio: 3/1;
  }
}
@media (min-width: 1200px) {
  .cpb-text-image-side-by-side__image-img {
    aspect-ratio: 3/1;
  }
}

.cpb-text-image-side-by-side--with-container.cpb-text-image-side-by-side--left .cpb-text-image-side-by-side__content {
  padding-right: 1.5rem;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .cpb-text-image-side-by-side--with-container.cpb-text-image-side-by-side--left .cpb-text-image-side-by-side__content {
    padding-right: 0;
  }
}
.cpb-text-image-side-by-side--with-container.cpb-text-image-side-by-side--right .cpb-text-image-side-by-side__content {
  padding-right: 0;
  padding-left: 1.5rem;
}
@media (max-width: 991.98px) {
  .cpb-text-image-side-by-side--with-container.cpb-text-image-side-by-side--right .cpb-text-image-side-by-side__content {
    padding-left: 0;
  }
}
.cpb-text-image-side-by-side--with-container .cpb-text-image-side-by-side__content {
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .cpb-text-image-side-by-side--with-container .cpb-text-image-side-by-side__content {
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cpb-text-image-side-by-side--with-container .cpb-text-image-side-by-side__content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .cpb-text-image-side-by-side--with-container .cpb-text-image-side-by-side__image {
    width: 50%;
  }
}
.cpb-text-image-side-by-side--with-container .cpb-text-image-side-by-side__image-img {
  aspect-ratio: 3/2;
  border-radius: 5px;
}

.cpb-text-image-side-by-side__content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background-color: #fef9f5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 991.98px) {
  .cpb-text-image-side-by-side__content {
    padding-top: 2rem;
  }
}
@media (min-width: 576px) {
  .cpb-text-image-side-by-side__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .cpb-text-image-side-by-side__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .cpb-text-image-side-by-side__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .cpb-text-image-side-by-side__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .cpb-text-image-side-by-side__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .cpb-text-image-side-by-side__content {
    align-items: flex-start;
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cpb-text-image-side-by-side__content {
    width: 40%;
  }
}

.cpb-text-image-side-by-side__description p {
  margin-bottom: 0;
}

.cpb-text-image-side-by-side-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-video-container {
  aspect-ratio: 9/5;
}

.cpb-video-wrapper {
  position: relative;
}

.cpb-video__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.cpb-video__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cpb-video__btn {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  color: #fff;
  background-color: #2e2e2e;
  border: none;
  border-radius: 50rem;
}
@media (min-width: 768px) {
  .cpb-video__btn {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.cpb-video__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.cpb-video__btn-icon {
  font-size: 1em;
}
@media (min-width: 768px) {
  .cpb-video__btn-icon {
    font-size: 1.5em;
  }
}

.youtube-modal .modal-body {
  padding: 0;
}

.youtube-modal-btn-close {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 99999;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.cpb-products-list {
  background-color: #fff;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* Reassurance item */
.crea-reassurance-item {
  position: relative;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25;
  text-wrap: balance;
}
@media (min-width: 992px) {
  .crea-reassurance-item {
    flex-direction: column;
    text-align: center;
  }
}

.crea-reassurance-item--with-link:hover .crea-reassurance-item__title {
  color: #edb09e;
}
.crea-reassurance-item--with-link:hover .crea-reassurance-item__image {
  filter: brightness(0) saturate(100%) invert(97%) sepia(33%) saturate(2953%) hue-rotate(294deg) brightness(103%) contrast(86%);
}

.crea-reassurance-item__image {
  width: 2.875rem;
  height: 2.875rem;
  transition: filter 0.15s ease-in-out;
}

.crea-reassurance-item__title {
  margin-bottom: 0;
  font-weight: 600;
  transition: color 0.15s ease-in-out;
}

.crea-reassurance-item__link {
  color: inherit;
  text-decoration: none;
}
.crea-reassurance-item__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.crea-reassurance-item__subtitle {
  margin-top: 0.125rem;
  margin-bottom: 0;
}

.crea-reassurance-item__description {
  margin-top: 0.5rem;
}
.crea-reassurance-item__description > :last-child {
  margin-bottom: 0;
}

/* Home */
.crea-reassurance--home .crea-reassurance__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.crea-reassurance--home .crea-reassurance-item {
  margin: 0 0.7142857143rem 1.4285714286rem;
}
.crea-reassurance--home .crea-reassurance-item--with-link:hover .crea-reassurance-item__image {
  filter: none;
}
.crea-reassurance--home .crea-reassurance-item__image {
  width: 5.625rem;
  height: 5.625rem;
}

/* Footer */
.crea-reassurance--footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .crea-reassurance--footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.crea-reassurance--footer .crea-reassurance-item {
  flex-direction: column;
  gap: 0.875rem;
}
@media (max-width: 991.98px) {
  .crea-reassurance--footer .crea-reassurance-item__content {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3px;
         column-gap: 3px;
    align-items: flex-end;
    justify-content: center;
  }
}
.crea-reassurance--footer .crea-reassurance-item__title {
  flex-shrink: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
.crea-reassurance--footer .crea-reassurance-item__subtitle {
  font-family: Montserrat, sans-serif;
}

/* Product */
.crea-reassurance--product {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .crea-reassurance--product {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .crea-reassurance--product .swiper-wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  .crea-reassurance--product .swiper-wrapper {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.crea-reassurance--product .swiper-pagination {
  position: static;
}
.crea-reassurance--product .crea-reassurance-item {
  position: relative;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .crea-reassurance--product .crea-reassurance-item {
    margin-bottom: 1rem;
  }
}
.crea-reassurance--product .crea-reassurance-item:hover .crea-reassurance-item__description {
  display: block;
}
.crea-reassurance--product .crea-reassurance-item__description {
  position: absolute;
  right: 0;
  bottom: -50%;
  left: 0;
  z-index: 1;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 3px 20px 2px rgba(46, 46, 46, 0.15);
  transition: opacity 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .crea-reassurance--product .crea-reassurance-item__description {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.crea-reassurance--product .crea-reassurance-item__description::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  content: "";
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translateX(-50%);
}
.crea-reassurance--product .crea-reassurance-item__image {
  width: 1.75rem;
  height: 1.75rem;
}
.crea-reassurance--product .crea-reassurance-item__title {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}

/* Product General */
.crea-reassurance--product-general {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -2rem;
  background-color: #fef9f5;
}
@media (max-width: 991.98px) {
  .crea-reassurance--product-general {
    margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.product-reassurance {
  display: flex;
  row-gap: 0.75rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
@media (min-width: 992px) {
  .product-reassurance {
    flex-direction: column;
    text-align: center;
  }
}

.product-reassurance__image {
  width: 2.25rem;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .product-reassurance__image {
    width: 3.5rem;
  }
}

.product-reassurance__content {
  font-size: 0.875rem;
  line-height: 1.25;
  text-wrap: balance;
}

.product-reassurance__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-textbanners__item {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #2e2e2e;
  text-align: center;
  background-color: #edb09e;
}
.crea-textbanners__item p {
  margin-bottom: 0;
}
.crea-textbanners__item a {
  color: inherit;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-samples__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crea-samples__free {
  padding: 0.5rem 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #bba095;
  border-radius: 4px;
}

.crea-samples__title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.crea-samples__subtitle {
  font-size: 0.75rem;
  color: #5f5f5f;
}

.crea-samples__product {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  padding-left: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}
.crea-samples__product:not(:last-child) {
  margin-bottom: 0.625rem;
}

.crea-samples__product--checked {
  border-color: #2e2e2e;
}

.crea-samples__product-image {
  width: 60px;
}

.crea-samples__product-infos {
  flex: 1 1 0%;
}

.crea-samples__product-name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.crea-samples__product-bottom {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.375rem;
}

.crea-samples__product-add {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
}
.crea-samples__product-add.active {
  color: #ffece1;
  pointer-events: none;
  background-color: #fffefd;
}

.crea-samples__product-checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  border-color: #e5e4e2;
  accent-color: #2e2e2e;
}
.crea-samples__product-checkbox:checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.crea-samples__product-checkbox:checked:focus {
  border-color: #2e2e2e;
}
.crea-samples__product-checkbox:focus {
  border-color: #e5e4e2;
  box-shadow: none;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-seo-description {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: #fffefd;
}

.crea-seo-description__content {
  font-size: 0.875rem;
  text-align: left;
}
.crea-seo-description__content > :last-child {
  margin-bottom: 0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* Header block */
.cart-block {
  position: relative;
}

.cart-block__products-count {
  position: absolute;
  top: 8px;
  right: 4px;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  background-color: #b65c4f;
  border-radius: 50%;
}

/* Offcanvas panel */
.sidecart {
  --bs-offcanvas-width: 475px;
  font-size: 0.875rem;
}
.sidecart .offcanvas-header {
  padding: 1.25rem;
  padding-bottom: 0.5rem;
}
.sidecart .offcanvas-header .offcanvas-title {
  margin-right: auto;
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 600;
}
.sidecart .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sidecart .offcanvas-body > div {
  padding: 1rem 1.25rem;
}
.sidecart .offcanvas-footer {
  padding: 1.25rem;
  border-top: 1px solid #e5e4e2;
}
.sidecart .offcanvas-panel {
  transition: none;
}
.sidecart .cart-voucher__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidecart .cart-voucher__line:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sidecart-vouchers {
  padding: 1rem 0 !important; /* stylelint-disable-line declaration-no-important */
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  border-bottom: 1px solid #e5e4e2;
}
.sidecart-vouchers .form-control {
  padding-bottom: 0.75rem;
}

.sidecart-vouchers__collapse {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #ffece1;
  border-radius: 5px;
}
.sidecart-vouchers__collapse span {
  position: relative;
}
.sidecart-vouchers__collapse span::before {
  position: absolute;
  top: 49%;
  left: -1.25rem;
  width: 100%;
  width: 0.875rem;
  height: 100%;
  height: 0.875rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  transform: translateY(-50%);
}
.sidecart-vouchers__collapse[aria-expanded=true] span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
}
.sidecart-vouchers__collapse:hover, .sidecart-vouchers__collapse:focus-visible, .sidecart-vouchers__collapse:active {
  background-color: #ffece1 !important; /* stylelint-disable-line declaration-no-important */
  border-color: #5f5f5f !important; /* stylelint-disable-line declaration-no-important */
}

.cart-voucher-list {
  margin-top: 1rem;
}

.cart-voucher__name {
  color: #5f5f5f;
}

.cart-voucher__reduction {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cart-voucher__remove {
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.cart-voucher__remove:hover {
  color: #edb09e;
}

.sidecart-main {
  flex: 1 1 0%;
  padding-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
}

.sidecart-product {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
}
.sidecart-product:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e4e2;
}

.sidecart-product__image {
  width: 70px;
}

.sidecart-product__details-container {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: flex-start;
}

.sidecart-product__details {
  flex: 1 1 0%;
  align-self: center;
}

.sidecart-product__remove {
  margin-bottom: 0.3125rem;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.sidecart-product__remove:hover {
  color: #edb09e;
}

.sidecart-product__name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.sidecart-product__name a {
  color: inherit;
  text-decoration: none;
}

.sidecart-product__subtitle {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #5f5f5f;
}

.sidecart-product__attributes {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}

.sidecart-product__attribute {
  display: inline;
}
.sidecart-product__attribute:not(:last-child)::after {
  content: ",";
}

.sidecart-product__open-customization {
  font-size: 0.75rem;
}

.sidecart-product__bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 0.75rem;
  clear: both;
}

.sidecart-product__quantity .bootstrap-touchspin {
  width: 6.5rem;
  padding: 0.1875rem 0.275rem;
  border: 1px solid #e5e4e2;
  border-radius: 4px;
}
.sidecart-product__quantity .bootstrap-touchspin-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.sidecart-product__quantity .bootstrap-touchspin-down:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.sidecart-product__quantity .bootstrap-touchspin-up {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.sidecart-product__quantity .bootstrap-touchspin-up:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}
.sidecart-product__quantity .bootstrap-touchspin-down,
.sidecart-product__quantity .bootstrap-touchspin-up {
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  background-size: 0.875rem;
  border-radius: 5px;
}
.sidecart-product__quantity .bootstrap-touchspin-down:hover,
.sidecart-product__quantity .bootstrap-touchspin-up:hover {
  background-color: #2e2e2e;
}
.sidecart-product__quantity .form-control {
  padding: 0;
}

.sidecart-product__prices {
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.sidecart-product__prices .discount {
  padding: 0.125rem 0.25rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--bs-primary);
}
.sidecart-product__prices .prices {
  display: flex;
  flex-direction: column;
}
.sidecart-product__prices .regular-price {
  font-size: 0.875rem;
  color: #5f5f5f;
  text-decoration: line-through;
}
.sidecart-product__prices .current-price,
.sidecart-product__prices .gift {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.sidecart-product__customizations {
  flex: 0 1 100%;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  background-color: #f1f1f1;
}
.sidecart-product__customizations:not(:last-child) {
  margin-bottom: 0.5rem;
}
.sidecart-product__customizations .label {
  margin-bottom: 0.125rem;
  font-weight: 700;
}

.sidecart-summary-line--container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e4e2;
}

.sidecart-summary-line {
  display: flex;
  justify-content: space-between;
}
.sidecart-summary-line .label {
  font-family: Montserrat, sans-serif;
}
.sidecart-summary-line .value {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sidecart-subtotals {
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
  margin-top: auto;
}

.sidecart-subtotals .charity-text,
.cart-summary-subtotals .charity-text {
  display: block;
  font-size: 0.625rem;
  color: #5f5f5f;
  text-align: right;
}

.sidecart-payment-options {
  margin-top: 0.75rem;
  text-align: center;
}

.offcanvas-panel-body .sidecart-summary-line--container:first-child {
  border-top: 1px solid #e5e4e2;
}

.sidecart-pack-toggle:not(.collapsed) .when-collapsed {
  display: none;
}
.sidecart-pack-toggle:not(.collapsed) .when-not-collapsed {
  display: inline-block;
  text-decoration: underline;
}
.sidecart-pack-toggle .when-not-collapsed {
  display: none;
}

.sidecart-product__pack__name {
  display: flex;
  gap: 0.25rem;
}

.sidecart-product__pack--quantity {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #ffece1;
  border-radius: 50rem;
}

.sidecart-gift {
  margin-bottom: 1rem;
  background-color: #fef9f5;
}

.sidecart-gift__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.sidecart-gift__free {
  padding: 0.5rem 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #bba095;
  border-radius: 4px;
}

.sidecart-gift__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sidecart-gift__products {
  margin-bottom: 1rem;
}

.sidecart-gift-product {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.sidecart-gift-product:not(:last-child) {
  margin-bottom: 1rem;
}

.sidecart-gift-product__image {
  width: 80px;
}

.sidecart-gift-product__infos {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sidecart-gift-product__name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.sidecart-gift-product__checkbox {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.sidecart-gift-product__checkbox input {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  accent-color: #2e2e2e;
}
.sidecart-gift-product__checkbox input:checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.sidecart-gift-product__checkbox input:checked:focus {
  border-color: #2e2e2e;
}
.sidecart-gift-product__checkbox input:focus {
  border-color: #e5e4e2;
  box-shadow: none;
}
.sidecart-gift-product__checkbox label {
  font-size: 0.75rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
#module-crea_storeextended-storelocator .page-header {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.store-locator-search {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fef9f5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .store-locator-search {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 576px) {
  .store-locator-search {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .store-locator-search {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .store-locator-search {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .store-locator-search {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .store-locator-search {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.store-locator-search .form-control,
.store-locator-search .form-select {
  padding-bottom: 0.75rem;
}

.store-locator-geolocate-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .store-locator-geolocate-button {
    margin-right: auto;
    margin-left: auto;
  }
}
.store-locator-geolocate-button:hover svg {
  color: #fff;
}
.store-locator-geolocate-button svg {
  transition: color 0.15s ease-in-out;
}

.store-locator__nav {
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
.store-locator__nav .store-locator__nav-item {
  position: relative;
  width: 50%;
}
.store-locator__nav .store-locator__nav-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
}
.store-locator__nav .store-locator__nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #e5e4e2;
}
.store-locator__nav .store-locator__nav-link.active {
  color: #2e2e2e;
  background-color: transparent;
}
.store-locator__nav .store-locator__nav-link.active::after {
  background-color: #2e2e2e;
}

.store-locator__tab-content {
  width: 100%;
  max-height: 600px;
  aspect-ratio: 1/1;
}

.store-locator-map,
.store-locator-list {
  height: 100%;
}

.store-locator-list__header {
  display: none;
  padding: 1rem 1.25rem;
  color: #fff;
  background-color: var(--bs-primary);
}

.store-locator-list__title {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}

.store-locator-list__content {
  height: 100%;
  overflow-y: auto;
}

.store-locator-list__alert {
  margin-bottom: 0;
}

.store-locator-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.store-locator-loader.show {
  display: flex;
}

.store-locator-loader__spinner-border {
  color: #fff;
}

@media (min-width: 992px) {
  .store-locator__nav {
    display: none;
  }
  .store-locator__tab-content {
    position: relative;
    width: 100%;
    max-height: 750px;
    aspect-ratio: 2/1;
  }
  .store-locator__tab-content > .tab-pane {
    display: flex;
  }
  .store-locator-list {
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .store-locator-list:empty {
    display: none;
  }
}
/* Store locator item */
.store-locator-item {
  padding: 1.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .store-locator-item:first-child {
    border-top: 1px solid #e5e4e2;
  }
}

.store-locator-item.active {
  background-color: #fef9f5;
}

.store-locator-item.active .store-locator-item__btn {
  display: inline-block;
}

.store-locator-item__link {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}

.store-locator-item:not(:last-child) {
  border-bottom: 1px solid #e5e4e2;
}

.store-locator-item__distance {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.store-locator-item__distance svg {
  font-size: 0.75rem;
}

.store-locator-item__name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: lowercase;
}
.store-locator-item__name::first-letter {
  text-transform: uppercase;
}

.store-locator-item__address {
  margin-bottom: 0;
}

.store-locator-item__phone {
  display: block;
}

/* Store locator marker */
.store-locator-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.store-locator-marker__tags {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.store-locator-marker__title {
  margin-bottom: 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: lowercase;
}
.store-locator-marker__title::first-letter {
  text-transform: uppercase;
}

.store-locator-marker__address {
  margin-bottom: 1rem;
}

.store-locator-marker__map-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.store-locator-marker__map-link:hover {
  color: #edb09e;
}

/* Store locator cluster */
.store-locator-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: var(--bs-primary);
  border-radius: 50%;
}
.store-locator-cluster img {
  display: none;
}
.store-locator-cluster span {
  color: #fff;
}

.store-locator-item__header {
  display: flex;
  justify-content: space-between;
  min-height: 2rem;
}

.store-locator-item__icons {
  display: flex;
  gap: 0.5rem;
}

.store-location-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50rem;
}

.store-locator-item__footer {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .store-locator-item__footer {
    flex-direction: row;
    align-items: flex-end;
  }
}

.store-locator-map-legend {
  z-index: 99;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 0.5rem;
  padding-right: 1.125rem;
  padding-bottom: 0.75rem;
  padding-left: 1.125rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .store-locator-map-legend {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0.5rem;
  }
}

.store-locator-map-legend__item {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-topreviews {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .crea-topreviews {
    flex-direction: row;
  }
}

.crea-topreviews__content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #2e2e2e;
  text-align: center;
  background-color: #fef9f5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .crea-topreviews__content {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-topreviews__content {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-topreviews__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-topreviews__content {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-topreviews__content {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .crea-topreviews__content {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .crea-topreviews__content {
    padding-right: 12rem;
    padding-left: 12rem;
  }
}

.crea-topreviews__title {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .crea-topreviews__title {
    font-size: 2rem;
  }
}

.crea-topreviews__reviews {
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: center;
  margin-bottom: 1.625rem;
}
.crea-topreviews__reviews p {
  margin-bottom: 0;
}

.crea-topreviews__reviews-grades {
  display: flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  align-items: center;
}

.crea-topreviews__reviews-icon {
  font-size: 1.375rem;
  fill: #2e2e2e;
}

.crea-topreviews__reviews-grade {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .crea-topreviews__reviews-grade {
    font-size: 1.5rem;
  }
}

.crea-topreviews__reviews-count {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}
.crea-topreviews__reviews-count a {
  font-weight: 600;
  color: #2e2e2e;
}

.crea-topreviews__swiper-container {
  width: 100%;
}
.crea-topreviews__swiper-container .swiper-slide {
  height: auto;
}

.crea-topreviews-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.crea-topreviews-item__author {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.crea-topreviews__swiperbuttons {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.crea-topreviews__swiperbuttons .swiper-button-prev {
  position: static;
  display: block;
}
.crea-topreviews__swiperbuttons .swiper-button-next {
  position: static;
  display: block;
  transform: none;
}

.crea-topreviews__image {
  flex: 0 0 auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .crea-topreviews__image {
    width: 50%;
  }
}

.crea-topreviews__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /*
  @include media-breakpoint-down(lg) {
    aspect-ratio: 16/9;
  }

  @include media-breakpoint-up(xl) {
    aspect-ratio: 2/1;
  } */
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* Product miniature */
.product-miniature-netreviews {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.product-miniature-netreviews__rating-stars {
  --star-size: .875rem;
}

.product-miniature-netreviews__review-count {
  position: relative;
  top: 0.0625rem;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Product extra right */
.netreviews_stars_light {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: center;
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
}

.netreviews_stars_light-link {
  font-size: 0.75rem;
  font-weight: 600;
  color: inherit;
  transition: color 0.15s ease-in-out;
}
.netreviews_stars_light-link:hover {
  color: #ffece1;
}

/* Product page - Left */
.netreviews-left {
  border-radius: 0.625rem;
  padding: 2rem 1.5rem;
  background-color: #ffece1;
}
@media (min-width: 768px) {
  .netreviews-left {
    padding: 2.5rem 2rem;
  }
}

/* Product page - Header */
.netreviews-header {
  text-align: center;
}
@media (max-width: 991.98px) {
  .netreviews-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.product-reviews__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .product-reviews__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .product-reviews__title {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.netreviews-header__average-rating {
  font-size: calc(1.5rem + 3vw);
  margin-bottom: 0.625rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .netreviews-header__average-rating {
    font-size: 3.75rem;
  }
}
.netreviews-header__average-rating span {
  margin-left: 0.125rem;
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.25rem;
}

.netreviews-header__review-count {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.netreviews-header__review-count span {
  font-weight: 600;
}

.netreviews-header__logo-img {
  margin-top: 1rem;
}

/* Product page - Footer */
.netreviews-footer {
  margin-top: 2rem;
  text-align: center;
}

/* Product page - Stats */
.netreviews-stats-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.1875rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  cursor: pointer;
}
.netreviews-stats-item.disabled {
  pointer-events: none;
}

.netreviews-stats-item__rating-stars .rating-stars__empty-stars {
  opacity: 0;
}

.netreviews-stats-item__percentage {
  font-weight: 600;
}

.netreviews-stats-item__bar {
  flex: 0 1 100%;
  height: 6px;
  background-image: linear-gradient(to right, #edb09e var(--percentage), #fff var(--percentage));
  border-radius: 3px;
}

.netreviews-stats-reset {
  display: none;
}

/* Product page - Sorting */
.netreviews-sorting {
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .netreviews-sorting {
    justify-content: flex-end;
  }
}

.netreviews-sorting__select {
  width: auto;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2e2e2e;
  background-color: #fef9f5;
  border: 1px solid #fef9f5;
  border-radius: 2rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.netreviews-sorting__select:hover {
  color: inherit;
  cursor: pointer;
  border-color: #ffece1;
}
.netreviews-sorting__select:hover option {
  background-color: inherit;
}

/* Product page - Reviews */
.netreviews-review:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e5e4e2;
}

.netreviews-review__rating-stars {
  margin-bottom: 0.625rem;
}

.netreviews-review__review,
.netreviews-review-answer__comment {
  margin-bottom: 0.75rem;
}

.netreviews-review__author-date,
.netreviews-review-answer__author-date {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: baseline;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.netreviews-review__author,
.netreviews-review-answer__author {
  font-weight: 600;
}

.netreviews-review__date,
.netreviews-review-answer__date {
  color: var(--bs-secondary-color);
}

.netreviews-review__discussion {
  padding-left: 1rem;
}

.netreviews-review__discussion-actions {
  margin-top: 1rem;
}

.netreviews-review__discussion-btn {
  display: none;
}
.netreviews-review__discussion-btn.active {
  display: inline-block;
}

.netreviews-review-answer {
  padding-left: 1rem;
  margin-top: 1.25rem;
  border-left: 3px solid #ffece1;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.mailalerts-link {
  color: inherit;
  text-underline-offset: 0.25rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.block-contact__info {
  display: flex;
}
.block-contact__info:not(:last-child) {
  margin-bottom: 0.25rem;
}
.block-contact__info .feather-icon {
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

/* Specific css for details section in contact page */
.contact-rich__details {
  display: block;
  margin-top: 0.75rem;
  margin-left: 1.875rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.newsletter-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffece1;
}
@media (min-width: 992px) {
  .newsletter-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.newsletter-block__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  text-wrap: balance;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .newsletter-block__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .newsletter-block__title {
    font-size: 1.125rem;
  }
}
.newsletter-block__title strong {
  display: block;
  font-weight: 600;
}

.newsletter-block__conditions {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.newsletter-block__input-group {
  position: relative;
}
.newsletter-block__input-group .form-control {
  border-color: transparent;
}

.newsletter-block__btn {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  line-height: 1.125rem;
}

.newsletter-form {
  position: relative;
}

.newsletter-form__submit-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 0.3125rem 1rem;
  transform: translateY(-50%);
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.links-block__list {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
}

.links-block__link {
  position: relative;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25;
  color: inherit;
  text-decoration: none;
  text-wrap: balance;
}
.links-block__link::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #2e2e2e;
  transition: width 0.3s;
}
.links-block__link:hover::after {
  width: 100%;
}

.links-block[data-id="4"] .links-block__list {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .links-block[data-id="4"] .links-block__list {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (max-width: 767.98px) {
  .links-block[data-id="4"] .links-block__list-item {
    width: 100%;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e4e2;
  }
}
.links-block[data-id="4"] .links-block__list-item:first-child a, .links-block[data-id="4"] .links-block__list-item:last-child a {
  font-weight: 600;
}
.links-block[data-id="4"] .links-block__link {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.links-block[data-id="4"] .links-block__link::after {
  bottom: 7px;
}

@media (max-width: 767.98px) {
  .links-block--custom {
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e5e4e2;
  }
}

.links-block__link--custom {
  padding-top: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 0.3125rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.links-block__link--custom::after {
  bottom: 7px;
}

.footer-block-wrapper-4,
.footer-block-wrapper-5 {
  border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
}

@media (max-width: 767.98px) {
  .footer-block-wrapper-4 {
    padding-bottom: 0.0625rem !important; /* stylelint-disable-line declaration-no-important */
    margin-bottom: 0.25rem !important; /* stylelint-disable-line declaration-no-important */
  }
}

.links-block[data-id="6"] .links-block__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .links-block[data-id="6"] .links-block__list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.links-block[data-id="6"] .links-block__link {
  font-size: 0.75rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
@media (min-width: 992px) {
  .search-block {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .search-wrapper {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .search-wrapper {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (max-width: 575.98px) {
  .search-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.search-wrapper.open .search-wrapper__form {
  max-width: 100%;
}

.search-wrapper__form {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .search-wrapper__form {
    max-width: 28rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.search-wrapper__input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.75rem;
  background-color: #fef9f5;
  border-color: #fef9f5;
}
.search-wrapper__input:focus {
  background-color: #fef9f5;
}
.search-wrapper__input::-moz-placeholder {
  font-size: 0.875rem;
}
.search-wrapper__input::placeholder {
  font-size: 0.875rem;
}
.search-wrapper__input.form-control {
  border-radius: 50rem;
}

.search-wrapper__btn-submit,
.search-wrapper__btn-close {
  position: absolute;
  width: 3.5rem;
  height: 100%;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-width: 0;
  transition: color 0.15s ease-in-out;
}
.search-wrapper__btn-submit:hover,
.search-wrapper__btn-close:hover {
  color: #edb09e;
}
.search-wrapper__btn-submit .feather-icon,
.search-wrapper__btn-close .feather-icon {
  font-size: 1.125rem;
}

.search-wrapper__btn-submit {
  top: -2px;
  left: 0;
}

.search-wrapper__btn-close {
  top: -4px;
  right: 25px;
}
@media (min-width: 992px) {
  .search-wrapper__btn-close {
    display: none;
  }
}

.searchresults-wrapper {
  position: absolute;
  top: 6rem;
  left: 0;
  z-index: 99;
  width: 100%;
  max-height: 80vh;
  padding-bottom: 2.5rem;
  overflow: hidden;
  background: #fff;
}
.searchresults-wrapper .product-clusters-miniature {
  display: none;
}

.searchresults-wrapper__container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .searchresults-wrapper__container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .searchresults-wrapper__container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .searchresults-wrapper__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .searchresults-wrapper__container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .searchresults-wrapper__container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.creareasults-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.4);
}

.suggests,
.suggests-blog {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.suggests-blog {
  row-gap: 1rem;
}
.suggests-blog .crea-wordpress-posts {
  position: relative;
}

.suggests-footer__link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.suggests-footer__link:hover {
  color: #edb09e;
}

.searchresults-informations {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .searchresults-informations {
    margin-left: 26%;
  }
}
@media (min-width: 1200px) {
  .searchresults-informations {
    margin-left: 17.5%;
  }
}

.searchresults-informations-tabs {
  border: none;
}

.searchresults-informations__label {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: inherit;
  border: none !important;
}
.searchresults-informations__label:hover, .searchresults-informations__label.active {
  color: inherit;
}
.searchresults-informations__label:hover::after, .searchresults-informations__label.active::after {
  width: 100%;
  background: #2e2e2e;
}
.searchresults-informations__label::after {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: transparent;
  transition: background-color 0.15s ease-in-out, width 0.15s ease-in-out;
  transform: translateX(-50%);
}
.searchresults-informations__label.hide-after::after {
  width: 0;
  background-color: transparent;
}
.searchresults-informations__label#blogs-tab {
  margin-left: 2rem;
}

.searchresults-informations__value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  background-color: #ffece1;
  border-radius: 50rem;
}

.no-results-message {
  text-align: center;
}

.creasearchbar-wrapper-mobile {
  position: relative;
  background: #fff;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .creasearchbar-wrapper-mobile {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .creasearchbar-wrapper-mobile {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .creasearchbar-wrapper-mobile {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .creasearchbar-wrapper-mobile {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .creasearchbar-wrapper-mobile {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.creasearchbar-wrapper-mobile .swiper-button-next,
.creasearchbar-wrapper-mobile .swiper-button-prev {
  display: none;
}
.creasearchbar-wrapper-mobile .search-wrapper__btn-close {
  position: relative;
  top: initial;
  right: initial;
  display: block !important; /* stylelint-disable-line declaration-no-important */
  width: auto;
}
.creasearchbar-wrapper-mobile .search-wrapper__btn-close svg {
  font-size: 1.625rem;
}
.creasearchbar-wrapper-mobile.open {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #e5e4e2;
  border-bottom: 1px solid #e5e4e2;
}
.creasearchbar-wrapper-mobile.open .search-wrapper {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.creasearchbar-wrapper-mobile.open #creasearch_widget {
  width: 100%;
}
.creasearchbar-wrapper-mobile .searchresults-wrapper {
  top: 3.75rem;
  padding-top: 1.5rem;
}
.creasearchbar-wrapper-mobile .suggests,
.creasearchbar-wrapper-mobile .suggests-blog {
  row-gap: 2rem;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.block-social {
  margin-top: 1rem;
}

.block-social__list {
  display: flex;
  gap: 0.3125rem;
  justify-content: flex-start;
  margin-bottom: 0;
}

.block-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #2e2e2e;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out;
}
.block-social__link:hover .block-social__icon {
  color: #edb09e;
}

.block-social__icon {
  font-size: 1.6875rem;
  transition: color 0.15s ease-in-out;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.psgdprinfo17 h2, .psgdprinfo17 .h2 {
  font-size: 1.125rem;
}
.psgdprinfo17 p {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .psgdprinfo17 p {
    max-width: 75%;
  }
}

.psdpr-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}
.psdpr-buttons-container a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.crea-wordpress-posts .crea-wordpress-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 576px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1400px) {
  .crea-wordpress-posts .crea-wordpress-container {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.crea-wordpress-posts .swiper-slide {
  height: auto;
}
.crea-wordpress-posts .crea-wordpress__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .crea-wordpress-posts .crea-wordpress__left {
    align-items: center;
  }
}
.crea-wordpress-posts .crea-wordpress__title {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .crea-wordpress-posts .crea-wordpress__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .crea-wordpress-posts .crea-wordpress__title {
    margin-bottom: 1.5rem;
  }
}
.crea-wordpress-posts .crea-wordpress__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.crea-wordpress-posts .crea-wordpress-post {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.crea-wordpress-posts .crea-wordpress-post:hover .crea-wordpress-post__content {
  background-color: #ffece1;
}
.crea-wordpress-posts .crea-wordpress-post__image {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.crea-wordpress-posts .crea-wordpress-post__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/12;
}
.crea-wordpress-posts .crea-wordpress-post__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  background-color: #fffdfb;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: background-color 0.15s ease-in-out;
}
.crea-wordpress-posts .crea-wordpress-post__title {
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2e2e2e;
}
.crea-wordpress-posts .crea-wordpress-post__actions {
  padding-top: 0.75rem;
  margin-top: auto;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.form-wrapper {
  border-radius: 0.375rem;
  padding: 2rem;
  background-color: #f5f5f5;
}

.form-check-label a {
  color: inherit;
}
.form-check-label a:hover {
  text-decoration: none;
}

.form-check-input[type=checkbox] {
  background-size: inherit;
  border-color: #2e2e2e;
  border-radius: 3px;
}
.form-check-input[type=checkbox]:checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.form-check-input[type=checkbox]:focus {
  border-color: #2e2e2e;
  box-shadow: none;
}

.form-check-input[type=radio] {
  border-color: #2e2e2e;
}
.form-check-input[type=radio]:checked {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.form-check-input[type=radio]:focus {
  border-color: #2e2e2e;
  box-shadow: none;
}

.form-control {
  border-radius: 2px;
}
.form-control:focus {
  border-color: #2e2e2e;
  box-shadow: none;
}

.input-group-overlay .form-control {
  border-radius: var(--bs-border-radius);
  padding-right: 3rem;
}
.input-group-overlay .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
  padding: 0;
  color: #adb5bd;
}
.input-group-overlay .btn:hover {
  color: #2e2e2e;
}

.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-radius: 2px;
}

.custom-form-element {
  position: relative;
}
.custom-form-element .form-label:not(.d-block) {
  position: absolute;
  top: 6px;
  left: 1.125rem;
  z-index: 99;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #5f5f5f;
  transition: all 0.3s ease;
}
.custom-form-element .form-label:not(.d-block):hover {
  cursor: auto;
}
.custom-form-element .form-control {
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.custom-form-element .form-control::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-form-element .form-control::placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.custom-form-element:not(.chip-group).empty .form-label {
  top: 50%;
  font-size: 0.875rem;
  transform: translateY(-50%);
}
.custom-form-element:not(.chip-group).empty .form-control::-moz-placeholder {
  opacity: 0;
}
.custom-form-element:not(.chip-group).empty .form-control::placeholder {
  opacity: 0;
}
.custom-form-element:not(.chip-group).has-form-text.empty .form-label {
  top: 34%;
}
.custom-form-element:not(.chip-group).empty.has-invalid-feedback .form-label {
  top: 33%;
}
.custom-form-element:not(.chip-group).has-textarea.empty .form-label {
  top: 30%;
}
.custom-form-element:not(.chip-group).has-textarea .form-control {
  padding-top: 1.125rem;
}
.custom-form-element .form-select {
  min-height: 48px;
  padding-bottom: 0;
  border-radius: 2px;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.main-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #e5e4e2;
}

.main-header__top {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .main-header__top {
    padding-bottom: 0;
  }
}

/* Sticky header */
.main-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e5e4e2;
  transition: transform 400ms;
}
.main-header--sticky.main-header--no-transition {
  transition: none;
}
.main-header--sticky.main-header--hide {
  transform: translateY(-100%);
}
.main-header--sticky .main-header__top {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-header--sticky .header-block__icon {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .main-header--sticky .header-block__icon {
    font-size: 1.625rem;
  }
}
.main-header--sticky .header-logo__img {
  width: 80px;
}
@media (min-width: 768px) {
  .main-header--sticky .header-logo__img {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .main-header--sticky .header-logo__img {
    width: 150px;
  }
}
.main-header--sticky .checkout-navigation {
  display: none;
}

.header-light {
  position: relative;
}
.header-light .header-logo {
  position: static;
  transform: none;
}

@media (max-width: 991.98px) {
  .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Header block */
.header-block__link {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.25rem;
  align-items: center;
  padding: 0.375rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  transition: color 0.15s ease-in-out;
}
.header-block__link:hover {
  color: #edb09e;
}
@media (min-width: 768px) {
  .header-block__link {
    padding: 0.5rem;
  }
}

.header-block__icon {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .header-block__icon {
    font-size: 1.625rem;
  }
}

.header-block__label {
  display: none;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .header-block__label {
    display: inline;
  }
}

/* Localisation block dropdown */
.localisation-block {
  position: relative;
}

.localisation-block__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 200px;
  padding: 1rem;
  visibility: hidden;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  transform: translateX(-50%) translateY(0.5rem);
}
@media (max-width: 991.98px) {
  .localisation-block__dropdown {
    right: -0.3125rem;
    left: auto;
    transform: translateY(0.5rem);
  }
}
.localisation-block__dropdown::before {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  content: "";
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .localisation-block__dropdown::before {
    right: 1.125rem;
    left: auto;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .localisation-block__dropdown::before {
    right: 0.9375rem;
  }
}
.localisation-block__dropdown a {
  text-wrap: nowrap;
}

.localisation-block__btn--dark:hover, .localisation-block__btn--dark:active {
  color: #fff !important; /* stylelint-disable-line declaration-no-important */
  background-color: #2e2e2e !important; /* stylelint-disable-line declaration-no-important */
}

.localisation-block:hover .localisation-block__dropdown,
.localisation-block__trigger[aria-expanded=true] + .localisation-block__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 991.98px) {
  .localisation-block:hover .localisation-block__dropdown,
  .localisation-block__trigger[aria-expanded=true] + .localisation-block__dropdown {
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .localisation-block:last-child .localisation-block__dropdown {
    right: -0.3125rem;
    left: auto;
    transform: translateY(0.5rem);
  }
  .localisation-block:last-child .localisation-block__dropdown::before {
    right: 1.125rem;
    left: auto;
    transform: none;
  }
  .localisation-block:last-child:hover .localisation-block__dropdown,
  .localisation-block:last-child .localisation-block__trigger[aria-expanded=true] + .localisation-block__dropdown {
    transform: translateY(0);
  }
}

/* Header logo */
.header-logo__img {
  width: 80px;
}
@media (min-width: 768px) {
  .header-logo__img {
    width: 110px;
  }
}
@media (min-width: 992px) {
  .header-logo__img {
    width: 150px;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.main-footer__content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fef9f5;
}
@media (min-width: 768px) {
  .main-footer__content {
    padding-top: 3rem;
  }
}

.main-footer__content-bottom {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .main-footer__content-bottom {
    margin-top: 3rem;
  }
}

.main-footer__after {
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
  background-color: #fefbf9;
}
@media (min-width: 768px) {
  .main-footer__after {
    padding-bottom: 3rem;
  }
}

/* Footer logo */
.footer-logo {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-logo {
    text-align: left;
  }
}

/* Footer block */
.footer-block-wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-block-wrapper {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e4e2;
  }
}

.footer-block__title {
  margin-bottom: 1.25rem;
}
.footer-block__title.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-block__title.dropdown-toggle:hover {
    text-decoration: underline;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
#checkout .page-wrapper,
#checkout .content-wrapper,
#checkout #main,
#checkout .page-content {
  height: 100%;
}
#checkout .page-wrapper {
  padding-bottom: 0;
}
#checkout .page-content {
  overflow: hidden;
}
@media (min-width: 992px) {
  #checkout .page-content .row.flex-column-reverse {
    height: 100%;
  }
}
#checkout .charity-text {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  #checkout .cart-summary-line {
    border-bottom: none;
  }
}

.checkout-process {
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (min-width: 992px) {
  .checkout-process {
    justify-content: flex-end;
    padding: 3rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1400px) {
  .checkout-process {
    padding-left: 20rem;
  }
}

.cart-summary-card {
  position: relative;
  height: 100%;
  background-color: #fef9f5;
}
@media (max-width: 991.98px) {
  .cart-summary-card .card-body {
    padding: 0.75rem 2rem;
  }
}

.cart-summary-card__toggle-container {
  display: flex;
  justify-content: space-between;
}

.cart-summary-card__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.cart-summary-card__toggle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.cart-summary-card__toggle[aria-expanded=true] .cart-summary-card__text--view {
  display: none;
}
.cart-summary-card__toggle[aria-expanded=true] .cart-summary-card__text--close {
  display: block;
}
.cart-summary-card__toggle[aria-expanded=true] .cart-summary-card__icon--plus {
  display: none;
}
.cart-summary-card__toggle[aria-expanded=true] .cart-summary-card__icon--minus {
  display: block;
}

.cart-summary-card__text {
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
}

.cart-summary-card__text--close {
  display: none;
}

.cart-summary-card__toggle__button {
  display: flex;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  align-items: center;
  margin-left: auto;
}
.cart-summary-card__toggle__button svg {
  font-size: 0.875rem;
}

.cart-summary-card__icon--minus {
  display: none;
}

.cart-summary-card__toggle--infos {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
}

.cart-summary-card__price {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cart-summary-card__price {
    display: none;
  }
}

.cart-summary-card__container {
  position: relative;
  z-index: 99;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .cart-summary-card__container.collapse {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
  }
}

.cart-summary-products__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  list-style-type: none;
}

.cart-summary-product__item {
  display: flex;
  gap: 1rem;
}

.cart-summary-product__infos {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
}

.cart-summary-product__main {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.cart-summary-product__name {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.cart-summary-product__subtitle {
  font-size: 0.75rem;
  color: #5f5f5f;
}

.cart-summary-product__pack {
  font-size: 0.875rem;
}

.cart-summary-produce__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-summary-product__prices--price {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cart-summary-product__prices--regular {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #5f5f5f;
  text-decoration: line-through;
}

.cart-summary-product__prices--free {
  padding: 0.5rem 0.625rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #bba095;
  border-radius: 4px;
}

.cart-summary-subtotal {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #e5e4e2;
}
.cart-summary-subtotal:first-child {
  margin-top: 1rem;
}

.cart-summary-subtotal__label {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}

.cart-summary-subtotal__value {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.cart-summary-total {
  display: flex;
  justify-content: space-between;
  padding: 1.375rem;
  margin-top: 1rem;
  font-weight: 700;
  background-color: #fff;
}

.cart-summary-total__label,
.cart-summary-total__value {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.cart-voucher {
  margin-top: 1rem;
}
.cart-voucher .form-control {
  padding-bottom: 0.75rem;
}

.cart-voucher__list {
  padding-left: 0;
  margin-bottom: 0.5rem;
  list-style-type: none;
}
.cart-voucher__list .cart-summary-line {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cart-voucher__list .cart-summary-line:not(:first-child) {
  border-top: 1px solid #e5e4e2;
}
.cart-voucher__list .cart-summary-line:last-child {
  border-bottom: 1px solid #e5e4e2;
}
.cart-voucher__list .cart-summary-line__value {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.cart-voucher__button {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.checkout-footer {
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.checkout-footer-mobile {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fef9f5;
}

.checkout-footer__label {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .checkout-navigation-desktop {
    min-height: 5rem;
  }
}

.checkout-navigation-desktop__list {
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  justify-content: center;
  width: 100%;
  max-width: 45rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 0;
  margin: auto;
  margin-bottom: 0;
  list-style: none;
}

.checkout-navigation-desktop__item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.checkout-navigation-desktop__item:hover {
  cursor: pointer;
}
.checkout-navigation-desktop__item.-current .checkout-navigation-desktop__number, .checkout-navigation-desktop__item.-complete .checkout-navigation-desktop__number {
  color: #fff;
  background-color: #2e2e2e;
}

.checkout-navigation-desktop__number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  border: 1px solid #2e2e2e;
  border-radius: 50rem;
}

.checkout-navigation-desktop__label {
  margin-bottom: 0;
  font-weight: 600;
}

.checkout-step {
  display: none;
}
.checkout-step.-current {
  display: block;
  width: 100%;
}

.checkout-navigation-mobile {
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.checkout-navigation-mobile__step {
  display: flex;
  align-items: center;
}

.step-details {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.step-title-mobile {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.next-step-title {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #5f5f5f;
}

.progress-ring {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.progress-ring__circle {
  transform: rotate(-90deg);
}

.progress-ring__circle--background,
.progress-ring__circle--progress {
  fill: transparent;
  stroke-width: 4;
}

.progress-ring__circle--background {
  stroke: #dee2e6;
}

.progress-ring__circle--progress {
  stroke: #198754;
  stroke-dasharray: 113.1;
  stroke-dashoffset: 113.1;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.35s;
}

.progress-ring__text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
}

.header-light__backtoshop {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  display: none;
  gap: 0.25rem;
  align-items: center;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
  transform: translateY(-50%);
}
.header-light__backtoshop:hover {
  color: #edb09e;
}
@media (min-width: 992px) {
  .header-light__backtoshop {
    display: flex;
  }
}

#checkout-personal-information-step .nav-link {
  padding: 0;
  margin-bottom: 1.5rem;
  color: #2e2e2e;
  text-decoration: underline;
}
#checkout-personal-information-step .nav-link:hover {
  text-decoration: none;
}
#checkout-personal-information-step .nav-link.active {
  display: none;
}

.delivery-address {
  margin-bottom: 2rem;
}

.address-selector {
  margin-bottom: 2rem;
}

.address-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border: 2px solid #e5e4e2;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out;
}
.address-item:hover {
  cursor: pointer;
}
.address-item.selected {
  border-color: #edb09e;
}

.address-item-header__alias {
  margin-bottom: 1rem;
}
.address-item-header__alias::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.address-item-header__address {
  font-size: 0.8125rem;
}

.address-item-footer {
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  padding-top: 0.5rem;
  margin-top: auto;
}

.previous-step {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
}

.address-item-footer__btn {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.address-item-footer__btn:hover {
  color: #edb09e;
}

.address-item-footer__btn-icon {
  width: 1rem;
  height: 1rem;
  font-size: 1em;
}

.checkout-addresses-step__footer,
.checkout-shipping-step__footer,
.checkout-payment-step__footer {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 0.625rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.checkout-previous-btn {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.checkout-previous-btn svg {
  width: 1.25rem;
}

.checkout-addresses-step__btn-add {
  margin-bottom: 1rem;
}

.address-delivery .form-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.delivery-options-list__fields {
  margin-bottom: 2rem;
}

.delivery-options {
  margin-bottom: 1rem;
}

.delivery-option {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .delivery-option {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

.carrier-extra-content {
  position: relative;
  z-index: 3;
  padding-left: 1.125rem;
}
.carrier-extra-content .colissimo-pickup-point-address {
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}

.delivery-option-row {
  position: relative;
  background: #fff;
  border-radius: 0.375rem;
}
.delivery-option-row:hover {
  cursor: pointer;
}
.delivery-option-row:not(:last-child) {
  margin-bottom: 0.625rem;
}

.delivery-option__input {
  margin-top: 0;
}
.delivery-option__input + .delivery-option__label::after {
  border-color: #e5e4e2;
}
.delivery-option__input:checked + .delivery-option__label::after {
  border-color: #edb09e;
}

.delivery-option__label {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  width: 100%;
}
.delivery-option__label::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid transparent;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out;
}
.delivery-option__label table {
  position: relative;
  z-index: 10;
}

.delivery-option__logo {
  max-width: 60px;
}

.delivery-option__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.625rem 1rem;
}
@media (min-width: 768px) {
  .delivery-option__content {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .delivery-option__name-and-delay {
    flex: 1 1 280px;
  }
}

.delivery-option__name {
  font-size: 0.875rem;
}

.delivery-option__delay {
  max-width: 60ch;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.delivery-option__type-and-price {
  display: flex;
  flex: 1 1 0%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .delivery-option__type-and-price {
    flex: 0 0 180px;
    margin-left: auto;
  }
}

.delivery-option__type {
  display: flex;
  gap: 0.25rem 0.375rem;
  align-items: center;
}
@media (min-width: 768px) {
  .delivery-option__type {
    flex: 1 1 0%;
    flex-direction: column;
  }
}

.delivery-option__price {
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .delivery-option__price {
    flex: 1 1 0%;
  }
}

.payment-option-wrapper {
  position: relative;
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.375rem;
}
.payment-option-wrapper img {
  height: 1.25rem;
  margin-left: auto;
}
.payment-option-wrapper:not(:last-child) {
  margin-bottom: 0.625rem;
}
.payment-option-wrapper .paypal-mark {
  padding: 0;
  margin: 0;
}

.payment-option {
  display: flex;
  align-items: center;
  width: 100%;
}
.payment-option .payment-option__input {
  margin-top: 0;
}
.payment-option .payment-option__input + .payment-option__label::after {
  border-color: #e5e4e2;
}
.payment-option .payment-option__input:checked + .payment-option__label::after {
  border-color: #edb09e;
}

.payment-option__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0.125rem;
  margin-left: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.payment-option__label::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid transparent;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out;
}

.payment-option__description {
  padding-left: 1.5rem;
  margin-top: 1rem;
  font-size: 0.8125rem;
}
.payment-option__description p {
  margin-bottom: 0;
}

.payment-conditions-list {
  padding-left: 0;
  list-style-type: none;
}

#order-confirmation .page-header {
  display: none;
}
#order-confirmation .page-content {
  padding-top: 3rem;
}

.order-confirmation__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  background: #ffece1;
  border-radius: 50rem;
}
.order-confirmation__icon svg {
  width: 3.625rem;
  height: 3.625rem;
}

.order-confirmation__title {
  margin-bottom: 2rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .account-transformation-form__wrapper {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .account-transformation-form__wrapper {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .account-transformation-form__wrapper {
    max-width: 50%;
  }
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.page-index .page-wrapper {
  padding-bottom: 0;
}
.page-index .page-content > div:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-index .page-content > div:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.home-seo-description {
  position: relative;
  margin-bottom: 1rem !important; /* stylelint-disable-line declaration-no-important */
}
.home-seo-description::after {
  position: absolute;
  top: -1.5rem;
  width: 100%;
  height: 1px;
  content: "";
  background: #e5e4e2;
}
@media (min-width: 768px) {
  .home-seo-description {
    margin-top: -3rem;
    margin-bottom: 3rem !important; /* stylelint-disable-line declaration-no-important */
  }
  .home-seo-description::after {
    display: none;
  }
}
.home-seo-description h1, .home-seo-description .h1,
.home-seo-description h2,
.home-seo-description .h2 {
  text-align: center;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .home-seo-description h1, .home-seo-description .h1,
  .home-seo-description h2,
  .home-seo-description .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .home-seo-description h1 span, .home-seo-description .h1 span,
  .home-seo-description h2 span,
  .home-seo-description .h2 span {
    display: block;
  }
}

.blog .main-wrapper,
.archive .main-wrapper {
  padding-top: 2rem;
}
.blog .page-header,
.archive .page-header {
  padding-top: 0;
}
.blog .search-form__field.form-control:focus-visible, .blog .search-form__field.form-control:focus,
.archive .search-form__field.form-control:focus-visible,
.archive .search-form__field.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.blog #searchform,
.archive #searchform {
  padding: 0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
#search .category-header__title {
  text-align: center;
}
#search .product-list-top {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  #search .product-list-top::before {
    position: absolute;
    top: -1rem;
    left: 50%;
    width: calc(100% + 5rem);
    height: 1px;
    content: "";
    background: #e5e4e2;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  #search .product-list-top::before {
    width: calc(100% + 2.5rem);
  }
}
#search .product-list-main-tab-nav {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: center;
  margin-bottom: 3rem;
  border-bottom: 0;
}
#search .product-list-main-tab-nav__link {
  border: none;
}

@media (min-width: 768px) {
  .page-category .page-breadcrumb {
    position: absolute;
  }
}
.page-category .page-wrapper {
  padding-bottom: 0;
  overflow: hidden;
}

.category-header {
  padding: 0;
  margin-bottom: 3rem;
  overflow: hidden;
}

.category-header--has-image {
  margin-bottom: 3rem;
  text-align: left;
  background-color: #fffefd;
}
.category-header--has-image .category-header__infos {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .category-header--has-image .category-header__infos {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .category-header--has-image .category-header__infos {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.category-header__infos {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fef9f5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .category-header__infos {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .category-header__infos {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .category-header__infos {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .category-header__infos {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .category-header__infos {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .category-header__infos {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
.category-header__infos .main-link {
  text-align: center;
}
@media (min-width: 768px) {
  .category-header__infos .main-link {
    text-align: left;
  }
}
.category-header__infos .js-readmore + [data-readmore-toggle] {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    transform: translateX(0);
    left: 1.25rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    left: 1.875rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    left: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    left: 3.75rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    left: 3.75rem;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .category-header__infos .js-readmore + [data-readmore-toggle] {
    left: 5rem;
  }
}

.category-header__title {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .category-header__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .category-header__title {
    text-align: left;
  }
}

.category-header__description {
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .category-header__description {
    text-align: left;
  }
}

.category-header__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/3;
}
@media (min-width: 768px) {
  .category-header__image-img {
    aspect-ratio: 9/4;
  }
}

.product-list-top {
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .product-list-top {
    margin-top: -2rem;
  }
}
@media (max-width: 1199.98px) {
  .product-list-top::after {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    width: calc(100% + 5rem);
    height: 1px;
    content: "";
    background: #e5e4e2;
    transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .product-list-top::after {
    width: calc(100% + 2.5rem);
  }
}

.product-list-top__filter-btn {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #2e2e2e;
  background-color: transparent;
  border: none;
}
@media (max-width: 1199.98px) {
  .product-list-top__filter-btn::after {
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 1px;
    height: calc(100% + 40px);
    content: "";
    background: #e5e4e2;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .product-list-top__filter-btn {
    width: 100%;
  }
  .product-list-top__filter-btn::after {
    height: calc(100% + 30px);
  }
}
.product-list-top__filter-btn span {
  width: 1.25rem;
  height: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: #2e2e2e;
  background-color: #edb09e;
  border-radius: 50rem;
}
.product-list-top__filter-btn svg {
  margin-left: 2rem;
}
@media (max-width: 767.98px) {
  .product-list-top__filter-btn svg {
    margin-left: auto;
  }
}

.sort-dropdown {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.sort-dropdown .dropdown-toggle.show::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}
.sort-dropdown .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  transition: all 0.25s ease-in-out;
}
.sort-dropdown .dropdown-toggle:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
}

.sort-dropdown__label {
  display: none;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .sort-dropdown__label {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .sort-dropdown__btn {
    display: block;
    width: 100%;
    padding-left: 1.5rem;
    font-family: Montserrat, sans-serif;
    color: inherit;
    text-decoration: none;
  }
  .sort-dropdown__btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .sort-dropdown__btn {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2e2e2e;
    background-color: #fef9f5;
    border: 1px solid #fef9f5;
    border-radius: 2rem;
  }
  .sort-dropdown__btn:hover, .sort-dropdown__btn:active {
    color: inherit !important; /* stylelint-disable-line declaration-no-important */
    background-color: #ffece1 !important; /* stylelint-disable-line declaration-no-important */
    border-color: #ffece1 !important; /* stylelint-disable-line declaration-no-important */
  }
  .sort-dropdown__btn.show {
    color: inherit;
    background-color: #ffece1;
    border-color: #ffece1;
  }
}

.product-list-pagination {
  margin-top: 3rem;
}
.product-list-pagination .pagination {
  justify-content: center;
  margin-bottom: 0;
}

.js-offcanvas-filters .offcanvas-body {
  padding-top: 0;
}

#search_filters {
  margin-top: 1rem;
}

.facet:not(:last-child) {
  margin-bottom: 1.25rem;
}
.facet .form-check {
  position: relative;
  display: flex;
  gap: 0.5rem;
  padding-left: 1rem;
  border: 1px solid #e5e4e2;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.facet .form-check:hover {
  background-color: #ffece1;
  border-color: #ffece1;
}
.facet .form-check:hover .form-check-label {
  cursor: pointer;
}
.facet .form-check:not(:last-child) {
  margin-bottom: 0.5rem;
}
.facet .form-check .form-check-input {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.facet .form-check .form-check-input:checked + .form-check-label {
  color: #2e2e2e;
}
.facet .form-check .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1.25rem 0.5rem 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  cursor: pointer;
  transition: color 0.25s ease-in-out;
}
.facet .form-check-active {
  background-color: #ffece1;
  border-color: #ffece1;
}
.facet .magnitude {
  font-size: 0.875em;
  font-weight: 400;
}

.facet-more-less {
  display: flex;
  gap: 1.125rem;
  align-items: center;
  justify-content: center;
}
.facet-more-less button {
  padding: 0.3125rem 0;
  text-decoration: none;
}
.facet-more-less button::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #2e2e2e;
  transition: width 0.3s;
}
.facet-more-less button:hover::after {
  width: 100%;
  opacity: 1;
}

.facet-title {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.faceted-slider {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faceted-slider .ui-widget-content {
  border-color: #e5e4e2;
}
.faceted-slider .ui-slider .ui-slider-handle {
  top: -5px;
  width: 0.875rem;
  height: 0.875rem;
  background: #fff;
  border: 1px solid #edb09e;
  border-radius: 50rem;
}
.faceted-slider .ui-slider .ui-slider-handle:focus {
  border-color: #2e2e2e;
  outline: none;
}
.faceted-slider .ui-widget-header {
  background: #edb09e;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.active-filters__item {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  background-color: #ffece1;
  border-radius: 50rem;
}
.active-filters__item a {
  display: flex;
  margin-left: 0.5rem;
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  transition: opacity 0.15s ease-in-out;
}
.active-filters__item a:hover {
  opacity: 0.5;
}
.active-filters__item .feather-icon {
  font-size: 1em;
}

.product-list-packs {
  border-radius: 0.625rem;
  padding: 2rem 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #fffefd;
}
@media (min-width: 768px) {
  .product-list-packs {
    padding: 2rem 1.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product-list-packs {
    padding: 2rem;
    padding-bottom: 0;
  }
}
.product-list-packs .swiper-slide {
  height: auto;
}
.product-list-packs .product-miniature {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
}
.product-list-packs .product-miniature__content {
  padding: 1rem;
}
.product-list-packs .swiper-button-prev {
  left: 0;
}
.product-list-packs .swiper-button-next {
  right: 0;
}

.product-list-packs__title {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .product-list-packs__title {
    font-size: 1.5rem;
  }
}

.product-list__products-count {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.product-list-default {
  padding-top: 2rem;
  text-align: center;
  background-color: #fff;
}
.product-list-default h2, .product-list-default .h2 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .product-list-default h2, .product-list-default .h2 {
    font-size: 1.5rem;
  }
}

.category-seo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 3rem;
  background-color: #fef9f5;
}
.category-seo .main-link {
  font-weight: 600;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.page-product .page-content > div:not(:last-child) {
  margin-bottom: 5rem;
}
.page-product .page-wrapper {
  padding-bottom: 0;
}

/* Product images */
.product-images {
  display: flex;
  flex-direction: column-reverse;
}
.product-images [data-zoom] {
  cursor: crosshair;
}
@media (min-width: 992px) {
  .product-images .swiper-pagination {
    display: none;
  }
}

.product-images__main .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}
.product-images__main .swiper-slide--video .cpb-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-images__main .swiper-slide--video .cpb-video-wrapper iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 5px;
}
.product-images__main .swiper-slide--video .cpb-video-wrapper .cpb-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  touch-action: manipulation;
  cursor: pointer;
}

.swiper-slide--video-thumb .vimeo-thumb {
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide--video-thumb.vimeo-thumb--error {
  background-color: #e9ecef;
}
.swiper-slide--video-thumb.vimeo-thumb--error .vimeo-thumb {
  visibility: hidden;
}

.product-stickers-resume {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}

.product-stickers-cover {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 99;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  align-items: flex-start;
}
.product-stickers-cover .product-sticker__img {
  height: 3.2rem;
}

.product-images__thumbs {
  position: relative;
  display: none;
  gap: 0.75rem;
  align-items: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .product-images__thumbs {
    display: flex;
  }
}
.product-images__thumbs .swiper-product-thumbs {
  flex: 1 1 0%;
}
.product-images__thumbs .vimeo-thumb--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #2e2e2e;
  border-radius: 50rem;
  transform: translate(-50%, -50%);
}
.product-images__thumbs .vimeo-thumb--wrapper svg {
  margin-left: 2px;
  font-size: 1.25rem;
  color: #fff;
}
.product-images__thumbs .swiper-slide {
  height: auto;
}
.product-images__thumbs .swiper-slide img {
  height: 100%;
}
.product-images__thumbs .swiper-button-prev,
.product-images__thumbs .swiper-button-next {
  position: static;
  flex-shrink: 0;
  height: 1.125rem;
  margin-top: 0.75rem;
  background-color: transparent;
}
.product-images__thumbs .swiper-button-prev:hover,
.product-images__thumbs .swiper-button-next:hover {
  background-color: inherit;
}

/* Product flags */
.product-flags-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-flags,
.product-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* Product name */
.product-name {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.625rem;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 1200px) {
  .product-name {
    font-size: 2rem;
  }
}

.product-subtitle {
  font-size: 0.8125rem;
}

.product-subinfos-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.product-subinfos-reviews .netreviews_stars_light {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  margin-top: 0;
  margin-bottom: 0;
}
.product-subinfos-reviews .netreviews_stars_light-link {
  font-size: 0.8125rem;
  text-decoration: none;
}
.product-subinfos-reviews .netreviews_stars_light-link:hover {
  color: #edb09e;
}
.product-subinfos-reviews .rating-stars__empty-star,
.product-subinfos-reviews .rating-stars__full-star {
  width: 0.875rem;
  height: 0.875rem;
}
.product-subinfos-reviews .rating-stars__grade {
  display: none;
}

.product-reviews .review__header {
  transition: color 0.15s ease-in-out;
}
.product-reviews .review__header:hover {
  color: #edb09e !important; /* stylelint-disable-line declaration-no-important */
}
.product-reviews .stars__rating {
  font-size: 0.8125rem;
  font-weight: 600;
}
.product-reviews .skeepers_product__stars.stars-cursor .review__header:hover .stars__rating {
  text-decoration: none !important; /* stylelint-disable-line declaration-no-important */
}

.product-format {
  font-size: 0.8125rem;
  font-weight: 600;
}

.product-keyword {
  padding: 0.5rem 0.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #2e2e2e;
  border-radius: 20px;
}

/* Product description short */
.product-description-short {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.product-description-short > :last-child {
  margin-bottom: 0;
}
.product-description-short ul,
.product-description-short ol {
  padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
  margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
  list-style-type: none !important; /* stylelint-disable-line declaration-no-important */
}

/* Product prices */
.product-prices {
  margin-bottom: 1rem;
}

.product-main-price {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: baseline;
}

.product-main-price__regular-price {
  color: #495057;
  text-decoration: line-through;
}

.product-main-price__price {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .product-main-price__price {
    font-size: 1.5rem;
  }
}
.product-main-price__price.has-discount {
  color: #edb09e;
}

.product-main-price__tax-label {
  font-size: 0.625em;
}

.old-price {
  text-decoration: line-through;
}

/* Product discounts */
.product-discounts {
  margin-bottom: 1.5rem;
}

.product-discounts__content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1rem;
  background-color: #fdf7f5;
}
.product-discounts__content strong {
  font-weight: 600;
  color: #edb09e;
}

/* Product variants & clusters */
.product-variants,
.product-clusters {
  margin-bottom: 2rem;
}

.product-clusters {
  margin-top: 2rem;
}
.product-clusters + .product-variants {
  margin-top: -1rem;
}

.product-variant:not(:last-child),
.product-cluster:not(:last-child) {
  margin-bottom: 1rem;
}

.product-cluster {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .product-cluster {
    gap: 0.75rem;
  }
}
.product-cluster:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .product-cluster:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.product-cluster .chip-group {
  row-gap: 1rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: flex-start;
}
.product-cluster .chip-color.chip {
  --chip-border-width: 0;
  --chip-active-border-color: transparent;
  --chip-active-border-width: 0;
  position: relative;
  width: inherit;
  height: inherit;
  border: none;
}
.product-cluster .chip-color.chip .chip-input:checked ~ .chip-label-color {
  border: 1px solid #2e2e2e;
  border-radius: 50rem;
}
.product-cluster .chip-color.chip .chip-label-color {
  width: 1.75rem;
  padding: 0;
}
.product-cluster .chip-color.chip .chip-label-color img {
  border-radius: 50rem;
}
.product-cluster .chip-color.chip-color--selected {
  margin-bottom: 1rem;
}
.product-cluster .chip-color.chip-color--selected .product-cluster__label-new {
  background-color: #fff;
}
.product-cluster .chip {
  border: 1px solid #e5e4e2;
  border-radius: 4px;
}
.product-cluster .chip-label {
  padding: 7px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  --chip-border-width: 0;
  --chip-active-border-color: transparent;
  --chip-active-border-width: 0;
  font-weight: 400;
}
.product-cluster .chip-input:checked ~ .chip-label {
  font-weight: 600;
  color: inherit;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
}

.product-cluster__label {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .product-cluster__label {
    margin-bottom: 1rem;
  }
}

.product-cluster__label-value {
  position: absolute;
  left: 50%;
  margin-top: 0.125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #5f5f5f;
  text-align: center;
  text-wrap: nowrap;
  transform: translateX(-50%);
}

.product-cluster__label-new {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  padding: 0 0.1563rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.8125rem;
  line-height: 12px;
  text-transform: lowercase;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #2e2e2e;
  border-radius: 2px;
  transform: translateX(-50%);
}

/* Product allowed quantities */
.product-allowed-quantities {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .product-allowed-quantities {
    margin-bottom: 1.5rem;
  }
}

.product-allowed-quantities__dropdown-toggle {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 1px solid #e5e4e2;
}
.product-allowed-quantities__dropdown-toggle::after {
  flex-grow: 0;
  width: 2rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232e2e2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
  border-left: 1px solid #e5e4e2;
}
@media (min-width: 992px) {
  .product-allowed-quantities__dropdown-toggle {
    display: none;
  }
}
.product-allowed-quantities__dropdown-toggle .product-allowed-quantity {
  flex: 1 1 0%;
  padding: 0.5rem 0.75rem;
}

.product-allowed-quantities__dropdown-menu {
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-border-color: #e5e4e2;
  --bs-dropdown-border-radius: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .product-allowed-quantities__dropdown-menu {
    position: static;
    display: block;
  }
}

.product-allowed-quantities__dropdown-item {
  padding: 0;
}
.product-allowed-quantities__dropdown-item:hover, .product-allowed-quantities__dropdown-item:active {
  color: inherit;
  background-color: transparent;
}
@media (min-width: 992px) {
  .product-allowed-quantities__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #e5e4e2;
  }
}

.product-allowed-quantities__form-check {
  position: relative;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  background-color: rgba(255, 193, 7, 0.2);
}
@media (min-width: 992px) {
  .product-allowed-quantities__form-check {
    padding-left: 2.625rem;
  }
}

.product-allowed-quantities__form-check-input {
  display: none;
}
@media (min-width: 992px) {
  .product-allowed-quantities__form-check-input {
    display: block;
  }
}
.product-allowed-quantities__form-check-input:checked ~ .product-allowed-quantities__form-check-label {
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .product-allowed-quantities__form-check-input:checked ~ .product-allowed-quantities__form-check-label {
    background-color: transparent;
    outline: 2px solid #ffece1;
    outline-offset: -2px;
  }
}

.product-allowed-quantities__form-check-label {
  display: block;
  cursor: pointer;
}

.product-allowed-quantity {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}

.product-allowed-quantity__title {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 600;
}

.product-allowed-quantity__label {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #ffece1;
}

.product-allowed-quantity__description {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}

.product-allowed-quantity__prices {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.product-allowed-quantity__regular-price {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--bs-secondary-color);
  text-decoration: line-through;
}

.product-allowed-quantity__price {
  font-weight: 600;
}

/* Product availability */
.product-availability {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 1rem;
  background-color: var(--availability-bg);
  border-radius: 4px;
}

.product-availability--available {
  --availability-color: #198754;
  --availability-bg: #d1e7dd;
}

.product-availability--unavailable {
  --availability-color: #F02E38;
  --availability-bg: #FFECED;
}

.product-availability--last_remaining_items {
  --availability-color: $black;
  --availability-bg: #fff3cd;
}

.product-availability__label {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--availability-color);
}

/* Product quantity */
.product-quantity__add {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (max-width: 991.98px) {
  .product-quantity__add {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding-top: 0.75rem;
    background-color: #fff;
    border-top: 1px solid #c1c1c1;
    box-shadow: 0 1rem 3rem rgba(46, 46, 46, 0.175);
  }
}
@media (min-width: 576px) {
  .product-quantity__add {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .product-quantity__add {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .product-quantity__add {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .product-quantity__add {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .product-quantity__add {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .product-quantity__add {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .product-quantity__add .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-quantity__add .btn {
    max-width: 20rem;
  }
}
.product-quantity__add .charity-text {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .product-quantity__add .charity-text {
    width: 100%;
    padding-bottom: 0.75rem;
    text-align: center;
  }
}

.product-buy-in-pharmacy {
  display: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
@media (min-width: 992px) {
  .product-buy-in-pharmacy {
    display: block;
  }
}
.product-buy-in-pharmacy:hover {
  color: #edb09e;
}

/* Product tabs */
@media (max-width: 991.98px) {
  .product-tabs {
    margin-bottom: 2rem !important; /* stylelint-disable-line declaration-no-important */
  }
}
.product-tabs .cpb-video__image {
  aspect-ratio: 7/4;
}
@media (min-width: 992px) {
  .product-tabs .cpb-video__image {
    aspect-ratio: 7/6;
  }
}
.product-tabs .cpb-video-wrapper {
  aspect-ratio: 1/1;
}
.product-tabs iframe {
  width: 100%;
  height: 100%;
}

.product-tabs__nav {
  display: none;
}
@media (min-width: 992px) {
  .product-tabs__nav {
    display: flex;
    row-gap: 1rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.product-tabs__nav .product-tabs__nav-link {
  font-size: calc(1.275rem + 0.3vw);
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #979797;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .product-tabs__nav .product-tabs__nav-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-tabs__nav .product-tabs__nav-link {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .product-tabs__nav .product-tabs__nav-link {
    font-size: 1.5rem;
  }
}
.product-tabs__nav .product-tabs__nav-link::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 86%;
  height: 1px;
  content: "";
  background-color: #2e2e2e;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  transform: translateX(-50%);
}
.product-tabs__nav .product-tabs__nav-link:focus-visible {
  box-shadow: none;
}
.product-tabs__nav .product-tabs__nav-link:hover::after {
  opacity: 1;
}
.product-tabs__nav .product-tabs__nav-link.active {
  color: #2e2e2e;
  background-color: #fff;
}
.product-tabs__nav .product-tabs__nav-link.active::after {
  opacity: 1;
}

.product-tabs__tab-pane {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  .product-tabs__tab-pane {
    display: block !important;
  }
  .product-tabs__tab-pane:not(:last-child) {
    border-bottom: 1px solid #e5e4e2;
  }
}

.product-tabs__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-tabs__title {
    display: none;
  }
}

.product-tabs__title-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #979797;
  background-color: transparent;
  border-width: 0;
}

@media (max-width: 991.98px) {
  .product-tabs__collapse {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .product-tabs__collapse {
    display: block !important;
  }
}

/* Product active principles */
.product-active-principles {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .product-active-principles {
    margin-bottom: 2rem;
  }
}

.product-active-principle {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-active-principle {
    flex-direction: column;
    text-align: center;
  }
}

.product-active-principle__content {
  font-size: 0.875rem;
  line-height: 1.25;
  text-wrap: balance;
}

.product-active-principle__image {
  width: 5rem;
  border-radius: 50%;
}

.product-active-principle__title {
  margin-bottom: 0.375rem;
  font-weight: 600;
}

.product-active-principle__description {
  margin-bottom: 0;
}

/* Product ingredients */
#ingredients_template .ingredient,
.product-ingredients .ingredient {
  position: relative;
  cursor: pointer;
}
#ingredients_template .ingredient .desc,
.product-ingredients .ingredient .desc {
  position: absolute;
  top: calc(100% + 2px);
  left: calc(50% - 125px);
  z-index: 1;
  display: none;
  width: 250px;
  height: auto;
  padding: 25px 35px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #edb09e;
}
#ingredients_template .ingredient:hover,
.product-ingredients .ingredient:hover {
  border-bottom: 2px solid #edb09e;
}
#ingredients_template .ingredient:hover .desc,
.product-ingredients .ingredient:hover .desc {
  display: block;
}
#ingredients_template strong,
.product-ingredients strong {
  font-weight: 700;
}

/* Product routine */
.product-routine {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fef9f5;
}
@media (max-width: 991.98px) {
  .product-routine .swiper-button-prev,
  .product-routine .swiper-button-next {
    display: none;
  }
}
.product-routine .swiper-backface-hidden .swiper-slide {
  transform: none;
}
.product-routine .swiper-slide {
  height: auto;
}
.product-routine .swiper-slide.swiper-slide-active:not(:last-child)::after, .product-routine .swiper-slide.swiper-slide-next:not(:last-child)::after {
  position: absolute;
  top: calc(50% - 1.5625rem);
  right: -2.3125rem;
  z-index: 99999;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  background-color: #ffece1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.75rem;
  border: 2px solid #ffece1;
  border-radius: 50%;
}
.product-routine .product-miniature {
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
}
.product-routine .product-miniature__content {
  padding: 1rem;
}

.product-routine__infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 992px) {
  .product-routine__infos {
    align-items: baseline;
  }
}

.product-routine__title {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  text-wrap: balance;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .product-routine__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .product-routine__title {
    margin-bottom: 2.5rem;
  }
}

.product-routine__price {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0.75rem;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1200px) {
  .product-routine__price {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .product-routine__price {
    margin-bottom: 1.5rem;
  }
}

.product-routine__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Product FAQ */
.product-faq .faq-item {
  border-bottom: 1px solid #e5e4e2;
}
.product-faq .faq-item:first-child .faq-question {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .product-faq .faq-item:last-child {
    border-bottom: none;
  }
}
.product-faq .faq-item.active .faq-question::after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9216 28.8431C22.6102 28.8431 28.8431 22.6102 28.8431 14.9216C28.8431 7.2329 22.6102 1 14.9216 1C7.2329 1 1 7.2329 1 14.9216C1 22.6102 7.2329 28.8431 14.9216 28.8431Z' stroke='%232E2E2E' stroke-width='0.75' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.625 15.25H14.375C14.375 15.25 14.655 15.25 15 15.25C15.345 15.25 15.625 15.25 15.625 15.25H19.375C19.72 15.25 20 14.97 20 14.625C20 14.28 19.72 14 19.375 14L15.625 14C15.625 14 15.345 14 15 14C14.655 14 14.375 14 14.375 14L10.625 14C10.28 14 10 14.28 10 14.625C10 14.97 10.28 15.25 10.625 15.25Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
}
.product-faq .faq-item.active .faq-answer {
  display: block;
}
.product-faq .faq-question {
  position: relative;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
.product-faq .faq-question::after {
  flex-shrink: 0;
  width: 1.75em;
  height: 1.75em;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9216 28.8431C22.6102 28.8431 28.8431 22.6102 28.8431 14.9216C28.8431 7.2329 22.6102 1 14.9216 1C7.2329 1 1 7.2329 1 14.9216C1 22.6102 7.2329 28.8431 14.9216 28.8431Z' stroke='%232E2E2E' stroke-width='0.75' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.625 15.25H14.375C14.375 15.25 14.655 15.25 15 15.25C15.345 15.25 15.625 15.25 15.625 15.25H19.375C19.72 15.25 20 14.97 20 14.625C20 14.28 19.72 14 19.375 14L15.625 14C15.625 14 15.345 14 15 14C14.655 14 14.375 14 14.375 14L10.625 14C10.28 14 10 14.28 10 14.625C10 14.97 10.28 15.25 10.625 15.25Z' fill='%232E2E2E'/%3E%3Cpath d='M15.625 19L15.625 15.25C15.625 15.25 15.625 14.97 15.625 14.625C15.625 14.28 15.625 14 15.625 14L15.625 10.25C15.625 9.905 15.345 9.625 15 9.625C14.655 9.625 14.375 9.905 14.375 10.25L14.375 14C14.375 14 14.375 14.28 14.375 14.625C14.375 14.97 14.375 15.25 14.375 15.25L14.375 19C14.375 19.345 14.655 19.625 15 19.625C15.345 19.625 15.625 19.345 15.625 19Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-faq .faq-answer {
  display: none;
  padding-bottom: 1rem;
  margin-right: 1.25rem;
}
.product-faq .faq-answer > :last-child {
  margin-bottom: 0;
}

.product-faq-noquestion {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
}

.product-faq-noanwser {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
  margin-top: 2rem;
  text-align: center;
  background-color: #fef9f5;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .product-faq-noanwser {
    flex-direction: row;
    margin-top: 3rem;
    text-align: left;
  }
}

.product-faq-noanswer__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .product-faq-noanswer__title {
    margin-bottom: 1rem;
  }
}

.product-faq-noanswer__subtitle {
  margin-bottom: 0.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.product-faq-noanswer__subtitle:hover {
  color: #edb09e;
}

.product-faq-noanswer__infos {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.product-faq-noanswer__contacts {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  row-gap: 0.75rem;
  align-items: flex-end;
  justify-content: center;
}
.product-faq-noanswer__contacts a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.product-faq-noanswer__contacts a:hover {
  color: #edb09e;
}

/* Product featured */
.featured-products-container {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .featured-products-container {
    max-width: 75%;
  }
}
.featured-products-container .swiper-scrollbar {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .featured-products-container .swiper-scrollbar {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .featured-products-container .swiper-scrollbar::after {
    position: absolute;
    top: 0;
    left: -1rem;
    z-index: -1;
    width: 109%;
    height: 102%;
    content: "";
    background: #fef9f5;
  }
}

.featured-products {
  position: relative;
}
.featured-products .swiper {
  overflow: hidden;
}
.featured-products .swiper-slide {
  height: auto;
}
.featured-products .swiper-button-prev,
.featured-products .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background-size: 1rem;
}
@media (max-width: 767.98px) {
  .featured-products .swiper-button-prev,
  .featured-products .swiper-button-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .featured-products .swiper-scrollbar {
    display: none;
  }
}
.featured-products .swiper-button-prev {
  left: 0.25rem;
  transform: translateY(-50%) rotate(180deg);
}
.featured-products .swiper-button-next {
  right: 0.25rem;
  transform: translateY(-50%);
}

.featured-product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.5;
  background-color: #fef9f5;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .featured-product {
    flex-direction: row;
  }
}

.featured-products-container:has(+ .crea-banners-wrapper.promotional) .featured-product {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.featured-product__content {
  display: flex;
  flex: 1 1 70%;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .featured-products--multiple .featured-product__content {
    padding: 1rem 2.5rem;
  }
}

.featured-product__infos {
  display: inline-flex;
  flex-direction: column;
}

.featured-product__name {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2e2e2e;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.featured-product__name:hover {
  color: #edb09e;
}

.featured-product__subtitle {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.featured-product__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
}
@media (max-width: 767.98px) {
  .featured-product__btn .old-price,
  .featured-product__btn .featured-product__price-sep {
    display: none;
  }
}

.featured-product__title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.featured-product__image {
  flex-shrink: 0;
  width: 8.125rem;
  height: 8.125rem;
}

.charity-text {
  font-size: 14px;
}

.product-shades-findation {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: 2rem;
}

.product-findation {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.product-findation__icon {
  display: none;
}

.product-shades-guide__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-shade {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid transparent;
  border-radius: 50%;
}

#modal-shades-guide .swiper-slide {
  max-height: 450px;
}
#modal-shades-guide .nav-link:hover {
  color: inherit;
}
#modal-shades-guide .nav-link.active .custom-shade {
  border: 1px solid #2e2e2e;
}
#modal-shades-guide .small {
  display: block;
  margin-top: 0.5rem;
}
#modal-shades-guide .modal-shades-guide__label {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
#modal-shades-guide .tab-pane {
  overflow: hidden;
}
#modal-shades-guide .swiper-shades-guide {
  margin-bottom: 2rem;
}
#modal-shades-guide .swiper {
  overflow: visible;
}
#modal-shades-guide .swiper img {
  width: 100%;
}
#modal-shades-guide .swiper-pagination {
  bottom: -38px;
}
#modal-shades-guide .shade-select {
  position: relative;
  width: 260px;
}
#modal-shades-guide .shade-select-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
#modal-shades-guide .shade-selected-option {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#modal-shades-guide .shade-selected-option .shade-title {
  flex-grow: 1;
}
#modal-shades-guide .shade-selected-option .caret {
  margin-left: 10px;
  font-size: 12px;
}
#modal-shades-guide .shade-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#modal-shades-guide .shade-select-option {
  display: flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
#modal-shades-guide .shade-select-option.active, #modal-shades-guide .shade-select-option:hover {
  background-color: #f0f0f0;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.page-customer-account .checkout-previous-btn {
  display: none;
}

/* Account header */
.page-account-header {
  margin-bottom: 2rem;
}

.account-header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .account-header {
    margin-bottom: 3rem;
  }
}

.account-header__image {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .account-header__image {
    aspect-ratio: 16/6;
  }
}
@media (min-width: 992px) {
  .account-header__image {
    aspect-ratio: 16/4;
  }
}
@media (min-width: 1200px) {
  .account-header__image {
    max-height: 16.25rem;
    aspect-ratio: 16/3;
  }
}

.account-header__infos {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 1.25rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 1.875rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 3.75rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 3.75rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .account-header__infos {
    top: inherit;
    bottom: 2rem;
    left: 0;
    align-items: flex-start;
    transform: none;
  }
}

.account-header__infos--name {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .account-header__infos--name {
    font-size: 2rem;
  }
}
.account-header__infos--name::first-letter {
  text-transform: uppercase;
}

.account-header-loyalty {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 2.5rem);
  padding: 1rem;
  background-color: #fef9f5;
  border-radius: 5px;
  transform: translateX(-50%);
  margin-right: 1.25rem;
}
@media (min-width: 576px) {
  .account-header-loyalty {
    margin-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .account-header-loyalty {
    margin-right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-header-loyalty {
    margin-right: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .account-header-loyalty {
    margin-right: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .account-header-loyalty {
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .account-header-loyalty {
    bottom: 2rem;
    width: calc(100% - 5rem);
    padding: 1.875rem 2rem;
  }
}
@media (min-width: 992px) {
  .account-header-loyalty {
    top: 50%;
    right: 0;
    bottom: inherit;
    left: inherit;
    align-items: center;
    width: inherit;
    height: calc(100% - 3rem);
    padding: 1.875rem 3.75rem;
    transform: translateY(-50%);
  }
}

.account-header-loyalty--label-and-value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .account-header-loyalty--label-and-value {
    align-items: center;
  }
}

.account-header-loyalty--top {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .account-header-loyalty--top {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}

.account-header-loyalty__value {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #bba095;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .account-header-loyalty__value {
    font-size: 2.5rem;
  }
}

.account-header-loyalty__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #bba095;
}
@media (max-width: 991.98px) {
  .account-header-loyalty__label {
    text-wrap: nowrap;
  }
}

.account-header-loyalty__progressbar--container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 7px;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .account-header-loyalty__progressbar--container {
    margin-top: 1rem;
  }
}

.account-header-loyalty__progressbar {
  position: relative;
  flex: 1;
  height: 7px;
  overflow: hidden;
  background-color: #ffece1;
  border-radius: 5px;
}

.account-header-loyalty__progressbar--fill {
  height: 100%;
  background-color: #bba095;
  border-radius: 5px;
  transition: width 0.6s ease;
}

.account-header-loyalty__progressbar--icon {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ffece1;
  border-radius: 50rem;
  transform: translateX(50%);
}
.account-header-loyalty__progressbar--icon svg {
  width: 0.875rem;
  height: 0.875rem;
}

.account-header-loyalty__infos {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  margin-bottom: 0;
}

.account-header-loyalty__text,
.account-header-loyalty__link {
  font-size: 0.75rem;
}

/* Account navigation */
.account-navigation-section {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-bottom: 1.625rem;
}
.account-navigation-section:not(:first-child) {
  padding-top: 1.625rem;
}
.account-navigation-section:not(:last-child) {
  border-bottom: 1px solid #e5e4e2;
}

.account-navigation-section__link {
  position: relative;
  padding: 2px 4px;
  margin-left: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .account-navigation-section__link {
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-navigation-section__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .account-navigation-section__link:hover {
    background-color: #ffece1;
  }
}
@media (max-width: 991.98px) {
  .account-navigation-section__link::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
}
.account-navigation-section__link.active {
  background-color: #ffece1;
}

.account-navigation-section__link--icon {
  position: absolute;
  right: 1.25rem;
}
@media (min-width: 768px) {
  .account-navigation-section__link--icon {
    right: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-navigation-section__link--icon {
    display: none;
  }
}

.account-logout-button {
  margin-bottom: 2rem;
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .account-logout-button {
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-logout-button {
    margin-left: 0;
  }
}
.account-logout-button a {
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.account-logout-button a:hover {
  color: #edb09e;
}

.account-back-button {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.account-question {
  padding: 1.5rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  background-color: #fef9f5;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .account-question {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .account-question {
    margin-right: 0;
    margin-left: 0;
  }
}

.account-question__title {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.account-question-infos {
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  align-items: center;
  margin-bottom: 1rem;
}
.account-question-infos img {
  border-radius: 50rem;
}

.account-question-infos__text {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.account-question-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.account-question-contacts__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.account-question-contacts__link:hover {
  color: #edb09e;
}

.account-question-contacts__email {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.account-question-contacts__email svg {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  #my-account .page-content > .container {
    padding: 0;
  }
}

/* Order details */
.order-history-step {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.5rem;
  margin-left: 8px;
  border-left: 1px solid #d3d3d3;
}
.order-history-step::before {
  position: absolute;
  top: calc(50% - 7.5px);
  left: -8px;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #d3d3d3;
  border: 3px solid #fff;
  border-radius: 50%;
}

.order-history-step--current::before {
  background-color: #fff;
  border-color: #edb09e;
  border-width: 4px;
}

.account-page-title--container {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .account-page-title--container {
    flex-direction: row;
    align-items: center;
  }
}

.account-page-title h1, .account-page-title .h1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

/* Order details */
.orders.accordion {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.order-accordion-button {
  position: relative;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e5e4e2;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
  .order-accordion-button {
    padding-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .order-accordion-button {
    padding-right: 5rem;
  }
}
.order-accordion-button::after {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
}
@media (min-width: 992px) {
  .order-accordion-button::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.order-accordion-button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
}
.order-accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.order-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .order-item-header {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}

.order-item-header__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
}

.order-item-header__reference {
  margin-bottom: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.order-item-header__nbproducts-date {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 1200px) {
  .order-item-header__nbproducts-date {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}

.order-item-header__nbproducts {
  margin-bottom: 0.125rem;
  font-size: 0.875rem;
}

.order-item-header__date {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.order-item-header__right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .order-item-header__right {
    align-items: center;
  }
}

.order-item-header__right--content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .order-item-header__right--content {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}

.order-item-header__followlink {
  z-index: 99;
  font-weight: 600;
}

.order-item-header__total {
  margin-bottom: 0;
  margin-left: auto;
  font-weight: 600;
}
@media (min-width: 768px) {
  .order-item-header__total {
    margin-left: inherit;
  }
}

.order-item-header__state {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.order-item-content {
  border: 1px solid #e5e4e2;
  border-top: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.order-item-content .accordion-body {
  padding: 1rem;
}

.order-item-header__followlink:hover + .order-accordion-button {
  pointer-events: none;
}

.order-item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .order-item-body {
    flex-direction: row;
    gap: 3rem;
  }
}

.order-item-content__left {
  flex: 1 1 65%;
  padding: 1rem;
  background-color: #fef9f5;
}
@media (max-width: 767.98px) {
  .order-item-content__left {
    margin: -1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .order-item-content__left {
    padding: 1rem 2rem;
  }
}

.order-item-content__products {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
  list-style: none;
}

.order-item-content__product {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.order-item-content__product--left {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.order-item-content__product--name {
  margin-bottom: 0.5rem;
}
.order-item-content__product--name a {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.order-item-content__product--name a:hover {
  text-decoration: underline;
}

.order-item-content__product--initial-price {
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #5f5f5f;
  text-align: right;
  text-decoration: line-through;
}

.order-item-content__product--total {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: right;
}

.order-item-content__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-item-content__prices {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.order-item-content__prices .charity-text {
  margin-top: -0.875rem;
  font-size: 0.75rem;
  text-align: right;
}

.order-item-content__label {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
}

.order-item-content__value {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}

.order-item-content__total .order-item-content__value {
  font-size: 1rem;
  font-weight: 700;
}

.order-item-content__right {
  flex: 1 1 35%;
  margin-top: 1rem;
}

.order-item-content__invoice {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .order-item-content__invoice {
    text-align: left;
  }
}

.order-item-content__sav {
  margin-top: 1rem;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .order-item-content__sav {
    padding-left: 1rem;
    text-align: left;
  }
}

.order-product__pack__name {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-size: 0.75rem;
}

.order-product__pack--quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #ffece1;
  border-radius: 50rem;
}

.order-product__pack {
  margin-bottom: 0.5rem;
}

/* Addresses */
.address-block-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid #e5e4e2;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .address-block-item {
    flex-direction: row;
    align-items: center;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .address-block-item {
    padding-right: 5rem;
  }
}
.address-block-item:not(:last-child) {
  margin-bottom: 1rem;
}

.address-block-item__title-and-selected {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.25rem;
}

.address-block-item__title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.address-block-item__alias {
  padding: 8px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #fef9f5;
  border-radius: 50rem;
}

.address-block-item__left address {
  font-size: 0.875rem;
}

.address-block-item__right {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .address-block-item__right {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-top: 0;
  }
}
.address-block-item__right .address-block-item__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #2e2e2e;
  transition: color 0.15s ease-in-out;
}
.address-block-item__right .address-block-item__icon:hover {
  color: #edb09e;
}

/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
.sitemap-block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sitemap-block a {
  color: inherit;
  text-decoration: none;
}
.sitemap-block a:hover {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .sitemap-block ul[data-depth="2"] {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 992px) {
  .sitemap-block ul[data-depth="2"] {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 1200px) {
  .sitemap-block ul[data-depth="2"] {
    -moz-columns: 4;
         columns: 4;
  }
}
.sitemap-block ul[data-depth="2"] > li {
  margin-bottom: 0.5rem;
}
.sitemap-block ul[data-depth="2"] > li > a {
  font-weight: 700;
}
.sitemap-block ul[data-depth="3"] a {
  font-size: 0.875rem;
}
.sitemap-block ul[data-depth="3"] ul {
  padding-left: 1rem;
}

.sitemap-block__title {
  margin-bottom: 1.5rem;
}
.sitemap-block__title:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=theme.css.map */
