@charset "UTF-8";
body {
  overflow-x: hidden;
}

/*
$utilities: map-merge(
        (
                "bc-primary": (
                        property: background-color,
                        class: bc-primary,
                        values: $color-primary,
                ),
                "bc-yellow": (
                        property: background-color,
                        class: bc-yellow,
                        values: $color-yellow,
                ),
                "bc-orange": (
                        property: background-color,
                        class: bc-orange,
                        values: $color-orange,
                ),
                "bc-purple": (
                        property: background-color,
                        class: bc-purple,
                        values: $color-purple,
                ),
                "bc-blue": (
                        property: background-color,
                        class: bc-blue,
                        values: $color-blue,
                ),
                "bc-text": (
                        property: background-color,
                        class: bc-text,
                        values: $color-text,
                ),
                "bc-brand": (
                        property: background-color,
                        class: bc-brand,
                        values: $color-brand,
                ),"bc-system": (
                        property: background-color,
                        class: bc-system,
                        values: $color-system,
                 )
        ),
                $utilities
);
*/
/**
> title
> content ~ followed by title
 */
/*
@mixin accordionContentX(){
  pointer-events: none;
  margin-bottom: 24px;
  height: 0;
  opacity: 0;
  transform: translate(0, 10px);
  overflow: hidden;
  transition: height 0.3s $easingInOutQuad, transform 0.3s $easingInOutQuad, opacity 0.3s $easingInOutQuad;
}
@mixin accordionTitleX(){
  display: flex;
  transition: margin 0.3s $easingInOutQuad;
  padding-top: 24px;
  //padding-bottom: 32px;
  &:after{
    content: "\e923";
    color: #0061FF;
    display: inline-block;
    margin-left: auto;
    font-family: icomoon;
  }
  &.active{
    //padding-bottom: 12px;
    &:after{
      content: "\e921";
    }
  }
  //padding-top: 16px;
  //padding-bottom: 8px;

  @include media(">tablet"){
    //padding-bottom: 20px;
  }
  &:not(:first-child){
    border-top: 1px solid #E3E6EA;
  }

  @at-root &.active + .content{
    pointer-events: auto;
    position: relative;
    overflow: hidden;

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

  //faq item
  @at-root &.active + [data-content="true"]{
    pointer-events: auto;
    position: relative;
    overflow: hidden;

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

  //title + text from page builder
  @at-root &.active + [data-content-type="text"]{
    display: block;

    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translate(0, 0);
  }
}
*/
/*
$font-sizes: (
  1: $h1-font-size,
  2: $h2-font-size,
  3: $h3-font-size,
  4: $h4-font-size,
  5: $h5-font-size,
  6: $h6-font-size
) !default;

*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #F1FBFE;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --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: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #161D27;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #f5fafc;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --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: 241, 251, 254;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 241, 251, 254;
  --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(241, 251, 254, 0.15), rgba(241, 251, 254, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: calc(1.285rem + 0.42vw);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #F1FBFE;
  --bs-body-bg-rgb: 241, 251, 254;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1);
  --bs-box-shadow-sm: 0px 8px 8px rgba(118, 119, 122, 0.1);
  --bs-box-shadow-lg: 0px 16px 16px rgba(118, 119, 122, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
@media (min-width: 1200px) {
  :root,
  [data-bs-theme=light] {
    --bs-body-font-size: 1.6rem;
  }
}

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

:root {
  --bs-heading-color: #161D27;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  /*
  font-family: var(--bs-body-font-family);
  @include 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); // 2
  -webkit-text-size-adjust: 100%; // 3
  -webkit-tap-highlight-color: rgba($black, 0); // 4
  */
}

hr {
  margin: 1.6rem 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: 1.6rem;
  color: var(--bs-heading-color, inherit);
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  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: $link-decoration;

  &:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: $link-hover-decoration;
  }
}
*/
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:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: 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;
  line-height: inherit;
}
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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

/*
.small {
  @extend small;
}

.mark {
  @extend mark;
}
*/
.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: 1.6rem;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 2rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row {
  --bs-gutter-x: 2.4rem;
  --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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-13,
.gx-13 {
  --bs-gutter-x: 5.6rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 5.6rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 6.4rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 6.4rem;
}

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

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

.g-24,
.gx-24 {
  --bs-gutter-x: 14.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 14.4rem;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 5.6rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 5.6rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 6.4rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 6.4rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 14.4rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 14.4rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 4rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 4rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 5.6rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 5.6rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 6.4rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 6.4rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 8rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 8rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 14.4rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 14.4rem;
  }
}
@media (min-width: 1024px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 5.6rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 5.6rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 6.4rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 6.4rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 14.4rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 14.4rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 14.4rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 14.4rem;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.4rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.2rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.2rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 3.2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 3.2rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 4.8rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 5.6rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 5.6rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 6.4rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 6.4rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 14.4rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 14.4rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

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

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

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

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

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

.d-grid {
  display: 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: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
}

.shadow-sm {
  box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
}

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

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

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

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

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

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

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

.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-basis-33 {
  flex-basis: 33.3333333333% !important;
}

.flex-basis-50 {
  flex-basis: 50% !important;
}

.flex-basis-100 {
  flex-basis: 100% !important;
}

.flex-basis-auto {
  flex-basis: auto !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.4rem !important;
}

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

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

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

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

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

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

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

.m-12 {
  margin: 4.8rem !important;
}

.m-13 {
  margin: 5.6rem !important;
}

.m-14 {
  margin: 6.4rem !important;
}

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

.m-24 {
  margin: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-12 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-13 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.mx-14 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

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

.mx-24 {
  margin-right: 14.4rem !important;
  margin-left: 14.4rem !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.4rem !important;
  margin-bottom: 0.4rem !important;
}

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

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

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

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

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

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

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

.my-12 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-13 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.my-14 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

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

.my-24 {
  margin-top: 14.4rem !important;
  margin-bottom: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-12 {
  margin-top: 4.8rem !important;
}

.mt-13 {
  margin-top: 5.6rem !important;
}

.mt-14 {
  margin-top: 6.4rem !important;
}

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

.mt-24 {
  margin-top: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.me-12 {
  margin-right: 4.8rem !important;
}

.me-13 {
  margin-right: 5.6rem !important;
}

.me-14 {
  margin-right: 6.4rem !important;
}

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

.me-24 {
  margin-right: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 4.8rem !important;
}

.mb-13 {
  margin-bottom: 5.6rem !important;
}

.mb-14 {
  margin-bottom: 6.4rem !important;
}

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

.mb-24 {
  margin-bottom: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ms-12 {
  margin-left: 4.8rem !important;
}

.ms-13 {
  margin-left: 5.6rem !important;
}

.ms-14 {
  margin-left: 6.4rem !important;
}

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

.ms-24 {
  margin-left: 14.4rem !important;
}

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

.m-n1 {
  margin: -0.4rem !important;
}

.m-n2 {
  margin: -0.8rem !important;
}

.m-n3 {
  margin: -1.2rem !important;
}

.m-n4 {
  margin: -1.6rem !important;
}

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

.m-n6 {
  margin: -2.4rem !important;
}

.m-n8 {
  margin: -3.2rem !important;
}

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

.m-n12 {
  margin: -4.8rem !important;
}

.m-n13 {
  margin: -5.6rem !important;
}

.m-n14 {
  margin: -6.4rem !important;
}

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

.m-n24 {
  margin: -14.4rem !important;
}

.mx-n1 {
  margin-right: -0.4rem !important;
  margin-left: -0.4rem !important;
}

.mx-n2 {
  margin-right: -0.8rem !important;
  margin-left: -0.8rem !important;
}

.mx-n3 {
  margin-right: -1.2rem !important;
  margin-left: -1.2rem !important;
}

.mx-n4 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important;
}

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

.mx-n6 {
  margin-right: -2.4rem !important;
  margin-left: -2.4rem !important;
}

.mx-n8 {
  margin-right: -3.2rem !important;
  margin-left: -3.2rem !important;
}

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

.mx-n12 {
  margin-right: -4.8rem !important;
  margin-left: -4.8rem !important;
}

.mx-n13 {
  margin-right: -5.6rem !important;
  margin-left: -5.6rem !important;
}

.mx-n14 {
  margin-right: -6.4rem !important;
  margin-left: -6.4rem !important;
}

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

.mx-n24 {
  margin-right: -14.4rem !important;
  margin-left: -14.4rem !important;
}

.my-n1 {
  margin-top: -0.4rem !important;
  margin-bottom: -0.4rem !important;
}

.my-n2 {
  margin-top: -0.8rem !important;
  margin-bottom: -0.8rem !important;
}

.my-n3 {
  margin-top: -1.2rem !important;
  margin-bottom: -1.2rem !important;
}

.my-n4 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important;
}

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

.my-n6 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important;
}

.my-n8 {
  margin-top: -3.2rem !important;
  margin-bottom: -3.2rem !important;
}

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

.my-n12 {
  margin-top: -4.8rem !important;
  margin-bottom: -4.8rem !important;
}

.my-n13 {
  margin-top: -5.6rem !important;
  margin-bottom: -5.6rem !important;
}

.my-n14 {
  margin-top: -6.4rem !important;
  margin-bottom: -6.4rem !important;
}

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

.my-n24 {
  margin-top: -14.4rem !important;
  margin-bottom: -14.4rem !important;
}

.mt-n1 {
  margin-top: -0.4rem !important;
}

.mt-n2 {
  margin-top: -0.8rem !important;
}

.mt-n3 {
  margin-top: -1.2rem !important;
}

.mt-n4 {
  margin-top: -1.6rem !important;
}

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

.mt-n6 {
  margin-top: -2.4rem !important;
}

.mt-n8 {
  margin-top: -3.2rem !important;
}

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

.mt-n12 {
  margin-top: -4.8rem !important;
}

.mt-n13 {
  margin-top: -5.6rem !important;
}

.mt-n14 {
  margin-top: -6.4rem !important;
}

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

.mt-n24 {
  margin-top: -14.4rem !important;
}

.me-n1 {
  margin-right: -0.4rem !important;
}

.me-n2 {
  margin-right: -0.8rem !important;
}

.me-n3 {
  margin-right: -1.2rem !important;
}

.me-n4 {
  margin-right: -1.6rem !important;
}

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

.me-n6 {
  margin-right: -2.4rem !important;
}

.me-n8 {
  margin-right: -3.2rem !important;
}

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

.me-n12 {
  margin-right: -4.8rem !important;
}

.me-n13 {
  margin-right: -5.6rem !important;
}

.me-n14 {
  margin-right: -6.4rem !important;
}

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

.me-n24 {
  margin-right: -14.4rem !important;
}

.mb-n1 {
  margin-bottom: -0.4rem !important;
}

.mb-n2 {
  margin-bottom: -0.8rem !important;
}

.mb-n3 {
  margin-bottom: -1.2rem !important;
}

.mb-n4 {
  margin-bottom: -1.6rem !important;
}

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

.mb-n6 {
  margin-bottom: -2.4rem !important;
}

.mb-n8 {
  margin-bottom: -3.2rem !important;
}

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

.mb-n12 {
  margin-bottom: -4.8rem !important;
}

.mb-n13 {
  margin-bottom: -5.6rem !important;
}

.mb-n14 {
  margin-bottom: -6.4rem !important;
}

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

.mb-n24 {
  margin-bottom: -14.4rem !important;
}

.ms-n1 {
  margin-left: -0.4rem !important;
}

.ms-n2 {
  margin-left: -0.8rem !important;
}

.ms-n3 {
  margin-left: -1.2rem !important;
}

.ms-n4 {
  margin-left: -1.6rem !important;
}

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

.ms-n6 {
  margin-left: -2.4rem !important;
}

.ms-n8 {
  margin-left: -3.2rem !important;
}

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

.ms-n12 {
  margin-left: -4.8rem !important;
}

.ms-n13 {
  margin-left: -5.6rem !important;
}

.ms-n14 {
  margin-left: -6.4rem !important;
}

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

.ms-n24 {
  margin-left: -14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.p-12 {
  padding: 4.8rem !important;
}

.p-13 {
  padding: 5.6rem !important;
}

.p-14 {
  padding: 6.4rem !important;
}

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

.p-24 {
  padding: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.px-12 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-13 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-14 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

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

.px-24 {
  padding-right: 14.4rem !important;
  padding-left: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.py-12 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-13 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-14 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

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

.py-24 {
  padding-top: 14.4rem !important;
  padding-bottom: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.pt-12 {
  padding-top: 4.8rem !important;
}

.pt-13 {
  padding-top: 5.6rem !important;
}

.pt-14 {
  padding-top: 6.4rem !important;
}

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

.pt-24 {
  padding-top: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.pe-12 {
  padding-right: 4.8rem !important;
}

.pe-13 {
  padding-right: 5.6rem !important;
}

.pe-14 {
  padding-right: 6.4rem !important;
}

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

.pe-24 {
  padding-right: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.pb-12 {
  padding-bottom: 4.8rem !important;
}

.pb-13 {
  padding-bottom: 5.6rem !important;
}

.pb-14 {
  padding-bottom: 6.4rem !important;
}

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

.pb-24 {
  padding-bottom: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ps-13 {
  padding-left: 5.6rem !important;
}

.ps-14 {
  padding-left: 6.4rem !important;
}

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

.ps-24 {
  padding-left: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 4.8rem !important;
}

.gap-13 {
  gap: 5.6rem !important;
}

.gap-14 {
  gap: 6.4rem !important;
}

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

.gap-24 {
  gap: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

.row-gap-13 {
  row-gap: 5.6rem !important;
}

.row-gap-14 {
  row-gap: 6.4rem !important;
}

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

.row-gap-24 {
  row-gap: 14.4rem !important;
}

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

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

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

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

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

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

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

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

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

.column-gap-12 {
  column-gap: 4.8rem !important;
}

.column-gap-13 {
  column-gap: 5.6rem !important;
}

.column-gap-14 {
  column-gap: 6.4rem !important;
}

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

.column-gap-24 {
  column-gap: 14.4rem !important;
}

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

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

.fs-2 {
  font-size: 3.2rem !important;
}

.fs-3 {
  font-size: 2.8rem !important;
}

.fs-4 {
  font-size: 2.4rem !important;
}

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

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

.fs-7 {
  font-size: 1.4rem !important;
}

.fs-8 {
  font-size: 1.2rem !important;
}

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

.fs-xs {
  font-size: 1.2rem !important;
}

.fs-sm {
  font-size: 1.4rem !important;
}

.fs-base {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2rem !important;
}

.fs-2xl {
  font-size: 2.4rem !important;
}

.fs-3xl {
  font-size: 3rem !important;
}

.fs-4xl {
  font-size: 3.6rem !important;
}

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

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

.fs-7xl {
  font-size: 7.2rem !important;
}

.fs-8xl {
  font-size: 9.6rem !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;
}

.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-2xl) !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-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !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-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !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-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !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-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !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;
}

.bc-scale-none {
  transform: none !important;
}

.bc-scale-1-1 {
  transform: scale(1.1) !important;
}

.bc-primary-default {
  background-color: #0061FF !important;
}

.bc-primary-50 {
  background-color: #EEF4FF !important;
}

.bc-primary-100 {
  background-color: #DBE8FF !important;
}

.bc-primary-200 {
  background-color: #B4D0FF !important;
}

.bc-primary-300 {
  background-color: #6190FF !important;
}

.bc-primary-400 {
  background-color: #286AFA !important;
}

.bc-primary-500 {
  background-color: #0061FF !important;
}

.bc-primary-600 {
  background-color: #003EA8 !important;
}

.bc-primary-700 {
  background-color: #002A78 !important;
}

.bc-primary-800 {
  background-color: #00174B !important;
}

.bc-primary-900 {
  background-color: #182125 !important;
}

.bc-yellow-lighter {
  background-color: #FFFBEB !important;
}

.bc-yellow-light {
  background-color: #FFEEB3 !important;
}

.bc-yellow-default {
  background-color: #FFCD19 !important;
}

.bc-yellow-dark {
  background-color: #E5B806 !important;
}

.bc-orange-lighter {
  background-color: #FFF5EB !important;
}

.bc-orange-light {
  background-color: #FFC78A !important;
}

.bc-orange-default {
  background-color: #F07D00 !important;
}

.bc-orange-dark {
  background-color: #E55000 !important;
}

.bc-purple-lighter {
  background-color: #FEF1F7 !important;
}

.bc-purple-light {
  background-color: #F9C8DF !important;
}

.bc-purple-default {
  background-color: #EB4191 !important;
}

.bc-purple-dark {
  background-color: #BE095E !important;
}

.bc-blue-lighter {
  background-color: #F1FBFE !important;
}

.bc-blue-light {
  background-color: #C0EFFC !important;
}

.bc-blue-default {
  background-color: #00B4E6 !important;
}

.bc-blue-dark {
  background-color: #008CCD !important;
}

.bc-text-reverse {
  background-color: #FFFFFF !important;
}

.bc-text-light {
  background-color: #5E5F62 !important;
}

.bc-text-default {
  background-color: #343C48 !important;
}

.bc-text-dark {
  background-color: #182125 !important;
}

.bc-text-darker {
  background-color: #161D27 !important;
}

.bc-brand-yellow {
  background-color: #FFCD19 !important;
}

.bc-brand-orange {
  background-color: #F07D00 !important;
}

.bc-brand-red {
  background-color: #EB5046 !important;
}

.bc-brand-pink {
  background-color: #EB4191 !important;
}

.bc-brand-green {
  background-color: #82BE5F !important;
}

.bc-brand-light-blue {
  background-color: #00B4E6 !important;
}

.bc-brand-light-dark {
  background-color: #008CCD !important;
}

.bc-system-error {
  background-color: #E62519 !important;
}

.bc-system-success {
  background-color: #0B651A !important;
}

.bc-system-warning {
  background-color: #FE9F16 !important;
}

.bc-system-info {
  background-color: #0058A3 !important;
}

.tc-primary-default {
  color: #0061FF !important;
}

.tc-primary-50 {
  color: #EEF4FF !important;
}

.tc-primary-100 {
  color: #DBE8FF !important;
}

.tc-primary-200 {
  color: #B4D0FF !important;
}

.tc-primary-300 {
  color: #6190FF !important;
}

.tc-primary-400 {
  color: #286AFA !important;
}

.tc-primary-500 {
  color: #0061FF !important;
}

.tc-primary-600 {
  color: #003EA8 !important;
}

.tc-primary-700 {
  color: #002A78 !important;
}

.tc-primary-800 {
  color: #00174B !important;
}

.tc-primary-900 {
  color: #182125 !important;
}

.tc-orange-lighter {
  color: #FFF5EB !important;
}

.tc-orange-light {
  color: #FFC78A !important;
}

.tc-orange-default {
  color: #F07D00 !important;
}

.tc-orange-dark {
  color: #E55000 !important;
}

.tc-text-reverse {
  color: #FFFFFF !important;
}

.tc-text-light {
  color: #5E5F62 !important;
}

.tc-text-default {
  color: #343C48 !important;
}

.tc-text-dark {
  color: #182125 !important;
}

.tc-text-darker {
  color: #161D27 !important;
}

.tc-brand-yellow {
  color: #FFCD19 !important;
}

.tc-brand-orange {
  color: #F07D00 !important;
}

.tc-brand-red {
  color: #EB5046 !important;
}

.tc-brand-pink {
  color: #EB4191 !important;
}

.tc-brand-green {
  color: #82BE5F !important;
}

.tc-brand-light-blue {
  color: #00B4E6 !important;
}

.tc-brand-light-dark {
  color: #008CCD !important;
}

@media (min-width: 576px) {
  .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-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;
  }
  .shadow-sm {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-sm-sm {
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-sm-lg {
    box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-sm-xl {
    box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-sm-none {
    box-shadow: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .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-basis-sm-33 {
    flex-basis: 33.3333333333% !important;
  }
  .flex-basis-sm-50 {
    flex-basis: 50% !important;
  }
  .flex-basis-sm-100 {
    flex-basis: 100% !important;
  }
  .flex-basis-sm-auto {
    flex-basis: auto !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.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.2rem !important;
  }
  .m-sm-4 {
    margin: 1.6rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 2.4rem !important;
  }
  .m-sm-8 {
    margin: 3.2rem !important;
  }
  .m-sm-10 {
    margin: 4rem !important;
  }
  .m-sm-12 {
    margin: 4.8rem !important;
  }
  .m-sm-13 {
    margin: 5.6rem !important;
  }
  .m-sm-14 {
    margin: 6.4rem !important;
  }
  .m-sm-16 {
    margin: 8rem !important;
  }
  .m-sm-24 {
    margin: 14.4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-sm-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-sm-13 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-sm-14 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-sm-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-24 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-sm-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-sm-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-13 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-sm-14 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-sm-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-24 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !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.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.2rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-5 {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-8 {
    margin-top: 3.2rem !important;
  }
  .mt-sm-10 {
    margin-top: 4rem !important;
  }
  .mt-sm-12 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-13 {
    margin-top: 5.6rem !important;
  }
  .mt-sm-14 {
    margin-top: 6.4rem !important;
  }
  .mt-sm-16 {
    margin-top: 8rem !important;
  }
  .mt-sm-24 {
    margin-top: 14.4rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.2rem !important;
  }
  .me-sm-4 {
    margin-right: 1.6rem !important;
  }
  .me-sm-5 {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 2.4rem !important;
  }
  .me-sm-8 {
    margin-right: 3.2rem !important;
  }
  .me-sm-10 {
    margin-right: 4rem !important;
  }
  .me-sm-12 {
    margin-right: 4.8rem !important;
  }
  .me-sm-13 {
    margin-right: 5.6rem !important;
  }
  .me-sm-14 {
    margin-right: 6.4rem !important;
  }
  .me-sm-16 {
    margin-right: 8rem !important;
  }
  .me-sm-24 {
    margin-right: 14.4rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 5.6rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 6.4rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 14.4rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.2rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-5 {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-8 {
    margin-left: 3.2rem !important;
  }
  .ms-sm-10 {
    margin-left: 4rem !important;
  }
  .ms-sm-12 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-13 {
    margin-left: 5.6rem !important;
  }
  .ms-sm-14 {
    margin-left: 6.4rem !important;
  }
  .ms-sm-16 {
    margin-left: 8rem !important;
  }
  .ms-sm-24 {
    margin-left: 14.4rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .m-sm-n2 {
    margin: -0.8rem !important;
  }
  .m-sm-n3 {
    margin: -1.2rem !important;
  }
  .m-sm-n4 {
    margin: -1.6rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .m-sm-n6 {
    margin: -2.4rem !important;
  }
  .m-sm-n8 {
    margin: -3.2rem !important;
  }
  .m-sm-n10 {
    margin: -4rem !important;
  }
  .m-sm-n12 {
    margin: -4.8rem !important;
  }
  .m-sm-n13 {
    margin: -5.6rem !important;
  }
  .m-sm-n14 {
    margin: -6.4rem !important;
  }
  .m-sm-n16 {
    margin: -8rem !important;
  }
  .m-sm-n24 {
    margin: -14.4rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n6 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-sm-n8 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-sm-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n12 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-sm-n13 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-sm-n14 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-sm-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n24 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-sm-n8 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-sm-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n12 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-sm-n13 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-sm-n14 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-sm-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n24 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.8rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.2rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.6rem !important;
  }
  .mt-sm-n5 {
    margin-top: -2rem !important;
  }
  .mt-sm-n6 {
    margin-top: -2.4rem !important;
  }
  .mt-sm-n8 {
    margin-top: -3.2rem !important;
  }
  .mt-sm-n10 {
    margin-top: -4rem !important;
  }
  .mt-sm-n12 {
    margin-top: -4.8rem !important;
  }
  .mt-sm-n13 {
    margin-top: -5.6rem !important;
  }
  .mt-sm-n14 {
    margin-top: -6.4rem !important;
  }
  .mt-sm-n16 {
    margin-top: -8rem !important;
  }
  .mt-sm-n24 {
    margin-top: -14.4rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.8rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.2rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.6rem !important;
  }
  .me-sm-n5 {
    margin-right: -2rem !important;
  }
  .me-sm-n6 {
    margin-right: -2.4rem !important;
  }
  .me-sm-n8 {
    margin-right: -3.2rem !important;
  }
  .me-sm-n10 {
    margin-right: -4rem !important;
  }
  .me-sm-n12 {
    margin-right: -4.8rem !important;
  }
  .me-sm-n13 {
    margin-right: -5.6rem !important;
  }
  .me-sm-n14 {
    margin-right: -6.4rem !important;
  }
  .me-sm-n16 {
    margin-right: -8rem !important;
  }
  .me-sm-n24 {
    margin-right: -14.4rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.8rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.2rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.6rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -2.4rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -3.2rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -4.8rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -5.6rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -6.4rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -14.4rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.8rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.2rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.6rem !important;
  }
  .ms-sm-n5 {
    margin-left: -2rem !important;
  }
  .ms-sm-n6 {
    margin-left: -2.4rem !important;
  }
  .ms-sm-n8 {
    margin-left: -3.2rem !important;
  }
  .ms-sm-n10 {
    margin-left: -4rem !important;
  }
  .ms-sm-n12 {
    margin-left: -4.8rem !important;
  }
  .ms-sm-n13 {
    margin-left: -5.6rem !important;
  }
  .ms-sm-n14 {
    margin-left: -6.4rem !important;
  }
  .ms-sm-n16 {
    margin-left: -8rem !important;
  }
  .ms-sm-n24 {
    margin-left: -14.4rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.2rem !important;
  }
  .p-sm-4 {
    padding: 1.6rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 2.4rem !important;
  }
  .p-sm-8 {
    padding: 3.2rem !important;
  }
  .p-sm-10 {
    padding: 4rem !important;
  }
  .p-sm-12 {
    padding: 4.8rem !important;
  }
  .p-sm-13 {
    padding: 5.6rem !important;
  }
  .p-sm-14 {
    padding: 6.4rem !important;
  }
  .p-sm-16 {
    padding: 8rem !important;
  }
  .p-sm-24 {
    padding: 14.4rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-sm-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-sm-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-sm-13 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-sm-14 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-sm-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-24 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-sm-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-sm-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-sm-13 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-sm-14 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-sm-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-24 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.2rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-5 {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-8 {
    padding-top: 3.2rem !important;
  }
  .pt-sm-10 {
    padding-top: 4rem !important;
  }
  .pt-sm-12 {
    padding-top: 4.8rem !important;
  }
  .pt-sm-13 {
    padding-top: 5.6rem !important;
  }
  .pt-sm-14 {
    padding-top: 6.4rem !important;
  }
  .pt-sm-16 {
    padding-top: 8rem !important;
  }
  .pt-sm-24 {
    padding-top: 14.4rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.2rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-5 {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-8 {
    padding-right: 3.2rem !important;
  }
  .pe-sm-10 {
    padding-right: 4rem !important;
  }
  .pe-sm-12 {
    padding-right: 4.8rem !important;
  }
  .pe-sm-13 {
    padding-right: 5.6rem !important;
  }
  .pe-sm-14 {
    padding-right: 6.4rem !important;
  }
  .pe-sm-16 {
    padding-right: 8rem !important;
  }
  .pe-sm-24 {
    padding-right: 14.4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 5.6rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 6.4rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 14.4rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.2rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-5 {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-8 {
    padding-left: 3.2rem !important;
  }
  .ps-sm-10 {
    padding-left: 4rem !important;
  }
  .ps-sm-12 {
    padding-left: 4.8rem !important;
  }
  .ps-sm-13 {
    padding-left: 5.6rem !important;
  }
  .ps-sm-14 {
    padding-left: 6.4rem !important;
  }
  .ps-sm-16 {
    padding-left: 8rem !important;
  }
  .ps-sm-24 {
    padding-left: 14.4rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.2rem !important;
  }
  .gap-sm-4 {
    gap: 1.6rem !important;
  }
  .gap-sm-5 {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 2.4rem !important;
  }
  .gap-sm-8 {
    gap: 3.2rem !important;
  }
  .gap-sm-10 {
    gap: 4rem !important;
  }
  .gap-sm-12 {
    gap: 4.8rem !important;
  }
  .gap-sm-13 {
    gap: 5.6rem !important;
  }
  .gap-sm-14 {
    gap: 6.4rem !important;
  }
  .gap-sm-16 {
    gap: 8rem !important;
  }
  .gap-sm-24 {
    gap: 14.4rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 5.6rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 6.4rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-24 {
    row-gap: 14.4rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 5.6rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 6.4rem !important;
  }
  .column-gap-sm-16 {
    column-gap: 8rem !important;
  }
  .column-gap-sm-24 {
    column-gap: 14.4rem !important;
  }
  .fs-sm-1 {
    font-size: 4rem !important;
  }
  .fs-sm-2 {
    font-size: 3.2rem !important;
  }
  .fs-sm-3 {
    font-size: 2.8rem !important;
  }
  .fs-sm-4 {
    font-size: 2.4rem !important;
  }
  .fs-sm-5 {
    font-size: 2rem !important;
  }
  .fs-sm-6 {
    font-size: 1.6rem !important;
  }
  .fs-sm-7 {
    font-size: 1.4rem !important;
  }
  .fs-sm-8 {
    font-size: 1.2rem !important;
  }
  .fs-sm-9 {
    font-size: 1rem !important;
  }
  .fs-sm-xs {
    font-size: 1.2rem !important;
  }
  .fs-sm-sm {
    font-size: 1.4rem !important;
  }
  .fs-sm-base {
    font-size: 1.6rem !important;
  }
  .fs-sm-lg {
    font-size: 1.8rem !important;
  }
  .fs-sm-xl {
    font-size: 2rem !important;
  }
  .fs-sm-2xl {
    font-size: 2.4rem !important;
  }
  .fs-sm-3xl {
    font-size: 3rem !important;
  }
  .fs-sm-4xl {
    font-size: 3.6rem !important;
  }
  .fs-sm-5xl {
    font-size: 4.8rem !important;
  }
  .fs-sm-6xl {
    font-size: 6rem !important;
  }
  .fs-sm-7xl {
    font-size: 7.2rem !important;
  }
  .fs-sm-8xl {
    font-size: 9.6rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .rounded-sm {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-sm-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-sm-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-sm-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-sm-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-sm-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-sm {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-sm-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-sm-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-sm-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-sm-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-sm-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-sm-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-sm {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-sm-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-sm-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-sm-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-sm-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-sm-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-sm-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-sm {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-sm-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-sm-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-sm {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-sm-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-sm-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-sm-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-sm-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-sm-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-sm-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .bc-scale-sm-none {
    transform: none !important;
  }
  .bc-scale-sm-1-1 {
    transform: scale(1.1) !important;
  }
  .tc-text-sm-reverse {
    color: #FFFFFF !important;
  }
  .tc-text-sm-light {
    color: #5E5F62 !important;
  }
  .tc-text-sm-default {
    color: #343C48 !important;
  }
  .tc-text-sm-dark {
    color: #182125 !important;
  }
  .tc-text-sm-darker {
    color: #161D27 !important;
  }
}
@media (min-width: 768px) {
  .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-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;
  }
  .shadow-md {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-md-sm {
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-md-lg {
    box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-md-xl {
    box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-md-none {
    box-shadow: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .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-basis-md-33 {
    flex-basis: 33.3333333333% !important;
  }
  .flex-basis-md-50 {
    flex-basis: 50% !important;
  }
  .flex-basis-md-100 {
    flex-basis: 100% !important;
  }
  .flex-basis-md-auto {
    flex-basis: auto !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.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.2rem !important;
  }
  .m-md-4 {
    margin: 1.6rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 2.4rem !important;
  }
  .m-md-8 {
    margin: 3.2rem !important;
  }
  .m-md-10 {
    margin: 4rem !important;
  }
  .m-md-12 {
    margin: 4.8rem !important;
  }
  .m-md-13 {
    margin: 5.6rem !important;
  }
  .m-md-14 {
    margin: 6.4rem !important;
  }
  .m-md-16 {
    margin: 8rem !important;
  }
  .m-md-24 {
    margin: 14.4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-md-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-md-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-md-13 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-md-14 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-md-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-24 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-md-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-md-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-13 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-md-14 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-md-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-24 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !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.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.2rem !important;
  }
  .mt-md-4 {
    margin-top: 1.6rem !important;
  }
  .mt-md-5 {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 2.4rem !important;
  }
  .mt-md-8 {
    margin-top: 3.2rem !important;
  }
  .mt-md-10 {
    margin-top: 4rem !important;
  }
  .mt-md-12 {
    margin-top: 4.8rem !important;
  }
  .mt-md-13 {
    margin-top: 5.6rem !important;
  }
  .mt-md-14 {
    margin-top: 6.4rem !important;
  }
  .mt-md-16 {
    margin-top: 8rem !important;
  }
  .mt-md-24 {
    margin-top: 14.4rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.2rem !important;
  }
  .me-md-4 {
    margin-right: 1.6rem !important;
  }
  .me-md-5 {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 2.4rem !important;
  }
  .me-md-8 {
    margin-right: 3.2rem !important;
  }
  .me-md-10 {
    margin-right: 4rem !important;
  }
  .me-md-12 {
    margin-right: 4.8rem !important;
  }
  .me-md-13 {
    margin-right: 5.6rem !important;
  }
  .me-md-14 {
    margin-right: 6.4rem !important;
  }
  .me-md-16 {
    margin-right: 8rem !important;
  }
  .me-md-24 {
    margin-right: 14.4rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-md-10 {
    margin-bottom: 4rem !important;
  }
  .mb-md-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-13 {
    margin-bottom: 5.6rem !important;
  }
  .mb-md-14 {
    margin-bottom: 6.4rem !important;
  }
  .mb-md-16 {
    margin-bottom: 8rem !important;
  }
  .mb-md-24 {
    margin-bottom: 14.4rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.2rem !important;
  }
  .ms-md-4 {
    margin-left: 1.6rem !important;
  }
  .ms-md-5 {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 2.4rem !important;
  }
  .ms-md-8 {
    margin-left: 3.2rem !important;
  }
  .ms-md-10 {
    margin-left: 4rem !important;
  }
  .ms-md-12 {
    margin-left: 4.8rem !important;
  }
  .ms-md-13 {
    margin-left: 5.6rem !important;
  }
  .ms-md-14 {
    margin-left: 6.4rem !important;
  }
  .ms-md-16 {
    margin-left: 8rem !important;
  }
  .ms-md-24 {
    margin-left: 14.4rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.4rem !important;
  }
  .m-md-n2 {
    margin: -0.8rem !important;
  }
  .m-md-n3 {
    margin: -1.2rem !important;
  }
  .m-md-n4 {
    margin: -1.6rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .m-md-n6 {
    margin: -2.4rem !important;
  }
  .m-md-n8 {
    margin: -3.2rem !important;
  }
  .m-md-n10 {
    margin: -4rem !important;
  }
  .m-md-n12 {
    margin: -4.8rem !important;
  }
  .m-md-n13 {
    margin: -5.6rem !important;
  }
  .m-md-n14 {
    margin: -6.4rem !important;
  }
  .m-md-n16 {
    margin: -8rem !important;
  }
  .m-md-n24 {
    margin: -14.4rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n6 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-md-n8 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-md-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n12 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-md-n13 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-md-n14 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-md-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n24 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .my-md-n1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-md-n2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-md-n3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-md-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-md-n8 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-md-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n12 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-md-n13 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-md-n14 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-md-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n24 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.4rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.8rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.2rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.6rem !important;
  }
  .mt-md-n5 {
    margin-top: -2rem !important;
  }
  .mt-md-n6 {
    margin-top: -2.4rem !important;
  }
  .mt-md-n8 {
    margin-top: -3.2rem !important;
  }
  .mt-md-n10 {
    margin-top: -4rem !important;
  }
  .mt-md-n12 {
    margin-top: -4.8rem !important;
  }
  .mt-md-n13 {
    margin-top: -5.6rem !important;
  }
  .mt-md-n14 {
    margin-top: -6.4rem !important;
  }
  .mt-md-n16 {
    margin-top: -8rem !important;
  }
  .mt-md-n24 {
    margin-top: -14.4rem !important;
  }
  .me-md-n1 {
    margin-right: -0.4rem !important;
  }
  .me-md-n2 {
    margin-right: -0.8rem !important;
  }
  .me-md-n3 {
    margin-right: -1.2rem !important;
  }
  .me-md-n4 {
    margin-right: -1.6rem !important;
  }
  .me-md-n5 {
    margin-right: -2rem !important;
  }
  .me-md-n6 {
    margin-right: -2.4rem !important;
  }
  .me-md-n8 {
    margin-right: -3.2rem !important;
  }
  .me-md-n10 {
    margin-right: -4rem !important;
  }
  .me-md-n12 {
    margin-right: -4.8rem !important;
  }
  .me-md-n13 {
    margin-right: -5.6rem !important;
  }
  .me-md-n14 {
    margin-right: -6.4rem !important;
  }
  .me-md-n16 {
    margin-right: -8rem !important;
  }
  .me-md-n24 {
    margin-right: -14.4rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.8rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.2rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.6rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -2.4rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -3.2rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -4.8rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -5.6rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -6.4rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -14.4rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.4rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.8rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.2rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.6rem !important;
  }
  .ms-md-n5 {
    margin-left: -2rem !important;
  }
  .ms-md-n6 {
    margin-left: -2.4rem !important;
  }
  .ms-md-n8 {
    margin-left: -3.2rem !important;
  }
  .ms-md-n10 {
    margin-left: -4rem !important;
  }
  .ms-md-n12 {
    margin-left: -4.8rem !important;
  }
  .ms-md-n13 {
    margin-left: -5.6rem !important;
  }
  .ms-md-n14 {
    margin-left: -6.4rem !important;
  }
  .ms-md-n16 {
    margin-left: -8rem !important;
  }
  .ms-md-n24 {
    margin-left: -14.4rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.2rem !important;
  }
  .p-md-4 {
    padding: 1.6rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 2.4rem !important;
  }
  .p-md-8 {
    padding: 3.2rem !important;
  }
  .p-md-10 {
    padding: 4rem !important;
  }
  .p-md-12 {
    padding: 4.8rem !important;
  }
  .p-md-13 {
    padding: 5.6rem !important;
  }
  .p-md-14 {
    padding: 6.4rem !important;
  }
  .p-md-16 {
    padding: 8rem !important;
  }
  .p-md-24 {
    padding: 14.4rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-md-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-md-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-md-13 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-md-14 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-md-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-24 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-md-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-md-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-md-13 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-md-14 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-md-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-24 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.2rem !important;
  }
  .pt-md-4 {
    padding-top: 1.6rem !important;
  }
  .pt-md-5 {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 2.4rem !important;
  }
  .pt-md-8 {
    padding-top: 3.2rem !important;
  }
  .pt-md-10 {
    padding-top: 4rem !important;
  }
  .pt-md-12 {
    padding-top: 4.8rem !important;
  }
  .pt-md-13 {
    padding-top: 5.6rem !important;
  }
  .pt-md-14 {
    padding-top: 6.4rem !important;
  }
  .pt-md-16 {
    padding-top: 8rem !important;
  }
  .pt-md-24 {
    padding-top: 14.4rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.2rem !important;
  }
  .pe-md-4 {
    padding-right: 1.6rem !important;
  }
  .pe-md-5 {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 2.4rem !important;
  }
  .pe-md-8 {
    padding-right: 3.2rem !important;
  }
  .pe-md-10 {
    padding-right: 4rem !important;
  }
  .pe-md-12 {
    padding-right: 4.8rem !important;
  }
  .pe-md-13 {
    padding-right: 5.6rem !important;
  }
  .pe-md-14 {
    padding-right: 6.4rem !important;
  }
  .pe-md-16 {
    padding-right: 8rem !important;
  }
  .pe-md-24 {
    padding-right: 14.4rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-md-10 {
    padding-bottom: 4rem !important;
  }
  .pb-md-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-md-13 {
    padding-bottom: 5.6rem !important;
  }
  .pb-md-14 {
    padding-bottom: 6.4rem !important;
  }
  .pb-md-16 {
    padding-bottom: 8rem !important;
  }
  .pb-md-24 {
    padding-bottom: 14.4rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.2rem !important;
  }
  .ps-md-4 {
    padding-left: 1.6rem !important;
  }
  .ps-md-5 {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 2.4rem !important;
  }
  .ps-md-8 {
    padding-left: 3.2rem !important;
  }
  .ps-md-10 {
    padding-left: 4rem !important;
  }
  .ps-md-12 {
    padding-left: 4.8rem !important;
  }
  .ps-md-13 {
    padding-left: 5.6rem !important;
  }
  .ps-md-14 {
    padding-left: 6.4rem !important;
  }
  .ps-md-16 {
    padding-left: 8rem !important;
  }
  .ps-md-24 {
    padding-left: 14.4rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.2rem !important;
  }
  .gap-md-4 {
    gap: 1.6rem !important;
  }
  .gap-md-5 {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 2.4rem !important;
  }
  .gap-md-8 {
    gap: 3.2rem !important;
  }
  .gap-md-10 {
    gap: 4rem !important;
  }
  .gap-md-12 {
    gap: 4.8rem !important;
  }
  .gap-md-13 {
    gap: 5.6rem !important;
  }
  .gap-md-14 {
    gap: 6.4rem !important;
  }
  .gap-md-16 {
    gap: 8rem !important;
  }
  .gap-md-24 {
    gap: 14.4rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-5 {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-md-10 {
    row-gap: 4rem !important;
  }
  .row-gap-md-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-md-13 {
    row-gap: 5.6rem !important;
  }
  .row-gap-md-14 {
    row-gap: 6.4rem !important;
  }
  .row-gap-md-16 {
    row-gap: 8rem !important;
  }
  .row-gap-md-24 {
    row-gap: 14.4rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-md-5 {
    column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-md-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-md-10 {
    column-gap: 4rem !important;
  }
  .column-gap-md-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-md-13 {
    column-gap: 5.6rem !important;
  }
  .column-gap-md-14 {
    column-gap: 6.4rem !important;
  }
  .column-gap-md-16 {
    column-gap: 8rem !important;
  }
  .column-gap-md-24 {
    column-gap: 14.4rem !important;
  }
  .fs-md-1 {
    font-size: 4rem !important;
  }
  .fs-md-2 {
    font-size: 3.2rem !important;
  }
  .fs-md-3 {
    font-size: 2.8rem !important;
  }
  .fs-md-4 {
    font-size: 2.4rem !important;
  }
  .fs-md-5 {
    font-size: 2rem !important;
  }
  .fs-md-6 {
    font-size: 1.6rem !important;
  }
  .fs-md-7 {
    font-size: 1.4rem !important;
  }
  .fs-md-8 {
    font-size: 1.2rem !important;
  }
  .fs-md-9 {
    font-size: 1rem !important;
  }
  .fs-md-xs {
    font-size: 1.2rem !important;
  }
  .fs-md-sm {
    font-size: 1.4rem !important;
  }
  .fs-md-base {
    font-size: 1.6rem !important;
  }
  .fs-md-lg {
    font-size: 1.8rem !important;
  }
  .fs-md-xl {
    font-size: 2rem !important;
  }
  .fs-md-2xl {
    font-size: 2.4rem !important;
  }
  .fs-md-3xl {
    font-size: 3rem !important;
  }
  .fs-md-4xl {
    font-size: 3.6rem !important;
  }
  .fs-md-5xl {
    font-size: 4.8rem !important;
  }
  .fs-md-6xl {
    font-size: 6rem !important;
  }
  .fs-md-7xl {
    font-size: 7.2rem !important;
  }
  .fs-md-8xl {
    font-size: 9.6rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .rounded-md {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-md-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-md-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-md-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-md-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-md-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-md {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-md-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-md-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-md-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-md-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-md-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-md-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-md {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-md-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-md-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-md-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-md-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-md-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-md-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-md {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-md-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-md-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-md-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-md-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-md-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-md-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-md {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-md-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-md-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-md-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-md-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-md-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-md-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .bc-scale-md-none {
    transform: none !important;
  }
  .bc-scale-md-1-1 {
    transform: scale(1.1) !important;
  }
  .tc-text-md-reverse {
    color: #FFFFFF !important;
  }
  .tc-text-md-light {
    color: #5E5F62 !important;
  }
  .tc-text-md-default {
    color: #343C48 !important;
  }
  .tc-text-md-dark {
    color: #182125 !important;
  }
  .tc-text-md-darker {
    color: #161D27 !important;
  }
}
@media (min-width: 1024px) {
  .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-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;
  }
  .shadow-lg {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-lg-sm {
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-lg-lg {
    box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-lg-xl {
    box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-lg-none {
    box-shadow: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .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-basis-lg-33 {
    flex-basis: 33.3333333333% !important;
  }
  .flex-basis-lg-50 {
    flex-basis: 50% !important;
  }
  .flex-basis-lg-100 {
    flex-basis: 100% !important;
  }
  .flex-basis-lg-auto {
    flex-basis: auto !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.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.2rem !important;
  }
  .m-lg-4 {
    margin: 1.6rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 2.4rem !important;
  }
  .m-lg-8 {
    margin: 3.2rem !important;
  }
  .m-lg-10 {
    margin: 4rem !important;
  }
  .m-lg-12 {
    margin: 4.8rem !important;
  }
  .m-lg-13 {
    margin: 5.6rem !important;
  }
  .m-lg-14 {
    margin: 6.4rem !important;
  }
  .m-lg-16 {
    margin: 8rem !important;
  }
  .m-lg-24 {
    margin: 14.4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-lg-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-lg-13 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-lg-14 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-lg-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-24 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-lg-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-lg-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-13 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-lg-14 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-lg-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-24 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !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.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.2rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-5 {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-8 {
    margin-top: 3.2rem !important;
  }
  .mt-lg-10 {
    margin-top: 4rem !important;
  }
  .mt-lg-12 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-13 {
    margin-top: 5.6rem !important;
  }
  .mt-lg-14 {
    margin-top: 6.4rem !important;
  }
  .mt-lg-16 {
    margin-top: 8rem !important;
  }
  .mt-lg-24 {
    margin-top: 14.4rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.2rem !important;
  }
  .me-lg-4 {
    margin-right: 1.6rem !important;
  }
  .me-lg-5 {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 2.4rem !important;
  }
  .me-lg-8 {
    margin-right: 3.2rem !important;
  }
  .me-lg-10 {
    margin-right: 4rem !important;
  }
  .me-lg-12 {
    margin-right: 4.8rem !important;
  }
  .me-lg-13 {
    margin-right: 5.6rem !important;
  }
  .me-lg-14 {
    margin-right: 6.4rem !important;
  }
  .me-lg-16 {
    margin-right: 8rem !important;
  }
  .me-lg-24 {
    margin-right: 14.4rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 5.6rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 6.4rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 14.4rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.2rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-5 {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-8 {
    margin-left: 3.2rem !important;
  }
  .ms-lg-10 {
    margin-left: 4rem !important;
  }
  .ms-lg-12 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-13 {
    margin-left: 5.6rem !important;
  }
  .ms-lg-14 {
    margin-left: 6.4rem !important;
  }
  .ms-lg-16 {
    margin-left: 8rem !important;
  }
  .ms-lg-24 {
    margin-left: 14.4rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .m-lg-n2 {
    margin: -0.8rem !important;
  }
  .m-lg-n3 {
    margin: -1.2rem !important;
  }
  .m-lg-n4 {
    margin: -1.6rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .m-lg-n6 {
    margin: -2.4rem !important;
  }
  .m-lg-n8 {
    margin: -3.2rem !important;
  }
  .m-lg-n10 {
    margin: -4rem !important;
  }
  .m-lg-n12 {
    margin: -4.8rem !important;
  }
  .m-lg-n13 {
    margin: -5.6rem !important;
  }
  .m-lg-n14 {
    margin: -6.4rem !important;
  }
  .m-lg-n16 {
    margin: -8rem !important;
  }
  .m-lg-n24 {
    margin: -14.4rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-lg-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n6 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-lg-n8 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-lg-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n12 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-lg-n13 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-lg-n14 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-lg-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n24 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-lg-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-lg-n8 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-lg-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n12 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-lg-n13 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-lg-n14 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-lg-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n24 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.8rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.2rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.6rem !important;
  }
  .mt-lg-n5 {
    margin-top: -2rem !important;
  }
  .mt-lg-n6 {
    margin-top: -2.4rem !important;
  }
  .mt-lg-n8 {
    margin-top: -3.2rem !important;
  }
  .mt-lg-n10 {
    margin-top: -4rem !important;
  }
  .mt-lg-n12 {
    margin-top: -4.8rem !important;
  }
  .mt-lg-n13 {
    margin-top: -5.6rem !important;
  }
  .mt-lg-n14 {
    margin-top: -6.4rem !important;
  }
  .mt-lg-n16 {
    margin-top: -8rem !important;
  }
  .mt-lg-n24 {
    margin-top: -14.4rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.8rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.2rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.6rem !important;
  }
  .me-lg-n5 {
    margin-right: -2rem !important;
  }
  .me-lg-n6 {
    margin-right: -2.4rem !important;
  }
  .me-lg-n8 {
    margin-right: -3.2rem !important;
  }
  .me-lg-n10 {
    margin-right: -4rem !important;
  }
  .me-lg-n12 {
    margin-right: -4.8rem !important;
  }
  .me-lg-n13 {
    margin-right: -5.6rem !important;
  }
  .me-lg-n14 {
    margin-right: -6.4rem !important;
  }
  .me-lg-n16 {
    margin-right: -8rem !important;
  }
  .me-lg-n24 {
    margin-right: -14.4rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.8rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.2rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.6rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -2.4rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -3.2rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -4.8rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -5.6rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -6.4rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -14.4rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.8rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.2rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.6rem !important;
  }
  .ms-lg-n5 {
    margin-left: -2rem !important;
  }
  .ms-lg-n6 {
    margin-left: -2.4rem !important;
  }
  .ms-lg-n8 {
    margin-left: -3.2rem !important;
  }
  .ms-lg-n10 {
    margin-left: -4rem !important;
  }
  .ms-lg-n12 {
    margin-left: -4.8rem !important;
  }
  .ms-lg-n13 {
    margin-left: -5.6rem !important;
  }
  .ms-lg-n14 {
    margin-left: -6.4rem !important;
  }
  .ms-lg-n16 {
    margin-left: -8rem !important;
  }
  .ms-lg-n24 {
    margin-left: -14.4rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.2rem !important;
  }
  .p-lg-4 {
    padding: 1.6rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 2.4rem !important;
  }
  .p-lg-8 {
    padding: 3.2rem !important;
  }
  .p-lg-10 {
    padding: 4rem !important;
  }
  .p-lg-12 {
    padding: 4.8rem !important;
  }
  .p-lg-13 {
    padding: 5.6rem !important;
  }
  .p-lg-14 {
    padding: 6.4rem !important;
  }
  .p-lg-16 {
    padding: 8rem !important;
  }
  .p-lg-24 {
    padding: 14.4rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-lg-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-lg-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-lg-13 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-lg-14 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-lg-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-24 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-lg-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-lg-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-lg-13 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-lg-14 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-lg-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-24 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.2rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-5 {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-8 {
    padding-top: 3.2rem !important;
  }
  .pt-lg-10 {
    padding-top: 4rem !important;
  }
  .pt-lg-12 {
    padding-top: 4.8rem !important;
  }
  .pt-lg-13 {
    padding-top: 5.6rem !important;
  }
  .pt-lg-14 {
    padding-top: 6.4rem !important;
  }
  .pt-lg-16 {
    padding-top: 8rem !important;
  }
  .pt-lg-24 {
    padding-top: 14.4rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.2rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-5 {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-8 {
    padding-right: 3.2rem !important;
  }
  .pe-lg-10 {
    padding-right: 4rem !important;
  }
  .pe-lg-12 {
    padding-right: 4.8rem !important;
  }
  .pe-lg-13 {
    padding-right: 5.6rem !important;
  }
  .pe-lg-14 {
    padding-right: 6.4rem !important;
  }
  .pe-lg-16 {
    padding-right: 8rem !important;
  }
  .pe-lg-24 {
    padding-right: 14.4rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 5.6rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 6.4rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 14.4rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.2rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-5 {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-8 {
    padding-left: 3.2rem !important;
  }
  .ps-lg-10 {
    padding-left: 4rem !important;
  }
  .ps-lg-12 {
    padding-left: 4.8rem !important;
  }
  .ps-lg-13 {
    padding-left: 5.6rem !important;
  }
  .ps-lg-14 {
    padding-left: 6.4rem !important;
  }
  .ps-lg-16 {
    padding-left: 8rem !important;
  }
  .ps-lg-24 {
    padding-left: 14.4rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.2rem !important;
  }
  .gap-lg-4 {
    gap: 1.6rem !important;
  }
  .gap-lg-5 {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 2.4rem !important;
  }
  .gap-lg-8 {
    gap: 3.2rem !important;
  }
  .gap-lg-10 {
    gap: 4rem !important;
  }
  .gap-lg-12 {
    gap: 4.8rem !important;
  }
  .gap-lg-13 {
    gap: 5.6rem !important;
  }
  .gap-lg-14 {
    gap: 6.4rem !important;
  }
  .gap-lg-16 {
    gap: 8rem !important;
  }
  .gap-lg-24 {
    gap: 14.4rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 5.6rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 6.4rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-24 {
    row-gap: 14.4rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 5.6rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 6.4rem !important;
  }
  .column-gap-lg-16 {
    column-gap: 8rem !important;
  }
  .column-gap-lg-24 {
    column-gap: 14.4rem !important;
  }
  .fs-lg-1 {
    font-size: 4rem !important;
  }
  .fs-lg-2 {
    font-size: 3.2rem !important;
  }
  .fs-lg-3 {
    font-size: 2.8rem !important;
  }
  .fs-lg-4 {
    font-size: 2.4rem !important;
  }
  .fs-lg-5 {
    font-size: 2rem !important;
  }
  .fs-lg-6 {
    font-size: 1.6rem !important;
  }
  .fs-lg-7 {
    font-size: 1.4rem !important;
  }
  .fs-lg-8 {
    font-size: 1.2rem !important;
  }
  .fs-lg-9 {
    font-size: 1rem !important;
  }
  .fs-lg-xs {
    font-size: 1.2rem !important;
  }
  .fs-lg-sm {
    font-size: 1.4rem !important;
  }
  .fs-lg-base {
    font-size: 1.6rem !important;
  }
  .fs-lg-lg {
    font-size: 1.8rem !important;
  }
  .fs-lg-xl {
    font-size: 2rem !important;
  }
  .fs-lg-2xl {
    font-size: 2.4rem !important;
  }
  .fs-lg-3xl {
    font-size: 3rem !important;
  }
  .fs-lg-4xl {
    font-size: 3.6rem !important;
  }
  .fs-lg-5xl {
    font-size: 4.8rem !important;
  }
  .fs-lg-6xl {
    font-size: 6rem !important;
  }
  .fs-lg-7xl {
    font-size: 7.2rem !important;
  }
  .fs-lg-8xl {
    font-size: 9.6rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .rounded-lg {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-lg-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-lg-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-lg-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-lg-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-lg-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-lg {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-lg-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-lg-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-lg-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-lg-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-lg-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-lg-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-lg {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-lg-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-lg-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-lg-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-lg-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-lg-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-lg-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-lg {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-lg-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-lg-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-lg {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-lg-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-lg-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-lg-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-lg-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-lg-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-lg-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .bc-scale-lg-none {
    transform: none !important;
  }
  .bc-scale-lg-1-1 {
    transform: scale(1.1) !important;
  }
  .tc-text-lg-reverse {
    color: #FFFFFF !important;
  }
  .tc-text-lg-light {
    color: #5E5F62 !important;
  }
  .tc-text-lg-default {
    color: #343C48 !important;
  }
  .tc-text-lg-dark {
    color: #182125 !important;
  }
  .tc-text-lg-darker {
    color: #161D27 !important;
  }
}
@media (min-width: 1200px) {
  .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-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;
  }
  .shadow-xl {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xl-sm {
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xl-lg {
    box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xl-xl {
    box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xl-none {
    box-shadow: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .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-basis-xl-33 {
    flex-basis: 33.3333333333% !important;
  }
  .flex-basis-xl-50 {
    flex-basis: 50% !important;
  }
  .flex-basis-xl-100 {
    flex-basis: 100% !important;
  }
  .flex-basis-xl-auto {
    flex-basis: auto !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.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.2rem !important;
  }
  .m-xl-4 {
    margin: 1.6rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 2.4rem !important;
  }
  .m-xl-8 {
    margin: 3.2rem !important;
  }
  .m-xl-10 {
    margin: 4rem !important;
  }
  .m-xl-12 {
    margin: 4.8rem !important;
  }
  .m-xl-13 {
    margin: 5.6rem !important;
  }
  .m-xl-14 {
    margin: 6.4rem !important;
  }
  .m-xl-16 {
    margin: 8rem !important;
  }
  .m-xl-24 {
    margin: 14.4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xl-13 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xl-14 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xl-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-24 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-13 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xl-14 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xl-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-24 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !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.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-5 {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xl-10 {
    margin-top: 4rem !important;
  }
  .mt-xl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-13 {
    margin-top: 5.6rem !important;
  }
  .mt-xl-14 {
    margin-top: 6.4rem !important;
  }
  .mt-xl-16 {
    margin-top: 8rem !important;
  }
  .mt-xl-24 {
    margin-top: 14.4rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.2rem !important;
  }
  .me-xl-4 {
    margin-right: 1.6rem !important;
  }
  .me-xl-5 {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 2.4rem !important;
  }
  .me-xl-8 {
    margin-right: 3.2rem !important;
  }
  .me-xl-10 {
    margin-right: 4rem !important;
  }
  .me-xl-12 {
    margin-right: 4.8rem !important;
  }
  .me-xl-13 {
    margin-right: 5.6rem !important;
  }
  .me-xl-14 {
    margin-right: 6.4rem !important;
  }
  .me-xl-16 {
    margin-right: 8rem !important;
  }
  .me-xl-24 {
    margin-right: 14.4rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 14.4rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-5 {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xl-10 {
    margin-left: 4rem !important;
  }
  .ms-xl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-13 {
    margin-left: 5.6rem !important;
  }
  .ms-xl-14 {
    margin-left: 6.4rem !important;
  }
  .ms-xl-16 {
    margin-left: 8rem !important;
  }
  .ms-xl-24 {
    margin-left: 14.4rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.4rem !important;
  }
  .m-xl-n2 {
    margin: -0.8rem !important;
  }
  .m-xl-n3 {
    margin: -1.2rem !important;
  }
  .m-xl-n4 {
    margin: -1.6rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .m-xl-n6 {
    margin: -2.4rem !important;
  }
  .m-xl-n8 {
    margin: -3.2rem !important;
  }
  .m-xl-n10 {
    margin: -4rem !important;
  }
  .m-xl-n12 {
    margin: -4.8rem !important;
  }
  .m-xl-n13 {
    margin: -5.6rem !important;
  }
  .m-xl-n14 {
    margin: -6.4rem !important;
  }
  .m-xl-n16 {
    margin: -8rem !important;
  }
  .m-xl-n24 {
    margin: -14.4rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-xl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n6 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-xl-n8 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-xl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n12 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-xl-n13 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xl-n14 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-xl-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n24 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-xl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-xl-n8 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-xl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n12 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-xl-n13 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xl-n14 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-xl-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n24 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.4rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.8rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.2rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.6rem !important;
  }
  .mt-xl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xl-n6 {
    margin-top: -2.4rem !important;
  }
  .mt-xl-n8 {
    margin-top: -3.2rem !important;
  }
  .mt-xl-n10 {
    margin-top: -4rem !important;
  }
  .mt-xl-n12 {
    margin-top: -4.8rem !important;
  }
  .mt-xl-n13 {
    margin-top: -5.6rem !important;
  }
  .mt-xl-n14 {
    margin-top: -6.4rem !important;
  }
  .mt-xl-n16 {
    margin-top: -8rem !important;
  }
  .mt-xl-n24 {
    margin-top: -14.4rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.4rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.8rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.2rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.6rem !important;
  }
  .me-xl-n5 {
    margin-right: -2rem !important;
  }
  .me-xl-n6 {
    margin-right: -2.4rem !important;
  }
  .me-xl-n8 {
    margin-right: -3.2rem !important;
  }
  .me-xl-n10 {
    margin-right: -4rem !important;
  }
  .me-xl-n12 {
    margin-right: -4.8rem !important;
  }
  .me-xl-n13 {
    margin-right: -5.6rem !important;
  }
  .me-xl-n14 {
    margin-right: -6.4rem !important;
  }
  .me-xl-n16 {
    margin-right: -8rem !important;
  }
  .me-xl-n24 {
    margin-right: -14.4rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.6rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -2.4rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -3.2rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -4.8rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -6.4rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -14.4rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.4rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.8rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.2rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.6rem !important;
  }
  .ms-xl-n5 {
    margin-left: -2rem !important;
  }
  .ms-xl-n6 {
    margin-left: -2.4rem !important;
  }
  .ms-xl-n8 {
    margin-left: -3.2rem !important;
  }
  .ms-xl-n10 {
    margin-left: -4rem !important;
  }
  .ms-xl-n12 {
    margin-left: -4.8rem !important;
  }
  .ms-xl-n13 {
    margin-left: -5.6rem !important;
  }
  .ms-xl-n14 {
    margin-left: -6.4rem !important;
  }
  .ms-xl-n16 {
    margin-left: -8rem !important;
  }
  .ms-xl-n24 {
    margin-left: -14.4rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.2rem !important;
  }
  .p-xl-4 {
    padding: 1.6rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 2.4rem !important;
  }
  .p-xl-8 {
    padding: 3.2rem !important;
  }
  .p-xl-10 {
    padding: 4rem !important;
  }
  .p-xl-12 {
    padding: 4.8rem !important;
  }
  .p-xl-13 {
    padding: 5.6rem !important;
  }
  .p-xl-14 {
    padding: 6.4rem !important;
  }
  .p-xl-16 {
    padding: 8rem !important;
  }
  .p-xl-24 {
    padding: 14.4rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xl-13 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xl-14 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xl-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-24 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xl-13 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xl-14 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xl-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-24 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-5 {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xl-10 {
    padding-top: 4rem !important;
  }
  .pt-xl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-xl-13 {
    padding-top: 5.6rem !important;
  }
  .pt-xl-14 {
    padding-top: 6.4rem !important;
  }
  .pt-xl-16 {
    padding-top: 8rem !important;
  }
  .pt-xl-24 {
    padding-top: 14.4rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-5 {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xl-10 {
    padding-right: 4rem !important;
  }
  .pe-xl-12 {
    padding-right: 4.8rem !important;
  }
  .pe-xl-13 {
    padding-right: 5.6rem !important;
  }
  .pe-xl-14 {
    padding-right: 6.4rem !important;
  }
  .pe-xl-16 {
    padding-right: 8rem !important;
  }
  .pe-xl-24 {
    padding-right: 14.4rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 14.4rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-5 {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xl-10 {
    padding-left: 4rem !important;
  }
  .ps-xl-12 {
    padding-left: 4.8rem !important;
  }
  .ps-xl-13 {
    padding-left: 5.6rem !important;
  }
  .ps-xl-14 {
    padding-left: 6.4rem !important;
  }
  .ps-xl-16 {
    padding-left: 8rem !important;
  }
  .ps-xl-24 {
    padding-left: 14.4rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.2rem !important;
  }
  .gap-xl-4 {
    gap: 1.6rem !important;
  }
  .gap-xl-5 {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 2.4rem !important;
  }
  .gap-xl-8 {
    gap: 3.2rem !important;
  }
  .gap-xl-10 {
    gap: 4rem !important;
  }
  .gap-xl-12 {
    gap: 4.8rem !important;
  }
  .gap-xl-13 {
    gap: 5.6rem !important;
  }
  .gap-xl-14 {
    gap: 6.4rem !important;
  }
  .gap-xl-16 {
    gap: 8rem !important;
  }
  .gap-xl-24 {
    gap: 14.4rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 5.6rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 6.4rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-24 {
    row-gap: 14.4rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 5.6rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 6.4rem !important;
  }
  .column-gap-xl-16 {
    column-gap: 8rem !important;
  }
  .column-gap-xl-24 {
    column-gap: 14.4rem !important;
  }
  .fs-xl-1 {
    font-size: 4rem !important;
  }
  .fs-xl-2 {
    font-size: 3.2rem !important;
  }
  .fs-xl-3 {
    font-size: 2.8rem !important;
  }
  .fs-xl-4 {
    font-size: 2.4rem !important;
  }
  .fs-xl-5 {
    font-size: 2rem !important;
  }
  .fs-xl-6 {
    font-size: 1.6rem !important;
  }
  .fs-xl-7 {
    font-size: 1.4rem !important;
  }
  .fs-xl-8 {
    font-size: 1.2rem !important;
  }
  .fs-xl-9 {
    font-size: 1rem !important;
  }
  .fs-xl-xs {
    font-size: 1.2rem !important;
  }
  .fs-xl-sm {
    font-size: 1.4rem !important;
  }
  .fs-xl-base {
    font-size: 1.6rem !important;
  }
  .fs-xl-lg {
    font-size: 1.8rem !important;
  }
  .fs-xl-xl {
    font-size: 2rem !important;
  }
  .fs-xl-2xl {
    font-size: 2.4rem !important;
  }
  .fs-xl-3xl {
    font-size: 3rem !important;
  }
  .fs-xl-4xl {
    font-size: 3.6rem !important;
  }
  .fs-xl-5xl {
    font-size: 4.8rem !important;
  }
  .fs-xl-6xl {
    font-size: 6rem !important;
  }
  .fs-xl-7xl {
    font-size: 7.2rem !important;
  }
  .fs-xl-8xl {
    font-size: 9.6rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .rounded-xl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xl-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xl-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xl-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xl-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-xl-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xl-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xl-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xl-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xl-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xl-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xl-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xl-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xl-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xl-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xl-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xl-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xl-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xl-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xl-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xl-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xl-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xl-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xl-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xl-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xl-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .bc-scale-xl-none {
    transform: none !important;
  }
  .bc-scale-xl-1-1 {
    transform: scale(1.1) !important;
  }
  .tc-text-xl-reverse {
    color: #FFFFFF !important;
  }
  .tc-text-xl-light {
    color: #5E5F62 !important;
  }
  .tc-text-xl-default {
    color: #343C48 !important;
  }
  .tc-text-xl-dark {
    color: #182125 !important;
  }
  .tc-text-xl-darker {
    color: #161D27 !important;
  }
}
@media (min-width: 1400px) {
  .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-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;
  }
  .shadow-xxl {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xxl-sm {
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xxl-lg {
    box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xxl-xl {
    box-shadow: 0px 24px 24px rgba(118, 119, 122, 0.1) !important;
  }
  .shadow-xxl-none {
    box-shadow: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .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-basis-xxl-33 {
    flex-basis: 33.3333333333% !important;
  }
  .flex-basis-xxl-50 {
    flex-basis: 50% !important;
  }
  .flex-basis-xxl-100 {
    flex-basis: 100% !important;
  }
  .flex-basis-xxl-auto {
    flex-basis: auto !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.4rem !important;
  }
  .m-xxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxl-3 {
    margin: 1.2rem !important;
  }
  .m-xxl-4 {
    margin: 1.6rem !important;
  }
  .m-xxl-5 {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 2.4rem !important;
  }
  .m-xxl-8 {
    margin: 3.2rem !important;
  }
  .m-xxl-10 {
    margin: 4rem !important;
  }
  .m-xxl-12 {
    margin: 4.8rem !important;
  }
  .m-xxl-13 {
    margin: 5.6rem !important;
  }
  .m-xxl-14 {
    margin: 6.4rem !important;
  }
  .m-xxl-16 {
    margin: 8rem !important;
  }
  .m-xxl-24 {
    margin: 14.4rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-8 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }
  .mx-xxl-10 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-12 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }
  .mx-xxl-13 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }
  .mx-xxl-14 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }
  .mx-xxl-16 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-24 {
    margin-right: 14.4rem !important;
    margin-left: 14.4rem !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.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-8 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }
  .my-xxl-10 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-12 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-13 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }
  .my-xxl-14 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }
  .my-xxl-16 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-24 {
    margin-top: 14.4rem !important;
    margin-bottom: 14.4rem !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.4rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.2rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-5 {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3.2rem !important;
  }
  .mt-xxl-10 {
    margin-top: 4rem !important;
  }
  .mt-xxl-12 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-13 {
    margin-top: 5.6rem !important;
  }
  .mt-xxl-14 {
    margin-top: 6.4rem !important;
  }
  .mt-xxl-16 {
    margin-top: 8rem !important;
  }
  .mt-xxl-24 {
    margin-top: 14.4rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.2rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-5 {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-8 {
    margin-right: 3.2rem !important;
  }
  .me-xxl-10 {
    margin-right: 4rem !important;
  }
  .me-xxl-12 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-13 {
    margin-right: 5.6rem !important;
  }
  .me-xxl-14 {
    margin-right: 6.4rem !important;
  }
  .me-xxl-16 {
    margin-right: 8rem !important;
  }
  .me-xxl-24 {
    margin-right: 14.4rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.2rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3.2rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 5.6rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 6.4rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 14.4rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.2rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-5 {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-8 {
    margin-left: 3.2rem !important;
  }
  .ms-xxl-10 {
    margin-left: 4rem !important;
  }
  .ms-xxl-12 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-13 {
    margin-left: 5.6rem !important;
  }
  .ms-xxl-14 {
    margin-left: 6.4rem !important;
  }
  .ms-xxl-16 {
    margin-left: 8rem !important;
  }
  .ms-xxl-24 {
    margin-left: 14.4rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.4rem !important;
  }
  .m-xxl-n2 {
    margin: -0.8rem !important;
  }
  .m-xxl-n3 {
    margin: -1.2rem !important;
  }
  .m-xxl-n4 {
    margin: -1.6rem !important;
  }
  .m-xxl-n5 {
    margin: -2rem !important;
  }
  .m-xxl-n6 {
    margin: -2.4rem !important;
  }
  .m-xxl-n8 {
    margin: -3.2rem !important;
  }
  .m-xxl-n10 {
    margin: -4rem !important;
  }
  .m-xxl-n12 {
    margin: -4.8rem !important;
  }
  .m-xxl-n13 {
    margin: -5.6rem !important;
  }
  .m-xxl-n14 {
    margin: -6.4rem !important;
  }
  .m-xxl-n16 {
    margin: -8rem !important;
  }
  .m-xxl-n24 {
    margin: -14.4rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.4rem !important;
    margin-left: -0.4rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.8rem !important;
    margin-left: -0.8rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1.2rem !important;
    margin-left: -1.2rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -2.4rem !important;
    margin-left: -2.4rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -3.2rem !important;
    margin-left: -3.2rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -4.8rem !important;
    margin-left: -4.8rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -5.6rem !important;
    margin-left: -5.6rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -6.4rem !important;
    margin-left: -6.4rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n24 {
    margin-right: -14.4rem !important;
    margin-left: -14.4rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.4rem !important;
    margin-bottom: -0.4rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.8rem !important;
    margin-bottom: -0.8rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1.2rem !important;
    margin-bottom: -1.2rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important;
  }
  .my-xxl-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n6 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important;
  }
  .my-xxl-n8 {
    margin-top: -3.2rem !important;
    margin-bottom: -3.2rem !important;
  }
  .my-xxl-n10 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n12 {
    margin-top: -4.8rem !important;
    margin-bottom: -4.8rem !important;
  }
  .my-xxl-n13 {
    margin-top: -5.6rem !important;
    margin-bottom: -5.6rem !important;
  }
  .my-xxl-n14 {
    margin-top: -6.4rem !important;
    margin-bottom: -6.4rem !important;
  }
  .my-xxl-n16 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n24 {
    margin-top: -14.4rem !important;
    margin-bottom: -14.4rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.4rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.8rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1.2rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.6rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -2.4rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -3.2rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -4.8rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -5.6rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -6.4rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n24 {
    margin-top: -14.4rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.4rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.8rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1.2rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.6rem !important;
  }
  .me-xxl-n5 {
    margin-right: -2rem !important;
  }
  .me-xxl-n6 {
    margin-right: -2.4rem !important;
  }
  .me-xxl-n8 {
    margin-right: -3.2rem !important;
  }
  .me-xxl-n10 {
    margin-right: -4rem !important;
  }
  .me-xxl-n12 {
    margin-right: -4.8rem !important;
  }
  .me-xxl-n13 {
    margin-right: -5.6rem !important;
  }
  .me-xxl-n14 {
    margin-right: -6.4rem !important;
  }
  .me-xxl-n16 {
    margin-right: -8rem !important;
  }
  .me-xxl-n24 {
    margin-right: -14.4rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.8rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1.2rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.6rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -2.4rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -3.2rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -4.8rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -5.6rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -6.4rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -14.4rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.4rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.8rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1.2rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.6rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -2.4rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -3.2rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -4.8rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -5.6rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -6.4rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n24 {
    margin-left: -14.4rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxl-3 {
    padding: 1.2rem !important;
  }
  .p-xxl-4 {
    padding: 1.6rem !important;
  }
  .p-xxl-5 {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 2.4rem !important;
  }
  .p-xxl-8 {
    padding: 3.2rem !important;
  }
  .p-xxl-10 {
    padding: 4rem !important;
  }
  .p-xxl-12 {
    padding: 4.8rem !important;
  }
  .p-xxl-13 {
    padding: 5.6rem !important;
  }
  .p-xxl-14 {
    padding: 6.4rem !important;
  }
  .p-xxl-16 {
    padding: 8rem !important;
  }
  .p-xxl-24 {
    padding: 14.4rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-8 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }
  .px-xxl-10 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-12 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .px-xxl-13 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }
  .px-xxl-14 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }
  .px-xxl-16 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-24 {
    padding-right: 14.4rem !important;
    padding-left: 14.4rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-8 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }
  .py-xxl-10 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-12 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .py-xxl-13 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }
  .py-xxl-14 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }
  .py-xxl-16 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-24 {
    padding-top: 14.4rem !important;
    padding-bottom: 14.4rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.2rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-5 {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3.2rem !important;
  }
  .pt-xxl-10 {
    padding-top: 4rem !important;
  }
  .pt-xxl-12 {
    padding-top: 4.8rem !important;
  }
  .pt-xxl-13 {
    padding-top: 5.6rem !important;
  }
  .pt-xxl-14 {
    padding-top: 6.4rem !important;
  }
  .pt-xxl-16 {
    padding-top: 8rem !important;
  }
  .pt-xxl-24 {
    padding-top: 14.4rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.2rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-5 {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-8 {
    padding-right: 3.2rem !important;
  }
  .pe-xxl-10 {
    padding-right: 4rem !important;
  }
  .pe-xxl-12 {
    padding-right: 4.8rem !important;
  }
  .pe-xxl-13 {
    padding-right: 5.6rem !important;
  }
  .pe-xxl-14 {
    padding-right: 6.4rem !important;
  }
  .pe-xxl-16 {
    padding-right: 8rem !important;
  }
  .pe-xxl-24 {
    padding-right: 14.4rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.2rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3.2rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 4.8rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 5.6rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 6.4rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 14.4rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-5 {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-8 {
    padding-left: 3.2rem !important;
  }
  .ps-xxl-10 {
    padding-left: 4rem !important;
  }
  .ps-xxl-12 {
    padding-left: 4.8rem !important;
  }
  .ps-xxl-13 {
    padding-left: 5.6rem !important;
  }
  .ps-xxl-14 {
    padding-left: 6.4rem !important;
  }
  .ps-xxl-16 {
    padding-left: 8rem !important;
  }
  .ps-xxl-24 {
    padding-left: 14.4rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.4rem !important;
  }
  .gap-xxl-2 {
    gap: 0.8rem !important;
  }
  .gap-xxl-3 {
    gap: 1.2rem !important;
  }
  .gap-xxl-4 {
    gap: 1.6rem !important;
  }
  .gap-xxl-5 {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 2.4rem !important;
  }
  .gap-xxl-8 {
    gap: 3.2rem !important;
  }
  .gap-xxl-10 {
    gap: 4rem !important;
  }
  .gap-xxl-12 {
    gap: 4.8rem !important;
  }
  .gap-xxl-13 {
    gap: 5.6rem !important;
  }
  .gap-xxl-14 {
    gap: 6.4rem !important;
  }
  .gap-xxl-16 {
    gap: 8rem !important;
  }
  .gap-xxl-24 {
    gap: 14.4rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1.2rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 3.2rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 4.8rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 5.6rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 6.4rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-24 {
    row-gap: 14.4rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1.2rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 3.2rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 4.8rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 5.6rem !important;
  }
  .column-gap-xxl-14 {
    column-gap: 6.4rem !important;
  }
  .column-gap-xxl-16 {
    column-gap: 8rem !important;
  }
  .column-gap-xxl-24 {
    column-gap: 14.4rem !important;
  }
  .fs-xxl-1 {
    font-size: 4rem !important;
  }
  .fs-xxl-2 {
    font-size: 3.2rem !important;
  }
  .fs-xxl-3 {
    font-size: 2.8rem !important;
  }
  .fs-xxl-4 {
    font-size: 2.4rem !important;
  }
  .fs-xxl-5 {
    font-size: 2rem !important;
  }
  .fs-xxl-6 {
    font-size: 1.6rem !important;
  }
  .fs-xxl-7 {
    font-size: 1.4rem !important;
  }
  .fs-xxl-8 {
    font-size: 1.2rem !important;
  }
  .fs-xxl-9 {
    font-size: 1rem !important;
  }
  .fs-xxl-xs {
    font-size: 1.2rem !important;
  }
  .fs-xxl-sm {
    font-size: 1.4rem !important;
  }
  .fs-xxl-base {
    font-size: 1.6rem !important;
  }
  .fs-xxl-lg {
    font-size: 1.8rem !important;
  }
  .fs-xxl-xl {
    font-size: 2rem !important;
  }
  .fs-xxl-2xl {
    font-size: 2.4rem !important;
  }
  .fs-xxl-3xl {
    font-size: 3rem !important;
  }
  .fs-xxl-4xl {
    font-size: 3.6rem !important;
  }
  .fs-xxl-5xl {
    font-size: 4.8rem !important;
  }
  .fs-xxl-6xl {
    font-size: 6rem !important;
  }
  .fs-xxl-7xl {
    font-size: 7.2rem !important;
  }
  .fs-xxl-8xl {
    font-size: 9.6rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .rounded-xxl {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-1 {
    border-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-xxl-2 {
    border-radius: var(--bs-border-radius) !important;
  }
  .rounded-xxl-3 {
    border-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-xxl-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-xxl-5 {
    border-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-xxl-pill {
    border-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-top-xxl {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-top-xxl-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-top-xxl-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-top-xxl-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-top-xxl-5 {
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-top-xxl-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-end-xxl {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-end-xxl-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }
  .rounded-end-xxl-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-end-xxl-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-end-xxl-5 {
    border-top-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-end-xxl-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-bottom-xxl {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-bottom-xxl-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  }
  .rounded-start-xxl {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important;
  }
  .rounded-start-xxl-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
  .rounded-start-xxl-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important;
  }
  .rounded-start-xxl-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-start-xxl-5 {
    border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
    border-top-left-radius: var(--bs-border-radius-2xl) !important;
  }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .rounded-start-xxl-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
  }
  .bc-scale-xxl-none {
    transform: none !important;
  }
  .bc-scale-xxl-1-1 {
    transform: scale(1.1) !important;
  }
  .tc-text-xxl-reverse {
    color: #FFFFFF !important;
  }
  .tc-text-xxl-light {
    color: #5E5F62 !important;
  }
  .tc-text-xxl-default {
    color: #343C48 !important;
  }
  .tc-text-xxl-dark {
    color: #182125 !important;
  }
  .tc-text-xxl-darker {
    color: #161D27 !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-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;
  }
}
/**
 * Swiper 8.4.6
 * 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 17, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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;
}

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

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

.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;
  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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  border-radius: 2px;
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
  /*
      'error':#E62519,
  'success':#0B651A,
  'warning':#FE9F16,
  'info':#0058A3
     */
  background-color: white;
  color: black;
}
.toastify--error {
  background-color: #E62519;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
.spinner {
  position: absolute;
  --spinner-size: 24px;
  left: calc(50% - var(--spinner-size) / 2);
  top: calc(50% - var(--spinner-size) / 2);
  width: var(--spinner-size, 24px);
  height: var(--spinner-size, 24px);
  border: 4px solid #0061ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: df-spinner 0.4s linear infinite;
}
.spinner--sm {
  --spinner-size: 18px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.df-store-selector {
  background: #FFFFFF;
  width: 375px;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1), transform 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  right: 1000px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(5px);
}
.df-store-selector__submit a {
  min-width: 240px;
}
@media (max-width: 768px) {
  .df-store-selector__submit a {
    width: 100%;
  }
}
.df-store-selector__t {
  font-size: 1.8rem;
  letter-spacing: -0.03px;
  margin-top: 0;
  margin-bottom: 2rem;
}
.df-store-selector__close {
  font-size: 1.8rem;
  position: absolute;
  color: inherit;
  top: 18px;
  right: 16px;
  cursor: pointer;
}
.df-store-selector__close:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .df-store-selector {
    box-shadow: 0 4px 4px rgba(118, 119, 122, 0.1);
    border: 1px solid #E3E6EA;
    padding: 16px 16px 32px;
    border-radius: 16px;
  }
}
.df-store-selector.open {
  top: 40px;
  right: 0;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .df-store-selector.open {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 768px) {
  .df-store-selector.open .df-store-selector__submit {
    margin-top: auto;
  }
}

.df-store-list-items {
  margin: 4px 0 0 0;
  padding: 0;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
}
.df-store-list-items li {
  list-style: none;
  margin: 0;
}
.df-store-list-items li:not(:last-child) {
  border-bottom: 1px solid #E2E3E6;
}
.df-store-list-items .df-store-list-item {
  border: none;
  border-radius: 0;
}

.df-store-list-item {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #333;
  background-color: white;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.6rem;
  line-height: 20/16;
}
.df-store-list-item__caret {
  margin-left: auto;
}
.df-store-list-item__flag {
  display: block;
  width: 24px;
  margin-right: 8px;
}
.df-store-list-item:hover {
  background-color: #fbfbfb;
  text-decoration: none;
  color: inherit;
}
.df-store-list-item.active {
  background-color: #f1f1f1;
  color: #2f2f2f;
}

.df-store-dropmenu {
  position: relative;
}
.df-store-dropmenu[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.df-store-dropmenu__content {
  position: absolute;
  z-index: 100;
  width: 100%;
  --scrollTrack: #E3E6EA;
  --scrollThumb: #989FA9;
  max-height: 300px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollThumb) var(--scrollTrack);
  transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s ease-in-out;
}
.df-store-dropmenu__content::-webkit-scrollbar {
  width: 4px;
}
.df-store-dropmenu__content::-webkit-scrollbar-track {
  background: var(--scrollTrack);
  border-radius: 0;
}
.df-store-dropmenu__content::-webkit-scrollbar-thumb {
  background-color: var(--scrollThumb);
  border-radius: 0;
  border: 0 solid var(--scrollTrack);
}
.df-store-dropmenu.active .df-store-dropmenu__label {
  position: relative;
}
.df-store-dropmenu.active .df-store-dropmenu__label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #1979c3;
  border-radius: 4px;
}
.df-store-dropmenu:not(.active) .df-store-dropmenu__content {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
}

.df-store-switcher-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}
.df-store-switcher-btn, .df-store-switcher-btn:visited {
  color: #161D27;
}
.df-store-switcher-btn:hover {
  text-decoration: none;
}
.df-store-switcher-btn img {
  height: 11px;
  width: auto;
  max-width: none;
  display: inline-block;
  margin-right: 8px;
}
.df-store-switcher-btn__sep {
  height: 16px;
  width: 1px;
  background-color: #161D27;
}
.df-store-switcher-btn__code {
  margin-left: 4px;
  margin-right: 4px;
}

.df-link {
  font-size: 14px;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 1;
}
.df-link [class^=icon-] {
  display: inline-block;
  color: #0d6efd;
  padding-right: 6px;
  text-decoration: none;
}
.df-link, .df-link:visited {
  color: #161D27;
}
.df-link:hover {
  text-decoration: underline 2px #0061FF;
  text-underline-offset: 4px;
  text-underline-position: from-font;
  color: black;
}
.df-link:hover [class^=icon-], .df-link:hover [class^=icon-]:before {
  text-decoration: none;
  display: inline-block;
}
.df-link:hover .df-link__icon {
  color: black;
}

/*
.switcher-dropdown li[class*="_old"]{
  display: none;
}*/
.ticker-wrapper {
  height: 20px;
  overflow: hidden;
}

.ticker {
  text-align: center;
  padding: 0;
  margin: 0;
  letter-spacing: 0.6px;
  color: white;
  animation-name: teaserScroll;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
@media (min-width: 769px) {
  .ticker {
    font-size: 16px;
  }
}
.ticker li {
  line-height: 20px;
  display: block;
}

@keyframes teaserScroll {
  0%, 27% {
    transform: translateY(0%);
  }
  33%, 60% {
    transform: translateY(-25%);
  }
  66%, 93% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-75%);
  }
}
/*
.df-trustpilot-banner-widget{
  position: absolute;
  z-index: 1;
  //left: -11px;

  margin-left: -42px;
  @include media(">tablet"){
    margin-left: -35px;
  }
  @include media("<=618px"){
    //width: 210px; overflow: hidden;
  }
  @include media("<=680px"){
    display: none;
  }
}
*/
.df-site-primary-message .df-trustpilot-banner-widget {
  position: absolute;
  z-index: 1;
  margin-left: -42px;
}
@media (min-width: 769px) {
  .df-site-primary-message .df-trustpilot-banner-widget {
    margin-left: -35px;
  }
}
html[lang=es] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -14px;
}

html[lang=it] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -8px;
}

html[lang=de] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -42px;
}

html[lang=fr] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -38px;
}

html[lang=sv] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -43px;
}

html[lang=nb] .df-site-primary-message .df-trustpilot-banner-widget {
  margin-left: -43px;
}

@media (max-width: 768px) {
  .df-site-primary-message .df-trustpilot-banner-widget {
    display: none;
  }
}

.df-site-post-menu-message-wrapper {
  background-color: whitesmoke;
}

.df-site-post-menu-message .df-trustpilot-banner-widget {
  margin-top: 4px;
  margin-bottom: 2px;
  transform: scale(0.8) translateY(2px);
}
@media (min-width: 769px) {
  .df-site-post-menu-message .df-trustpilot-banner-widget {
    display: none;
  }
}

/*
.df-trustpilot-banner-widget{
  position: absolute;
  z-index: 1;
  //left: -11px;

  margin-left: -42px;
  @include media(">tablet"){
    margin-left: -35px;
  }
  @include media("<=618px"){
    //width: 210px; overflow: hidden;
  }
  @include media("<=680px"){
    display: none;
  }
}
*/
.btn {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
}
.btn:visited {
  color: white;
}
.btn:focus, .btn:active, .btn:hover {
  background-color: #003EA8;
  color: white;
}

.btn--extend {
  width: 100%;
  max-width: 240px;
}

.buttons {
  display: flex;
  gap: 8px;
}

.button {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
}
.button:visited {
  color: white;
}
.button:focus, .button:active, .button:hover {
  background-color: #003EA8;
  color: white;
}
.button--cancel {
  background: #dc3545;
}
.button--cancel:hover {
  background: #e35d6a;
}
.button--sm {
  font-size: 14px;
  height: 38px;
  padding-left: 13px;
  padding-right: 13px;
}

.button--home:before {
  font-family: icomoon;
  content: "\e91a";
  font-size: 12px;
  margin-right: 8px;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.link-arrow:after {
  font-size: 80%;
  margin-left: 4px;
  content: "\e90b";
  font-family: icomoon;
  color: inherit;
}

.link-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.link-home:after {
  font-size: 80%;
  margin-left: 4px;
  content: "\e91a";
  font-family: icomoon;
  color: inherit;
}

.btn-primary {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: #000000;
  background: #FECA02;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  white-space: nowrap;
  display: flex;
  gap: 4px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 28px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 12px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 10px;
}
.btn-primary:visited {
  color: #000000;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: #003ea8;
  color: white;
}
.btn-primary s {
  color: #767676;
}
.btn-primary:hover s {
  color: white;
  opacity: 0.8;
}

.block-product-link-inline.has-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block-product-link-inline.has-arrow a:after {
  font-size: 80%;
  margin-left: 4px;
  content: "\e90b";
  font-family: icomoon;
  color: inherit;
}

/*
.pagebuilder-button-link.has-arrow{
  @include createLinkArrow;
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  font-weight: inherit;
  line-height: inherit;
}
*/
.block-cms-link.widget {
  margin-bottom: 10px;
}

.block-cms-link-inline.has-arrow span,
.block-cms-link.has-arrow span,
.pagebuilder-button-primary.has-arrow span,
.pagebuilder-button-secondary.has-arrow span,
.pagebuilder-button-link.has-arrow span {
  display: inline-flex;
  align-items: center;
}
.block-cms-link-inline.has-arrow span:after,
.block-cms-link.has-arrow span:after,
.pagebuilder-button-primary.has-arrow span:after,
.pagebuilder-button-secondary.has-arrow span:after,
.pagebuilder-button-link.has-arrow span:after {
  margin-left: 4px;
  font-size: 80%;
  content: "\e90b";
  font-family: icomoon;
  color: inherit;
}

a.pagebuilder-button-link {
  padding: 0;
  margin: 0;
}

.pagebuilder-button-link.has-arrow {
  font-weight: normal;
}

.is-home .block-cms-link-inline span,
.is-home .block-cms-link span,
.is-home .pagebuilder-button-primary span,
.is-home .pagebuilder-button-secondary span,
.is-home .pagebuilder-button-link span {
  display: inline-flex;
  align-items: center;
}
.is-home .block-cms-link-inline span:after,
.is-home .block-cms-link span:after,
.is-home .pagebuilder-button-primary span:after,
.is-home .pagebuilder-button-secondary span:after,
.is-home .pagebuilder-button-link span:after {
  margin-left: 4px;
  font-size: 80%;
  content: "\e91a";
  font-family: icomoon;
  color: inherit;
}

[data-content-type=buttons] {
  margin-left: -7px;
  margin-right: -7px;
}
[data-content-type=buttons] [data-content-type=button-item] {
  margin-left: 7px;
  margin-right: 7px;
}

/*
.block-product-link-inline-arrow{
  a{
    @include createLinkArrow;
  }
}


.pagebuilder-button-link.pagebuilder-button-link--arrow{
  @include createLinkArrow;
  font-size: inherit;
  padding: inherit;
  margin: inherit;
  font-weight: inherit;
  line-height: inherit;
}
*/
.step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-weight: bold;
  color: white;
  font-size: 1.6rem;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7316 0.18067C28.5238 -0.110629 33.8618 -0.41512 37.6515 2.42431C41.39 5.22542 41.288 10.547 43.1595 14.7372C44.9782 18.8093 48.6018 22.2776 48.4978 26.7091C48.3896 31.3204 45.5866 35.4165 42.5896 39.0146C39.5056 42.7172 35.9033 46.3562 31.1341 47.5556C26.4163 48.7419 21.4145 47.3861 16.9689 45.4575C12.9055 43.6946 9.97081 40.4389 7.12228 37.1384C4.32848 33.9014 1.17224 30.6556 0.593275 26.4838C0.0164434 22.3273 2.23311 18.4364 3.99463 14.6013C5.77673 10.7214 7.38721 6.61505 10.8971 4.05059C14.5422 1.38733 19.165 0.458254 23.7316 0.18067Z' fill='%23FFF5EB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8596 4.15056C27.8532 3.90781 32.3015 3.65407 35.4596 6.02025C38.575 8.35452 38.49 12.7892 40.0496 16.281C41.5652 19.6744 44.5849 22.5646 44.4982 26.2576C44.408 30.1003 42.0721 33.5138 39.5746 36.5122C37.0046 39.5977 34.0028 42.6302 30.0284 43.6296C26.0969 44.6183 21.9288 43.4884 18.2241 41.8812C14.8379 40.4122 12.3923 37.6991 10.0186 34.9487C7.6904 32.2511 5.0602 29.5464 4.57773 26.0698C4.09704 22.606 5.94426 19.3637 7.41219 16.1678C8.89727 12.9345 10.2393 9.51255 13.1642 7.37549C16.2018 5.15611 20.0542 4.38188 23.8596 4.15056Z' fill='%23F07D00'/%3E%3C/svg%3E%0A");
  /*
  @include media(">desktop"){
    background-color: map-get($color-orange, "default");
    border-radius: 50%;
    background-image: none;
  }
  */
}

/*
#skb-pictures--allergy{
  li{
    display: none;
    &.skb-pictures__empty{
      display: flex;
    }
  }
}

html[lang="en"] #skb-pictures--allergy li[data-sk-value*="US_Stickerkid_Health_Icons_"],
html[lang="nl"] #skb-pictures--allergy li[data-sk-value*="BENL_Stickerkid_Health_Icons_"],
html[lang="de"] #skb-pictures--allergy li[data-sk-value*="DE_Stickerkid_Health_Icons_"],
html[lang="da"] #skb-pictures--allergy li[data-sk-value*="DK_Stickerkid_Health_Icons_"],
html[lang="es"] #skb-pictures--allergy li[data-sk-value*="ES_Stickerkid_Health_Icons_"],
html[lang="fr"] #skb-pictures--allergy li[data-sk-value*="FR_Stickerkid_Health_Icons_"],
html[lang="it"] #skb-pictures--allergy li[data-sk-value*="IT_Stickerkid_Health_Icons_"],
html[lang="nb"] #skb-pictures--allergy li[data-sk-value*="NO_Stickerkid_Health_Icons_"],
html[lang="pl"] #skb-pictures--allergy li[data-sk-value*="PL_Stickerkid_Health_Icons_"],
html[lang="sv"] #skb-pictures--allergy li[data-sk-value*="SE_Stickerkid_Health_Icons_"]{
  display: flex;
}
//hide for minis
div[class*="js-skb-pictures-minis_"] .skb-picture-links li[data-sk-target="#skb-pictures--allergy"]{
  display: none;
}
*/
@media (max-width: 768px) {
  body {
    margin-top: 92px;
  }
}

@media (max-width: 768px) {
  .df-site-primary-message {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}

.page-header {
  color: #161D27;
  border-bottom: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 1081;
  width: 100%;
  background-color: white;
  transition: box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  /*
  @at-root .nav-open &{
    @include media("<=tablet"){L
      bottom: 0;
    }
  }
  */
}
@media (min-width: 769px) {
  .page-header {
    position: sticky;
    top: -44px;
  }
}
.page-header.is-pinned {
  box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1);
}
@media (max-width: 768px) {
  .page-header {
    box-shadow: 0px 4px 4px rgba(118, 119, 122, 0.1);
  }
}

.page-header .panel.wrapper {
  border-bottom: none;
  /*
  //border-bottom:1px solid #E3E6EA;
  @at-root .nav-open & {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
  */
}

.logo {
  min-width: 140px;
}

.df-top-nav {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 769px) {
  .df-top-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.df-top-nav .content {
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .df-top-nav .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.df-top-nav-wrapper {
  display: flex;
  flex-flow: column;
  z-index: 99;
  /*
  @at-root .nav-open & {
    @include media("<tablet") {
      //grow in height to cover remaining.. also make the parent flex
      flex-grow: 1;
      //height: 100vh;//calc(100vh - 42px);
    }
  }
  */
}
@media (min-width: 769px) {
  .df-top-nav-wrapper {
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .df-top-nav-wrapper .logo {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
}
.page-header .panel.header {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .page-header .panel.header {
    order: -1;
    display: flex;
    flex-flow: row nowrap;
  }
}

.header.content {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.nav-sections-item-title {
  display: none;
}

.nav-sections {
  background: transparent;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  /*
  @include media("<tablet") {
    display: none;
    @at-root .nav-open & {
      display: block;
    }
  }
  */
}
@media (min-width: 769px) {
  .checkout-index-index .nav-sections {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-sections {
    padding-top: 6px;
    width: 100%;
    position: static;
    order: 1;
  }
  .nav-sections:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    border-top: 1px solid #E3E6EA;
  }
}
.nav-sections-item-content {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .nav-sections-item-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.navigation {
  padding: 0;
}
.navigation ul {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .navigation ul {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
  }
}
.navigation ul li {
  font-size: 1.8rem;
  letter-spacing: -0.03px;
  margin-bottom: 0;
  list-style: none;
  font-weight: 700 !important;
}
@media (min-width: 769px) {
  .navigation ul li {
    font-size: 14px;
    font-weight: normal;
  }
}
.navigation ul li a {
  padding: 1.8rem 0;
  display: flex;
}
.navigation ul li a:hover {
  color: #0061FF;
  text-decoration: none;
}
@media (min-width: 769px) {
  .navigation ul li a {
    color: inherit;
    padding: 1rem 8px;
  }
}
@media (min-width: 1300px) {
  .navigation ul li a {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .navigation ul li a:after {
    content: "\e903";
    font-family: "icomoon";
    display: inline-block;
    margin-left: auto;
  }
}
.navigation ul li.active {
  color: #0061FF;
  font-weight: 700;
}
@media (min-width: 769px) {
  .navigation ul li.active:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #0061FF;
  }
}
.navigation ul[has-custom-pack] li:first-child {
  position: relative;
  --active-color: #FECA02;
}
.navigation ul[has-custom-pack] li:first-child:hover {
  opacity: 0.7;
}
.navigation ul[has-custom-pack] li:first-child a {
  padding-left: 0;
  display: block;
}
@media (max-width: 768px) {
  .navigation ul[has-custom-pack] li:first-child {
    display: flex;
    gap: 4px;
  }
}
.navigation ul[has-custom-pack] li:first-child:after {
  font-family: "CookieRun";
  text-transform: uppercase;
  transform: rotate(21.44deg) translateX(10px) translateY(10px);
  top: 0;
  left: 0;
  content: var(--bundle-pre-label);
  color: white;
  background-color: var(--active-color);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  pointer-events: none;
}
@media (min-width: 769px) {
  .navigation ul[has-custom-pack] li:first-child:after {
    position: absolute;
    transform: rotate(21.44deg) translateX(-100%) translateY(10px);
  }
}
.navigation ul[has-custom-pack] li:first-child a:after {
  font-family: inherit !important;
  text-decoration: none;
  content: var(--bundle-post-label);
  color: #000000;
  background-color: var(--active-color);
  border-radius: 3px;
  padding: 1px 4px;
  font-weight: normal;
  font-size: 11px;
  margin-left: 10px;
}
@media (min-width: 769px) {
  .navigation ul[has-custom-pack] li:first-child a:after {
    margin-left: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    white-space: pre;
    pointer-events: none;
    transform: translateX(-50%) translateY(50%);
  }
}

/*
.df-site-secondary-message-wrapper{
  a{
    color: map-get($color-text,"darker");
    &:hover{
      color: map-get($color-primary,"default");
    }
    [class^="icon-"]{
      color: map-get($color-primary,"default");
    }
  }
}
*/
.panel.header {
  padding-top: 2.4rem;
}
@media (max-width: 768px) {
  .panel.header {
    margin-top: auto;
    flex-flow: column;
    font-size: 16px;
    color: #161D27;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-top: 1px solid #E3E6EA;
    /*
    display: none;
    @at-root .nav-open & {
      display: flex;
    }
    */
  }
  .panel.header .df-link {
    order: -1;
    padding-bottom: 2.4rem;
    font-size: 16px;
  }
  .panel.header .df-site-secondary-message-wrapper {
    padding-bottom: 3.8rem;
  }
}
.df-my-account-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.df-my-account-wrapper li {
  margin: 0;
}
.df-my-account-wrapper a {
  display: inline-block;
  font-size: 0;
  padding: 1rem 2rem;
  color: #161D27;
}
.df-my-account-wrapper a:hover {
  text-decoration: none;
}
.df-my-account-wrapper a:after {
  font-size: 20px;
  content: "\e932";
  font-family: "icomoon";
}
.nav-toggle {
  position: static;
  margin-right: auto;
}
.nav-toggle:before {
  font-size: 20px;
  content: "\e920";
  font-family: "icomoon";
}
@media (max-width: 768px) {
  .checkout-index-index .nav-toggle {
    display: block;
  }
}

.nav-open .nav-toggle:before {
  content: "\e910";
}
.nav-open .nav-toggle:after {
  content: none;
}

@media (max-width: 768px) {
  .panel.header,
  .nav-sections {
    display: none;
  }
  .nav-open {
    overflow-y: hidden;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .nav-open .page-header {
    bottom: 0;
  }
  .nav-open .page-header .panel.wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
  .nav-open .df-top-nav-wrapper {
    flex-grow: 1;
  }
  .nav-open .nav-sections {
    display: block;
    box-shadow: none;
  }
  .nav-open .panel.header {
    display: flex;
  }
}
.df-form-subs-wrap {
  position: relative;
}

.df-form-subs + .df-spinner {
  display: none;
  position: absolute;
}

/*
.df-form-subs + .df-spinner{
  display: none;
  position: absolute;
  left: calc("50% - 10px");
  top: calc("50% - 10px");
}
*/
@media (min-width: 768px) {
  .df-form-subs {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
  }
}
.df-form-subs__field {
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .df-form-subs__field {
    max-width: 365px;
    margin-bottom: 0;
  }
}
.df-form-subs__action {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .df-form-subs__action {
    max-width: 218px;
    margin-left: 16px;
  }
  [lang=de] .df-form-subs__action {
    max-width: 240px;
  }
}
.df-form-subs input.df-form-subs__input, .df-form-subs__btn {
  height: 48px;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
}
.df-form-subs input.df-form-subs__input {
  padding: 18px 12px;
  background: #FFFFFF;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
  color: #161D27;
}
.df-form-subs input.df-form-subs__input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676;
}
.df-form-subs input.df-form-subs__input ::-moz-placeholder { /* Firefox 19+ */
  color: #767676;
}
.df-form-subs input.df-form-subs__input :-ms-input-placeholder { /* IE 10+ */
  color: #767676;
}
.df-form-subs input.df-form-subs__input :-moz-placeholder { /* Firefox 18- */
  color: #767676;
}
.df-form-subs input.df-form-subs__input:focus {
  border: 2px solid #0061FF;
}
.df-form-subs__hints {
  margin-top: 4px;
  margin-bottom: 4px;
  display: none;
  font-size: 12px;
  color: #161D27;
  align-items: center;
  flex-flow: row;
}
.df-form-subs__hints span {
  color: #E62519;
  margin-right: 4px;
}
.df-form-subs__btn {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  padding: 14px 42px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
}
.df-form-subs__btn:visited {
  color: white;
}
.df-form-subs__btn:focus, .df-form-subs__btn:active, .df-form-subs__btn:hover {
  background-color: #003EA8;
  color: white;
}
[lang=de] .df-form-subs__btn {
  padding-left: 20px;
  padding-right: 20px;
}

.df-form-subs div.mage-error,
.df-form-subs .is-error-messenger {
  color: #e02b27;
  display: none;
  font-size: 12px;
}
.df-form-subs .is-success-messenger {
  font-size: 3rem;
  display: none;
}

.df-form-subs.validated:not(.has-error) .df-form-subs__input:valid {
  border: 2px solid #0B651A;
}
.df-form-subs.validated:not(.has-error) .df-form-subs__input:valid ~ .df-form-subs__hints[data-valid] {
  display: flex;
}
.df-form-subs.validated:not(.has-error) .df-form-subs__input:invalid {
  border: 2px solid #E62519;
}
.df-form-subs.validated:not(.has-error) .df-form-subs__input:invalid ~ .df-form-subs__hints[data-invalid] {
  display: flex;
}

.df-form-subs.is-busy {
  pointer-events: none;
  opacity: 0.4;
}

.df-form-subs.is-busy .is-error-messenger,
.df-form-subs.is-busy .is-success-messenger {
  display: none;
}
.df-form-subs.is-busy + .df-spinner {
  display: block;
}

.df-form-subs.has-error + .df-spinner,
.df-form-subs.has-error .is-success-messenger {
  display: none;
}
.df-form-subs.has-error .is-error-messenger {
  display: block;
}

.df-form-subs.is-success + .df-spinner,
.df-form-subs.is-success .is-error-messenger,
.df-form-subs.is-success .df-form-subs__field,
.df-form-subs.is-success .df-form-subs__action {
  display: none;
}
.df-form-subs.is-success .is-success-messenger {
  display: block;
}

.df-form-subs-consent {
  width: 100%;
  letter-spacing: 0.01em;
}
.df-form-subs-consent a {
  text-decoration: underline;
}

.df-subs-footer {
  max-width: 792px;
}
.df-subs-footer .h4 {
  color: #343C48;
}

.fieldset > .field:not(.choice) > .label,
.fieldset > .field:not(.choice) > .control {
  float: none;
  width: auto;
  padding: 0;
  font-weight: normal;
}

.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  content: none;
}

.abs-margin-for-forms-desktop, .fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: auto;
}

body:not(.checkout-onepage-success) .columns .column.main {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .columns .column.main {
    display: block;
  }
}

[data-content-type=row][data-appearance=full-width] {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(-50% + 50vw);
  padding-left: calc(-50% + 50vw);
}

[data-content-type=row][data-appearance=full-bleed] {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.container-small[data-content-type=row] .row-full-width-inner {
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
}
[data-content-type=row] .container-small {
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium[data-content-type=row] .row-full-width-inner {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
}
[data-content-type=row] .container-medium {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
}

.page-layout-2columns-left:not(.account) .column.main,
.page-layout-2columns-right:not(.account) .column.main {
  width: 100%;
  float: none;
}

.layout-medium {
  max-width: 738px;
  margin: 0 auto;
  /*
  &:not([data-appearance='full-width']){
    @include make-container();
    max-width:738px + $layout-indent__width;
  }
  &[data-appearance='full-width']{
    .row-full-width-inner{
      @include make-container();
      max-width:738px + $layout-indent__width;
    }
  }
   */
}

.page-footer {
  background-color: #FFF5EB;
  padding: 3.2rem 0 0;
}
@media (min-width: 769px) {
  .page-footer {
    background-image: url("../../images/footer-shape1.svg"), url("../../images/footer-shape2.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right 88px;
  }
}

.df-footer-wrapper {
  margin: 0 auto;
}
.df-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.df-footer-links ul, .df-footer-links ul a {
  color: #343C48;
}
.df-footer-links ul li {
  padding-bottom: 10px;
}
.df-footer-links ul a {
  text-decoration: none;
  display: block;
}
.df-footer-links ul a:hover {
  text-decoration: underline 2px;
  text-underline-offset: 4px;
  text-underline-position: from-font;
}

@media (max-width: 768px) {
  .df-footer-links {
    border-bottom: 1px solid #E3E6EA;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .df-footer-links [data-content-type=heading] + [data-content-type=text] {
    margin-bottom: 16px;
    transition: height 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    color: #314249;
  }
}
@media (max-width: 768px) and (min-width: 1280px) {
  .df-footer-links [data-content-type=heading] + [data-content-type=text] {
    margin-bottom: 32px;
  }
}
.df-footer-links [data-content-type=heading] {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .df-footer-links [data-content-type=heading] {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .df-footer-links [data-content-type=heading] {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    transition: padding-bottom 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    cursor: pointer;
    width: 100%;
    color: #161D27;
    font-size: 1.8rem;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .df-footer-links [data-content-type=heading]:after {
    content: "\e923";
    color: #0061FF;
    display: inline-block;
    margin-left: auto;
    font-family: icomoon;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) and (min-width: 1281px) {
  .df-footer-links [data-content-type=heading]:after {
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .df-footer-links [data-content-type=heading].active {
    padding-bottom: 12px;
  }
  .df-footer-links [data-content-type=heading].active:after {
    content: "\e921";
  }
  .df-footer-links [data-content-type=heading]:not(:first-child) {
    border-top: 1px solid #E3E6EA;
    padding-top: 16px;
  }
}
@media (max-width: 768px) and (min-width: 1280px) {
  .df-footer-links [data-content-type=heading]:not(:first-child) {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .df-footer-links [data-content-type=heading].active + .content {
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
  }
  .df-footer-links [data-content-type=heading]:not(.active) + .content {
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .df-footer-links [data-content-type=heading].active + [data-content-type=text] {
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
  }
  .df-footer-links [data-content-type=heading]:not(.active) + [data-content-type=text] {
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .df-footer-links [data-content-type=heading] + [data-content-type=text] {
    margin-bottom: 0;
  }
}

/*
.df-footer-links {
  ul{
    //border-bottom: 1px solid #E3E6EA;
    @at-root .df-footer-wrapper &{
      margin-bottom: 20px;
    }
  }

  //content
  [data-content-type="text"]{
    @include media("<tablet"){
      @include accordionContent;
    }
  }

  //title
  [data-content-type="heading"] {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: (24px/16px);
    @include media(">tablet"){
      font-size: 16px;
      margin-bottom: 8px;
    }
    @include media("<tablet") {
      @include accordionTitle;
    }
  }
}
*/
.social-links {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .social-links {
    margin-top: 50px;
  }
}
.social-links a {
  color: #161D27;
  padding-left: 10px;
  padding-right: 10px;
}
.social-links a:hover {
  color: #0061FF;
  text-decoration: none;
}

.copyright-wrapper {
  border-top: 1px solid #E3E6EA;
  margin-top: 20px;
  padding-top: 20px;
}
.checkout-index-index .copyright-wrapper {
  padding-bottom: 12px;
}

.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: auto;
}

@media (max-width: 709px) {
  .products-grid {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/*
.product-items{
  &.widget-product-carousel{
    display: block;
    overflow: hidden;

    .slick-list{
      margin-right: - $layout__width-xs-indent/2;
      margin-left: - $layout__width-xs-indent/2;
    }
    .slick-slide{
      margin-right: $layout__width-xs-indent/2;
      margin-left: $layout__width-xs-indent/2;
    }
    @include media(">1100px"){
      .slick-list{
        margin-right: - $grid-gutter-width/2;
        margin-left: - $grid-gutter-width/2;
      }
      .slick-slide{
        margin-right: $grid-gutter-width/2;
        margin-left: $grid-gutter-width/2;
      }
    }
  }
}
*/
.products--slider .product-items,
.product-items.widget-product-carousel {
  display: block;
  overflow: hidden;
}
.products--slider .product-items .slick-list,
.product-items.widget-product-carousel .slick-list {
  margin-right: -8px;
  margin-left: -8px;
}
.products--slider .product-items .slick-slide,
.product-items.widget-product-carousel .slick-slide {
  margin-right: 8px;
  margin-left: 8px;
}
@media (min-width: 1101px) {
  .products--slider .product-items .slick-list,
  .product-items.widget-product-carousel .slick-list {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
  .products--slider .product-items .slick-slide,
  .product-items.widget-product-carousel .slick-slide {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }
}

.product-items.widget-product-carousel {
  /*
  .slick-list{
    margin-left: - $layout__width-xs-indent;
  }
  .slick-slide{
    margin-right: $layout__width-xs-indent;
  }
  @include media(">1100px"){
    .slick-list{
      margin-left: - $grid-gutter-width;
    }
    .slick-slide{
      margin-right: $grid-gutter-width;
    }
  }
  */
}

.product-items.slick-product-carousel {
  /*
  .slick-slide{
    margin-right: $layout__width-xs-indent;
  }
  */
}

.product-items {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1101px) {
  .mp-blog-view .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1101px) {
  .product-items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1101px) {
  .items-three .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1101px) {
  .product-items {
    gap: 2.4rem;
  }
}

.product-item-info {
  overflow-y: hidden;
}
@media (min-width: 769px) {
  .product-item-info {
    border: 1px solid #E3E6EA;
    border-radius: 12px;
  }
}

.product-badge {
  background: #002A78;
  border-radius: 0 12px 12px 0;
  padding: 4px 12px;
  margin-bottom: 16px;
  color: white;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  display: inline-flex;
  font-size: 12px;
}
.product-badge.is-new {
  background-color: #008CCD;
}
.product-badge.is-best-seller {
  background-color: #BE095E;
}
.product-badge.is-iron-on {
  background-color: #E65000;
}

.products.wrapper {
  margin-bottom: 40px;
}

.product-items .product-item {
  margin: 0;
  /*
      &__tag{
        background: map-get($color-primary, "700");
        border-radius: 0 12px 12px 0;
        padding: 4px 12px;
        color: white;
        position: absolute;
        top: 20px;
        z-index: 2;
        font-weight: bold;

        &.is-new{
          background-color: #008CCD;

        }
        &.is-best-seller{
          background-color: #BE095E;
        }

        &.is-iron-on{
          background-color: #E65000;
        }

        &.is-stick-on{
          background-color: #E5B806;
        }
      }
  */
}
.product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.product-items .product-item .product-item-info:before {
  content: attr(data-info);
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #002A78;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  z-index: 2;
  border-radius: 0 12px 12px 0;
}
.product-items .product-item .product-item-info:not([data-info]):before {
  content: none;
}
@media (min-width: 769px) {
  .product-items .product-item .product-image-photo {
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    transition-delay: 0.05s;
  }
}
.product-items .product-item .product-item-details {
  padding: 8px 16px 0;
  z-index: 1;
  background-color: white;
  transition: padding-top 0.3s cubic-bezier(0.45, 0, 0.55, 1), transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 769px) {
  .product-items .product-item .product-item-details {
    position: relative;
  }
}
.product-items .product-item .product-item-inner {
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.1s ease-in-out;
}
@media (min-width: 769px) {
  .product-items .product-item .product-item-inner {
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    transform: translateY(calc(100% + 5px + 20px));
    transition-delay: 0.1s;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .product-items .product-item .product-item-inner .btn-customize {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    font-size: 1px;
  }
}
@media (min-width: 711px) and (max-width: 800px) {
  .product-items .product-item .btn-customize:after {
    display: none;
  }
}
.product-items .product-item:hover .product-item-info {
  box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1);
}
@media (min-width: 769px) {
  .product-items .product-item:hover .product-reviews-summary {
    margin-bottom: 10px;
  }
  .product-items .product-item:hover .product-image-photo {
    transform: translateY(-10px);
  }
  .product-items .product-item:hover .product-item-details {
    padding-top: 16px;
    transform: translateY(-60px);
  }
  .product-items .product-item:hover .product-item-inner {
    opacity: 1;
    transform: translateY(calc(100% + 5px));
  }
}

.product-item {
  position: relative;
}
.product-item__tag {
  background: #002A78;
  border-radius: 0 12px 12px 0;
  padding: 4px 12px;
  color: white;
  position: absolute;
  top: 20px;
  z-index: 2;
  font-weight: bold;
}
.product-item__tag:empty {
  display: none;
}
.product-item__tag.is-new {
  background-color: #008CCD;
}
.product-item__tag.is-best-seller {
  background-color: #BE095E;
}
.product-item__tag.is-iron-on {
  background-color: #E65000;
}
.product-item__tag.is-stick-on {
  background-color: #E5B806;
}

:is(.is-limited) {
  background: #ffcd19;
  color: #1B1B1B;
}
.product-info-main :is(.is-limited) {
  margin-right: 5px;
}

/*
&.is-limited{
    background: #ffcd19;
    color: #1B1B1B;
    margin-right: 5px;
  }
 */
.product-item {
  padding: 0;
}
.product-item .product-item-name {
  font-size: inherit;
  transition: all 0.3s;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2857142857;
  margin-bottom: 4px;
}
.product-item .product-item-name, .product-item .product-item-name a {
  color: #161D27;
}
.product-item .product-item-name a {
  font-weight: inherit;
}
.product-item .reviews-actions {
  display: none;
}
.product-item .product-item-description {
  display: -webkit-box;
  transition: all 0.3s;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2857142857;
}
.product-item .product-reviews-summary {
  transition: margin-bottom 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 0 0 -6px;
}
.product-item .price-box {
  margin: 8px 0;
}

.product-item-actions .action.primary {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.product-image-container {
  width: auto !important;
}

.product-image-wrapper {
  height: auto;
  padding: 0 !important;
}

.product-image-photo {
  position: static;
}

.product-items .product-item .stock.unavailable {
  background-color: #FE9F16;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  color: white;
}

.product-items.is-isotoped {
  display: block;
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 769px) {
  .product-items.is-isotoped {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.product-items.is-isotoped .product-item {
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .product-items.is-isotoped .product-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 641px) and (max-width: 1099px) {
  .product-items.is-isotoped .product-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1101px) {
  .product-items.is-isotoped .product-item {
    width: 25%;
  }
}

.slick-dots li {
  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;
  transition: none;
}
.slick-dots li button {
  transition: none;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.slick-dots li button:hover {
  border: none;
}
.slick-dots li.slick-active {
  width: 48px;
}
.slick-dots li.slick-active button {
  background-color: #0061FF;
  border-radius: 12px;
  opacity: 1;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

.btn-customize {
  white-space: nowrap;
}
.btn-customize:after {
  content: "\e922";
  font-family: "icomoon";
  display: inline;
  margin-left: 8px;
  font-size: 0.8em;
}

p:last-child {
  margin-bottom: 0;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.8rem;
}

.display {
  font-size: calc(1.445rem + 2.34vw);
  font-weight: 700;
  font-family: "CookieRun";
  letter-spacing: -1.2px;
}
@media (min-width: 1200px) {
  .display {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .display {
    font-size: 4rem;
    line-height: 1.4;
  }
}

/*
$mobileHeaderHeight: 102px;
$desktopTopOffset: 44px;
$mobileTopOffset: 44px;
 */
.team-menu {
  position: sticky;
  z-index: 999;
  top: 98px;
  overflow: visible;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.team-menu ul {
  list-style: none;
  font-size: 1.4rem;
  color: #161D27;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  gap: 64px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .team-menu ul {
    -ms-overflow-y: hidden;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 0;
    justify-content: start;
  }
}
.team-menu ul li {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .team-menu ul li {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.team-menu ul a {
  color: inherit;
  display: block;
  width: 100%;
  padding: 8px 0 11px 0;
  position: relative;
  cursor: pointer;
}
.team-menu ul a:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #0061FF;
  width: 100%;
  transform: translateY(-3px);
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s linear;
}
.team-menu ul a:hover:after, .team-menu ul a.active:after {
  transform: none;
  opacity: 1;
}

.js-step {
  scroll-margin-top: 100px;
}

.page-products {
  /*
  .category-description{
    & > div{
      @include lineClamp(3);
    }

    &.reveal > div{
      @include lineClamp(unset);
    }
  }
  */
}
.page-products .category-description {
  color: #182125;
  max-width: 738px;
  margin: 0 auto 32px;
}
@media (min-width: 1025px) {
  .page-products .category-description {
    margin-bottom: 40px;
  }
}
.page-products .category-description [data-element=inner] > h1 + div, .page-products .category-description [data-element=inner] > .h1 + div {
  transition: all 0.3s;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-products .category-description [data-element=inner] > *:nth-child(n+3) {
  display: none;
}
.page-products .category-description.reveal [data-element=inner] > h1 + div, .page-products .category-description.reveal [data-element=inner] > .h1 + div {
  transition: all 0.3s;
  display: -webkit-box;
  line-clamp: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-products .category-description.reveal [data-element=inner] > *:nth-child(n+3) {
  display: inherit;
}

.category-description {
  font-size: 1.6rem;
  scroll-margin-top: 200px;
}
.category-description__revealer {
  font-size: 1.4rem;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 3px;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.category-description__revealer:visited, .category-description__revealer:active, .category-description__revealer {
  color: #343C48;
}
.category-description__revealer:after {
  content: "\e909";
  font-family: "icomoon";
  margin-left: 4px;
  font-size: 80%;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.category-description__revealer:hover {
  transform: translateY(3px);
}
.category-description__revealer:hover:after {
  transform: translateY(2px);
}
.category-description__revealer__less {
  display: none;
}
.category-description.reveal .category-description__revealer__more {
  display: none;
}
.category-description.reveal .category-description__revealer__less {
  display: inline;
}
.category-description.reveal .category-description__revealer:hover {
  transform: translateY(-3px);
}
.category-description.reveal .category-description__revealer:after {
  transform: translateY(2px) scaleY(-1);
}
.category-description.reveal .category-description__revealer:hover:after {
  transform: translateY(0) scaleY(-1);
}

.toolbar-products {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: left;
}
@media (max-width: 699px) {
  .toolbar-products {
    border-top: 1px solid #E3E6EA;
    margin-bottom: 0;
    padding: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 700px) {
  .toolbar-products {
    padding: 0 0 32px;
    border-bottom: 1px solid #E3E6EA;
    margin: 40px 0;
  }
}
.toolbar-products .modes,
.toolbar-products .toolbar-sorter {
  display: none;
}
.toolbar-products .toolbar-amount {
  display: block;
  color: #343C48;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin-right: 16px;
}

.df-catalog-sorter {
  color: #161D27;
  flex: 1 0 auto;
  align-items: center;
  display: flex;
  gap: 16px;
}

.page-products .columns {
  z-index: auto;
}

.df-catalog-sorter__amount {
  display: none;
  margin-bottom: 32px;
}
.df-catalog-sorter__btn {
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url("../../images/up-down.svg");
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .df-catalog-sorter__btn {
    display: none;
  }
}
.df-catalog-sorter.show .df-catalog-sorter__btn {
  background-image: none;
  position: absolute;
  top: 24px;
  right: 24px;
}
.df-catalog-sorter.show .df-catalog-sorter__btn:before {
  font-family: icomoon;
  content: "\e910";
  color: black;
  font-size: 24px;
}

@media (max-width: 699px) {
  .df-catalog-sorter__l,
  .df-catalog-sorter .button-list {
    display: none;
  }
}

.df-catalog-sorter.show {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  display: block;
  z-index: 9999;
  padding: 30px;
}
@media (max-width: 699px) {
  .df-catalog-sorter.show .df-catalog-sorter__amount {
    display: block;
  }
}
.df-catalog-sorter.show .df-catalog-sorter__l,
.df-catalog-sorter.show .button-list {
  display: block;
}
.df-catalog-sorter.show .df-catalog-sorter__l {
  font-size: 1.6rem;
  margin: 0 auto 22px auto;
  text-transform: lowercase;
  text-align: left;
}
.df-catalog-sorter.show .df-catalog-sorter__l:first-letter {
  text-transform: capitalize;
}
@media (min-width: 700px) {
  .df-catalog-sorter.show .df-catalog-sorter__l {
    font-weight: bold;
    margin-bottom: 30px;
  }
}
.df-catalog-sorter.show .button-list {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.df-catalog-sorter.show .button-list li {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}
.df-catalog-sorter.show .button-list li input {
  margin-left: 0;
}
.df-catalog-sorter.show .button-list li a {
  display: block;
}

@media (min-width: 700px) {
  .sorter-item__input {
    display: none;
  }
}
@media (max-width: 699px) {
  .sorter-item__label {
    display: none !important;
  }
}

.button-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.button-list li {
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.button-round {
  cursor: pointer;
  border-radius: 300px;
  display: inline-flex;
  font-size: 14px;
  padding: 8px 24px;
  font-weight: normal;
  border: 1px solid #E3E6EA;
  background: #FFFFFF;
  color: #343C48;
}
.button-round:visited {
  color: inherit;
}
.button-round:hover {
  border-color: #B4D0FF;
}
.button-round.selected {
  background-color: #0061FF;
  border-color: #0061FF;
  color: white;
}

.button-outline .pagebuilder-button-primary {
  border: 2px solid #182125;
  color: #182125;
  letter-spacing: -0.2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px;
  background-color: transparent;
  cursor: pointer;
}
.button-outline .pagebuilder-button-primary:hover {
  border: 2px solid #182125;
  background-color: #182125;
  color: white;
}

/*
div.pagebuilder-button-primary{
  border: 2px solid map-get($color-primary,"500");
  color: map-get($color-primary,"500");
  letter-spacing: -0.2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px;
  background-color: transparent;
  cursor: pointer;
  &:hover{
    border: 2px solid map-get($color-primary,"500");
    background-color: map-get($color-primary,"500");
    color: white;
  }
}
*/
div.pagebuilder-button-primary {
  border: 2px solid #0061FF;
  color: white;
  letter-spacing: -0.2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px;
  background-color: #0061FF;
  cursor: pointer;
}
div.pagebuilder-button-primary:hover {
  border: 2px solid #002A78;
  background-color: #002A78;
  color: white;
}

div.pagebuilder-button-secondary {
  border: 2px solid #182125;
  color: #182125;
  letter-spacing: -0.2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px;
  background-color: transparent;
  cursor: pointer;
}
div.pagebuilder-button-secondary:hover {
  border: 2px solid #182125;
  background-color: #182125;
  color: white;
}

div.pagebuilder-button-link {
  color: #0061FF;
  letter-spacing: -0.2px;
  display: inline-block;
  font-size: 16px;
  padding: 8px 0;
  background-color: transparent;
  cursor: pointer;
  text-underline-offset: 6px;
}
div.pagebuilder-button-link:hover {
  text-decoration: underline #0061FF 2px;
}

.button--icon-home [data-element=link] {
  padding-left: 22px;
  padding-right: 22px;
}
.button--icon-home [data-element=link]:before {
  font-family: icomoon;
  content: "\e91a";
  font-size: 12px;
  margin-right: 8px;
}

.pagebuilder-column-group {
  gap: 16px;
}
@media (min-width: 769px) {
  .pagebuilder-column-group {
    gap: 24px;
  }
}

[class*=gap-] .row-full-width-inner,
[class*=gap-] .pagebuilder-column-group {
  gap: inherit;
}

/*
[data-content-type='row'][data-appearance='full-width']{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  .row-full-width-inner{
    padding-left: $layout__width-xs-indent;
    padding-right: $layout__width-xs-indent;
    @include media(">tablet") {
      padding-left: $layout-indent__width;
      padding-right: $layout-indent__width;
    }
  }
}
*/
.df-grid-xs-1 .pagebuilder-column-group {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.df-grid-xs-1 .pagebuilder-column {
  width: 100% !important;
}

.df-grid-xs-2 .pagebuilder-column-group {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.df-grid-xs-2 .pagebuilder-column {
  width: 100% !important;
}

.df-grid-xs-3 .pagebuilder-column-group {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.df-grid-xs-3 .pagebuilder-column {
  width: 100% !important;
}

.df-grid-xs-4 .pagebuilder-column-group {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.df-grid-xs-4 .pagebuilder-column {
  width: 100% !important;
}

@media (min-width: 576px) {
  .df-grid-sm-1 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .df-grid-sm-1 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-sm-2 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .df-grid-sm-2 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-sm-3 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .df-grid-sm-3 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-sm-4 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .df-grid-sm-4 .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .df-grid-md-1 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .df-grid-md-1 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-md-2 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .df-grid-md-2 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-md-3 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .df-grid-md-3 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-md-4 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .df-grid-md-4 .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .df-grid-lg-1 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .df-grid-lg-1 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-lg-2 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .df-grid-lg-2 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-lg-3 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .df-grid-lg-3 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-lg-4 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .df-grid-lg-4 .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .df-grid-xl-1 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .df-grid-xl-1 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xl-2 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .df-grid-xl-2 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xl-3 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .df-grid-xl-3 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xl-4 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .df-grid-xl-4 .pagebuilder-column {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .df-grid-xxl-1 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .df-grid-xxl-1 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xxl-2 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .df-grid-xxl-2 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xxl-3 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .df-grid-xxl-3 .pagebuilder-column {
    width: 100% !important;
  }
  .df-grid-xxl-4 .pagebuilder-column-group {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .df-grid-xxl-4 .pagebuilder-column {
    width: 100% !important;
  }
}
/*
.grid-two{
  @include createPageBuilderGrid(2);
}
@include media("<tablet"){
  .grid-two-xs{
    @include createPageBuilderGrid(2);
  }
}
*/
.df-copy {
  cursor: pointer;
}
.df-copy:after {
  content: "\e90e";
  font-family: icomoon;
  margin-left: 2px;
  color: black;
}
.df-copy:active {
  opacity: 0.7;
}

/*
//accordion
.df-accordion{
  //hide all text content

  [data-content-type="text"]{
    @include accordionContent;

    padding-bottom: 32px;
    &:not(:last-of-type) {
      border-bottom: 1px solid #E3E6EA;
    }

    margin-bottom: 16px;
    color: #314249;
  }
  [data-content-type='heading']{
    cursor: pointer;
    width: 100%;

    color: map-get($color-text,"darker");
    font-size: 2rem;

    padding-bottom: 16px;
    &:not(:last-of-type) {
      border-bottom: 1px solid #E3E6EA;
    }
    margin-bottom: 16px;

    @include accordionTitle;
  }
}
 */
.df-accordion [data-content-type=heading] + [data-content-type=text] {
  margin-bottom: 16px;
  transition: height 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  color: #314249;
}
@media (min-width: 1280px) {
  .df-accordion [data-content-type=heading] + [data-content-type=text] {
    margin-bottom: 32px;
  }
}
.df-accordion [data-content-type=heading] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  transition: padding-bottom 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  color: #161D27;
}
.df-accordion [data-content-type=heading]:after {
  content: "\e923";
  color: #0061FF;
  display: inline-block;
  margin-left: auto;
  font-family: icomoon;
  font-size: 1.5rem;
}
@media (min-width: 1281px) {
  .df-accordion [data-content-type=heading]:after {
    font-size: inherit;
  }
}
.df-accordion [data-content-type=heading].active {
  padding-bottom: 12px;
}
.df-accordion [data-content-type=heading].active:after {
  content: "\e921";
}
.df-accordion [data-content-type=heading]:not(:first-child) {
  border-top: 1px solid #E3E6EA;
  padding-top: 16px;
}
@media (min-width: 1280px) {
  .df-accordion [data-content-type=heading]:not(:first-child) {
    padding-top: 24px;
  }
}
.df-accordion [data-content-type=heading].active + .content {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.df-accordion [data-content-type=heading]:not(.active) + .content {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.df-accordion [data-content-type=heading].active + [data-content-type=text] {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.df-accordion [data-content-type=heading]:not(.active) + [data-content-type=text] {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-content-type=faq] {
  padding-left: 0;
  list-style: none;
}
[data-content-type=faq] li:not(:first-child) [data-element=question] {
  border-top: 1px solid #E3E6EA;
  padding-top: 16px;
}
@media (min-width: 1280px) {
  [data-content-type=faq] li:not(:first-child) [data-element=question] {
    padding-top: 24px;
  }
}
[data-content-type=faq] [data-element=question] + [data-content=true] {
  margin-bottom: 16px;
  transition: height 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  color: #314249;
}
@media (min-width: 1280px) {
  [data-content-type=faq] [data-element=question] + [data-content=true] {
    margin-bottom: 32px;
  }
}
[data-content-type=faq] [data-element=question] {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  transition: padding-bottom 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  color: #161D27;
  font-size: 1.6rem;
}
[data-content-type=faq] [data-element=question]:after {
  content: "\e923";
  color: #0061FF;
  display: inline-block;
  margin-left: auto;
  font-family: icomoon;
  font-size: 1.5rem;
}
@media (min-width: 1281px) {
  [data-content-type=faq] [data-element=question]:after {
    font-size: inherit;
  }
}
[data-content-type=faq] [data-element=question].active {
  padding-bottom: 12px;
}
[data-content-type=faq] [data-element=question].active:after {
  content: "\e921";
}
[data-content-type=faq] [data-element=question]:not(:first-child) {
  border-top: 1px solid #E3E6EA;
  padding-top: 16px;
}
@media (min-width: 1280px) {
  [data-content-type=faq] [data-element=question]:not(:first-child) {
    padding-top: 24px;
  }
}
[data-content-type=faq] [data-element=question].active + .content {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

[data-content-type=faq] [data-element=question]:not(.active) + .content {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-content-type=faq] [data-element=question].active + [data-content-type=text] {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

[data-content-type=faq] [data-element=question]:not(.active) + [data-content-type=text] {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.cms-index-index [data-content-type=faq] [data-element=question] {
  font-size: 1.8rem;
}
@media (min-width: 1281px) {
  .cms-index-index [data-content-type=faq] [data-element=question] {
    font-size: 2rem;
  }
}

[data-content-type=faq] [data-element=question].active + [data-content=true] {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

[data-content-type=faq] [data-element=question]:not(.active) + [data-content=true] {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/*
[data-content-type="faq"]{
  @include list-unstyled;

  [data-element="question"] + [data-content="true"]{
    @include accordionContent;
    color: #314249;
  }
  [data-element="question"]:not(.active) + [data-element="true"]{
    //margin-bottom: 0;
  }
  [data-element="question"]{
    @include accordionTitle;
    color: map-get($color-text,"darker");
    //font-size: 2rem;

    @include media(">tablet"){
    }
  }
  li:not(:first-child) [data-collapsible]{
    border-top: 1px solid #E3E6EA;
  }
}
*/
/*
.df-accordionX{
  [data-content-type="heading"] + [data-content-type="text"]{
      @include accordionContent;
      color: #314249;
  }

  [data-content-type="heading"]:not(.active) + [data-content-type="text"]{
    margin-bottom: 0;
  }

  [data-content-type="heading"]{
    @include accordionTitle;
    cursor: pointer;
    width: 100%;
    color: map-get($color-text,"darker");
    //font-size: 2rem;

    @include media(">tablet"){
    }
  }
}
*/
.product-info-details-wrapper {
  width: 100%;
}
.product-info-details-wrapper .product-info-details-image {
  display: none;
}
.product-info-details-wrapper .product.info.detailed {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .product-info-details-wrapper {
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
  }
  .product-info-details-wrapper .product.info.detailed {
    flex: 1 0 50%;
  }
  .product-info-details-wrapper .product-info-details-image {
    display: block;
    flex: 1 0 50%;
    margin-top: 88px;
  }
}

.product-info-main .page-title {
  font-size: 24px;
}

.bundle-options-container .price-box .price,
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .product-add-form .product-options-bottom .box-tocart .fieldset {
    display: flex;
    width: 100%;
    align-items: end;
  }
  .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
    max-width: 240px;
    flex-grow: 1;
  }
}

.product-info-main-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
}
@media (min-width: 641px) {
  .product-info-main-wrapper {
    flex-flow: row nowrap;
  }
}
.product-info-main-wrapper .product.media {
  flex-shrink: 0;
  float: none;
}
@media (min-width: 641px) {
  .product-info-main-wrapper .product.media {
    width: 48.9285714286%;
  }
}
.product-info-main-wrapper .product-info-main {
  flex: 1 1 auto;
  width: auto;
}
.product-info-main-wrapper .product-info-main .product-add-form .fieldset:last-child {
  margin-bottom: 0;
}

.fotorama--fullscreen {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  z-index: 1090 !important;
}

.fotorama, .fotorama * {
  box-sizing: border-box;
}
.fotorama .fotorama__nav--thumbs .fotorama__nav__frame {
  padding: 0 !important;
}
.fotorama .fotorama__nav__frame--thumb {
  margin-bottom: 8px;
  border: 2px solid white;
  overflow: hidden;
  border-radius: 8px;
}
.fotorama__fullscreen .fotorama .fotorama__nav__frame--thumb {
  margin-right: 10px;
}

.fotorama .fotorama__nav__frame--thumb .fotorama__img {
  position: static;
  transform: none;
  max-width: none;
  width: 100%;
  height: 100%;
}
.fotorama .fotorama__nav__frame--thumb.fotorama__active {
  border: 2px solid #0061FF;
}
.fotorama .fotorama__nav__frame--thumb .fotorama__thumb {
  background-color: transparent;
  position: static;
}
.fotorama .fotorama__thumb-border {
  display: none;
}
@media (max-width: 640px) {
  .fotorama .fotorama__stage {
    overflow: visible;
  }
}
.fotorama .fotorama__stage__frame {
  padding-right: 16px;
}
.fotorama .fotorama__stage__frame .fotorama__img {
  top: 0;
  transform: translate3d(-50%, 0, 0);
  border-radius: 16px;
}
@media (max-width: 640px) {
  .fotorama .fotorama__stage__frame .fotorama__img {
    border-radius: 0;
    transform: none;
    position: static;
  }
}
@media (min-width: 641px) {
  .fotorama .fotorama__wrap {
    padding-left: 22px;
  }
}
.fotorama__fullscreen .fotorama .fotorama__wrap {
  padding-left: 0;
}

.fotorama__fullscreen .fotorama .fotorama__stage {
  padding-bottom: 25px;
  padding-top: 25px;
}
.fotorama__fullscreen .fotorama .fotorama__stage img {
  border-radius: 24px;
}

.fotorama .fotorama__arr {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.fotorama .fotorama__arr:before {
  content: "\e903";
  font-family: icomoon;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotorama .fotorama__arr--prev:before {
  content: "\e902";
}
.fotorama .fotorama__arr__arr {
  display: none;
}

@media (max-width: 767px) {
  .fotorama__nav-wrap {
    position: absolute;
    bottom: 14px;
  }
}

.fotorama__dot {
  width: 6px;
  height: 6px;
  background-color: white;
  border-color: #0061FF;
}

.fotorama__active .fotorama__dot {
  background-color: #0061FF;
  border-color: #0061FF;
}

.video-thumb-icon:after,
.fotorama-video-container:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white"  d="M56.3 66.3c-4.9-3-11.1-3.1-16.2-.3s-8.2 8.2-8.2 14l0 352c0 5.8 3.1 11.1 8.2 14s11.2 2.7 16.2-.3l288-176c4.8-2.9 7.7-8.1 7.7-13.7s-2.9-10.7-7.7-13.7l-288-176zM24.5 38.1C39.7 29.6 58.2 30 73 39L361 215c14.3 8.7 23 24.2 23 41s-8.7 32.2-23 41L73 473c-14.8 9.1-33.4 9.4-48.5 .9S0 449.4 0 432L0 80C0 62.6 9.4 46.6 24.5 38.1z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.fotorama-video-container:after {
  background-size: 50px 50px;
}

.video-thumb-icon:after {
  background-size: 30px 30px;
}

.fotorama-video-container .fotorama__img,
.fotorama__stage__frame .fotorama__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fotorama-video-container.video-unplayed:after {
  transition: transform 0.3s ease-in-out;
}

.fotorama-video-container.video-unplayed img {
  transition: opacity 0.3s ease-in-out;
}

.giftvoucher_custom_option {
  gap: 10px;
  justify-content: left !important;
}

#amount_dropdown_buttons .gc-amount .gc-amount-dropdown {
  /*
  $bck: map-get($color-primary, "300");
  $color: map-get($color-primary, "default");
  $color: white;
  @include createButton($bck, $color,$color, $bck);
  border: 1px solid map-get($color-primary, "default");
  */
  border: 2px solid #0061FF;
  color: #0061FF;
  letter-spacing: -0.2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  padding: 12px 12px;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 769px) {
  #amount_dropdown_buttons .gc-amount .gc-amount-dropdown {
    padding: 12px 24px;
  }
}
#amount_dropdown_buttons .gc-amount .gc-amount-dropdown:hover {
  border: 2px solid #0061FF;
  background-color: #0061FF;
  color: white;
}
#amount_dropdown_buttons .gc-amount .gc-amount-dropdown.gc-amount-selected {
  background-color: #0061FF;
  color: white;
}

.product.data.items .content {
  display: block !important;
  margin-bottom: 0;
  margin-bottom: 16px;
  transition: height 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (min-width: 1280px) {
  .product.data.items .content {
    margin-bottom: 32px;
  }
}
.product.data.items .title {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  transition: padding-bottom 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.product.data.items .title a {
  color: #161D27;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.product.data.items .title a:hover {
  text-decoration: none;
}
.product.data.items .title:after {
  content: "\e923";
  color: #0061FF;
  display: inline-block;
  margin-left: auto;
  font-family: icomoon;
  font-size: 1.5rem;
}
@media (min-width: 1281px) {
  .product.data.items .title:after {
    font-size: inherit;
  }
}
.product.data.items .title.active {
  padding-bottom: 12px;
}
.product.data.items .title.active:after {
  content: "\e921";
}
.product.data.items .title:not(:first-child) {
  border-top: 1px solid #E3E6EA;
  padding-top: 16px;
}
@media (min-width: 1280px) {
  .product.data.items .title:not(:first-child) {
    padding-top: 24px;
  }
}
.product.data.items .title.active + .content {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.product.data.items .title:not(.active) + .content {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.product.data.items .title.active + [data-content-type=text] {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}

.product.data.items .title:not(.active) + [data-content-type=text] {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/*
//todo remove this class
.product.data.itemsXX{
  .content{
    display: block !important;
    transition: all 0.3s ease-in-out;
    @include accordionContent;
    margin-bottom: 0;
    color: #314249;
    .attribute{
      padding-bottom: 24px;
    }
  }
  .title{
    a{
      color: map-get($color-text, "darker");
      font-size: 1.6rem;
      font-weight: 700;
      display: block;
      &:hover{
        text-decoration: none;
      }
    }
    cursor: pointer;
    width: 100%;
    @include accordionTitle;
  }

  .title:not(.active) + .content{
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
  }
  .title.active + .content{
    overflow: visible;
  }
}
*/
.product-info-details-wrapper #reviews,
.product-info-details-wrapper #review-form {
  scroll-margin-top: 120px;
}
.product-info-details-wrapper .items .data.item.title {
  scroll-margin-top: 120px;
}

/*
.product.data.items{
  //hide all text content
  .content{
    scroll-margin-top: 200px;
    @include accordionContent;
    display: block !important;
    margin-bottom: 0;

    .attribute{
      padding-bottom: 24px;
    }
    &:not(:last-of-type) {
      //border-bottom: 1px solid #E3E6EA;
    }
    color: #314249;
  }
  .title{
    a{
      color: map-get($color-text, "darker");
      font-size: 1.6rem;
      font-weight: 700;
      display: block;
      &:hover{
        text-decoration: none;
      }
    }
    cursor: pointer;
    width: 100%;

    color: map-get($color-text,"darker");
    font-size: 2rem;

    &:not(:last-of-type) {
    }
    @include accordionTitle;
  }
}

//fix for scroll-margin-top
.product-info-details-wrapper #reviews{
 overflow: visible;
}


//layout
//detail page

*/
.price-box {
  color: #0061FF;
  font-weight: 700;
}
.price-box .old-price {
  color: #767676;
  margin-left: 4px;
  font-weight: normal;
}
.price-box .old-price .price {
  font-weight: inherit !important;
}
.price-box .old-price .price-label {
  display: none;
}

.product-add-form .control #qty-error {
  position: absolute;
}

.product-info-main .special-price {
  display: inline;
}

.special-price .price-label {
  display: none;
}

/*
.page-product-configurable{
  .fotorama__nav{
    display: inherit !important;
  }
  .fotorama__nav-wrap{
    display: inherit !important;
  }
  .fotorama__arr--disabled{
    pointer-events: auto;
  }
}
*/
.page-product-configurable .product-info-main .special-price {
  display: inline;
}

.page-product-configurable .product-info-price .price-label {
  display: none;
}

.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 1rem 0.5rem 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}

.swatch-option:focus {
  box-shadow: 0 0 3px 1px #0061FF;
}

.swatch-option.selected {
  outline: 2px solid #0061FF;
  border: 1px solid #fff;
  color: #333;
}

.swatch-option:not(.disabled):hover {
  border: 1px solid #fff;
  color: #333;
  outline: 1px solid #999;
}

.swatch-option.image:not(.disabled):hover {
  border: 1px solid #fff;
  outline: 2px solid #0061FF;
}

.page-product-configurable .swatch-option {
  width: 40px !important;
  height: 40px !important;
  background-size: calc(100% - 2px) calc(100% - 2px) !important;
  background-position: 1px 1px !important;
  outline: none;
  border: 2px solid transparent;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 4px;
}

.page-product-configurable .swatch-option.image:not(.disabled):hover {
  outline: none;
  border: 2px solid #0061FF;
}

.page-product-configurable .swatch-option:focus {
  box-shadow: none;
}

.page-product-configurable .swatch-option.selected {
  border-color: #0061FF;
}

.swatch-attribute.theme .swatch-attribute-label {
  text-transform: capitalize;
}
.swatch-attribute.theme .swatch-attribute-label:after {
  content: "*";
  color: #e02b27;
  font-size: 10px;
  position: relative;
  top: -2px;
}
.swatch-attribute.theme .swatch-attribute-selected-option {
  display: none;
}
.swatch-attribute.theme .mage-error {
  margin-top: 0;
  font-size: 11px;
}

.swatch-attribute-options {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
}

.page-products .page-title-wrapper {
  margin-bottom: 0;
}

/*
.product-add-form{
  padding-bottom: 100px;
  .product-options-wrapper{
    display: none;
  }
}

.box-tocart-wrapper{
  text-align: center;
  .box-tocart{
    .field.qty{
      display: none;
    }
  }
}
 */
.df-addtocart-btn-cms ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.df-addtocart-btn-cms ul li {
  margin-bottom: 0;
}
.df-addtocart-btn-cms ul li:not(:last-child) {
  margin-bottom: 8px;
}
.df-addtocart-btn-cms ul li:before {
  content: "\e907";
  font-family: icomoon;
  color: #82BE5F;
  margin-right: 6px;
}

.builder-customize-link .action.primary {
  margin-top: 14px;
  margin-bottom: 14px;
}
.builder-customize-link .action.primary:after {
  content: "\e922";
  font-family: "icomoon";
  margin-left: 9.2px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.builder-addto-cart {
  text-align: center;
  /* .action.secondary{
     background-color: white !important;
     border: 1px solid #FECA02;
     display: inline-flex; align-items: center; justify-content: center;
     gap:4px;
     margin-bottom: 14px;
     color: #FECA02;
     --spinner-color: #FECA02;
     &:hover{
       background-color: rgba(254, 202, 2, 0.16) !important;
     }
   }*/
}
.builder-addto-cart .price-box {
  font-size: 16px;
}
.builder-addto-cart .price-from {
  margin-bottom: 0;
}
.builder-addto-cart .price-to,
.builder-addto-cart .price-container .price-label {
  display: none;
}
.builder-addto-cart .action.primary {
  margin-top: 14px;
  margin-bottom: 14px;
}
.builder-addto-cart .action.primary:after {
  content: "\e929";
  font-family: "icomoon";
  margin-left: 9.2px;
}
.builder-addto-cart .action {
  --spinner-size: 10px;
  --spinner-color: white;
}
.builder-addto-cart .action[disabled], .builder-addto-cart .action.disabled {
  opacity: 0.9;
}
.builder-addto-cart .action[disabled]:after, .builder-addto-cart .action.disabled:after {
  content: "" !important;
  width: var(--spinner-size, 24px);
  height: var(--spinner-size, 24px);
  border: 4px solid #0061ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: df-spinner 0.4s linear infinite;
  margin-left: 4px;
  border: 2px solid var(--spinner-color);
  border-bottom-color: transparent;
}
.builder-addto-cart .df-addtocart-btn-cms {
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cp-pack-btn-wrapper .action.primary:before {
  margin-right: 4px;
  content: "\e959";
  font-size: 140%;
  font-family: "icomoon";
}
.cp-pack-btn-wrapper .action.primary:after {
  content: "";
}

.builder-addto-cart .action.primary.cart-button-pack {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
}
.builder-addto-cart .action.primary.cart-button-pack:before {
  content: none;
}
.builder-addto-cart .action.primary.cart-button-pack:after {
  content: "\e903";
  font-family: "icomoon";
  margin-left: 4px;
}

/*
.box-tocart-wrapper .box-tocart{
  display: block;
  margin: 16px 0;
  padding: 0;
  .actions{
    padding-top: 0;
    display: block;
  }
}

.bundle-options-container{
  .block-bundle-summary{
    background-color: transparent;
    float: none;
    width: 100%;
    padding: 0;
    .product-details{
      text-align: center;
      .available,
      .product.name{
        display: none;
      }
    }

    .price-configured_price{
      display: none;
    }
  }
}
 */
.product-info-stock-sku {
  display: none;
}

.product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}

.checkout-index-index {
  color: #161D27;
}

/*
.fieldset > .field{
  margin-bottom: 10px;
}
.fieldset > .field:not(.choice) > .label{
  width: auto;
  float: none;
}
.fieldset > .field:not(.choice) > .control{
  float: none;
  width: auto;
}
.abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after{
  margin-left: auto;
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before{
  content: none;
}

 */
.control select {
  padding: 12px;
}

.opc-wrapper .fieldset > .field:not(.choice) > .label {
  text-align: left;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  top: 0;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #989FA9;
  border-radius: 1px;
  position: relative;
  margin: 0 6px 0 0;
}
input[type=checkbox]:checked {
  background: #0061FF;
  border: 1px solid #0061FF;
  border-radius: 1px;
  padding: 2px;
}
input[type=checkbox]:checked:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "\e908";
  display: block;
  font-family: icomoon;
  color: white;
  font-size: 10px;
}

/*
input[type=checkbox]{
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  height: 16px; width: 16px;
  border: 1px solid #E3E6EA;
  border-radius: 1px;
  background: #FFFFFF;
  margin: 0 8px 0 0;

  &:checked{
    background-repeat: no-repeat;
    //background-size: 70%;
    //background-position: center;
    background-color: map-get($color-primary,'default');
    border-radius: 1px;
    border-color: map-get($color-primary,'default');
    display: inline-flex;
    align-items: center;
    justify-content: center;
    &:after{
      content: "\e908";
      display: block;
      font-family: icomoon;
      color: white;
      font-size: 11px;
    }
  }
}
 */
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  height: 16px;
  width: 16px;
  border: 1px solid #989FA9;
  border-radius: 50%;
  padding: 2px;
}
input[type=radio]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
input[type=radio]:checked {
  border-color: #0061FF;
}
input[type=radio]:checked:after {
  background-color: #0061FF;
}

input.error {
  border-color: #E62519;
}

input.error,
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-width: 2px;
}

.fieldset > .field.street.required > .label:after {
  margin-left: -2px !important;
}

.opc-wrapper .fieldset > .field.required > label:after, .opc-wrapper .fieldset > .field._required > label:after {
  margin-left: 1px !important;
}

/*

 */
.minicart-wrapper {
  margin-top: 0;
}

#mini-cart .product .actions {
  margin-top: auto;
}

.minicart-wrapper .block-minicart {
  padding-bottom: 0;
}

.minicart-items .product-item {
  padding-bottom: 10px;
}
.minicart-items .product-item:last-child {
  padding-bottom: 0;
}

.minicart-wrapper .action.showcart.active:before, .minicart-wrapper .action.showcart:before {
  content: "\e929";
  font-family: "icomoon";
  font-size: 20px;
  color: #161D27;
}
.minicart-wrapper .action.showcart .text {
  display: none;
}

.minicart-wrapper .action.showcart .counter.qty {
  /*
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  */
}
.minicart-wrapper .action.showcart .counter.qty .counter-number,
.minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty:not(.empty) {
  background: transparent;
  height: auto;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
}
.minicart-wrapper .action.showcart .counter.qty:not(.empty):before {
  content: "";
  width: 7px;
  height: 7px;
  font-size: 0;
  background: #EB4191;
  display: block;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 2px;
  min-width: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.minicart-items .action.edit:before {
  content: "\e922";
  font-family: icomoon;
  font-size: 15px;
  margin-left: 8px;
}

.checkout-cart-index .page-title small {
  font-size: 16px;
}

.cart-container {
  margin-bottom: calc(1.925rem + 8.1vw);
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  /*
  display: flex;
  flex-flow: row wrap;
  .cart-summary{
    order: 1;
    float: none;
    width: 356px;

  }
  .form-cart{
    width: auto;
    float: none;
    flex: 1 0 auto;
    margin-right: 24px;
  }
  */
}
@media (min-width: 1200px) {
  .cart-container {
    margin-bottom: 8rem;
  }
}
.cart-container:before, .cart-container:after {
  content: none;
}
.cart-container .cart-summary-wrapper {
  order: 1;
  width: 100%;
}
@media (min-width: 769px) {
  .cart-container .cart-summary-wrapper {
    width: 31.875%;
  }
}
.cart-container .cart-summary {
  width: 100%;
  position: static !important;
}
@media (min-width: 769px) {
  .cart-container .cart-form-wrapper {
    width: calc(68.125% - 24px);
  }
}
.cart-container .cart-summary,
.cart-container .form-cart {
  float: none;
  width: 100%;
}

.item-info .control {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #E3E6EA;
  border-radius: 4px;
  margin-top: -6px;
}
.item-info .control input.qty {
  font-size: 14px;
  height: 32px;
  border: none;
  border-left: 1px solid #E3E6EA;
  border-right: 1px solid #E3E6EA;
  border-radius: 0;
}
.cart.table-wrapper .col.qty .item-info .control input.qty {
  margin-top: 0;
}

.item-info .control__btn {
  color: #161D27;
  font-size: 0;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.item-info .control__btn:before {
  font-family: icomoon;
  font-size: 12px;
  content: "\e923";
}
.item-info .control__btn--minus {
  order: -1;
  margin-top: 2px;
}
.item-info .control__btn--minus:before {
  content: "\e921";
}

.cart-form-wrapper .cart.main.actions {
  display: none;
}

.price-including-tax, .price-excluding-tax {
  line-height: normal;
}

.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
}

.cart.table-wrapper {
  border: 1px solid #E3E6EA;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cart.table-wrapper {
    border: 1px solid #F0F2F4;
    border-radius: 8px;
  }
}
.cart.table-wrapper thead {
  background: #F0F2F4;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
}
.cart.table-wrapper .col {
  padding-top: 10px;
}
.cart.table-wrapper tbody .item .col.item,
.cart.table-wrapper tbody .col {
  padding-top: 20px;
}
.cart.table-wrapper .subtotal .price-including-tax .price {
  font-weight: 700;
}
.cart.table-wrapper table > thead > tr > th,
.cart.table-wrapper table > tbody > tr > th,
.cart.table-wrapper table > tfoot > tr > th,
.cart.table-wrapper table > thead > tr > td,
.cart.table-wrapper table > tbody > tr > td,
.cart.table-wrapper table > tfoot > tr > td {
  padding: 10px 16px;
}
.cart.table-wrapper .items thead + .item {
  border-top: none;
}
.cart.table-wrapper .price-including-tax .price,
.cart.table-wrapper .price-excluding-tax .price {
  font-weight: normal;
  font-size: 1.6rem;
}
.cart.table-wrapper .product-item-name {
  color: #161D27;
  font-weight: 700;
}
.cart.table-wrapper .product-item-name a {
  color: inherit;
  font-size: 1.6rem;
}
.cart.table-wrapper .product-item-name a:hover {
  text-decoration: underline 2px;
  text-underline-offset: 4px;
  text-underline-position: from-font;
}
.cart.table-wrapper .item-options {
  font-size: 1.4rem;
}
.cart.table-wrapper .item-options dt, .cart.table-wrapper .item-options dd {
  margin-bottom: 3px;
}
.cart.table-wrapper .action:before {
  font-family: "icomoon";
}
.cart.table-wrapper .action-edit:before {
  content: "\e922";
}
.cart.table-wrapper .action-delete:before {
  content: "\e931";
}

.cart.table-wrapper .col.qty {
  width: fit-content;
  position: relative;
  z-index: 1;
  text-align: right;
}
.cart.table-wrapper .col.qty .field {
  display: inline-flex;
}

.cart.table-wrapper .col.subtotal {
  white-space: nowrap;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  width: auto;
}

@media (min-width: 769px) {
  .cart.table-wrapper .item-actions > td {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
  margin-right: -12px;
}
@media (min-width: 769px) {
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin-top: -34px;
  }
}
.cart.table-wrapper .item-actions .actions-toolbar .action {
  background-color: transparent;
  color: inherit;
  font-size: 0;
  margin: 0 !important;
  padding: 4px 14px;
  position: relative;
  display: inline-flex;
}
.cart.table-wrapper .item-actions .actions-toolbar .action:before {
  font-size: 16px;
}
.cart.table-wrapper .item-actions .actions-toolbar .action-edit:after {
  content: "";
  display: block;
  background: #E3E6EA;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 0;
}
.cart.table-wrapper .item-actions .actions-toolbar .action:active {
  color: inherit;
  box-shadow: none;
}

.cart.table-wrapper .item .product-image-wrapper {
  max-width: 100px;
  border-radius: 4px;
}

.cart.table-wrapper .item .col.item {
  padding-right: 16px;
  padding-left: 16px;
  min-height: 0;
}

.cart.table-wrapper .item .col.item {
  padding-top: 20px;
}

.quote-item-wrapper {
  --swiper-navigation-size: 14px;
  --swiper-navigation-color: #161D27;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 4px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.quote-item-wrapper__preview {
  margin-right: 12px;
  max-width: 290px;
  min-width: 124px;
  flex: 1 0 auto;
}
@media (min-width: 769px) {
  .quote-item-wrapper__preview {
    max-width: 340px;
  }
}
.quote-item-wrapper__preview .quote-item-preview {
  display: flex;
  justify-content: center;
}
.quote-item-wrapper__preview .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--swiper-navigation-color);
}
.quote-item-wrapper__values {
  font-size: 13px;
  flex: 1 0 auto;
}
@media (max-width: 1024px) {
  .quote-item-wrapper__values {
    padding-left: 16px;
  }
}

.quote-item-values {
  margin: 0;
}
.quote-item-values:after {
  content: "";
  clear: both;
  display: table;
}
.quote-item-values dt, .quote-item-values dd {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
}
.quote-item-values dt {
  clear: both;
  margin-right: 5px;
}
.quote-item-values dt:after {
  content: " : ";
}
.quote-item-values__bck span, .quote-item-values__color span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 4px;
}
.quote-item-values__icon {
  max-width: 18px;
}

.quote-item-wrapper .quote-item-values:not(.active) {
  display: none;
}

.cart-form-wrapper #shopping-cart-table {
  table-layout: fixed;
  width: 100%;
}

@media (max-width: 768px) {
  .cart-form-wrapper .cart.table-wrapper tbody .col {
    padding: 0;
  }
  .cart-form-wrapper #shopping-cart-table thead {
    display: none;
  }
  .cart-form-wrapper .cart.table-wrapper .item .col.item {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-form-wrapper .cart.table-wrapper .items > .item {
    border-bottom: none;
  }
  .cart-form-wrapper .cart.item {
    display: flex;
    flex-flow: column nowrap;
    padding: 16px;
  }
  .cart-form-wrapper .cart.item tr, .cart-form-wrapper .cart.item td {
    display: block;
    width: 100%;
  }
  .cart-form-wrapper .cart.item .item-preview {
    order: -1;
  }
  .cart-form-wrapper .cart.item .item-info {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
  }
  .cart-form-wrapper .cart.item .item-info .col.item {
    padding-top: 0;
    order: -2;
  }
  .cart-form-wrapper .cart.item .item-info .col.subtotal {
    order: -1;
    text-align: left;
  }
  .cart-form-wrapper .cart.item .item-info .col.subtotal .price {
    font-weight: normal;
  }
  .cart-form-wrapper .cart.item .item-info .control {
    margin-top: 0;
  }
  .cart-form-wrapper .cart.item .product-item-name {
    width: 100%;
    margin-top: 0;
  }
  .cart-form-wrapper .cart.item .item-actions td {
    padding-right: 0;
    padding-left: 0;
  }
  .cart-form-wrapper .cart.item:not(:last-child) .item-actions {
    border-bottom: 1px solid #E3E6EA;
  }
  .cart-form-wrapper .quote-item-wrapper {
    justify-content: center;
  }
}
@media (max-width: 568px) {
  .cart-form-wrapper .quote-item-wrapper__values {
    display: none;
  }
  .cart-form-wrapper .cart.table-wrapper .col.price {
    display: none;
  }
  .cart-form-wrapper .cart.table-wrapper .col[data-th]:before {
    content: none;
  }
  .cart-form-wrapper .cart.table-wrapper .col.qty {
    text-align: left;
  }
  .cart-form-wrapper .cart.item {
    display: flex;
    flex-flow: column nowrap;
    padding: 16px 16px 0 16px;
  }
  .cart-form-wrapper .cart.item tr, .cart-form-wrapper .cart.item td {
    display: block;
    width: 100%;
  }
  .cart-form-wrapper .cart.item .item-preview {
    order: -1;
  }
  .cart-form-wrapper .cart.item .item-info {
    flex-flow: column nowrap;
    padding-bottom: 16px;
  }
  .cart-form-wrapper .cart.item:not(:last-child) .item-info {
    border-bottom: 1px solid #E3E6EA;
  }
  .cart-form-wrapper .cart.item .product-item-name {
    width: 100%;
    margin-top: 0;
  }
  .cart-form-wrapper .cart.item .item-actions {
    position: absolute;
    bottom: 0;
    right: 16px;
    border-bottom: none !important;
    padding-bottom: 8px;
  }
}
.cart.table-wrapper .df-gift-cart-item .product-item-photo {
  position: static;
  display: inline-flex;
  width: auto;
}
.cart.table-wrapper .df-gift-cart-item td.item {
  display: flex !important;
  flex-flow: column nowrap;
}
.cart.table-wrapper .df-gift-cart-item td.item .product-item-photo {
  order: 1;
  margin-top: 5px;
}

.df-free-shipping-status {
  --progress: 0;
  position: relative;
  width: 100%;
  padding: 16px 0;
}
.df-free-shipping-status__pin {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F07D00;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: left 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  left: calc(var(--progress) - 32px);
}
.df-free-shipping-status:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #F07D00;
  height: 16px;
  border-radius: 118px;
  width: var(--progress);
  transition: width 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.df-free-shipping-status:after {
  content: "";
  display: block;
  background-color: #F0F2F4;
  height: 16px;
  border-radius: 118px;
}
.df-free-shipping-status.is-fully:before,
.df-free-shipping-status.is-fully .df-free-shipping-status__pin {
  background-color: #82BE5F;
}

/* todo remove after multiple shipping module */
.df-free-shipping-status.is-free-shipping {
  --progress: 100% !important;
}
.df-free-shipping-status.is-free-shipping + .df-free-shipping-message .df-free-shipping-message__normal {
  display: none;
}
.df-free-shipping-status:not(.is-free-shipping) + .df-free-shipping-message .df-free-shipping-message__free {
  display: none;
}

/*
.cart-summary-wrapper:not(.has-many-rates){
  #block-shipping{
    display: none;
  }
}
*/
.df-free-shipping-message {
  text-align: center;
}
.df-free-shipping-message span {
  color: #E55000;
  font-weight: 700;
}

.df-free-shipping-progress-wrapper {
  margin-right: 16px;
  margin-left: 16px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-right: 16px;
  font-size: 16px;
  border-bottom: 1px solid #f0f2f4;
}
.df-free-shipping-progress-wrapper ul {
  font-size: 15px;
}

/*.cart-form-wrapper .df-free-shipping-progress-wrapper{
  display: block;
}
.cart-summary .df-free-shipping-progress-wrapper{
  display: none;
}
@include media(">tablet"){
  .cart-form-wrapper .df-free-shipping-progress-wrapper{
    display: none;
  }
  .cart-summary .df-free-shipping-progress-wrapper{
    display: block;
  }
}*/
.cart-summary-wrapper #shipping-zip-form {
  margin-bottom: 10px;
}
.cart-summary-wrapper #shipping-zip-form p {
  font-size: 1.4rem;
}
.cart-summary-wrapper:not(.has-many-rates) #shipping-zip-form {
  display: none;
}
.cart-summary-wrapper.has-many-rates #shipping-zip-form div.field:not([name="shippingAddress.country_id"]) {
  display: none;
}
.cart-summary-wrapper:not(.has-many-shipping) #co-shipping-method-form {
  display: none;
}
.cart-summary-wrapper:not(:is(.has-many-shipping, .has-many-rates)) #block-shipping {
  display: none;
}

.cart-container .widget {
  float: none;
}

.cart-summary {
  border: 1px solid #E3E6EA;
  border-radius: 16px;
  padding: 0;
  background-color: white;
  float: none;
}
@media (min-width: 769px) {
  .cart-summary {
    border: 1px solid #F0F2F4;
    border-radius: 8px;
  }
}
.cart-summary > .title {
  margin-top: 0;
  margin-bottom: 0;
  background: #F0F2F4;
  padding: 10px 16px;
  border-radius: 8px 8px 0 0;
}
.cart-summary .block.discount,
.cart-summary .cart-totals {
  margin: 10px 16px 16px;
}
.cart-summary .block .fieldset {
  margin: 0;
}
.cart-summary .block.discount > .content {
  display: block;
}
.cart-summary .discount.gift-card {
  display: none;
}

.cart-summary #block-shipping {
  padding: 0 16px;
}
.cart-summary #block-shipping > .title {
  border-top: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: default;
}
.cart-summary #block-shipping > .title strong {
  font-weight: inherit;
}
.cart-summary #block-shipping > .title:after {
  content: none;
}
.cart-summary #block-shipping #block-summary {
  display: block !important;
}
.cart-summary #block-shipping #co-shipping-method-form dt.item-title {
  display: none;
}

.cart-summary .cart-totals {
  border-top: none;
  padding-top: 0;
}
.cart-summary .cart-totals .amount,
.cart-summary .cart-totals .mark {
  padding: 0 0 9px 0;
}
.cart-summary .cart-totals .sub {
  font-weight: 700;
}
.cart-summary .cart-totals .sub th {
  font-weight: 700;
}
.cart-summary .cart-totals .grand.totals .mark, .cart-summary .cart-totals .grand.totals .amount {
  border-top: 1px solid #E3E6EA;
  padding-top: 9px;
}
.cart-summary .cart-totals .totals-tax-summary .mark,
.cart-summary .cart-totals .totals-tax-summary .amount {
  border-top: none;
  border-bottom: none;
}
.cart-summary .cart-totals .totals-tax-details {
  border-bottom: none;
}
.cart-summary .cart-totals .totals-tax-details .mark,
.cart-summary .cart-totals .totals-tax-details .amount {
  padding-bottom: 0;
}

.totals-tax-details {
  color: #767676;
}

.totals-tax-summary {
  display: none;
}

.abs-sidebar-totals .totals-tax-details, .cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: table-row;
}

.cart-summary .coupon.fieldset {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  gap: 8px;
  padding-bottom: 0;
}
.cart-summary .coupon.fieldset .field {
  margin: 0;
  flex-grow: 1;
}
#discount-giftcard-form-title {
  display: none;
}

#discount-giftcard-form {
  float: none;
}

.discount .giftvoucher #giftvoucher {
  margin-right: 8px;
}

.cart-summary-wrapper .checkout-methods-items {
  margin-bottom: 20px;
}

.cart-summary .actions-toolbar:before, .cart-summary .actions-toolbar:after {
  content: none;
}
.cart-summary .actions-toolbar > .primary {
  width: 100%;
}

.cart-summary .actions-toolbar > .primary button {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0061FF;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin-right: 0;
}
.cart-summary .actions-toolbar > .primary button:visited {
  color: white;
}
.cart-summary .actions-toolbar > .primary button:focus, .cart-summary .actions-toolbar > .primary button:active, .cart-summary .actions-toolbar > .primary button:hover {
  background-color: #002A78;
  color: white;
}

.cart-summary .checkout-methods-items {
  margin-top: 24px;
}

#co-shipping-method-form .fieldset .field {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#co-shipping-method-form .fieldset .field input[type=radio] {
  margin-top: 0;
}
#co-shipping-method-form .fieldset .field > .label {
  margin: 0;
}

#discount-form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.discount-code .actions-toolbar {
  margin: 0;
  margin-left: auto !important;
  padding: 0;
  width: auto;
}
.discount-code .payment-option-inner {
  flex: 1 1 auto;
  margin-right: 10px;
  width: auto;
}

.df-zero-priced-item {
  display: none;
}

.cart-summary #cart-totals .total-rules,
#iosc-summary .table-totals .total-rules {
  display: none !important;
}

.cart-summary tr.totals .title.-enabled:after,
#iosc-summary .table-totals .totals.discount .mark .title:after {
  content: none;
}

.opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label, .fieldset > .field:not(.choice) > .label {
  margin-bottom: 4px;
}

.opc-wrapper .form-login {
  margin-top: 0;
}

@media (min-width: 769px) {
  li#store-pickup,
  div.field-select-billing,
  div#checkout-step-shipping div.addresses {
    width: calc(100% - 16px);
  }
  .iosc-whole {
    width: calc(100% - 16px);
  }
  .iosc-start.iosc-third,
  .iosc-between.iosc-third,
  .iosc-end.iosc-third {
    width: calc(75% - 16px);
  }
  .iosc-start.iosc-half,
  .iosc-between.iosc-half,
  .iosc-end.iosc-half {
    width: calc(50% - 16px);
  }
  .iosc-start.iosc-quarter,
  .iosc-between.iosc-quarter,
  .iosc-end.iosc-quarter {
    width: calc(25% - 16px);
  }
  .iosc-start {
    margin-right: 16px !important;
  }
  .iosc-between {
    margin-right: 16px !important;
  }
  .opc-wrapper #customer-email-fieldset div.field {
    width: calc(100% - 16px);
  }
  .iosc-registration {
    width: calc(100% - 16px);
  }
}
div.iosc-place-order-container button.iosc-place-order-button {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0061FF;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #0061FF;
  box-shadow: none;
  padding: 16px;
  height: auto;
  font-weight: normal;
  text-transform: none;
  width: 100%;
}
div.iosc-place-order-container button.iosc-place-order-button:visited {
  color: white;
}
div.iosc-place-order-container button.iosc-place-order-button:focus, div.iosc-place-order-container button.iosc-place-order-button:active, div.iosc-place-order-container button.iosc-place-order-button:hover {
  background-color: #002A78;
  color: white;
}

.action.primary.iosc-place-order-button:hover,
.action.primary.iosc-place-order-button:active,
.action.primary.iosc-place-order-button:focus {
  background-color: #002A78;
  border: 1px solid #003EA8;
  color: white;
}

@media (min-width: 1201px) {
  div#iosc-summary {
    padding-left: 20px;
  }
}

div#iosc-summary span.step-title,
.opc-wrapper .step-title {
  border: none;
  padding: 0;
  font-weight: 700 !important;
  font-size: 18px;
  padding-bottom: 4px;
  letter-spacing: -0.03px;
}
@media (min-width: 1025px) {
  div#iosc-summary span.step-title,
  .opc-wrapper .step-title {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
div#iosc-summary span.step-title .title-number,
.opc-wrapper .step-title .title-number {
  display: none;
}

.discount-code,
.iosc-comment,
.iosc-subscribe {
  padding: 0;
}

.iosc-subscribe {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.iosc-subscribe .choice {
  width: 100%;
}
.iosc-subscribe .choice:before {
  content: none;
  display: none;
}
.iosc-subscribe label {
  float: none;
  width: auto;
}

.opc-block-summary .product-item:last-child .product-item-inner {
  margin-bottom: 0;
}

.opc-block-summary .table-totals .mark {
  padding-left: 0;
  padding-right: 0;
}

.opc-block-summary {
  background-color: transparent;
  padding: 0;
}
.opc-block-summary .sub.totals,
.opc-block-summary .sub.totals th,
.opc-block-summary .grand.totals strong {
  color: #161D27;
  font-weight: 700;
}
#iosc-summary .title.step-title:nth-child(2) {
  display: none;
}

.iosc-comment,
.iosc-subscribe {
  margin-bottom: 0;
}

.checkout-shipping-method {
  margin-bottom: 30px;
}

.iosc-registration {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.iosc-registration .password-toggle {
  font-size: 16px;
}

#customer-email-fieldset .actions-toolbar {
  display: flex;
  align-items: center;
}

.checkout-shipping-address .fieldset > .field:not(.choice) > .label {
  float: none;
}

.minicart-items .product {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
.minicart-items .product:after, .minicart-items .product:before {
  content: none !important;
}
.minicart-items .product .actions {
  margin: 0;
}
.minicart-items .product-image-container {
  max-width: 75px;
}
.minicart-items .product-item-details {
  padding-left: 0;
}

.minicart-items .product-item-details {
  display: flex;
  flex-wrap: wrap;
}
.minicart-items .product-item-details .product-item-name {
  flex-basis: 100%;
}

.minicart-items .product-item .subtotal,
.minicart-items .product-item .product-item-name-block {
  display: block;
  float: none;
  text-align: left;
}
.minicart-items .product-item input[type=number] {
  height: auto;
  padding: 4px 0;
}
.minicart-items .product.options {
  display: none;
}

.minicart-items .product-item-details .details-qty.visible {
  margin-right: 5px;
}

.block.items-in-cart {
  padding-bottom: 18px;
  border-bottom: 1px solid #E3E6EA;
}

.newaddress-button-title .action-toggle,
.discount-code .payment-option-title .action-toggle,
.iosc-comment .iosc-comment-title .action-toggle {
  color: #0061FF;
}

.newaddress-button #newaddress-heading:after {
  content: none;
}
.newaddress-button #newaddress-heading span:before {
  content: "\e923";
  font-family: icomoon;
  margin-right: 4px;
  font-size: 80%;
}
.newaddress-button._active #newaddress-heading span:before {
  content: "\e921";
}

.iosc-registration .password-toggle,
#iosc-billing-container div.choice {
  display: inline-flex;
  align-items: center;
}

.checkout-payment-method .payment-method-title .action-help {
  display: none;
}

.payment-method br {
  display: none;
}
div.payment-method-title.field.choice {
  padding-left: 0;
}

.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border: none;
}

.payment-method input[type=radio] {
  flex: 0 0 auto;
  align-self: center;
}
.payment-method .label img {
  height: 24px !important;
  width: auto !important;
}
.payment-method .payment-method-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0;
  border-top: none;
}
.payment-method .payment-method-title .label {
  flex: 1 1 auto;
  display: inline-flex;
}
.payment-method .payment-method-title .label img {
  order: 1;
  margin-left: auto;
}

.stripe-icon-container img.stripe-icon {
  position: static;
}

.stripe-icon-container.right {
  position: static;
  order: 1;
  float: none;
  margin-left: auto;
}
.stripe-icon-container.right span {
  display: block;
}

.stripe-payments-brand {
  margin-left: -42px;
}

#stripe-payments-card-errors:empty {
  display: none;
}

#stripe-payments-card-errors.populated {
  margin-bottom: 0;
}

.checkout-payment-method .payment-method-title .payment-icon {
  height: 24px;
  width: auto;
  order: 1;
  margin-left: auto;
}

.checkout-payment-method .payment-method-content {
  padding: 0 16px !important;
}

.billing-address-form .fieldset > .field:last-child,
.checkout-payment-method .payment-method-content .fieldset > .field:last-child {
  margin: 0 !important;
}

.checkout-payment-method .credit-card-types.worldline-payment-types img {
  width: auto;
}

.opc-payment .worldline-payment-types {
  margin-top: 5px;
  display: flex;
  flex-flow: row nowrap;
}
.opc-payment .worldline-payment-types img {
  height: 24px;
  width: auto;
}
.opc-payment .payment-method-content .div-hosted-tokenization {
  margin-left: -20px;
  margin-right: -20px;
}

.worldline_cc-action-modal-wrapper {
  display: none;
}

.payment-group {
  display: flex;
  flex-flow: column nowrap;
}
.payment-group .payment-method {
  min-height: 28px;
  border-bottom: 1px solid #e2e3e6;
  border-left: 1px solid #e2e3e6;
  border-right: 1px solid #e2e3e6;
  padding: 10px 12px;
}
.payment-group .payment-method:nth-child(2), .payment-group .payment-method:has(#byjuno_invoice) + div {
  border-top: 1px solid #e2e3e6;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.payment-group .payment-method:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.payment-group .payment-method:has(#byjuno_invoice) {
  order: 1;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.payment-group:has(#byjuno_invoice) .payment-method:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.payment-group .payment-method label {
  padding-left: 8px;
}

.payment-group .payment-method label > span {
  font-weight: bold;
}
.payment-group .payment-method label > span:after {
  font-weight: normal;
  display: block;
}

.payment-group .payment-method label[for=worldline_redirect_payment_5407] > span:after {
  content: "Transaction sécurisée par Datatrans";
}

.payment-group .payment-method label[for=worldline_cc] > span:after {
  content: "Transaction sécurisée par Datatrans";
}

.payment-group .payment-method label[for=worldline_redirect_payment_320] > span:after {
  content: "Transaction sécurisée par Google Pay.";
}

.payment-group .payment-method label[for=paypal_express] > span:after {
  content: "Transaction sécurisée par PayPal.";
}

.payment-group .payment-method label[for=byjuno_invoice] > span:after {
  content: "La facture est envoyée quelques jours après l'expédition de votre commande.";
}

.table-checkout-shipping-method tbody td:first-child,
div.payment-method-title.field.choice {
  padding-left: 0;
}

.table-checkout-shipping-method {
  display: block;
}
.table-checkout-shipping-method .col {
  flex: 0 1 auto;
}
.table-checkout-shipping-method tbody {
  display: block;
}
.table-checkout-shipping-method .row {
  margin-left: 0;
  margin-right: 0;
}
.table-checkout-shipping-method tr {
  display: flex;
  flex-flow: row nowrap;
  max-width: 100%;
}
.table-checkout-shipping-method tr td {
  display: block;
  padding: 8px 10px;
  border-top: none;
}
.table-checkout-shipping-method tr td.col-price {
  order: 1;
  width: auto;
  margin-right: auto;
  font-weight: 700;
}
.table-checkout-shipping-method tr td.col-method:not(:first-child) {
  flex: 1 0 auto;
  width: auto;
}
.table-checkout-shipping-method tr td.col-carrier {
  display: none;
}
.table-checkout-shipping-method tr td.col-method-code {
  max-width: 268px;
}

.opc-wrapper .shipping-address-item {
  border-radius: 9px;
  margin: 0 !important;
}
@media (min-width: 1025px) {
  .opc-wrapper .shipping-address-item {
    margin: 0 0 16px 0 !important;
  }
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #0061FF;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #0061FF;
  content: "\e908";
  font-family: icomoon;
  font-size: 14px;
  height: 32px;
  width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 9px;
}
.opc-wrapper .edit-address-link {
  margin: 10px 0 0 0;
  padding: 0 !important;
  float: none;
  position: static;
  display: block;
}
.opc-wrapper .edit-address-link > span {
  clip: auto;
  width: auto;
  height: auto;
  position: static;
  display: block;
}
.opc-wrapper .edit-address-link:before {
  content: none;
}

.fieldset .giftvoucher #giftvoucher {
  margin-left: 0;
}

.fieldset .giftvoucher label {
  margin-left: 5px;
}

.giftvoucher #payment_form_giftvoucher {
  padding-right: 0;
}
.giftvoucher #payment_form_giftvoucher li {
  width: 100%;
}

.fieldset #giftvoucher_container {
  float: none;
  padding-top: 15px;
}
.fieldset #giftvoucher_container dt.giftvoucher {
  display: inline-flex;
  align-items: center;
}

div.checkout-agreement {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
div.checkout-agreement:before {
  content: none !important;
  display: none !important;
}
div.checkout-agreement input {
  float: none;
}
div.checkout-agreement div.mage-error {
  flex-basis: 100%;
}
div.checkout-agreement a {
  color: #161D27;
}
div.checkout-agreement a:hover {
  text-decoration: underline 1px;
  text-underline-offset: 4px;
  text-underline-position: from-font;
}

.df-cart-sp-message {
  /*
    color: #006400;
    background: #e5efe5;
    padding: 6px;
    font-size: 1.2rem;
    //margin: 0 -5px;
    border-radius: 4px;
    margin-bottom: 5px;
  */
  padding: 8px 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  border: 1px solid #FE9F16;
  font-size: 12px;
  border-radius: 4px;
  border-left: 6px solid #FE9F16;
}
.df-cart-sp-message p:last-child {
  margin-bottom: 0;
}

#iosc-subscribe > .field {
  margin-bottom: 12px !important;
}

.df-checkout-cart-link {
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 769px) {
  .df-checkout-cart-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .df-checkout-cart-link {
    margin-top: 10px;
    padding-left: 0;
  }
}
.df-checkout-cart-link a {
  color: #343C48;
  display: inline-flex;
  padding: 5px 16px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.df-checkout-cart-link a:before {
  content: "\e902";
  font-family: icomoon;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.df-checkout-cart-link a:hover:before {
  transform: translateX(-5px);
}

.checkout-onepage-success .main {
  background: #FFFFFF;
  box-shadow: 0 8px 8px rgba(118, 119, 122, 0.1);
  border-radius: 40px;
  margin: 0 auto;
  max-width: 738px;
  margin-top: 48px;
  padding: calc(1.525rem + 3.3vw);
  margin-bottom: calc(2.085rem + 10.02vw);
  min-height: 0;
  font-size: 16px;
  text-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .checkout-onepage-success .main {
    padding: 4rem;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-success .main {
    margin-bottom: 9.6rem;
  }
}
.checkout-onepage-success .main .page-title-wrapper {
  text-align: center;
}
.checkout-onepage-success .main .page-title-wrapper:before {
  content: "";
  display: inline-block;
  background-image: url("../../images/party-popper.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(2.565rem + 15.78vw);
  height: calc(2.565rem + 15.78vw);
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .checkout-onepage-success .main .page-title-wrapper:before {
    width: 14.4rem;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-success .main .page-title-wrapper:before {
    height: 14.4rem;
  }
}
.checkout-onepage-success .main .actions-toolbar {
  width: auto;
  margin-top: 2.8rem;
}
.checkout-onepage-success .main .actions-toolbar .primary {
  float: none;
}
.checkout-onepage-success .checkout-success p {
  margin-bottom: 0;
}
.checkout-onepage-success .page-main {
  /* Neutral/White */
  /* shadow-m */
}
.checkout-onepage-success .page-header {
  background: white;
}
.checkout-onepage-success .page-wrapper {
  background: #f6f9fe;
}

@media (max-width: 767px) {
  .opc-wrapper #shipping {
    margin-bottom: 24px;
  }
  .opc-wrapper #iosc-billing {
    margin-bottom: 6px;
  }
  #iosc-billing-container .iosc-billing-wrapper {
    margin-top: 30px;
  }
  #opc-shipping_method {
    margin-bottom: 0px;
  }
}
.checkout-onepage-success .page-title-wrapper .print {
  display: none;
}

.authentication-wrapper {
  float: none;
  margin: 0;
  width: auto;
  max-width: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

.action-auth-toggle {
  margin-bottom: 10px;
}
.action-auth-toggle__label {
  color: #161D27;
}
.action-auth-toggle__label span {
  color: #0061FF;
}
.action-auth-toggle__label:hover {
  color: #0061FF;
  text-decoration: underline 1px;
  text-underline-offset: 4px;
  text-underline-position: from-font;
}

._has-auth-shown .authentication-wrapper {
  z-index: 9999;
}

.custom-slide .modal-inner-wrap {
  background-color: white;
}

.authentication-dropdown {
  max-width: 440px;
}
@media (min-width: 769px) {
  .authentication-dropdown {
    border-radius: 8px;
    box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1);
    border: 1px solid #E3E6EA;
  }
}
.authentication-dropdown .modal-inner-wrap {
  padding: 20px;
}
.authentication-dropdown .modal-inner-wrap form .actions-toolbar {
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}
.authentication-dropdown .modal-inner-wrap form .actions-toolbar > .secondary {
  margin-left: 10px;
  margin-right: 0;
}

.block-authentication .block-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.block-authentication .block-title strong {
  font-weight: inherit;
}
.actions-toolbar .secondary {
  float: none;
}

.actions-toolbar .primary .action:not(.action-delete) {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: #ffffff;
  background: #0061FF;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.actions-toolbar .primary .action:not(.action-delete):visited {
  color: #ffffff;
}
.actions-toolbar .primary .action:not(.action-delete):focus, .actions-toolbar .primary .action:not(.action-delete):active, .actions-toolbar .primary .action:not(.action-delete):hover {
  background-color: #003EA8;
  color: #ffffff;
}

.discount-code .payment-option-title {
  display: none;
}
.discount-code .payment-option-content {
  display: block !important;
}
.discount-code .actions-toolbar > .primary {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
}

.df-empty-cart {
  display: flex;
  align-items: center;
  flex-flow: column;
  color: #161D27;
  font-size: 16px;
}
.df-empty-cart__icon {
  font-size: 20rem;
  color: #989FA9;
  line-height: normal;
}
@media (min-width: 1025px) {
  .df-empty-cart__icon {
    font-size: 24rem;
  }
}
.df-empty-cart__button {
  width: 358px;
  margin-top: 24px;
}

.mySwiper {
  position: relative;
}
.mySwiper .swiper-slide {
  padding-bottom: 400px;
  width: calc(100% - 45px) !important;
  margin-right: 15px;
  background-color: blue;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 48px;
  background-color: #0061FF;
  border-radius: 12px;
}

/*
.swiper-pagination-bullets{
  //width: 100px !important;
  .swiper-pagination-bullet{
    //transition: width 0.2s $easingInOutQuad, border-radius 0.3s $easingInOutQuad;
    &:after,
    &:before{
      display: inline-block;
      height: 100%;
      width: 5px;
      z-index: 1;
      transform: scaleX(0);
      position: absolute;
      background-color: map-get($color-primary,'500');
      transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    }
    &:before{
      left: -3px;
      transform: scaleX(0.17) translateX(1px);
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
    }
    &:after{
      right: -3px;
      transform: scaleX(0.17) translateX(-1px);
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
    }
  }
  .swiper-pagination-bullet-active{
    //width: 48px;
    transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    background-color: map-get($color-primary,'500');
    transform: scaleX(6);
    transform-origin: center;
    //border-radius: 12px;
    margin-left: 26px !important;
    margin-right: 26px !important;
    position: relative;
    border-radius: 0;
    &:after,
    &:before {
      content: '';
    }
  }
}
*/
/**
create magento page builder row + columns into slider
 */
@media (min-width: 821px) {
  .sk-slider-grid .swiper-pagination,
  .sk-slider-row .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .sk-slider-grid,
  .sk-slider-row {
    display: block !important;
  }
}
.sk-slider-grid .row-full-width-inner,
.sk-slider-row .row-full-width-inner {
  position: relative;
}
.sk-slider-grid .pagebuilder-column-group,
.sk-slider-row .pagebuilder-column-group {
  /*
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
  */
}
@media (min-width: 821px) {
  .sk-slider-grid .pagebuilder-column-group,
  .sk-slider-row .pagebuilder-column-group {
    transform: none !important;
  }
}
@media (max-width: 820px) {
  .sk-slider-grid .pagebuilder-column-group,
  .sk-slider-row .pagebuilder-column-group {
    position: relative;
    padding-bottom: 40px;
  }
}
@media (min-width: 640px) and (max-width: 820px) {
  .sk-slider-grid .pagebuilder-column-group,
  .sk-slider-row .pagebuilder-column-group {
    gap: normal;
  }
}
@media (max-width: 639px) {
  .sk-slider-grid .pagebuilder-column-group,
  .sk-slider-row .pagebuilder-column-group {
    gap: normal;
  }
}
.sk-slider-grid .pagebuilder-column,
.sk-slider-row .pagebuilder-column {
  flex-shrink: inherit;
}
@media (min-width: 640px) and (max-width: 820px) {
  .sk-slider-grid .pagebuilder-column,
  .sk-slider-row .pagebuilder-column {
    flex: 1 0 auto !important;
  }
}
@media (max-width: 639px) {
  .sk-slider-grid .pagebuilder-column,
  .sk-slider-row .pagebuilder-column {
    flex: 1 0 auto !important;
  }
}

.sk-slider-grid .pagebuilder-column-group {
  gap: normal;
}
@media (max-width: 820px) {
  .sk-slider-grid .pagebuilder-column {
    padding: 10px;
  }
}

@media (max-width: 820px) {
  .sk-slider-row .pagebuilder-column-group {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 640px) and (max-width: 820px) {
  .sk-slider-row .pagebuilder-column {
    width: calc(50% - 64px) !important;
  }
}
@media (max-width: 639px) {
  .sk-slider-row .pagebuilder-column {
    width: 80.5333333333% !important;
  }
}

/*
.sk-slider-row.sk-team-row{
  padding-top: 3rem;
  padding-bottom: 3rem;
  .pagebuilder-column-group{
    @include media("<=820px"){
      flex-wrap: wrap !important;  //needed for swiper
    }

  }
  .pagebuilder-column{
    @include media(">=640px","<=820px"){
      width: 28% !important;
    }

    @include media("<640px"){
      width: 28% !important;
    }
  }
}
*/
@media (min-width: 641px) and (max-width: 1099px) {
  .home-product-widget .product-items .product-item:nth-child(n+4) {
    display: none;
  }
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  padding: 1.4rem;
}

.ui-tabs .tabs-navigation {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #dee2e6;
}
.ui-tabs .tabs-navigation li.tab-header {
  margin: 0;
  padding: 0;
}
.ui-tabs .tabs-navigation li.tab-header a.tab-title {
  padding: 10px;
  display: block;
  margin-bottom: -1px;
  border: 1px solid transparent;
  color: #343C48;
  font-size: 120%;
}
.ui-tabs .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  border-color: #dee2e6 #dee2e6 #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #0061FF;
}
.ui-tabs .tabs-content {
  padding: 20px 0;
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  min-width: 280px;
}
@media (min-width: 768px) {
  .pagebuilder-banner-wrapper .pagebuilder-banner-button {
    min-width: 340px;
  }
}

.is-banner-full .pagebuilder-banner-wrapper {
  background-image: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
.is-banner-full .pagebuilder-banner-wrapper:not(.has-no-image) .pagebuilder-overlay {
  position: absolute;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 32px);
  max-width: 538px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .is-banner-full .pagebuilder-banner-wrapper.has-no-desk-image .pagebuilder-overlay, .is-banner-full .pagebuilder-banner-wrapper.has-no-mobile-image .pagebuilder-overlay {
    position: static;
    transform: none;
  }
}

.image-overlay {
  margin-bottom: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.image-overlay a {
  display: block;
  cursor: pointer;
}
.image-overlay figcaption {
  position: absolute;
  top: 50%;
  width: calc(100% - 16px);
  text-align: center;
  transform: translateY(-50%);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  pointer-events: none;
}
.image-overlay:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.image-overlay:hover:before {
  opacity: 0.5;
}

/*
.overlay{
  position: relative;
  overflow: hidden;
  &__item{
    position: absolute; left: 0; right: 0; bottom: 0; top: 0;
    padding: 16px;
    display: flex !important;
    align-items: center; justify-content: center;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.3) !important;
  }
}
*/
.overlay {
  /*
  &__item{
    position: absolute; left: 0; right: 0; bottom: 0; top: 0;
    padding: 16px;

    display: block;
    background-color: rgba(255,255,255,0.7);
    width: 100%; height: 100%;
  }
  */
}

/*
.overlay-item{
  position: absolute;
  left: 0; right: 0; bottom: 0; top: 0;

  &__link{
    [class*="pagebuilder-button"] {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      //padding: 16px;
      display: block;
      background-color: rgba(255, 255, 255, 0.7);
      width: 100%;
      height: 100%;
    }
  }
}
*/
/*
.overlay{
  position: relative;
  overflow: hidden;
  @include debug;
  &-item{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
  }
  &-item__link{
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center; width: 100%; height: 100%;
  }
}
*/
.overlay {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
.overlay [data-content-type=buttons] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.overlay a[class*=pagebuilder-button-] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.overlay--center a[class*=pagebuilder-button-] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.overlay--dark:after {
  opacity: 1;
}
.overlay--dark a[class*=pagebuilder-button-] {
  color: white;
}
.overlay--dark:after {
  opacity: 1;
}
.overlay:hover {
  box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1) !important;
}

.ui-datepicker {
  box-shadow: 0 4px 4px rgba(118, 119, 122, 0.1);
  border: 1px solid #E3E6EA;
  padding: 16px;
  border-radius: 4px;
  background: white;
  margin-top: 10px;
}
.checkout-index-index .ui-datepicker {
  min-width: 280px;
}

.ui-datepicker select,
.ui-datepicker button {
  border: 1px solid #E2E3E6;
  padding: 4px 10px;
}
.ui-datepicker select {
  height: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  height: 36px;
  background-image: url("../../images/chevron_right.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev {
  transform: scale(-1);
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background-color: #DBE8FF;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background-color: #286AFA;
  color: white;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: calc(100vh - 40px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal--wide .modal__container {
  width: calc(100% - 40px);
  max-width: 840px;
}

.modal--review-form .modal__container {
  width: calc(100% - 40px);
  max-width: 640px;
}

.modal--review .modal__container {
  width: calc(100% - 40px);
  max-width: 500px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  font-weight: 600;
  line-height: 1.25;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 0;
  width: 50px;
  height: 50px;
}
.modal__close:hover {
  background-color: #f8f8f8;
}
.modal__close:before {
  content: "✕";
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.alert-info {
  --df_alert-color: #1e40af;
  --df_alert-bg: #eff6ff;
  --df_alert-border-color: #93c5fd;
  --df_alert-link-color: #1e40af;
}

.alert-danger {
  --df_alert-color: #991b1b;
  --df_alert-bg: #fef2f2;
  --df_alert-border-color: #fca5a5;
  --df_alert-link-color: #991b1b;
}

.alert-success {
  --df_alert-color: #065f46;
  --df_alert-bg: #ecfdf5;
  --df_alert-border-color: #6ee7b7;
  --df_alert-link-color: #065f46;
}

.alert-warning {
  --df_alert-color: #92400e;
  --df_alert-bg: #fffbeb;
  --df_alert-border-color: #fcd34d;
  --df_alert-link-color: #92400e;
}

.alert-default {
  --df_alert-color: black;
  --df_alert-bg: #f9fafb;
  --df_alert-border-color: #d1d5db;
  --df_alert-link-color: black;
}

.alert {
  padding: 16px;
  color: var(--df_alert-color);
  background-color: var(--df_alert-bg);
  border-color: var(--df_alert-border-color);
  font-size: 14px;
  list-style: none;
  border-top: 3px solid var(--df_alert-border-color);
  padding-left: 32px;
}
.alert ul, .alert li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.alert:before {
  content: "\e963";
  display: block;
  position: absolute;
  left: 16px;
  font-family: "icomoon" !important;
}
.alert--no-icon:before {
  content: none;
}
.alert:empty {
  display: none;
}

.msg {
  --border-color: #F0F2F4;
  padding: 14px 16px 14px 20px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  position: relative;
  display: flex;
  overflow: hidden;
}
.msg:after {
  content: "";
  width: 12px;
  background-color: var(--border-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.msg:before {
  content: "\e912";
  font-family: icomoon;
  color: var(--border-color);
  display: block;
  margin-right: 12px;
  font-size: 20px;
}
.msg--info {
  --border-color: #FE9F16;
}
.msg--success {
  --border-color: #0B651A;
}

.mp-blog-rss {
  display: none;
}

.post-list-content .pager {
  margin-bottom: 30px !important;
}
.post-list-content .pager .limiter,
.post-list-content .pager .toolbar-amount {
  display: none;
}

.limiter .limiter-options {
  min-width: 80px;
}

.pages .action.previous,
.pages .action.next {
  margin: 0;
  border: none;
}
.pages strong.page {
  font-size: inherit;
}
.pages a.page,
.pages a.page:visited {
  color: inherit;
}
.pages .items {
  display: flex;
  flex-flow: row wrap;
  font-weight: normal;
  justify-content: center;
}
.pages .item {
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
}
.pages .item:hover {
  background-color: #F6F9FE;
  color: #0061FF;
}
.pages .item .page {
  position: relative;
  line-height: inherit;
  display: flex;
  padding: 16px 20px;
}
.pages .current {
  background-color: #F6F9FE;
  color: #0061FF;
}
.pages .current .page {
  color: inherit;
}

.pages .action {
  width: auto;
  padding: 16px 20px;
  position: relative;
}
.pages .action.previous:before, .pages .action.next:before {
  font-family: icomoon;
  font-size: 16px;
}
.pages .action.previous:before {
  content: "\e90a";
}
.pages .action.next:before {
  content: "\e90b";
}

.amreview-toolbar-wrap.review-toolbar .pages {
  float: none;
}

.amreview-toolbar-wrap .pages strong.page {
  padding: 16px 20px;
  background-color: transparent;
}

.amreview-toolbar-wrap.review-toolbar .pages {
  margin: 20px 0;
}

.post-image {
  padding-bottom: 60.2240896359%;
  position: relative;
  overflow: hidden;
}
.post-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.post-list-item {
  background: #FFFFFF;
  border: 1px solid #F0F2F4;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.post-list-item h2, .post-list-item .h2 {
  font-size: 1.8rem;
  line-height: normal;
}
.post-list-item .post-short-description {
  display: none;
}
.post-list-item .actions a {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}
.post-list-item:hover {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

.post-info-wraper {
  padding: 8px 16px 20px;
}

.mpblog-post-index .column.main {
  width: 100%;
}

.post-list-body {
  display: grid;
  flex-flow: row wrap;
  gap: 24px;
  margin-bottom: 3.2rem;
}
@media (min-width: 540px) and (max-width: 1024px) {
  .post-list-body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .post-list-body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-list-body .mp-6 {
  width: auto;
}
.post-list-body .mp-clear {
  display: none;
}
.post-list-body .col-mp {
  padding: 0;
}
.post-list-item .post-info-wraper h2.mp-post-title, .post-list-item .post-info-wraper .mp-post-title.h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-list-item .post-info-wraper h2.mp-post-title, .post-list-item .post-info-wraper .mp-post-title.h2, .post-list-item .post-info-wraper h2.mp-post-title a, .post-list-item .post-info-wraper .mp-post-title.h2 a {
  color: #161D27 !important;
}

.mpblog-post-view {
  /*
  .page-header,
  .breadcrumbs{
    background-color: white;
  }
  */
}
.mpblog-post-view .page-main {
  max-width: 786px;
}
.mpblog-post-view .page-main {
  font-size: 1.6rem;
}

.mpblog-post-view .page-title-wrapper {
  text-align: center;
  margin-bottom: 0;
}
.mpblog-post-view .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.mpblog-post-view .post-view-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .mpblog-post-view .post-view-image {
    margin-bottom: 3rem;
  }
}
.mpblog-post-view .post-view-image img {
  border-radius: 8px;
}
.mpblog-post-view .post-view {
  margin-bottom: 20px;
}

.mp-post-info {
  font-size: 12px;
}

.post-category a {
  color: inherit;
}
.post-category a:hover {
  text-decoration: underline 1px;
  text-underline-offset: 4px;
  text-underline-position: from-font;
}

.mp-blog-view p {
  margin-bottom: 1.6rem;
}

.customize-product-builder {
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  .customize-product-builder {
    flex-flow: column nowrap;
    /*
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background-color: white;
    z-index: 800;
    */
    /*
    .box-tocart {
      padding: 0 16px;

      .action {
        width: 100%;
      }
    }
    .product-add-form {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: auto;
    }
     */
  }
  .customize-product-builder.active {
    display: flex;
  }
}

.sk-builder-wrapper {
  scroll-margin-top: 120px;
}

.sk-builder {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E3E6EA;
}
.sk-builder:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sk-builder {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: none;
  }
  .sk-builder:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #E3E6EA;
    position: absolute;
    bottom: 0;
    left: -16px;
    right: -16px;
  }
}
.sk-builder__preview {
  width: 31.875%;
  flex-shrink: 0;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .sk-builder__preview {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .sk-builder__preview {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sk-builder__control {
  flex: 1 1 auto;
}
.skb {
  color: #4c4b5b;
}
.skb .h4, .skb h4 {
  color: #4c4b5b;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
@media (min-width: 769px) {
  .skb .h4, .skb h4 {
    font-size: 18px;
    line-height: 27px;
  }
}

.skb-wrapper {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 601px) and (max-width: 899px) {
  .skb-dropmenus {
    --bs-gutter-x: 4px;
  }
}
.skb-dropmenus--has-uploader {
  /*
  $uploaderWidth: 44%;
  margin-right: -8px;
  margin-left: -8px;

  .skb-dropmenu{
    width: (100% - $uploaderWidth)/2;
    padding-left: 8px;
    padding-right: 8px;
    &:last-child{
      width: $uploaderWidth;
    }
  }
  */
}

.skb-dropmenu {
  cursor: pointer;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
  padding: 6px;
}
@media (min-width: 769px) {
  .skb-dropmenu {
    padding: 7px 12px;
  }
}
.skb-dropmenu__preview {
  width: 100%;
  overflow: hidden;
}
.skb-dropmenu.active .skb-option-preview:after {
  transform: rotate(180deg);
}
.skb-dropmenu--uploader {
  border: none;
  padding: 0;
}

/*
.skb-dropmenu-font-wrapper{
  @include media("<640px"){
    order: 1;
  }
}
.skb-dropmenu-content-font{
  @include media("<640px"){
    order: 2;
  }
}
*/
.skb-dropmenu-content {
  position: relative;
  margin-bottom: 15px;
  background-color: #E3E6EA;
  padding: 10px;
  border: 1px solid #E3E6EA;
  border-radius: 8px;
  flex-flow: row nowrap;
  z-index: -1;
  display: none;
}
@media (min-width: 769px) {
  .skb-dropmenu-content {
    margin-bottom: 10px;
  }
}
.skb-dropmenu-content--list {
  background-color: white;
  font-size: 14px;
}
.skb-dropmenu-content.active {
  z-index: 1;
  display: flex;
}
.skb-dropmenu-content__close {
  background-color: #E3E6EA;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #161D27;
  font-size: 10px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.skb-dropmenu-content__close:before {
  content: "\e910";
  font-family: icomoon;
}
.skb-option-preview {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.skb-option-preview:after {
  font-family: icomoon;
  content: "\e909";
  color: black;
  top: 50%;
  display: flex;
  margin-left: auto;
}
.skb-option-preview__i {
  height: 34px;
  display: flex;
  align-items: center;
  /*
  &--full{
    width: 100%;
  }
  img{
    max-width: 100%;
  }
  */
}
.skb-option-preview--outline .skb-option-preview__i {
  width: 34px;
  border: 1px solid #E3E6EA;
  border-radius: 4px;
}

.skb-option-preview--inline .skb-option-preview__i {
  width: 100%;
  border: none;
  white-space: pre;
  overflow: hidden;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.skb-input {
  outline: none;
  line-height: 42px;
  height: 42px;
  padding: 12px;
  width: 100%;
  color: #767676;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
}

.skb-input-wrap {
  position: relative;
}
.skb-input-wrap:after {
  pointer-events: none;
  content: attr(data-char-count) "/" attr(data-char-limit);
  font-weight: 700;
  font-size: 10px;
  color: #767676;
  position: absolute;
  right: 12px;
  top: 16px;
}
.skb-input-wrap .error + .error.message {
  display: flex;
}
.skb-input-wrap .warning.message,
.skb-input-wrap .error.message {
  display: none;
  margin-top: 4px;
  color: #161D27;
  background-color: transparent;
}
.skb-input-wrap .warning.message:before,
.skb-input-wrap .error.message:before {
  color: #E62519;
}
.skb-input-wrap.limit-exceed:after {
  color: #FE9F16;
}
.skb-input-wrap.show-truncated.limit-exceed .message.warning {
  display: flex;
  margin: 10px 0 0 0;
  padding: 0;
}
.skb-input-wrap.show-truncated.limit-exceed .message.warning, .skb-input-wrap.show-truncated.limit-exceed .message.warning:after {
  color: #E62519;
}

.skb-icons {
  flex-grow: 1;
}

.skb-colors {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  grid-gap: 1rem;
  flex-grow: 1;
  margin-right: 1rem;
}
@media (min-width: 769px) {
  .skb-colors {
    grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
  }
}
.skb-colors li {
  list-style: none;
  margin: 0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}
.skb-colors li.active span {
  outline: 2px solid #0061FF;
}
.skb-colors li span {
  display: block;
  border-radius: 4px;
  width: 100%;
  padding-bottom: 100%;
}

.skb-lists {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
  background-color: white;
  margin-top: -8px;
  margin-bottom: -8px;
  max-height: 354px;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .skb-lists {
    font-size: 13px;
  }
}
.skb-lists li {
  padding-bottom: 8px;
  padding-top: 8px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s linear, padding-left 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .skb-lists li {
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.skb-lists li:last-child {
  border-bottom: none;
}
.skb-lists li:hover {
  background-color: #9bdfff;
  padding-left: 10px;
}
.skb-lists li.active {
  color: #008cce;
}

.skb-picture-links {
  font-size: 12px;
  color: #343C48;
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  column-gap: 8px;
  row-gap: 4px;
  margin: 0;
}
.skb-picture-links li {
  background: white;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0;
  cursor: pointer;
}
.skb-picture-links li:hover {
  background-color: #EEF4FF;
}
.skb-picture-links li.active {
  background-color: #0061FF;
  color: white;
}

.skb-pictures {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
  position: absolute;
  left: -100vw;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity linear 0.3s;
  transform: translateY(-4px);
  column-gap: 8px;
  row-gap: 4px;
  margin: 0;
  margin-top: 12px;
  /*
  //grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  @include media(">tablet","<=1200px"){
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  @include media(">1200px"){
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
  grid-gap: 1rem;
}
.skb-pictures, .skb-pictures * {
  box-sizing: border-box;
}
.skb-pictures.active {
  pointer-events: auto;
  position: relative;
  left: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
}
@media (min-width: 769px) {
  .skb-pictures {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  }
}
.skb-pictures li {
  cursor: pointer;
  border-radius: 4px;
  padding: 2px;
  margin: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}
.skb-pictures li img {
  display: block;
  max-width: 100%;
}
.skb-pictures li:hover {
  background-color: #f4f4f4;
}
.skb-pictures li.focus, .skb-pictures li.active {
  background-color: rgba(255, 255, 255, 0.4);
  outline: 2px solid #0061FF;
}
.skb-pictures__empty {
  text-align: center;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: #606060;
}
.skb-pictures__empty:before {
  content: none !important;
}
.skb-pictures__empty:after {
  font-family: icomoon;
  content: "\e913";
}

.skb-fonts {
  padding-left: 0;
  text-indent: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  column-gap: 8px;
  row-gap: 2px;
  margin: 0;
  font-size: 18px;
}
.skb-fonts li {
  cursor: pointer;
  border-radius: 4px;
  padding: 5px 8px 2px;
  margin: 0 0 4px 0;
  display: inline-block;
}
.skb-fonts li.focus, .skb-fonts li.active {
  outline: 2px solid #0061FF;
}

.skb-file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: #0061FF;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #0061FF;
  font-size: 1.4rem;
}
.skb-file-btn input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.skb-file-btn:visited {
  color: #0061FF;
}
.skb-file-btn:focus, .skb-file-btn:active, .skb-file-btn:hover {
  background-color: #0061FF;
  color: #ffffff;
}
.skb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: #0061FF;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #0061FF;
}
.skb-btn:visited {
  color: #0061FF;
}
.skb-btn:focus, .skb-btn:active, .skb-btn:hover {
  background-color: #0061FF;
  color: #ffffff;
}
.skb-btn--sec {
  background-color: silver;
  border-radius: 30px;
  padding: 14px 15px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  color: #515151;
}
.skb-btn--sec:visited {
  color: #515151;
  text-decoration: none;
}
.skb-btn--sec:hover {
  background-color: transparent;
  border-color: silver;
  color: silver;
}
.skb-btn--sm {
  border-radius: 4px;
}

.skb-btns {
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}
.skb-btns .skb-btn {
  margin-right: 5px;
  margin-left: 5px;
}

.sk-popup {
  position: fixed;
  z-index: 1100;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -200vw;
  top: -200vh;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.sk-popup.show {
  display: flex !important;
  left: 0;
  top: 0;
  visibility: visible;
  opacity: 1;
}
.sk-popup:before {
  content: "";
  display: block;
  background: #c8c8c8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.sk-popup__c {
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 6px;
  max-width: 1200px;
  width: calc(100% - 30px);
  background-color: white;
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.26));
  transform: translateY(-10px);
  transition: transform 0.6s ease-in-out;
}
.show .sk-popup__c {
  transform: translateY(0);
}

.sk-popup__x {
  position: absolute;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  right: 0;
  top: 0;
  background-color: #182125;
  color: white;
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.26));
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}
.sk-popup__x:hover {
  color: white;
}

.sk-popup--md .sk-popup__c {
  max-width: 800px;
  width: calc(100% - 30px);
}

.skb-container {
  position: relative;
}

.sticker-wrapper .sticker {
  margin-bottom: 0 !important;
}

.skb-sticker-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  /*
  &.skb-is-invalid{
    filter: drop-shadow(0 0.5rem 0.5rem #ffdfdf);
  }
  */
}
@media (min-width: 768px) {
  .skb-sticker-wrapper {
    min-height: 100px;
  }
}
.skb-sticker-size {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #767676;
  font-size: 12px;
  z-index: -1;
}
.skb-sticker-size__w:before, .skb-sticker-size__h:after {
  display: block;
  font-family: icomoon;
}
.skb-sticker-size__w {
  background-color: white;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.skb-sticker-size__w:before {
  content: "\e93a";
  font-size: 8px;
}
.skb-sticker-size__h {
  background-color: white;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: -10px;
}
.skb-sticker-size__h:after {
  content: "\e939";
  font-size: 28px;
  margin-left: 5px;
}

@media (min-width: 376px) {
  .skb-container.is-f074f54a-76da-4bff-8364-c8fb786a0fe8 .skb-sticker {
    transform: scale(1.4);
  }
  .cart.item .skb-container.is-f074f54a-76da-4bff-8364-c8fb786a0fe8 .skb-sticker {
    transform: none;
  }
}
.skb-container.is-f074f54a-76da-4bff-8364-c8fb786a0fe8--bracelet .skb-sticker {
  transform: none;
}
.skb-container.is-f074f54a-76da-4bff-8364-c8fb786a0fe8 .skb-sticker-size__w {
  bottom: -48px;
}
.skb-container.is-f074f54a-76da-4bff-8364-c8fb786a0fe8 .skb-sticker-size__h {
  left: -28px;
}

/*
//bracelet
.skb-container.is-244a2e43-43a0-4d68-8b4e-e624af46b098-X{
  .skb-sticker{
    //transform: scale(1.3);
    @include media(">375px") {
      //transform: scale(0.8);
      @at-root .cart.item &{
        transform: none;
      }
    }
  }
  &--bracelet .skb-sticker{
    transform: none;
  }
  .skb-sticker-size__w{
    bottom: -48px;
  }
  .skb-sticker-size__h{
    left: -28px;
  }
}
*/
.cart.item .skb-container.is-a5ab1119-b5c5-4a50-a10c-d8d4ec63e7ef {
  transform: scale(0.75);
}

.sk-builder__preview .message.error {
  display: none;
  font-size: 11px;
}
.show-error .sk-builder__preview .message.error {
  display: inline-flex;
}

/*
.skb-sticker-size{
  //

  text-align: center;
  font-size: 11px;
  color: #989898;
  @include media(">1024px"){
    font-size: 14px;
  }

  @at-root .skb-sticker-wrapper + & {
    transform: translateY(-100%);
    margin-top: -4px;
    //padding-bottom: 10px;
    //margin-bottom: 20px;
  }
}
*/
/*
@import "stickers/base";
@import "stickers/generic";
@import "stickers/rect";    //generic
@import "stickers/love";
@import "stickers/rectangular";
@import "stickers/mini";
@import "stickers/medium-label";
@import "stickers/large-label";
@import "stickers/xl-label";
@import "stickers/small-label";
@import "stickers/four-labels";
@import "stickers/cloth-label";
@import "stickers/round";
@import "stickers/round-texture";
@import "stickers/left-right";
@import "stickers/peel";
@import "stickers/tags";
@import "stickers/shoe-label";
@import "stickers/image";
@import "stickers/image-stack";
@import "stickers/tag-bear";
@import "stickers/kitchen";
@import "stickers/wristband";
@import "stickers/wc";
*/
.sk-builder--bracelet .sk-builder__preview {
  width: 438px;
}
@media (max-width: 767px) {
  .sk-builder--bracelet .sk-builder__preview {
    width: 100%;
  }
}
@media (max-width: 437px) {
  .sk-builder--bracelet .sk-builder__preview .skb-sticker {
    transform: scale(0.84);
  }
}
@media (min-width: 768px) and (max-width: 1290px) {
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size {
    top: auto;
    bottom: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w,
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__h {
    position: static;
    transform: none;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w:after {
    content: "x";
    display: inline-block;
    margin: 0 4px;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w:before,
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__h:after {
    content: none;
  }
}
@media (max-width: 545px) {
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size {
    top: auto;
    bottom: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w,
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__h {
    position: static;
    transform: none;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w:after {
    content: "x";
    display: inline-block;
    margin: 0 4px;
  }
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__w:before,
  .sk-builder--bracelet .sk-builder__preview .skb-sticker-size .skb-sticker-size__h:after {
    content: none;
  }
}

@media (max-width: 1099px) {
  .sk-builder--bracelet {
    flex-flow: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .sk-builder--round .sk-builder__preview .skb-sticker {
    transform: scale(1.1);
  }
}

.cart.item .sk-builder--round,
.cart.item .skb-sticker--bracelet {
  transform: scale(0.6);
}

.skb-image-cropper {
  max-height: 86vh;
  min-height: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .skb-image-cropper {
    display: flex;
    flex-flow: row nowrap;
  }
}
.skb-image-cropper__i {
  flex-grow: 1;
  flex-basis: auto;
}
.skb-image-cropper__i img {
  width: 100%;
  max-height: 60vh;
  min-height: 40vh;
  height: auto;
}
@media (min-width: 768px) {
  .skb-image-cropper__i img {
    max-height: 90vh;
  }
}
.skb-image-cropper__c {
  background-color: #f5f5f5;
  padding: 15px;
}
@media (min-width: 768px) {
  .skb-image-cropper__c {
    min-width: 190px;
    width: 28%;
  }
}

ul[data-sk-value=allergy i] li {
  display: none;
}

html[lang=en] ul[data-sk-value=allergy i] li[data-sk-value*=US_],
html[lang=nl] ul[data-sk-value=allergy i] li[data-sk-value*=BENL_],
html[lang=de] ul[data-sk-value=allergy i] li[data-sk-value*=DE_],
html[lang=da] ul[data-sk-value=allergy i] li[data-sk-value*=DK_],
html[lang=es] ul[data-sk-value=allergy i] li[data-sk-value*=ES_],
html[lang=fr] ul[data-sk-value=allergy i] li[data-sk-value*=FR_],
html[lang=it] ul[data-sk-value=allergy i] li[data-sk-value*=IT_],
html[lang=nb] ul[data-sk-value=allergy i] li[data-sk-value*=NO_],
html[lang=pl] ul[data-sk-value=allergy i] li[data-sk-value*=PL_],
html[lang=sv] ul[data-sk-value=allergy i] li[data-sk-value*=SE_] {
  display: flex;
}

ul[data-sk-value=health i] li {
  display: none;
}

html[lang=en] ul[data-sk-value=health i] li[data-sk-value*=US_],
html[lang=nl] ul[data-sk-value=health i] li[data-sk-value*=BENL_],
html[lang=de] ul[data-sk-value=health i] li[data-sk-value*=DE_],
html[lang=da] ul[data-sk-value=health i] li[data-sk-value*=DK_],
html[lang=es] ul[data-sk-value=health i] li[data-sk-value*=ES_],
html[lang=fr] ul[data-sk-value=health i] li[data-sk-value*=FR_],
html[lang=it] ul[data-sk-value=health i] li[data-sk-value*=IT_],
html[lang=nb] ul[data-sk-value=health i] li[data-sk-value*=NO_],
html[lang=pl] ul[data-sk-value=health i] li[data-sk-value*=PL_],
html[lang=sv] ul[data-sk-value=health i] li[data-sk-value*=SE_] {
  display: flex;
}

ul[data-sk-value=allergy i] li.skb-pictures__empty {
  display: flex;
}

/*
ul[data-sk-value="allergy"] li {
  display: none
}
html[lang="en"] ul[data-sk-value="allergy"] li[data-sk-value*="US_"],
html[lang="nl"] ul[data-sk-value="allergy"] li[data-sk-value*="BENL_"],
html[lang="de"] ul[data-sk-value="allergy"] li[data-sk-value*="DE_"],
html[lang="da"] ul[data-sk-value="allergy"] li[data-sk-value*="DK_"],
html[lang="es"] ul[data-sk-value="allergy"] li[data-sk-value*="ES_"],
html[lang="fr"] ul[data-sk-value="allergy"] li[data-sk-value*="FR_"],
html[lang="it"] ul[data-sk-value="allergy"] li[data-sk-value*="IT_"],
html[lang="nb"] ul[data-sk-value="allergy"] li[data-sk-value*="NO_"],
html[lang="pl"] ul[data-sk-value="allergy"] li[data-sk-value*="PL_"],
html[lang="sv"] ul[data-sk-value="allergy"] li[data-sk-value*="SE_"] {
  display: flex
}
*/
div[class*=js-skb-pictures-pack_minis_] .skb-picture-links li[data-sk-target="#skb-pictures-301-allergy"],
div[class*=js-skb-pictures-minis_] .skb-picture-links li[data-sk-target="#skb-pictures--allergy"] {
  display: none;
}

/*
.is-quick-builder{
  .sk-builder{
    //ointer-events: none;
    &:not(.is-primary-sticker) .js-skb-text,
    .skb-dropmenus{
      pointer-events: none;
      opacity: 0.6;
      @include media("<640px"){
        display: none;
      }
    }
  }
}
*/
.qbt {
  max-width: 350px;
}
.qbt__tag {
  background-color: #6190FF;
  border-radius: 2px;
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: white;
  text-transform: capitalize;
}
.qbt__title {
  font-size: 18px;
}

.quick-builder-wrap {
  scroll-margin-top: 120px;
  background-color: #FDFDFD;
  border-top: 1px solid #989FA9;
  border-bottom: 1px solid #989FA9;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 769px) {
  .quick-builder-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@keyframes df-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.quick-builder-wrap.is-busy {
  position: relative;
}
.quick-builder-wrap.is-busy:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.32);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
}
.quick-builder-wrap.is-busy:after {
  content: "";
  display: block;
  border: 2px solid #dfdfdf;
  border-top-color: #989898;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: df-spinner 0.3s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.quick-builder-wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.quick-builder {
  max-width: 656px;
  margin: 0 auto;
}
.quick-builder .skb-dropmenus {
  justify-content: center;
}
@media (min-width: 891px) {
  .quick-builder .skb-val-color,
  .quick-builder .skb-val-text-color,
  .quick-builder .skb-val-font,
  .quick-builder .skb-val-icon {
    width: 860px;
    max-width: none;
  }
}

@media (max-width: 575px) {
  .skb-opt-icon,
  .skb-opt-uploader,
  .skb-opt-text-color,
  .skb-opt-color,
  .skb-val-color,
  .skb-val-text-color,
  .skb-val-icon {
    order: -1;
  }
  /*

  .skb-val-icon {
    order: 2;
  }

  .skb-val-uploader {
    order: 4;
  }

  .skb-val-color {
    order: 6;
  }
  .skb-opt-text-color {
    order: 7;
  }
  .skb-val-text-color {
    order: 8;
  }
  .skb-opt-font {
    order: 9;
  }
  .skb-val-font {
    order: 10;
  }
  */
}
.overlay-link-wrap {
  position: relative;
  transition: box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.overlay-link-wrap:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent !important;
  border-radius: 16px;
  overflow: hidden;
}
.overlay-link:hover {
  box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1);
}

.df-line-through {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 24px;
}
.df-line-through:before, .df-line-through:after {
  content: "";
  height: 1px;
  background-color: #E3E6EA;
  top: 50%;
  flex: 1 0 auto;
}

.sk-required:after {
  content: "*";
  color: #E62519;
}

details {
  /*
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  */
  width: 100%;
  display: block;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

summary {
  display: flex;
  margin-bottom: 8px;
}
summary:after {
  content: "\e923";
  margin-left: auto;
  font-family: icomoon;
}

details[open] {
  /*padding: 0.5em;*/
}

details[open] summary {
  /*
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
  */
}
details[open] summary:after {
  content: "\e921";
}

.hover-shadow {
  transition: box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.hover-shadow:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hero-banner {
  position: relative;
}
@media (max-width: 768px) {
  .hero-banner {
    max-height: 640px;
  }
}
.hero-banner__image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
}
.hero-banner__image img {
  max-width: none;
  width: 100%;
}
@media (min-width: 769px) {
  .hero-banner__image img {
    width: auto;
    min-height: inherit;
    object-fit: cover;
  }
}
.hero-banner__content {
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .hero-banner__content {
    width: 100% !important;
    bottom: 60px;
  }
}
@media (min-width: 769px) {
  .hero-banner__content {
    top: 50%;
    transform: translateY(-50%);
  }
}

.card-reveal {
  border-radius: 8px;
  /*
  &:hover{
    [data-child-inner]{
      line-clamp: initial;
      -webkit-line-clamp: initial;
    }
  }
  */
}
.card-reveal > figure {
  margin-bottom: 0;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.card-reveal > figure img {
  width: 100%;
  max-width: none;
}
.card-reveal [data-child-wrapper] {
  outline: 1px solid #E3E6EA;
  padding: 12px;
}
.card-reveal [data-child-inner] {
  transition: all 0.3s;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 120px;
}
.card-reveal:not(.active) [data-child-inner] {
  height: 120px !important;
}
.card-reveal.active [data-child-inner] {
  line-clamp: initial;
  -webkit-line-clamp: initial;
}
.card-reveal [data-wrapper-link] {
  margin-top: 8px;
  color: #0061FF;
  display: flex;
  align-items: center;
  line-height: normal;
}
.card-reveal [data-wrapper-link]:before {
  display: block;
}
.card-reveal [data-wrapper-link]:after {
  display: block;
  margin-left: 4px;
  content: "\e923";
  font-family: icomoon;
  font-size: 10px;
  margin-top: 2px;
}
.card-reveal.active [data-wrapper-link]:after {
  content: "\e921";
}

.card-reveal [data-wrapper-link]:before {
  content: "Read more";
}
html[lang=de] .card-reveal [data-wrapper-link]:before {
  content: "Mehr lesen";
}

html[lang=fr] .card-reveal [data-wrapper-link]:before {
  content: "Lire plus";
}

html[lang=it] .card-reveal [data-wrapper-link]:before {
  content: "Per saperne di più";
}

html[lang=es] .card-reveal [data-wrapper-link]:before {
  content: "Más información";
}

html[lang=nl] .card-reveal [data-wrapper-link]:before {
  content: "Lees meer";
}

html[lang=pl] .card-reveal [data-wrapper-link]:before {
  content: "Więcej";
}

html[lang=da] .card-reveal [data-wrapper-link]:before {
  content: "Læs mere";
}

html[lang=sv] .card-reveal [data-wrapper-link]:before {
  content: "Läs mer";
}

html[lang=nb] .card-reveal [data-wrapper-link]:before {
  content: "Read more";
}

html:not([lang=en]) .visible-en {
  display: none;
}

html:not([lang=fr]) .visible-fr {
  display: none;
}

html:not([lang=de]) .visible-de {
  display: none;
}

html:not([lang=it]) .visible-it {
  display: none;
}

html:not([lang=es]) .visible-es {
  display: none;
}

html:not([lang=sv]) .visible-sv {
  display: none;
}

html:not([lang=pl]) .visible-pl {
  display: none;
}

html:not([lang=nb]) .visible-nb {
  display: none;
}

html:not([lang=da]) .visible-da {
  display: none;
}

html:not([lang=nl]) .visible-nl {
  display: none;
}

.modals-wrapper {
  position: relative;
  z-index: 9999;
}

.modal-popup .modal-content {
  padding-bottom: 25px;
}

.page-wrapper > .breadcrumbs {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .page-wrapper > .breadcrumbs {
    margin-top: 0;
  }
}

.message {
  flex-flow: row nowrap;
  align-items: center;
}
.message.info, .message.error, .message.notice, .message.warning, .message.success {
  display: flex;
}
.message:before {
  content: "\e912";
  font-family: icomoon;
  display: block;
  margin-right: 8px;
  font-size: 14px;
}

.message.info > *:first-child:before {
  content: none;
}

.page-title-wrapper {
  margin-bottom: 10px;
}

body:not(.cms-index-index):not(.catalog-product-view):not(.page-products):not(.account) .page-main {
  padding-top: 2.4rem;
}
body[class^=customer-account-] .page-main {
  padding-bottom: calc(1.605rem + 4.26vw);
}
@media (min-width: 1200px) {
  body[class^=customer-account-] .page-main {
    padding-bottom: 4.8rem;
  }
}

.gap-0 .row-full-width-inner .pagebuilder-column-group {
  gap: 0;
}

/*
[data-appearance="full-bleed"]{
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
*/
.w-100 img {
  width: 100%;
  max-width: none !important;
}

#html-body .sk-team-row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#html-body .sk-team-row .pagebuilder-column-group {
  flex-flow: row wrap;
}
@media (min-width: 821px) {
  #html-body .sk-team-row .pagebuilder-column-group {
    width: 100% !important;
  }
}
#html-body .sk-team-row .pagebuilder-column {
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (min-width: 821px) {
  #html-body .sk-team-row .pagebuilder-column {
    width: 16.6666666667% !important;
  }
}
#html-body .sk-team-row .pagebuilder-column p {
  margin-bottom: 2px;
}
#html-body .sk-team-row figure {
  max-width: 120px;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #html-body .sk-team-row figure {
    max-width: 72px;
  }
}
#html-body .sk-team-row figure img {
  border-radius: 50%;
}

.sk-team-row .pagebuilder-column {
  position: relative;
  cursor: pointer;
}
.sk-team-row .pagebuilder-column figure:nth-child(2) {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.sk-team-row .pagebuilder-column.active figure:nth-child(2), .sk-team-row .pagebuilder-column:hover figure:nth-child(2) {
  opacity: 1;
}

@media (max-width: 767px) {
  body.account .page-main {
    padding-top: 4.8rem;
  }
}

@media (max-width: 767px) {
  .account .block-collapsible-nav {
    top: 0;
    background-color: whitesmoke;
  }
}

.mp-gdpr-delete-customer-account .fieldset .legend {
  margin-left: auto;
}
.mp-gdpr-delete-customer-account .col-mp {
  padding: 0;
}

.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper {
  text-align: center;
}
.customer-account-forgotpassword .login-container .block .login .actions-toolbar > .primary,
.customer-account-create .login-container .block .login .actions-toolbar > .primary,
.customer-account-login .login-container .block .login .actions-toolbar > .primary {
  margin-right: 0;
}
.customer-account-forgotpassword .actions-toolbar .secondary a.action,
.customer-account-create .actions-toolbar .secondary a.action,
.customer-account-login .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.customer-account-forgotpassword .login-container .fieldset:after,
.customer-account-create .login-container .fieldset:after,
.customer-account-login .login-container .fieldset:after {
  margin-top: 4px;
}
.customer-account-forgotpassword .actions-toolbar,
.customer-account-create .actions-toolbar,
.customer-account-login .actions-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
}
.customer-account-forgotpassword .actions-toolbar:before, .customer-account-forgotpassword .actions-toolbar:after,
.customer-account-create .actions-toolbar:before,
.customer-account-create .actions-toolbar:after,
.customer-account-login .actions-toolbar:before,
.customer-account-login .actions-toolbar:after {
  content: none;
}

.show-password input {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-password input, .show-password input:checked {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.show-password input:after, .show-password input:checked:after {
  position: static;
  transform: none;
  color: inherit;
  font-size: inherit;
  font-family: icomoon;
}
.show-password input:after {
  content: "\e914";
}
.show-password input:checked:after {
  content: "\e913";
}

.form-create-account .field.password .control,
.form-create-account .field.confirmation .control,
.form-login .field.password .control,
.form-login .field.confirmation .control {
  position: relative;
}
.form-create-account .field.password .control .show-password,
.form-create-account .field.confirmation .control .show-password,
.form-login .field.password .control .show-password,
.form-login .field.confirmation .control .show-password {
  position: absolute;
  right: 8px;
  z-index: 2;
  top: 10px;
}
.form-create-account .field.password .control .show-password label,
.form-create-account .field.confirmation .control .show-password label,
.form-login .field.password .control .show-password label,
.form-login .field.confirmation .control .show-password label {
  display: none;
}

.block-customer-login {
  margin: 0 auto;
  max-width: 358px;
  float: none !important;
}

.form.password.forget {
  margin: 0 auto;
  max-width: 358px;
  min-width: 0;
}

.form.create.account {
  max-width: 358px;
  min-width: 0;
  margin: 0 auto;
}

.form-edit-account .fieldset:last-child,
.form-address-edit .fieldset:last-child,
.form-create-account .fieldset:last-child {
  margin-bottom: 0;
}
.form-edit-account .fieldset > .field:not(:last-child),
.form-address-edit .fieldset > .field:not(:last-child),
.form-create-account .fieldset > .field:not(:last-child) {
  margin-bottom: 20px;
}
.form-edit-account .fieldset > .field > .label,
.form-edit-account .fieldset > .fields > .field > .label,
.form-address-edit .fieldset > .field > .label,
.form-address-edit .fieldset > .fields > .field > .label,
.form-create-account .fieldset > .field > .label,
.form-create-account .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.form-edit-account .fieldset > .field .field .control,
.form-edit-account .fieldset > .field .field .label,
.form-address-edit .fieldset > .field .field .control,
.form-address-edit .fieldset > .field .field .label,
.form-create-account .fieldset > .field .field .control,
.form-create-account .fieldset > .field .field .label {
  float: none;
  width: auto;
}

@media (min-width: 769px) {
  .block-collapsible-nav {
    background-color: #F6F9FE;
    margin-left: calc(-50vw + 50%);
    padding: 40px 0 40px calc(50vw - 50%);
    margin-bottom: 0;
  }
  .block-collapsible-nav .content {
    background-color: transparent;
    padding: 0;
  }
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #0061FF;
}

.account .column.main {
  padding-top: 40px;
}
.account .box-actions .action {
  display: block;
}
.account .delete,
.account .mp-gdpr-delete {
  color: #E62519;
}

@media (min-width: 769px) {
  .form-address-edit .fieldset-fullname .fields {
    display: flex;
    gap: 12px;
  }
  .form-address-edit .fieldset-fullname .fields .field {
    flex: 1 0 auto;
  }
  .form-address-edit .fieldset-fullname .fields .field-name-prefix {
    flex-basis: 110px;
    flex-grow: 0;
  }
}

.page.tracking .order.subtitle {
  font-size: 2rem;
}

@media (min-width: 1025px) {
  .table.tracking {
    margin-right: -10px;
    margin-left: -10px;
  }
  .table.tracking .col.label {
    width: 20%;
    min-width: 180px;
  }
}
.table.tracking .col.value {
  padding-bottom: 0 !important;
  margin-bottom: 10px;
}

.review-field-ratings .review-field-rating .control {
  padding: 0;
}

.review-control-vote:before {
  font-family: icomoon;
  content: "\e941\e941\e941\e941\e941";
}
.review-control-vote .rating-1:before {
  font-family: icomoon;
  content: "\e940";
}
.review-control-vote .rating-2:before {
  font-family: icomoon;
  content: "\e940\e940";
}
.review-control-vote .rating-3:before {
  font-family: icomoon;
  content: "\e940\e940\e940";
}
.review-control-vote .rating-4:before {
  font-family: icomoon;
  content: "\e940\e940\e940\e940";
}
.review-control-vote .rating-5:before {
  font-family: icomoon;
  content: "\e940\e940\e940\e940\e940";
}
.review-control-vote label {
  top: 0;
}
.review-control-vote label:before {
  color: #FFCD19 !important;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #efd060;
}

.amstars-rating-container {
  position: relative;
  display: inline-block;
  color: #FFCD19;
  height: auto;
}
.amstars-rating-container, .amstars-rating-container.-small {
  background: none;
  width: auto;
}
.amstars-rating-container .amstars-stars, .amstars-rating-container.-small .amstars-stars {
  background: none;
  width: auto;
}
.amstars-rating-container:before {
  font-family: icomoon;
  font-family: icomoon;
  content: "\e941\e941\e941\e941\e941";
}
.amstars-rating-container .amstars-stars {
  all: unset;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.amstars-rating-container .amstars-stars:before {
  font-family: icomoon;
  content: "\e940\e940\e940\e940\e940";
  font-family: icomoon;
}

.amreview-summary-info {
  all: revert;
  display: flex;
  flex-flow: row nowrap;
  gap: 12px;
}
.amreview-summary-info .amreview-summary {
  all: unset;
  font-size: 32px;
  font-family: "CookieRun";
}
.amreview-summary-info .amreview-summary:after {
  content: "/5";
  font-size: 50%;
  font-weight: normal;
  font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.amreview-summary-info .amstars-rating-container {
  font-size: 20px;
}
.amreview-summary-info .amreview-count {
  all: unset;
  display: block;
  margin-top: -4px !important;
}
.amreview-summary-info .amreview-showmore {
  display: none;
  /*outline:none !important;
  margin-left: 10px;
  font-size: 0;
  box-shadow: $reviewShadow;
  color: map-get($color-text, 'light');
  &:before{
    font-size: 16px;
    font-family: icomoon;
    content: "\e909";
  }*/
}

.amreview-rating-wrapper {
  all: unset;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.amreview-rating-wrapper .amreview-count {
  order: 1;
  width: 100%;
}
.amstars-rating-container {
  margin: 0;
}

.amreview-percent-block {
  display: none !important;
}

.amreview-info-wrapper {
  margin: 0;
}
.amreview-info-wrapper .amreview-summary-details {
  all: unset;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 769px) {
  .amreview-info-wrapper .amreview-summary-details {
    margin-top: -20px;
    order: 1;
    margin-bottom: 0;
  }
}
.amreview-info-wrapper .amreview-summary-details .amreview-label {
  max-width: 360px;
}
.amreview-info-wrapper .amreview-summary-details .amreview-bar {
  border-radius: 4px;
}
.amreview-info-wrapper .amreview-add-new {
  padding: 0;
  margin: 0;
}

/*.amreview-summary-details{
  @include floater;
  padding: 20px;
  background-color: white;
  box-shadow: 0 15px 30px 10px #00000014;
  border-radius: 4px;
}*/
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #FFCD19;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  margin-bottom: 0;
}

.amreview-summary-details .amreview-label > .amreview-stars:hover, .amreview-summary-details .amreview-label > .amreview-bar:hover, .amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #FFCD19;
}

.amrev-toolbar-container {
  all: unset;
  width: max-content;
  font-size: 16px;
  /*
  min-width: 200px;
  */
}
.amrev-toolbar-container .amrev-filters {
  all: unset;
  list-style: none;
}
.amrev-toolbar-container .amrev-filter {
  all: unset;
  display: block;
  margin: 0 0 6px 0;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-toolbar-container .amrev-label:before {
  border-color: #E2E3E6;
}
.amrev-toolbar-container .amrev-label:hover:before {
  box-shadow: none;
  border-color: #0061FF;
}
.amrev-toolbar-container .amrev-label:after {
  background: none;
  content: "\e908";
  font-family: icomoon;
  font-size: 60%;
  font-weight: bold;
  color: #0061FF;
}
.amrev-toolbar-container .amrev-input:checked + .amrev-label:before {
  border-color: #0061FF;
}
.amrev-toolbar-container .amrev-sorting {
  all: unset;
  display: flex;
  flex-flow: row wrap;
  border: none !important;
  position: relative;
}
.amrev-toolbar-container .amrev-sorting .sorter-label {
  width: 100%;
  position: absolute;
  top: -20px;
  font-size: 12px;
  color: #6c6c6c;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .amrev-toolbar-container .amrev-sorting .sorter-label {
    display: none;
  }
}
.amrev-toolbar-container .amrev-select {
  margin: 0;
  width: auto;
  border: 1px solid #E2E3E6;
  padding: 13px 34px 13px 23px;
  height: auto;
  font-size: inherit;
  max-width: none;
}
.amrev-toolbar-container .sorter-action {
  margin-left: 10px;
  border-radius: 4px;
  border: 1px solid #E2E3E6;
  padding: 4px 16px;
}
.amrev-toolbar-container .sorter-action:before {
  content: "\e94d";
  font-family: icomoon;
}
.amrev-toolbar-container .sorter-action.sort-desc:before {
  content: "\e94c";
}

.amreview-info-wrapper .amreview-button {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 13px 23px;
}
.amreview-info-wrapper .amreview-button:visited {
  color: white;
}
.amreview-info-wrapper .amreview-button:focus, .amreview-info-wrapper .amreview-button:active, .amreview-info-wrapper .amreview-button:hover {
  background-color: #003EA8;
  color: white;
}
.amreview-info-wrapper .amreview-button:after {
  color: white;
  display: inline-block;
  margin-left: 13px;
  content: "\e94f";
  font-family: icomoon;
}
.amreview-info-wrapper .amreview-add-new {
  width: 100%;
  display: block;
}
.amreview-info-wrapper .amreview-add-new .amreview-label {
  display: none;
}

.review-actions {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 12px;
  scroll-margin-top: 240px;
}
@media (min-width: 769px) {
  .review-actions {
    scroll-margin-top: 120px;
  }
}
.review-actions .action:after {
  color: white;
  display: inline-block;
  margin-left: 13px;
  content: "\e952";
  font-family: icomoon;
}

.review-filter-button {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 13px 16px;
  cursor: pointer;
  border-radius: 4px;
}

.reviews-actions {
  position: relative;
}
.reviews-actions:not(.is-busy) .spinner {
  display: none;
}
.reviews-actions.is-busy:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-color: white;
  opacity: 0.7;
}

.rating-summary .rating-result {
  margin: 0;
  position: relative;
  width: auto;
  color: #FFCD19;
  font-size: 18px;
}
.rating-summary .rating-result:before {
  font-family: icomoon;
  content: "\e941\e941\e941\e941\e941";
  position: static;
  color: black;
}
.rating-summary .rating-result > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.rating-summary .rating-result > span:before {
  font-family: icomoon;
  content: "\e940\e940\e940\e940\e940";
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
  font-family: icomoon;
  font-size: inherit;
  height: auto;
  letter-spacing: inherit;
  line-height: inherit;
  width: auto;
  color: inherit;
}

/*

 */
.amrev-comment-block {
  background: none;
}

.amrev-comment-block .amrev-comment-list {
  padding: 0;
  margin: 0;
}
.amrev-comment-block .amrev-comment-list .amrev-title {
  all: unset;
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 0 0 16px;
}
.amrev-comment-block .amrev-comment-list .amrev-comment {
  padding: 16px 0;
}
.amrev-comment-block .amrev-comment-list .amrev-comment:nth-child(even) {
  background: rgba(246, 248, 250, 0.65);
}
.amrev-comment-block .amrev-comment-list .amrev-comment:last-child {
  padding-bottom: 0;
}
.amrev-comment-block .amrev-comment-list b {
  font-weight: 500;
  color: black;
}
.amrev-comment-block .amrev-comment-list .amrev-date {
  font-size: 12px;
  color: #5E5F62;
}
.amrev-comment-block .amrev-comment-list .amreview-text {
  padding: 0;
  color: #343C48;
  line-height: 1.55;
}
.amrev-comment-block .amrev-message {
  margin: 16px 0 0 0;
}

.amrev-comment-form {
  all: unset;
  display: block;
}
.amrev-comment-form .amrev-title {
  all: unset;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}
.amrev-comment-form .amrev-area-field {
  gap: 5px;
}
.amrev-comment-form .amrev-form {
  display: block;
  position: relative;
}
.amrev-comment-form .amrev-btn {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 13px;
  height: auto;
  padding: 12px 16px;
}
.amrev-comment-form .amrev-btn:visited {
  color: white;
}
.amrev-comment-form .amrev-btn:focus, .amrev-comment-form .amrev-btn:active, .amrev-comment-form .amrev-btn:hover {
  background-color: #003EA8;
  color: white;
}
.amrev-comment-form .amrev-input {
  all: unset;
  display: block;
  outline: none;
  padding: 18px 12px;
  width: 100%;
  color: #767676;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
  background: #f6f8fa;
  transition: border-color 0.3s ease-in-out;
}
.amrev-comment-form .amrev-input:focus, .amrev-comment-form .amrev-input:hover {
  border-color: #a6a6a6;
}
.amrev-comment-form .amrev-area-field div.mage-error {
  position: static;
}

.am-load-block .am-dots {
  all: unset;
  width: var(--spinner-size, 24px);
  height: var(--spinner-size, 24px);
  border: 4px solid #0061ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: df-spinner 0.4s linear infinite;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
.am-load-block .am-dots .am-dot, .am-load-block .am-dots .am-dot:after {
  all: unset;
  display: none;
}

.review-loader {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: var(--spinner-size, 24px);
  height: var(--spinner-size, 24px);
  border: 4px solid #0061ff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: df-spinner 0.4s linear infinite;
}

.modal--review-form:has(.review-loader) {
  pointer-events: none;
}
.modal--review-form:has(.review-loader) .review-form {
  opacity: 0.4;
}

.review-field-ratings .review-field-rating .label {
  padding: 0;
}

.am-recaptcha-block {
  display: none;
}

.amreview-submit-form {
  background-color: transparent;
}
.amreview-submit-form > .block-content {
  padding: 0;
}
.amreview-submit-form .review-fieldset {
  margin-bottom: 15px;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  font-size: 18px;
}
.amreview-submit-form fieldset .review-legend {
  display: block;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: block;
  font-family: inherit;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: normal;
}
.amreview-submit-form .review-fieldset .review-legend.legend strong {
  font-family: CookieRun;
}
.amreview-submit-form .field .input-text,
.amreview-submit-form .field textarea {
  display: block;
  outline: none;
  padding: 18px 12px;
  width: 100%;
  color: #767676;
  border: 1px solid #E2E3E6;
  border-radius: 4px;
  background: #f6f8fa;
  transition: border-color 0.3s ease-in-out;
}
.amreview-submit-form .field .input-text:focus, .amreview-submit-form .field .input-text:hover,
.amreview-submit-form .field textarea:focus,
.amreview-submit-form .field textarea:hover {
  border-color: #a6a6a6;
}
.amreview-submit-form .field .input-text:focus, .amreview-submit-form .field .input-text:hover,
.amreview-submit-form .field textarea:focus,
.amreview-submit-form .field textarea:hover {
  border-color: #a6a6a6;
}
.amreview-submit-form .review-field-image {
  display: block;
}
.amreview-submit-form .review-field-image .control {
  display: block;
}
.amreview-submit-form .review-field-image input[type=file]::file-selector-button {
  margin-right: 20px;
  background: transparent;
  border: 1px solid #0061FF;
  padding: 10px 20px;
  border-radius: 4px;
  color: #0061FF;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.amreview-submit-form .review-field-image input[type=file]::file-selector-button:hover {
  background: #0061FF;
  color: white;
}
.amreview-submit-form .amreview-recommend-wrap > .amreview-checkbox {
  all: unset;
}
.amreview-submit-form .review-form .action.submit.primary {
  font-size: 1.6rem;
  letter-spacing: -0.2px;
  color: white;
  background: #0d6efd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: auto;
  padding-left: 24px;
}
.amreview-submit-form .review-form .action.submit.primary:visited {
  color: white;
}
.amreview-submit-form .review-form .action.submit.primary:focus, .amreview-submit-form .review-form .action.submit.primary:active, .amreview-submit-form .review-form .action.submit.primary:hover {
  background-color: #003EA8;
  color: white;
}
.amreview-submit-form .review-form .action.submit.primary:hover {
  border: 1px solid #0061FF;
}
.amreview-submit-form .review-form .action.submit.primary:after {
  color: white;
  display: inline-block;
  margin-left: 13px;
  content: "\e954";
  font-family: icomoon;
}

.review-post-message__t {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 5px;
}
.review-post-message__t:before {
  content: "";
  display: block;
  width: 85px;
  height: 87px;
  background-image: url("../../images/happy-dino.png");
  background-size: contain;
  background-position: center;
  /*font-family: icomoon;
  content: "\e951";
  font-size: 42px;
  display: block;*/
}
.review-post-message__m {
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-post-message__m:before {
  content: "\e907";
  color: #82be5f;
  font-size: 120%;
  font-family: icomoon;
}

html[data-is-gallery-showing] {
  overflow: hidden;
}

.review-gallery-wrapper {
  position: fixed;
  inset: 0;
  z-index: 999999;
  padding: 0;
  backdrop-filter: blur(10px);
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.3s ease-in-out, display 0.3s ease allow-discrete;
  opacity: 1;
  display: block;
  transform: scale(1) translateY(0);
}
@media (min-width: 769px) {
  .review-gallery-wrapper {
    padding: 16px;
  }
}
@media (min-width: 1201px) {
  .review-gallery-wrapper {
    padding: 40px;
  }
}
.review-gallery-wrapper.d-none {
  transition: none;
  opacity: 0;
  pointer-events: none;
}
@starting-style {
  .review-gallery-wrapper {
    opacity: 0;
    transform: scale(1.03) translateY(10px);
  }
}

@keyframes reviewGalleryFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review-gallery-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.review-gallery-container {
  height: 100%;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  flex-flow: column nowrap;
}
.review-gallery-container .review-gallery {
  max-width: 100%;
  max-height: 60%;
}
.review-gallery-container .review-info {
  flex: 1 1 auto;
}
@media (min-width: 901px) {
  .review-gallery-container {
    flex-flow: row nowrap;
  }
  .review-gallery-container .review-gallery {
    max-width: 70%;
    max-height: none;
  }
}

.review-info {
  /*.btn-read-more{
    margin-top: 6px;
    margin-bottom: 10px;
  }*/
  /*&:has(.btn-read-more){
    .review-info-title,
    .review-info-detail,
    .review-info-answer{
      @include addClamp(4);
    }
  }*/
  /*  &:has(.btn-read-more input:checked) {
      .review-info-title,
      .review-info-detail,
      .review-info-answer{
        display: block;
      }
    }*/
}
.review-info .short-text, .review-info .long-text {
  display: inline;
}
.review-info .review-info-answer:has(input:checked) .short-text,
.review-info .review-info-detail:has(input:checked) .short-text {
  display: none;
}
.review-info .review-info-answer:has(input:not(:checked)) .long-text,
.review-info .review-info-detail:has(input:not(:checked)) .long-text {
  display: none;
}

.review-gallery {
  background: black;
}
.review-gallery .swiper {
  width: 100%;
  height: 100%;
}
.review-gallery .swiper-wrapper {
  align-items: center;
}
.review-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
}
.review-gallery .swiper-button-prev:after {
  content: "\e90a";
}
.review-gallery .swiper-button-next:after {
  content: "\e90b";
}
.review-gallery .swiper-button-next,
.review-gallery .swiper-button-prev {
  background-color: hsla(0, 0%, 100%, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  color: #363534;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.review-gallery .swiper-button-next:after,
.review-gallery .swiper-button-prev:after {
  font-family: icomoon;
  font-size: 16px;
}
.review-gallery .swiper-button-next:hover,
.review-gallery .swiper-button-prev:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transform: scale(1.1);
}
.review-gallery .swiper-pagination-fraction {
  color: white;
  position: absolute;
}

.review-info {
  background: white;
  padding: 20px;
  overflow: auto;
}
@media (min-width: 831px) {
  .review-info {
    padding: 40px;
  }
}

.review-info-thumbnails {
  display: flex;
  flex-flow: row wrap;
}
.review-info-thumbnails a {
  max-width: 80px;
  flex-basis: 33.333%;
  padding: 4px;
  display: block;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: border-color 0.2s ease-in-out;
}
.review-info-thumbnails a.active {
  border-color: #363534;
}
.review-info-thumbnails a:hover img {
  opacity: 0.8;
}
.review-info-thumbnails a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  pointer-events: none;
}

.review-gallery-close {
  color: #333333;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  display: block;
  padding: 3px 20px;
  cursor: pointer;
  z-index: 300;
}
.review-gallery-close:hover {
  color: black;
}
@media (min-width: 1201px) {
  .review-gallery-close {
    right: 0;
    top: 0;
    color: white;
  }
  .review-gallery-close:hover {
    opacity: 0.6;
    color: white;
  }
}

.review-info-author {
  display: flex;
  align-items: center;
}
.review-info-author:before {
  content: attr(data-initial);
  width: 30px;
  height: 30px;
  background: #f3f3f3;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  font-family: CookieRun;
  text-transform: uppercase;
}
.review-info-author.is-admin:before {
  background: url("../../images/sk-logo-v2.png");
  background-size: 100%;
}

/*
<div class="review-gallery-wrapper">
    <div class="review-gallery">
        <div class="swiper">
            <div class="swiper-wrapper"><!-- place holder for galleries--></div>
            <div class="swiper-button-next"></div>
            <div class="swiper-button-prev"></div>
            <div class="swiper-pagination"></div>
        </div>
    </div>
    <div class="review-info">
        <!-- gallery info -->
    </div>
</div>

 */
.review-list .amrev-title-block {
  padding: 0;
  font-family: CookieRun;
}
.review-list .amreview-review-list.-empty {
  font-size: 20px;
  margin: 40px 0;
  font-family: CookieRun;
  background-color: #f6f6f6;
}

.review-grid-wrapper {
  --padding: 10px;
  margin-top: 20px;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
}

.review-grid {
  max-width: 1600px;
  margin: 0 auto;
}

.review-item {
  padding: var(--padding);
  width: 100%;
}
@media (min-width: 541px) {
  .review-item {
    max-width: 400px;
    width: 33.3333%;
  }
}
.review-item__media {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.review-item__content {
  border-radius: 0 0 12px 12px;
  background-color: #FFF5EB;
  padding: 10px;
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.review-item__text {
  position: relative;
}

.review-thumbnail {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  cursor: pointer;
}
.review-thumbnail:hover {
  opacity: 0.8;
}

.review-item .amreview-text {
  display: inline;
}
.review-item:has(input:checked) {
  position: relative;
  z-index: 1;
}
.review-item__reply .amreview-adminanswer-block:has(input:checked) .amreview-text--short, .review-item__detail:has(input:checked) .amreview-text--short {
  display: none;
}
.review-item__reply .amreview-adminanswer-block:has(input:not(:checked)) .amreview-text--long, .review-item__detail:has(input:not(:checked)) .amreview-text--long {
  display: none;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  --label: attr(data-label-more);
}
.read-more input {
  all: unset;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.read-more:has(input:checked) {
  --label: attr(data-label-less);
}
.read-more:hover {
  color: black;
}
.read-more > span:before {
  content: var(--label) " ";
}
.read-more > span:after {
  content: "\e909";
  font-family: icomoon;
  font-size: 78%;
}
.read-more:has(input:checked) > span:after {
  content: "\e90c";
}
.review-toolbar {
  border: none;
}

.product-reviews-wrapper {
  position: relative;
  min-height: 120px;
}
.product-reviews-wrapper.is-loading:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: white;
  opacity: 0.7;
}
.product-reviews-wrapper > .spinner {
  z-index: 9;
  pointer-events: none;
}
.product-reviews-wrapper:not(.is-loading) > .spinner {
  display: none;
}

#customer-reviews {
  scroll-margin-top: 140px;
}

.modal .message {
  font-size: 16px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.modal .message:before {
  content: "\e908";
}
.modal .message.warning:before, .modal .message.danger:before, .modal .message.error:before {
  content: "\e950";
}

.modal--review .modal__header {
  position: absolute;
  top: 0;
  right: 0;
}
.review-item {
  border: none;
}
.review-item__media .has-many {
  position: relative;
}
.review-item__media .has-many:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 35' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M27.3 22.7v-17c0-2.6-2.1-4.7-4.7-4.7H5.7C3.1 1 1 3.1 1 5.7v17c0 2.6 2.1 4.7 4.7 4.7h17c2.5-.1 4.6-2.2 4.6-4.7zm4-13.4v14.6c0 4.1-3.4 7.4-7.4 7.4H9.2c-.5 0-.8.6-.5 1 .9 1 2.2 1.6 3.7 1.6h12.1c5.2 0 9.3-4.2 9.3-9.3V12.5c0-1.5-.6-2.8-1.6-3.7-.3-.4-.9 0-.9.5z'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0.8;
}
.review-item__author {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.review-item .amreview-recommended:after {
  content: none;
}
.review-item .amreview-verified {
  border-radius: 30px;
  outline: 1px solid #2faa2b;
  color: #0d310b;
  padding: 0 2px;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.review-item .amreview-verified:before {
  color: #2faa2b;
  content: "\e949";
  font-family: icomoon;
}
.review-item__date {
  color: #8F8989;
  font-size: 13px;
}
.review-item__ratings .amreview-rating-label {
  display: none;
}
.review-item__title {
  font-weight: 500;
  color: black;
}
.amrev-voteqty {
  display: none;
}

.review-item .amreview-description-wrap {
  width: 100%;
}
.review-item .amreview-adminanswer-block {
  padding: 0;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  padding: 8px 14px 14px 14px;
  border-radius: 4px;
}
.review-item .amreview-adminanswer-block:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url("../../images/sk-logo-v2.png");
  background-size: 100%;
}
.review-item .admin-amreview-title {
  display: none;
}
.review-item .amrev-comment-toolbar {
  all: unset;
}
.review-item .amrev-comment-toolbar .amrev-reply, .review-item .amrev-comment-toolbar .amrev-repbtn, .review-item .amrev-comment-toolbar .amrev-repbtn:before,
.review-item .amrev-comment-toolbar .amrev-comment, .review-item .amrev-comment-toolbar .amrev-combtn, .review-item .amrev-comment-toolbar .amrev-combtn:before,
.review-item .amrev-comment-toolbar .amreview-helpful-wrap,
.review-item .amrev-comment-toolbar .amreview-options,
.review-item .amrev-comment-toolbar .amreview-plus, .review-item .amrev-comment-toolbar .amreview-icon,
.review-item .amrev-comment-toolbar .amreview-minus {
  all: unset;
}
.review-item .amrev-comment-toolbar {
  display: block;
  margin-top: 10px;
}
.review-item .amrev-comment-toolbar .amrev-repbtn {
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  color: #0061FF;
  font-size: 0;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: box-shadow 0.23s ease-in-out;
  background-color: white;
}
.review-item .amrev-comment-toolbar .amrev-repbtn:before {
  font-size: 14px;
  content: "\e948";
  font-family: icomoon;
}
.review-item .amrev-comment-toolbar .amrev-repbtn.-active {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.review-item .amrev-comment-toolbar .amrev-combtn {
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  color: #0061FF;
  font-size: 0;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: box-shadow 0.23s ease-in-out;
  background-color: white;
  gap: 3px;
}
.review-item .amrev-comment-toolbar .amrev-combtn:before {
  font-size: 14px;
  content: "\e947";
  font-family: icomoon;
}
.review-item .amrev-comment-toolbar .amrev-combtn.-active {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.review-item .amrev-comment-toolbar.-nocomments .amrev-combtn.-empty {
  display: none;
}
.review-item .amrev-comment-toolbar .amreview-helpful {
  display: none;
}
.review-item .amrev-comment-toolbar .amreview-plus {
  gap: 2px;
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  color: #0061FF;
  font-size: 0;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: box-shadow 0.23s ease-in-out;
  background-color: white;
}
.review-item .amrev-comment-toolbar .amreview-plus:before {
  font-size: 14px;
  content: "\e94b";
  font-family: icomoon;
}
.review-item .amrev-comment-toolbar .amreview-plus.-active {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.review-item .amrev-comment-toolbar .amreview-plus.-voted {
  color: #2faa2b;
}
.review-item .amrev-comment-toolbar .amreview-minus {
  gap: 2px;
  padding: 4px 8px;
  margin: 0;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  color: #0061FF;
  font-size: 0;
  cursor: pointer;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  transition: box-shadow 0.23s ease-in-out;
  background-color: white;
}
.review-item .amrev-comment-toolbar .amreview-minus:before {
  font-size: 14px;
  content: "\e94a";
  font-family: icomoon;
}
.review-item .amrev-comment-toolbar .amreview-minus.-active {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.review-item .amrev-comment-toolbar .amreview-minus.-voted {
  color: #E62519;
}
.review-item .amrev-comment-toolbar [data-review-js=comment-qty],
.review-item .amrev-comment-toolbar .amreview-count {
  font-size: 12px;
}

.df-free-shipping-progress-wrapper ul {
  padding-top: 20px;
  list-style: none;
  padding-left: 0;
}
.df-free-shipping-progress-wrapper .cart-markers {
  position: relative;
  height: 16px;
}
.df-free-shipping-progress-wrapper .cart-markers:before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #f0f2f4;
  border-radius: 16px;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping, .df-free-shipping-progress-wrapper .cart-marker--gift {
  position: absolute;
  z-index: 5;
  top: -8px;
  left: calc(var(--position) - 17px);
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping:before, .df-free-shipping-progress-wrapper .cart-marker--gift:before {
  content: "";
  display: block;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping[data-show=false], .df-free-shipping-progress-wrapper .cart-marker--gift[data-show=false] {
  display: none;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping[data-is-complete=true], .df-free-shipping-progress-wrapper .cart-marker--gift[data-is-complete=true] {
  background-color: #82be5f;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping[data-is-complete=true]:before, .df-free-shipping-progress-wrapper .cart-marker--gift[data-is-complete=true]:before {
  color: white;
}
.df-free-shipping-progress-wrapper .cart-marker--shipping:before {
  content: "\e956";
  font-family: "icomoon";
}
.df-free-shipping-progress-wrapper .cart-marker--gift:before {
  content: "\e955";
  font-family: "icomoon";
}
.df-free-shipping-progress-wrapper .cart-progress {
  display: block;
  width: var(--progress);
  left: 0;
  height: 16px;
  z-index: 1;
  border-radius: 16px;
  background-color: #f07d00;
  position: absolute;
}
.df-free-shipping-progress-wrapper .cart-progress[data-is-complete=true] {
  z-index: 2;
  background-color: #82be5f;
}

.catalog-category-view.category-bundle-save .message {
  position: absolute;
  z-index: 1;
}

@media (min-width: 769px) {
  .mix-match-grid {
    display: flex;
    flex-flow: row nowrap;
    gap: 12px;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .mix-match-grid__sidebar {
    position: sticky;
    top: 80px;
    flex: 1 0 auto;
    width: 270px;
  }
}

.mix-match-sidebar {
  border: 1px solid rgba(216, 216, 216, 0.8666666667);
  border-radius: 10px;
  scroll-margin-top: 120px;
}
@media (max-width: 768px) {
  .mix-match-sidebar {
    border: none;
  }
  .mix-match-sidebar .mix-match-cart {
    background-color: white;
    overflow-y: scroll;
    max-height: calc(100vh - 110px);
  }
}

@media (max-width: 930px) {
  .mix-match-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 931px) {
  .mix-match-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mix-match-cart {
  padding: 10px 10px 0 10px;
  position: relative;
}
.mix-match-cart:not(.is-busy) .spinner {
  display: none;
}
.mix-match-cart.is-busy > div:not(.spinner) {
  opacity: 0.4;
}

/*
.basket-count{
  font-weight: 700;
  font-size: 14px;
  background-color: #FECA02;
  border-radius: 50%;
  width: 20px; height: 20px; display: inline-flex;
  align-items: center; justify-content: center;
}*/
.basket-item {
  display: flex;
  gap: 10px;
  flex-flow: row nowrap;
  align-items: flex-start;
  align-items: stretch;
  font-size: 15px;
  position: relative;
}
.basket-item:first-child {
  padding-top: 24px;
}
@media (min-width: 769px) {
  .basket-item:first-child {
    padding-top: 12px;
  }
}
.basket-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .basket-item {
    font-size: 14px;
  }
}
.basket-item a {
  color: black;
}
.basket-item__image {
  max-width: 100px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .basket-item__image {
    max-width: 65px;
  }
}
.basket-item__content {
  flex: 1 1 auto;
  justify-content: space-between;
  display: flex;
  flex-flow: column nowrap;
}
.basket-item__actions {
  /*
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  justify-content: space-between;
  */
  display: flex;
  align-items: flex-end;
  font-size: 20px;
}
@media (min-width: 769px) {
  .basket-item__actions {
    font-size: 12px;
  }
}
.basket-item.not-configured {
  opacity: 0.9;
}
.basket-item.not-configured:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0061FF;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-price-box {
  font-weight: 700;
}
.cp-price-box s {
  color: #767676;
}
@media (max-width: 768px) {
  .cp-price-box {
    font-size: 20px;
  }
  .cp-price-box s {
    font-size: 15px;
  }
}

.basket-quantity-btn {
  background-color: #FECA02;
  border-radius: 9px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 4px;
}
.basket-quantity-btn a {
  display: block;
  cursor: pointer;
  padding: 0 12px;
}

.cp-basket__btn-toggle {
  position: relative;
}
.cp-basket__btn-toggle:after {
  content: "\e909";
  font-family: icomoon;
  position: absolute;
  right: 24px;
  font-size: 120%;
}
@media (max-width: 768px) {
  .cp-basket {
    box-shadow: 0px -4px 15px 0px rgba(118, 119, 122, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1082;
  }
  .cp-basket__spacer {
    display: none;
  }
  .cp-basket.open .cp-basket__btn-toggle {
    display: none;
  }
  .cp-basket:not(.open) .cp-basket__btn {
    display: none;
  }
}
@media (min-width: 769px) {
  .cp-basket__btn-toggle {
    display: none;
  }
}
.cp-basket .mix-match-cart {
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1), display 0.3s, transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition-behavior: allow-discrete;
  padding-bottom: 10px;
}
.cp-basket .mix-match-cart:has(.mix-match-promo) {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  @starting-style {
    .cp-basket .mix-match-cart {
      opacity: 0;
      transform: translateY(100%);
    }
  }
}
@media (max-width: 768px) {
  .cp-basket:not(.open) .mix-match-cart {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
    display: none;
  }
}

.mix-match-cart-footer {
  border-top: 1px solid rgba(216, 216, 216, 0.8666666667);
  padding: 12px 16px;
}
@media (max-width: 768px) {
  .mix-match-cart-footer {
    background-color: white;
    position: relative;
    z-index: 1;
  }
}
.mix-match-cart-footer .btn-primary {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 769px) {
  .mix-match-cart-footer .btn-primary {
    font-size: 13px;
    height: auto;
    padding-top: 11px;
    padding-bottom: 10px;
    flex-flow: wrap;
    border-radius: 4px;
    line-height: 1;
  }
}

.cp-basket-header {
  font-size: 20px;
  text-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .cp-basket-header {
    padding-top: 14px;
    font-size: 28px;
  }
}
.cp-basket-header__count, .cp-basket-header__close {
  width: 28px;
  height: 28px;
  font-size: 18px;
}
@media (min-width: 769px) {
  .cp-basket-header__count, .cp-basket-header__close {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
}
.cp-basket-header__close {
  font-weight: normal;
  color: black;
}
.cp-basket-header__close:before {
  font-family: icomoon;
  content: "\e910";
}
.cp-basket-header__count {
  background-color: #FECA02;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .cp-basket-header__close {
    display: none;
  }
}

/*
.cp-card-wrapper{
  border: 1px solid #E3E6EA;
  border-radius: 12px;
  overflow: hidden;
  align-self: start;

  position: relative;
}
.cp-card{
  background-color: #FECA02;
}
.cp-card-slides{
  position: relative;
  width: 100%;
  max-height: 60px;
  aspect-ratio: 1/1;
  text-align: center;
  margin: 0 auto;
}

.cp-card-slide{
  position: absolute;
  height: 100%;

  opacity: 0;
  animation: fadeSlideshow 2.4s infinite;
  transition: opacity 0.3s ease-in-out;

  &:nth-child(1) { animation-delay: 0s; }
  &:nth-child(2) { animation-delay: 0.6s; }
  &:nth-child(3) { animation-delay: 1.2s; }
  &:nth-child(4) { animation-delay: 1.8s; }
}
@keyframes fadeSlideshow {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; }
  100% { opacity: 0; }
}

*/
.custom-pack-card {
  border: 1px solid #E3E6EA;
  border-radius: 12px;
  overflow: hidden;
  align-self: start;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.custom-pack-card:before {
  content: "";
}
.custom-pack-card__link {
  position: absolute;
  inset: 0;
}
.custom-pack-card:hover {
  box-shadow: 0px 16px 16px rgba(118, 119, 122, 0.1);
}

.category-extras .custom-pack-card {
  display: none;
}

.btn-add-icon {
  display: inline-block;
  width: 24px;
  line-height: 24px;
  background-color: #FECA02;
  color: black;
  text-align: center;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
  font-size: 12px;
}
.btn-add-icon:before {
  content: "\e923";
  font-family: icomoon;
}

.mix-match-grid .product-items .product-item {
  cursor: pointer;
}
.mix-match-grid .product-items .product-item .product-item-name {
  margin-bottom: 20px;
}
.mix-match-grid .product-items .product-item .product-item-details {
  padding-top: 12px;
}
.mix-match-grid .product-items .product-item .product-reviews-summary {
  margin: 0;
}
.mix-match-grid .product-items .product-item .product-item-info {
  transition: box-shadow 0.3s ease-in-out;
}
.mix-match-grid .product-items .product-item .product-item-info .btn-add-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.mix-match-grid .product-items .product-item:hover .btn-add-icon {
  background-color: #ffce22;
}
.mix-match-grid .product-items .product-item:hover .product-item-details {
  transform: none;
}

.df-old-price {
  text-decoration: line-through;
  color: #767676;
  font-weight: normal;
}

.mix-match-grid .product-item-info:after {
  content: none !important;
}
.mix-match-grid .product-item__tag {
  background-color: #0061FF;
}

.page-products .cp-page-wrapper {
  padding: 0;
  max-width: none;
  margin: 0 calc(50% - 50vw);
}

.cp-page-intro {
  --max-width: 100vw;
  width: var(--max-width);
  margin-left: calc(50% - var(--max-width) / 2);
  margin-right: calc(50% - var(--max-width) / 2);
}
@media (min-width: 1640px) {
  .cp-page-intro {
    --max-width: 1920px;
  }
}

.custom-page-banner__desktop_image {
  display: none;
}
@media (min-width: 769px) {
  .custom-page-banner__desktop_image {
    display: block;
  }
}

@media (min-width: 768px) {
  .custom-page-banner__mobile_image {
    display: none;
  }
}

/*
.cp-page-intro{
  position: relative;


}*/
.cp-page-banner picture {
  display: block;
  height: 100%;
}
.cp-page-banner img {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.cp-page-intro {
  position: relative;
  overflow: hidden;
}
.cp-page-intro--hero {
  padding: 30px 0 20px 0;
  min-height: 480px;
}
.cp-page-intro .cp-page-banner {
  position: absolute;
  inset: 0;
}
.cp-page-intro .cp-page-content {
  position: relative;
}

.cp-page-content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  padding: 40px 0;
}
.cp-page-content .cp-page-text {
  margin-bottom: 40px;
}

.cp-page-text {
  font-size: clamp(1.6rem, 1.3888888889vw, 1.8rem);
  font-weight: 700;
  font-family: "CookieRun";
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition-delay: 0.44s;
}
.cp-page-text h1, .cp-page-text .h1 {
  font-size: clamp(4rem, 4.1666666667vw, 6rem);
  margin-bottom: 0;
}
.cp-page-text h1, .cp-page-text .h1 {
  transition-delay: 0.32s;
}
@starting-style {
  .cp-page-text {
    opacity: 0;
    transform: translateY(10px);
  }
}

.cp-page-cards {
  display: grid;
  gap: 20px;
  justify-content: center;
  grid-template-columns: repeat(2, 140px);
}
@media (min-width: 769px) {
  .cp-page-cards {
    grid-template-columns: repeat(auto-fit, 120px);
  }
}
.cp-page-cards > div {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition-delay: 0.3s;
}
.cp-page-cards > div strong {
  font-size: 1.4em;
}
.cp-page-cards > div img {
  height: 78px;
  width: 100%;
  max-width: none;
  object-fit: contain;
}
.cp-page-cards > div:nth-child(2) {
  transition-delay: 0.42s;
}
.cp-page-cards > div:nth-child(3) {
  transition-delay: 0.54s;
}
.cp-page-cards > div:nth-child(4) {
  transition-delay: 0.68s;
}
@starting-style {
  .cp-page-cards > div {
    opacity: 0;
    transform: translateY(10px);
  }
}

.builder-addto-cart.has-custom-pack > h3, .builder-addto-cart.has-custom-pack > .h3 {
  margin-bottom: 0;
}
.cp-pack-btn-wrapper.is-adding-to-pack .action.primary[disabled],
.cp-pack-btn-wrapper.is-adding-to-pack .action.primary.disabled {
  opacity: 0.8;
}
.cp-pack-btn-wrapper.is-adding-to-pack .action.primary[disabled]:after,
.cp-pack-btn-wrapper.is-adding-to-pack .action.primary.disabled:after {
  content: none !important;
}

.cp-pack-btn-wrapper:not(.is-adding-to-pack) .action.secondary[disabled],
.cp-pack-btn-wrapper:not(.is-adding-to-pack) .action.secondary.disabled {
  opacity: 0.8;
}
.cp-pack-btn-wrapper:not(.is-adding-to-pack) .action.secondary[disabled]:after,
.cp-pack-btn-wrapper:not(.is-adding-to-pack) .action.secondary.disabled:after {
  content: none !important;
}

.cp-pack-btn-wrapper .primary.tocart {
  align-items: center;
}
.cp-pack-btn-wrapper .primary.tocart span[class^=icon-] {
  opacity: 0.1;
}
@media (max-width: 439px) {
  .cp-pack-btn-wrapper .primary.tocart,
  .cp-pack-btn-wrapper .action {
    gap: 8px !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cp-pack-btn-wrapper .primary.tocart,
.cp-pack-btn-wrapper .action.secondary {
  display: inline-flex;
  gap: 16px;
  text-align: left;
  height: 46px;
}
[lang=it] .cp-pack-btn-wrapper .primary.tocart,
[lang=it] .cp-pack-btn-wrapper .action.secondary {
  gap: 10px;
}

.cp-pack-btn-wrapper .action.secondary {
  background-color: #FECA02 !important;
  border: 1px solid #FECA02;
  align-items: center;
  margin-bottom: 14px;
  color: black;
  --spinner-color: black;
  position: relative;
}
.cp-pack-btn-wrapper .action.secondary:hover {
  background-color: rgba(254, 202, 2, 0.76) !important;
}
.cp-pack-btn-wrapper .action.secondary span[class^=icon-] {
  font-size: 140%;
}
[lang=it] .cp-pack-btn-wrapper .action.secondary > span span {
  font-size: 13px;
}

.cp-pack-btn-wrapper .action.secondary:before {
  content: attr(data-post-label);
  background-color: white;
  text-transform: uppercase;
  font-family: "CookieRun";
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FECA02;
  transform: rotate(21.44deg);
  font-weight: 900;
  position: absolute;
  right: 5px;
}
[lang=it] .cp-pack-btn-wrapper .action.secondary:before {
  color: #FECA02;
}

.pack-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  justify-content: center;
  margin: 15px 0 0;
}

.pack-button {
  flex: 1 0 33.33333%;
  position: relative;
  border: 1px solid #D8D8D8;
  color: black;
  min-width: 95px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 14px 10px 10px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.pack-button:before {
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  border: 2px solid #0061FF;
  border-radius: 4px;
}
.pack-button.active {
  border-color: transparent;
  box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1);
}
.pack-button.active:before {
  opacity: 1;
}
.pack-button:hover {
  color: inherit;
  box-shadow: 0px 8px 8px rgba(118, 119, 122, 0.1);
}
.pack-button__img {
  display: block;
  height: 74px;
  margin-bottom: 4px;
}
.pack-button span {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  top: 0;
  left: 9px;
  right: 9px;
  font-size: 12px;
  border-radius: 33px;
  background-color: #0061FF;
  color: white;
  white-space: pre;
}

.pack-button-price-box {
  font-weight: 700;
}
.pack-button-price-box s {
  display: block;
  font-size: 90%;
  font-weight: normal;
}

.mix-match-promo {
  background-color: #F1F0F0;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px -10px 14px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .mix-match-promo {
    font-size: 13px;
  }
}
.mix-match-promo > img {
  display: block;
  width: auto;
  height: 60px;
}
@media (min-width: 769px) {
  .mix-match-promo > img {
    height: 40px;
  }
}

.mix-match-info {
  padding-bottom: 10px;
  font-size: 13px;
}
@media (min-width: 769px) {
  .mix-match-info {
    font-size: 12px;
    text-align: center;
  }
}

.mix-match-progress {
  display: flex;
  flex-flow: row nowrap;
  gap: 2px;
}
.mix-match-progress span {
  background-color: rgba(254, 202, 2, 0.1254901961);
  border-radius: 8px;
  height: 7px;
  display: block;
  flex: 1 0 auto;
}
.mix-match-progress span[data-filled="1"] {
  background-color: #FECA02;
}
@media (min-width: 769px) {
  .mix-match-progress span {
    height: 4px;
  }
}

.cart.is-custom-pack .product-item-details:before {
  content: var(--cp-tag);
  font-weight: bold;
  background-color: #FECA02;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 10px;
}

.cart-form-wrapper .cart.is-custom-pack.item {
  padding-left: 0;
  padding-right: 0;
}

.cp-cart-tag {
  font-weight: bold;
  background-color: #FECA02;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
}
.cp-cart-tag__count, .cp-cart-tag__discount {
  color: white;
  margin-left: 4px;
}

.cart-custom-pack-wrapper {
  overflow: hidden;
  width: 100%;
  padding-bottom: 14px;
  padding-top: 20px;
  position: relative;
}
.cart-custom-pack-wrapper .swiper-slide {
  min-height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.cart-custom-pack-wrapper .swiper-slide .item-info {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.cart-custom-pack-wrapper .swiper-slide .item-actions {
  right: 0 !important;
}
.cart-custom-pack-wrapper .cp-cart-tag {
  position: absolute;
  top: 10px;
  left: 16px;
}
.cart-custom-pack-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #161D27;
}

.cart-summary #cart-totals .total-rules, #iosc-summary .table-totals .total-rules {
  display: block !important;
}

/*# sourceMappingURL=sk.css.map */
