@charset "UTF-8";
:root {
  --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-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #b5b5b4;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #000000;
  --bs-secondary: #d62525;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-gray: #3e3e3e;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #b5b5b4;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary-rgb: 0, 0, 0;
  --bs-secondary-rgb: 214, 37, 37;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-gray-rgb: 62, 62, 62;
  --bs-gray-100-rgb: 249, 249, 249;
  --bs-gray-200-rgb: 233, 236, 239;
  --bs-gray-300-rgb: 222, 226, 230;
  --bs-gray-400-rgb: 206, 212, 218;
  --bs-gray-500-rgb: 181, 181, 180;
  --bs-gray-600-rgb: 108, 117, 125;
  --bs-gray-700-rgb: 73, 80, 87;
  --bs-gray-800-rgb: 52, 58, 64;
  --bs-gray-900-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.625;
  --bs-body-color: #000000;
  --bs-body-bg: #ffffff;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}

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

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

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

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

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

abbr[title],
abbr[data-bs-original-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, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  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-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.625;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.725em 2.375em;
  font-size: 1.25rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000000;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-secondary {
  color: #ffffff;
  background-color: #d62525;
  border-color: #d62525;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(181.9, 31.45, 31.45);
  border-color: rgb(171.2, 29.6, 29.6);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(181.9, 31.45, 31.45);
  border-color: rgb(171.2, 29.6, 29.6);
  box-shadow: 0 0 0 0.25rem rgba(220.15, 69.7, 69.7, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(171.2, 29.6, 29.6);
  border-color: rgb(160.5, 27.75, 27.75);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(220.15, 69.7, 69.7, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #d62525;
  border-color: #d62525;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-gray {
  color: #ffffff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
.btn-gray:hover {
  color: #ffffff;
  background-color: rgb(52.7, 52.7, 52.7);
  border-color: rgb(49.6, 49.6, 49.6);
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #ffffff;
  background-color: rgb(52.7, 52.7, 52.7);
  border-color: rgb(49.6, 49.6, 49.6);
  box-shadow: 0 0 0 0.25rem rgba(90.95, 90.95, 90.95, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(49.6, 49.6, 49.6);
  border-color: rgb(46.5, 46.5, 46.5);
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(90.95, 90.95, 90.95, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #ffffff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

.btn-gray-100 {
  color: #000000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-gray-100:hover {
  color: #000000;
  background-color: rgb(249.9, 249.9, 249.9);
  border-color: rgb(249.6, 249.6, 249.6);
}
.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #000000;
  background-color: rgb(249.9, 249.9, 249.9);
  border-color: rgb(249.6, 249.6, 249.6);
  box-shadow: 0 0 0 0.25rem rgba(211.65, 211.65, 211.65, 0.5);
}
.btn-check:checked + .btn-gray-100, .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active, .show > .btn-gray-100.dropdown-toggle {
  color: #000000;
  background-color: rgb(250.2, 250.2, 250.2);
  border-color: rgb(249.6, 249.6, 249.6);
}
.btn-check:checked + .btn-gray-100:focus, .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211.65, 211.65, 211.65, 0.5);
}
.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #000000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-gray-200 {
  color: #000000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #000000;
  background-color: rgb(236.3, 238.85, 241.4);
  border-color: rgb(235.2, 237.9, 240.6);
}
.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #000000;
  background-color: rgb(236.3, 238.85, 241.4);
  border-color: rgb(235.2, 237.9, 240.6);
  box-shadow: 0 0 0 0.25rem rgba(198.05, 200.6, 203.15, 0.5);
}
.btn-check:checked + .btn-gray-200, .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active, .show > .btn-gray-200.dropdown-toggle {
  color: #000000;
  background-color: rgb(237.4, 239.8, 242.2);
  border-color: rgb(235.2, 237.9, 240.6);
}
.btn-check:checked + .btn-gray-200:focus, .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(198.05, 200.6, 203.15, 0.5);
}
.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #000000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.btn-gray-300 {
  color: #000000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #000000;
  background-color: rgb(226.95, 230.35, 233.75);
  border-color: rgb(225.3, 228.9, 232.5);
}
.btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
  color: #000000;
  background-color: rgb(226.95, 230.35, 233.75);
  border-color: rgb(225.3, 228.9, 232.5);
  box-shadow: 0 0 0 0.25rem rgba(188.7, 192.1, 195.5, 0.5);
}
.btn-check:checked + .btn-gray-300, .btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active, .show > .btn-gray-300.dropdown-toggle {
  color: #000000;
  background-color: rgb(228.6, 231.8, 235);
  border-color: rgb(225.3, 228.9, 232.5);
}
.btn-check:checked + .btn-gray-300:focus, .btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(188.7, 192.1, 195.5, 0.5);
}
.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #000000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-400 {
  color: #000000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #000000;
  background-color: rgb(213.35, 218.45, 223.55);
  border-color: rgb(210.9, 216.3, 221.7);
}
.btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
  color: #000000;
  background-color: rgb(213.35, 218.45, 223.55);
  border-color: rgb(210.9, 216.3, 221.7);
  box-shadow: 0 0 0 0.25rem rgba(175.1, 180.2, 185.3, 0.5);
}
.btn-check:checked + .btn-gray-400, .btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active, .show > .btn-gray-400.dropdown-toggle {
  color: #000000;
  background-color: rgb(215.8, 220.6, 225.4);
  border-color: rgb(210.9, 216.3, 221.7);
}
.btn-check:checked + .btn-gray-400:focus, .btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(175.1, 180.2, 185.3, 0.5);
}
.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #000000;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-500 {
  color: #000000;
  background-color: #b5b5b4;
  border-color: #b5b5b4;
}
.btn-gray-500:hover {
  color: #000000;
  background-color: rgb(192.1, 192.1, 191.25);
  border-color: rgb(188.4, 188.4, 187.5);
}
.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #000000;
  background-color: rgb(192.1, 192.1, 191.25);
  border-color: rgb(188.4, 188.4, 187.5);
  box-shadow: 0 0 0 0.25rem rgba(153.85, 153.85, 153, 0.5);
}
.btn-check:checked + .btn-gray-500, .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active, .show > .btn-gray-500.dropdown-toggle {
  color: #000000;
  background-color: rgb(195.8, 195.8, 195);
  border-color: rgb(188.4, 188.4, 187.5);
}
.btn-check:checked + .btn-gray-500:focus, .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(153.85, 153.85, 153, 0.5);
}
.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #000000;
  background-color: #b5b5b4;
  border-color: #b5b5b4;
}

.btn-gray-600 {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
}
.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #ffffff;
  background-color: rgb(91.8, 99.45, 106.25);
  border-color: rgb(86.4, 93.6, 100);
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-check:checked + .btn-gray-600, .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active, .show > .btn-gray-600.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(86.4, 93.6, 100);
  border-color: rgb(81, 87.75, 93.75);
}
.btn-check:checked + .btn-gray-600:focus, .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-gray-700 {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #ffffff;
  background-color: rgb(62.05, 68, 73.95);
  border-color: rgb(58.4, 64, 69.6);
}
.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #ffffff;
  background-color: rgb(62.05, 68, 73.95);
  border-color: rgb(58.4, 64, 69.6);
  box-shadow: 0 0 0 0.25rem rgba(100.3, 106.25, 112.2, 0.5);
}
.btn-check:checked + .btn-gray-700, .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active, .show > .btn-gray-700.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(58.4, 64, 69.6);
  border-color: rgb(54.75, 60, 65.25);
}
.btn-check:checked + .btn-gray-700:focus, .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(100.3, 106.25, 112.2, 0.5);
}
.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}

.btn-gray-800 {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #ffffff;
  background-color: rgb(44.2, 49.3, 54.4);
  border-color: rgb(41.6, 46.4, 51.2);
}
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #ffffff;
  background-color: rgb(44.2, 49.3, 54.4);
  border-color: rgb(41.6, 46.4, 51.2);
  box-shadow: 0 0 0 0.25rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(41.6, 46.4, 51.2);
  border-color: rgb(39, 43.5, 48);
}
.btn-check:checked + .btn-gray-800:focus, .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-gray-900 {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #ffffff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
  color: #ffffff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-gray-900, .btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active, .show > .btn-gray-900.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-gray-900:focus, .btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #000000;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #d62525;
  border-color: #d62525;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #d62525;
  border-color: #d62525;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 37, 37, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #d62525;
  border-color: #d62525;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 37, 37, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #d62525;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-gray {
  color: #3e3e3e;
  border-color: #3e3e3e;
}
.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 62, 62, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #ffffff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 62, 62, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #3e3e3e;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-gray-100:hover {
  color: #000000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-check:checked + .btn-outline-gray-100, .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #000000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:checked + .btn-outline-gray-100:focus, .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #f9f9f9;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:hover {
  color: #000000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}
.btn-check:checked + .btn-outline-gray-200, .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  color: #000000;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-check:checked + .btn-outline-gray-200:focus, .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:hover {
  color: #000000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}
.btn-check:checked + .btn-outline-gray-300, .btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #000000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-check:checked + .btn-outline-gray-300:focus, .btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:hover {
  color: #000000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-check:checked + .btn-outline-gray-400, .btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #000000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-check:checked + .btn-outline-gray-400:focus, .btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #b5b5b4;
  border-color: #b5b5b4;
}
.btn-outline-gray-500:hover {
  color: #000000;
  background-color: #b5b5b4;
  border-color: #b5b5b4;
}
.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  box-shadow: 0 0 0 0.25rem rgba(181, 181, 180, 0.5);
}
.btn-check:checked + .btn-outline-gray-500, .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #000000;
  background-color: #b5b5b4;
  border-color: #b5b5b4;
}
.btn-check:checked + .btn-outline-gray-500:focus, .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(181, 181, 180, 0.5);
}
.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #b5b5b4;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-gray-600, .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-gray-600:focus, .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:hover {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  box-shadow: 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
}
.btn-check:checked + .btn-outline-gray-700, .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #ffffff;
  background-color: #495057;
  border-color: #495057;
}
.btn-check:checked + .btn-outline-gray-700:focus, .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(73, 80, 87, 0.5);
}
.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #495057;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-check:checked + .btn-outline-gray-800, .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-check:checked + .btn-outline-gray-800:focus, .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(52, 58, 64, 0.5);
}
.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:hover {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-gray-900, .btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-gray-900:focus, .btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
.btn-link:hover {
  color: #000000;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.875rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  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: 992px) {
  .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: 1460px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --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.25em;
}

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

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

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

.g-3,
.gx-3 {
  --bs-gutter-x: 1em;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1em;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5em;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5em;
}

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

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

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5em;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5em;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 3em;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 3em;
}

.g-56,
.gx-56 {
  --bs-gutter-x: 3.5em;
}

.g-56,
.gy-56 {
  --bs-gutter-y: 3.5em;
}

.g-64,
.gx-64 {
  --bs-gutter-x: 4em;
}

.g-64,
.gy-64 {
  --bs-gutter-y: 4em;
}

.g-72,
.gx-72 {
  --bs-gutter-x: 4.5em;
}

.g-72,
.gy-72 {
  --bs-gutter-y: 4.5em;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 5em;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 5em;
}

.g-96,
.gx-96 {
  --bs-gutter-x: 6em;
}

.g-96,
.gy-96 {
  --bs-gutter-y: 6em;
}

.g-104,
.gx-104 {
  --bs-gutter-x: 6.5em;
}

.g-104,
.gy-104 {
  --bs-gutter-y: 6.5em;
}

.g-112,
.gx-112 {
  --bs-gutter-x: 7em;
}

.g-112,
.gy-112 {
  --bs-gutter-y: 7em;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 7.5em;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 7.5em;
}

.g-128,
.gx-128 {
  --bs-gutter-x: 8em;
}

.g-128,
.gy-128 {
  --bs-gutter-y: 8em;
}

.g-136,
.gx-136 {
  --bs-gutter-x: 8.5em;
}

.g-136,
.gy-136 {
  --bs-gutter-y: 8.5em;
}

.g-144,
.gx-144 {
  --bs-gutter-x: 9em;
}

.g-144,
.gy-144 {
  --bs-gutter-y: 9em;
}

.g-152,
.gx-152 {
  --bs-gutter-x: 9.5em;
}

.g-152,
.gy-152 {
  --bs-gutter-y: 9.5em;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 10em;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 10em;
}

.g-176,
.gx-176 {
  --bs-gutter-x: 11em;
}

.g-176,
.gy-176 {
  --bs-gutter-y: 11em;
}

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

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

.g-208,
.gx-208 {
  --bs-gutter-x: 13em;
}

.g-208,
.gy-208 {
  --bs-gutter-y: 13em;
}

.g-224,
.gx-224 {
  --bs-gutter-x: 14em;
}

.g-224,
.gy-224 {
  --bs-gutter-y: 14em;
}

.g-240,
.gx-240 {
  --bs-gutter-x: 15em;
}

.g-240,
.gy-240 {
  --bs-gutter-y: 15em;
}

.g-256,
.gx-256 {
  --bs-gutter-x: 16em;
}

.g-256,
.gy-256 {
  --bs-gutter-y: 16em;
}

.g-272,
.gx-272 {
  --bs-gutter-x: 17em;
}

.g-272,
.gy-272 {
  --bs-gutter-y: 17em;
}

.g-288,
.gx-288 {
  --bs-gutter-x: 18em;
}

.g-288,
.gy-288 {
  --bs-gutter-y: 18em;
}

.g-304,
.gx-304 {
  --bs-gutter-x: 19em;
}

.g-304,
.gy-304 {
  --bs-gutter-y: 19em;
}

.g-320,
.gx-320 {
  --bs-gutter-x: 20em;
}

.g-320,
.gy-320 {
  --bs-gutter-y: 20em;
}

@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.25em;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1em;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1em;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2em;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2em;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-sm-48,
  .gx-sm-48 {
    --bs-gutter-x: 3em;
  }
  .g-sm-48,
  .gy-sm-48 {
    --bs-gutter-y: 3em;
  }
  .g-sm-56,
  .gx-sm-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-sm-56,
  .gy-sm-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-sm-64,
  .gx-sm-64 {
    --bs-gutter-x: 4em;
  }
  .g-sm-64,
  .gy-sm-64 {
    --bs-gutter-y: 4em;
  }
  .g-sm-72,
  .gx-sm-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-sm-72,
  .gy-sm-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5em;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5em;
  }
  .g-sm-96,
  .gx-sm-96 {
    --bs-gutter-x: 6em;
  }
  .g-sm-96,
  .gy-sm-96 {
    --bs-gutter-y: 6em;
  }
  .g-sm-104,
  .gx-sm-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-sm-104,
  .gy-sm-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-sm-112,
  .gx-sm-112 {
    --bs-gutter-x: 7em;
  }
  .g-sm-112,
  .gy-sm-112 {
    --bs-gutter-y: 7em;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-sm-128,
  .gx-sm-128 {
    --bs-gutter-x: 8em;
  }
  .g-sm-128,
  .gy-sm-128 {
    --bs-gutter-y: 8em;
  }
  .g-sm-136,
  .gx-sm-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-sm-136,
  .gy-sm-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-sm-144,
  .gx-sm-144 {
    --bs-gutter-x: 9em;
  }
  .g-sm-144,
  .gy-sm-144 {
    --bs-gutter-y: 9em;
  }
  .g-sm-152,
  .gx-sm-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-sm-152,
  .gy-sm-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 10em;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 10em;
  }
  .g-sm-176,
  .gx-sm-176 {
    --bs-gutter-x: 11em;
  }
  .g-sm-176,
  .gy-sm-176 {
    --bs-gutter-y: 11em;
  }
  .g-sm-192,
  .gx-sm-192 {
    --bs-gutter-x: 12em;
  }
  .g-sm-192,
  .gy-sm-192 {
    --bs-gutter-y: 12em;
  }
  .g-sm-208,
  .gx-sm-208 {
    --bs-gutter-x: 13em;
  }
  .g-sm-208,
  .gy-sm-208 {
    --bs-gutter-y: 13em;
  }
  .g-sm-224,
  .gx-sm-224 {
    --bs-gutter-x: 14em;
  }
  .g-sm-224,
  .gy-sm-224 {
    --bs-gutter-y: 14em;
  }
  .g-sm-240,
  .gx-sm-240 {
    --bs-gutter-x: 15em;
  }
  .g-sm-240,
  .gy-sm-240 {
    --bs-gutter-y: 15em;
  }
  .g-sm-256,
  .gx-sm-256 {
    --bs-gutter-x: 16em;
  }
  .g-sm-256,
  .gy-sm-256 {
    --bs-gutter-y: 16em;
  }
  .g-sm-272,
  .gx-sm-272 {
    --bs-gutter-x: 17em;
  }
  .g-sm-272,
  .gy-sm-272 {
    --bs-gutter-y: 17em;
  }
  .g-sm-288,
  .gx-sm-288 {
    --bs-gutter-x: 18em;
  }
  .g-sm-288,
  .gy-sm-288 {
    --bs-gutter-y: 18em;
  }
  .g-sm-304,
  .gx-sm-304 {
    --bs-gutter-x: 19em;
  }
  .g-sm-304,
  .gy-sm-304 {
    --bs-gutter-y: 19em;
  }
  .g-sm-320,
  .gx-sm-320 {
    --bs-gutter-x: 20em;
  }
  .g-sm-320,
  .gy-sm-320 {
    --bs-gutter-y: 20em;
  }
}
@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.25em;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1em;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1em;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2em;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2em;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-md-48,
  .gx-md-48 {
    --bs-gutter-x: 3em;
  }
  .g-md-48,
  .gy-md-48 {
    --bs-gutter-y: 3em;
  }
  .g-md-56,
  .gx-md-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-md-56,
  .gy-md-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-md-64,
  .gx-md-64 {
    --bs-gutter-x: 4em;
  }
  .g-md-64,
  .gy-md-64 {
    --bs-gutter-y: 4em;
  }
  .g-md-72,
  .gx-md-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-md-72,
  .gy-md-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5em;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5em;
  }
  .g-md-96,
  .gx-md-96 {
    --bs-gutter-x: 6em;
  }
  .g-md-96,
  .gy-md-96 {
    --bs-gutter-y: 6em;
  }
  .g-md-104,
  .gx-md-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-md-104,
  .gy-md-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-md-112,
  .gx-md-112 {
    --bs-gutter-x: 7em;
  }
  .g-md-112,
  .gy-md-112 {
    --bs-gutter-y: 7em;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-md-128,
  .gx-md-128 {
    --bs-gutter-x: 8em;
  }
  .g-md-128,
  .gy-md-128 {
    --bs-gutter-y: 8em;
  }
  .g-md-136,
  .gx-md-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-md-136,
  .gy-md-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-md-144,
  .gx-md-144 {
    --bs-gutter-x: 9em;
  }
  .g-md-144,
  .gy-md-144 {
    --bs-gutter-y: 9em;
  }
  .g-md-152,
  .gx-md-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-md-152,
  .gy-md-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 10em;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 10em;
  }
  .g-md-176,
  .gx-md-176 {
    --bs-gutter-x: 11em;
  }
  .g-md-176,
  .gy-md-176 {
    --bs-gutter-y: 11em;
  }
  .g-md-192,
  .gx-md-192 {
    --bs-gutter-x: 12em;
  }
  .g-md-192,
  .gy-md-192 {
    --bs-gutter-y: 12em;
  }
  .g-md-208,
  .gx-md-208 {
    --bs-gutter-x: 13em;
  }
  .g-md-208,
  .gy-md-208 {
    --bs-gutter-y: 13em;
  }
  .g-md-224,
  .gx-md-224 {
    --bs-gutter-x: 14em;
  }
  .g-md-224,
  .gy-md-224 {
    --bs-gutter-y: 14em;
  }
  .g-md-240,
  .gx-md-240 {
    --bs-gutter-x: 15em;
  }
  .g-md-240,
  .gy-md-240 {
    --bs-gutter-y: 15em;
  }
  .g-md-256,
  .gx-md-256 {
    --bs-gutter-x: 16em;
  }
  .g-md-256,
  .gy-md-256 {
    --bs-gutter-y: 16em;
  }
  .g-md-272,
  .gx-md-272 {
    --bs-gutter-x: 17em;
  }
  .g-md-272,
  .gy-md-272 {
    --bs-gutter-y: 17em;
  }
  .g-md-288,
  .gx-md-288 {
    --bs-gutter-x: 18em;
  }
  .g-md-288,
  .gy-md-288 {
    --bs-gutter-y: 18em;
  }
  .g-md-304,
  .gx-md-304 {
    --bs-gutter-x: 19em;
  }
  .g-md-304,
  .gy-md-304 {
    --bs-gutter-y: 19em;
  }
  .g-md-320,
  .gx-md-320 {
    --bs-gutter-x: 20em;
  }
  .g-md-320,
  .gy-md-320 {
    --bs-gutter-y: 20em;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.25em;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1em;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1em;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2em;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2em;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-lg-48,
  .gx-lg-48 {
    --bs-gutter-x: 3em;
  }
  .g-lg-48,
  .gy-lg-48 {
    --bs-gutter-y: 3em;
  }
  .g-lg-56,
  .gx-lg-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-lg-56,
  .gy-lg-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-lg-64,
  .gx-lg-64 {
    --bs-gutter-x: 4em;
  }
  .g-lg-64,
  .gy-lg-64 {
    --bs-gutter-y: 4em;
  }
  .g-lg-72,
  .gx-lg-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-lg-72,
  .gy-lg-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5em;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5em;
  }
  .g-lg-96,
  .gx-lg-96 {
    --bs-gutter-x: 6em;
  }
  .g-lg-96,
  .gy-lg-96 {
    --bs-gutter-y: 6em;
  }
  .g-lg-104,
  .gx-lg-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-lg-104,
  .gy-lg-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-lg-112,
  .gx-lg-112 {
    --bs-gutter-x: 7em;
  }
  .g-lg-112,
  .gy-lg-112 {
    --bs-gutter-y: 7em;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-lg-128,
  .gx-lg-128 {
    --bs-gutter-x: 8em;
  }
  .g-lg-128,
  .gy-lg-128 {
    --bs-gutter-y: 8em;
  }
  .g-lg-136,
  .gx-lg-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-lg-136,
  .gy-lg-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-lg-144,
  .gx-lg-144 {
    --bs-gutter-x: 9em;
  }
  .g-lg-144,
  .gy-lg-144 {
    --bs-gutter-y: 9em;
  }
  .g-lg-152,
  .gx-lg-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-lg-152,
  .gy-lg-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 10em;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 10em;
  }
  .g-lg-176,
  .gx-lg-176 {
    --bs-gutter-x: 11em;
  }
  .g-lg-176,
  .gy-lg-176 {
    --bs-gutter-y: 11em;
  }
  .g-lg-192,
  .gx-lg-192 {
    --bs-gutter-x: 12em;
  }
  .g-lg-192,
  .gy-lg-192 {
    --bs-gutter-y: 12em;
  }
  .g-lg-208,
  .gx-lg-208 {
    --bs-gutter-x: 13em;
  }
  .g-lg-208,
  .gy-lg-208 {
    --bs-gutter-y: 13em;
  }
  .g-lg-224,
  .gx-lg-224 {
    --bs-gutter-x: 14em;
  }
  .g-lg-224,
  .gy-lg-224 {
    --bs-gutter-y: 14em;
  }
  .g-lg-240,
  .gx-lg-240 {
    --bs-gutter-x: 15em;
  }
  .g-lg-240,
  .gy-lg-240 {
    --bs-gutter-y: 15em;
  }
  .g-lg-256,
  .gx-lg-256 {
    --bs-gutter-x: 16em;
  }
  .g-lg-256,
  .gy-lg-256 {
    --bs-gutter-y: 16em;
  }
  .g-lg-272,
  .gx-lg-272 {
    --bs-gutter-x: 17em;
  }
  .g-lg-272,
  .gy-lg-272 {
    --bs-gutter-y: 17em;
  }
  .g-lg-288,
  .gx-lg-288 {
    --bs-gutter-x: 18em;
  }
  .g-lg-288,
  .gy-lg-288 {
    --bs-gutter-y: 18em;
  }
  .g-lg-304,
  .gx-lg-304 {
    --bs-gutter-x: 19em;
  }
  .g-lg-304,
  .gy-lg-304 {
    --bs-gutter-y: 19em;
  }
  .g-lg-320,
  .gx-lg-320 {
    --bs-gutter-x: 20em;
  }
  .g-lg-320,
  .gy-lg-320 {
    --bs-gutter-y: 20em;
  }
}
@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.25em;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1em;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1em;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2em;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2em;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-xl-48,
  .gx-xl-48 {
    --bs-gutter-x: 3em;
  }
  .g-xl-48,
  .gy-xl-48 {
    --bs-gutter-y: 3em;
  }
  .g-xl-56,
  .gx-xl-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-xl-56,
  .gy-xl-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-xl-64,
  .gx-xl-64 {
    --bs-gutter-x: 4em;
  }
  .g-xl-64,
  .gy-xl-64 {
    --bs-gutter-y: 4em;
  }
  .g-xl-72,
  .gx-xl-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-xl-72,
  .gy-xl-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5em;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5em;
  }
  .g-xl-96,
  .gx-xl-96 {
    --bs-gutter-x: 6em;
  }
  .g-xl-96,
  .gy-xl-96 {
    --bs-gutter-y: 6em;
  }
  .g-xl-104,
  .gx-xl-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-xl-104,
  .gy-xl-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-xl-112,
  .gx-xl-112 {
    --bs-gutter-x: 7em;
  }
  .g-xl-112,
  .gy-xl-112 {
    --bs-gutter-y: 7em;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-xl-128,
  .gx-xl-128 {
    --bs-gutter-x: 8em;
  }
  .g-xl-128,
  .gy-xl-128 {
    --bs-gutter-y: 8em;
  }
  .g-xl-136,
  .gx-xl-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-xl-136,
  .gy-xl-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-xl-144,
  .gx-xl-144 {
    --bs-gutter-x: 9em;
  }
  .g-xl-144,
  .gy-xl-144 {
    --bs-gutter-y: 9em;
  }
  .g-xl-152,
  .gx-xl-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-xl-152,
  .gy-xl-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 10em;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 10em;
  }
  .g-xl-176,
  .gx-xl-176 {
    --bs-gutter-x: 11em;
  }
  .g-xl-176,
  .gy-xl-176 {
    --bs-gutter-y: 11em;
  }
  .g-xl-192,
  .gx-xl-192 {
    --bs-gutter-x: 12em;
  }
  .g-xl-192,
  .gy-xl-192 {
    --bs-gutter-y: 12em;
  }
  .g-xl-208,
  .gx-xl-208 {
    --bs-gutter-x: 13em;
  }
  .g-xl-208,
  .gy-xl-208 {
    --bs-gutter-y: 13em;
  }
  .g-xl-224,
  .gx-xl-224 {
    --bs-gutter-x: 14em;
  }
  .g-xl-224,
  .gy-xl-224 {
    --bs-gutter-y: 14em;
  }
  .g-xl-240,
  .gx-xl-240 {
    --bs-gutter-x: 15em;
  }
  .g-xl-240,
  .gy-xl-240 {
    --bs-gutter-y: 15em;
  }
  .g-xl-256,
  .gx-xl-256 {
    --bs-gutter-x: 16em;
  }
  .g-xl-256,
  .gy-xl-256 {
    --bs-gutter-y: 16em;
  }
  .g-xl-272,
  .gx-xl-272 {
    --bs-gutter-x: 17em;
  }
  .g-xl-272,
  .gy-xl-272 {
    --bs-gutter-y: 17em;
  }
  .g-xl-288,
  .gx-xl-288 {
    --bs-gutter-x: 18em;
  }
  .g-xl-288,
  .gy-xl-288 {
    --bs-gutter-y: 18em;
  }
  .g-xl-304,
  .gx-xl-304 {
    --bs-gutter-x: 19em;
  }
  .g-xl-304,
  .gy-xl-304 {
    --bs-gutter-y: 19em;
  }
  .g-xl-320,
  .gx-xl-320 {
    --bs-gutter-x: 20em;
  }
  .g-xl-320,
  .gy-xl-320 {
    --bs-gutter-y: 20em;
  }
}
@media (min-width: 1460px) {
  .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.25em;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1em;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1em;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2em;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2em;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-xxl-48,
  .gx-xxl-48 {
    --bs-gutter-x: 3em;
  }
  .g-xxl-48,
  .gy-xxl-48 {
    --bs-gutter-y: 3em;
  }
  .g-xxl-56,
  .gx-xxl-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-xxl-56,
  .gy-xxl-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-xxl-64,
  .gx-xxl-64 {
    --bs-gutter-x: 4em;
  }
  .g-xxl-64,
  .gy-xxl-64 {
    --bs-gutter-y: 4em;
  }
  .g-xxl-72,
  .gx-xxl-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-xxl-72,
  .gy-xxl-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5em;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5em;
  }
  .g-xxl-96,
  .gx-xxl-96 {
    --bs-gutter-x: 6em;
  }
  .g-xxl-96,
  .gy-xxl-96 {
    --bs-gutter-y: 6em;
  }
  .g-xxl-104,
  .gx-xxl-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-xxl-104,
  .gy-xxl-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-xxl-112,
  .gx-xxl-112 {
    --bs-gutter-x: 7em;
  }
  .g-xxl-112,
  .gy-xxl-112 {
    --bs-gutter-y: 7em;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-xxl-128,
  .gx-xxl-128 {
    --bs-gutter-x: 8em;
  }
  .g-xxl-128,
  .gy-xxl-128 {
    --bs-gutter-y: 8em;
  }
  .g-xxl-136,
  .gx-xxl-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-xxl-136,
  .gy-xxl-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-xxl-144,
  .gx-xxl-144 {
    --bs-gutter-x: 9em;
  }
  .g-xxl-144,
  .gy-xxl-144 {
    --bs-gutter-y: 9em;
  }
  .g-xxl-152,
  .gx-xxl-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-xxl-152,
  .gy-xxl-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 10em;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 10em;
  }
  .g-xxl-176,
  .gx-xxl-176 {
    --bs-gutter-x: 11em;
  }
  .g-xxl-176,
  .gy-xxl-176 {
    --bs-gutter-y: 11em;
  }
  .g-xxl-192,
  .gx-xxl-192 {
    --bs-gutter-x: 12em;
  }
  .g-xxl-192,
  .gy-xxl-192 {
    --bs-gutter-y: 12em;
  }
  .g-xxl-208,
  .gx-xxl-208 {
    --bs-gutter-x: 13em;
  }
  .g-xxl-208,
  .gy-xxl-208 {
    --bs-gutter-y: 13em;
  }
  .g-xxl-224,
  .gx-xxl-224 {
    --bs-gutter-x: 14em;
  }
  .g-xxl-224,
  .gy-xxl-224 {
    --bs-gutter-y: 14em;
  }
  .g-xxl-240,
  .gx-xxl-240 {
    --bs-gutter-x: 15em;
  }
  .g-xxl-240,
  .gy-xxl-240 {
    --bs-gutter-y: 15em;
  }
  .g-xxl-256,
  .gx-xxl-256 {
    --bs-gutter-x: 16em;
  }
  .g-xxl-256,
  .gy-xxl-256 {
    --bs-gutter-y: 16em;
  }
  .g-xxl-272,
  .gx-xxl-272 {
    --bs-gutter-x: 17em;
  }
  .g-xxl-272,
  .gy-xxl-272 {
    --bs-gutter-y: 17em;
  }
  .g-xxl-288,
  .gx-xxl-288 {
    --bs-gutter-x: 18em;
  }
  .g-xxl-288,
  .gy-xxl-288 {
    --bs-gutter-y: 18em;
  }
  .g-xxl-304,
  .gx-xxl-304 {
    --bs-gutter-x: 19em;
  }
  .g-xxl-304,
  .gy-xxl-304 {
    --bs-gutter-y: 19em;
  }
  .g-xxl-320,
  .gx-xxl-320 {
    --bs-gutter-x: 20em;
  }
  .g-xxl-320,
  .gy-xxl-320 {
    --bs-gutter-y: 20em;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1em;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1em;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5em;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5em;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 2em;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 2em;
  }
  .g-xxxl-40,
  .gx-xxxl-40 {
    --bs-gutter-x: 2.5em;
  }
  .g-xxxl-40,
  .gy-xxxl-40 {
    --bs-gutter-y: 2.5em;
  }
  .g-xxxl-48,
  .gx-xxxl-48 {
    --bs-gutter-x: 3em;
  }
  .g-xxxl-48,
  .gy-xxxl-48 {
    --bs-gutter-y: 3em;
  }
  .g-xxxl-56,
  .gx-xxxl-56 {
    --bs-gutter-x: 3.5em;
  }
  .g-xxxl-56,
  .gy-xxxl-56 {
    --bs-gutter-y: 3.5em;
  }
  .g-xxxl-64,
  .gx-xxxl-64 {
    --bs-gutter-x: 4em;
  }
  .g-xxxl-64,
  .gy-xxxl-64 {
    --bs-gutter-y: 4em;
  }
  .g-xxxl-72,
  .gx-xxxl-72 {
    --bs-gutter-x: 4.5em;
  }
  .g-xxxl-72,
  .gy-xxxl-72 {
    --bs-gutter-y: 4.5em;
  }
  .g-xxxl-80,
  .gx-xxxl-80 {
    --bs-gutter-x: 5em;
  }
  .g-xxxl-80,
  .gy-xxxl-80 {
    --bs-gutter-y: 5em;
  }
  .g-xxxl-96,
  .gx-xxxl-96 {
    --bs-gutter-x: 6em;
  }
  .g-xxxl-96,
  .gy-xxxl-96 {
    --bs-gutter-y: 6em;
  }
  .g-xxxl-104,
  .gx-xxxl-104 {
    --bs-gutter-x: 6.5em;
  }
  .g-xxxl-104,
  .gy-xxxl-104 {
    --bs-gutter-y: 6.5em;
  }
  .g-xxxl-112,
  .gx-xxxl-112 {
    --bs-gutter-x: 7em;
  }
  .g-xxxl-112,
  .gy-xxxl-112 {
    --bs-gutter-y: 7em;
  }
  .g-xxxl-120,
  .gx-xxxl-120 {
    --bs-gutter-x: 7.5em;
  }
  .g-xxxl-120,
  .gy-xxxl-120 {
    --bs-gutter-y: 7.5em;
  }
  .g-xxxl-128,
  .gx-xxxl-128 {
    --bs-gutter-x: 8em;
  }
  .g-xxxl-128,
  .gy-xxxl-128 {
    --bs-gutter-y: 8em;
  }
  .g-xxxl-136,
  .gx-xxxl-136 {
    --bs-gutter-x: 8.5em;
  }
  .g-xxxl-136,
  .gy-xxxl-136 {
    --bs-gutter-y: 8.5em;
  }
  .g-xxxl-144,
  .gx-xxxl-144 {
    --bs-gutter-x: 9em;
  }
  .g-xxxl-144,
  .gy-xxxl-144 {
    --bs-gutter-y: 9em;
  }
  .g-xxxl-152,
  .gx-xxxl-152 {
    --bs-gutter-x: 9.5em;
  }
  .g-xxxl-152,
  .gy-xxxl-152 {
    --bs-gutter-y: 9.5em;
  }
  .g-xxxl-160,
  .gx-xxxl-160 {
    --bs-gutter-x: 10em;
  }
  .g-xxxl-160,
  .gy-xxxl-160 {
    --bs-gutter-y: 10em;
  }
  .g-xxxl-176,
  .gx-xxxl-176 {
    --bs-gutter-x: 11em;
  }
  .g-xxxl-176,
  .gy-xxxl-176 {
    --bs-gutter-y: 11em;
  }
  .g-xxxl-192,
  .gx-xxxl-192 {
    --bs-gutter-x: 12em;
  }
  .g-xxxl-192,
  .gy-xxxl-192 {
    --bs-gutter-y: 12em;
  }
  .g-xxxl-208,
  .gx-xxxl-208 {
    --bs-gutter-x: 13em;
  }
  .g-xxxl-208,
  .gy-xxxl-208 {
    --bs-gutter-y: 13em;
  }
  .g-xxxl-224,
  .gx-xxxl-224 {
    --bs-gutter-x: 14em;
  }
  .g-xxxl-224,
  .gy-xxxl-224 {
    --bs-gutter-y: 14em;
  }
  .g-xxxl-240,
  .gx-xxxl-240 {
    --bs-gutter-x: 15em;
  }
  .g-xxxl-240,
  .gy-xxxl-240 {
    --bs-gutter-y: 15em;
  }
  .g-xxxl-256,
  .gx-xxxl-256 {
    --bs-gutter-x: 16em;
  }
  .g-xxxl-256,
  .gy-xxxl-256 {
    --bs-gutter-y: 16em;
  }
  .g-xxxl-272,
  .gx-xxxl-272 {
    --bs-gutter-x: 17em;
  }
  .g-xxxl-272,
  .gy-xxxl-272 {
    --bs-gutter-y: 17em;
  }
  .g-xxxl-288,
  .gx-xxxl-288 {
    --bs-gutter-x: 18em;
  }
  .g-xxxl-288,
  .gy-xxxl-288 {
    --bs-gutter-y: 18em;
  }
  .g-xxxl-304,
  .gx-xxxl-304 {
    --bs-gutter-x: 19em;
  }
  .g-xxxl-304,
  .gy-xxxl-304 {
    --bs-gutter-y: 19em;
  }
  .g-xxxl-320,
  .gx-xxxl-320 {
    --bs-gutter-x: 20em;
  }
  .g-xxxl-320,
  .gy-xxxl-320 {
    --bs-gutter-y: 20em;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #000000;
}
.link-primary:hover, .link-primary:focus {
  color: black;
}

.link-secondary {
  color: #d62525;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(171.2, 29.6, 29.6);
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-gray {
  color: #3e3e3e;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(49.6, 49.6, 49.6);
}

.link-gray-100 {
  color: #f9f9f9;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: rgb(250.2, 250.2, 250.2);
}

.link-gray-200 {
  color: #e9ecef;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: rgb(237.4, 239.8, 242.2);
}

.link-gray-300 {
  color: #dee2e6;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: rgb(228.6, 231.8, 235);
}

.link-gray-400 {
  color: #ced4da;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: rgb(215.8, 220.6, 225.4);
}

.link-gray-500 {
  color: #b5b5b4;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: rgb(195.8, 195.8, 195);
}

.link-gray-600 {
  color: #6c757d;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-gray-700 {
  color: #495057;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: rgb(58.4, 64, 69.6);
}

.link-gray-800 {
  color: #343a40;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: rgb(41.6, 46.4, 51.2);
}

.link-gray-900 {
  color: #212529;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: rgb(26.4, 29.6, 32.8);
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1460px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1700px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #000000;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 1.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #000000;
}

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 2rem;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0 0 0;
  border-top-color: #000000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0;
  height: 0;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0 0 0 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0 0;
  border-bottom-color: #000000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0;
  height: 0;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0 0 0 0;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 1rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
  vertical-align: top;
  border-color: #ddd;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cccccc;
  --bs-table-striped-bg: rgb(193.8, 193.8, 193.8);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(183.6, 183.6, 183.6);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(188.7, 188.7, 188.7);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(183.6, 183.6, 183.6);
}

.table-secondary {
  --bs-table-bg: rgb(246.8, 211.4, 211.4);
  --bs-table-striped-bg: rgb(234.46, 200.83, 200.83);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(222.12, 190.26, 190.26);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(228.29, 195.545, 195.545);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(222.12, 190.26, 190.26);
}

.table-success {
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(188.1, 207.9, 198.72);
}

.table-info {
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(185.94, 219.96, 226.8);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(229.5, 218.34, 184.86);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(223.2, 193.14, 196.02);
}

.table-light {
  --bs-table-bg: #f9f9f9;
  --bs-table-striped-bg: rgb(236.55, 236.55, 236.55);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(224.1, 224.1, 224.1);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(230.325, 230.325, 230.325);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(224.1, 224.1, 224.1);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(55.2, 58.8, 62.4);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1459.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1699.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.625;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 2.25rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1459.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 1.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/*! purgecss start ignore */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

/*! purgecss end ignore */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(127.5, 127.5, 127.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(1.25rem - 1px);
  border-top-right-radius: calc(1.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(1.25rem - 1px);
  border-bottom-left-radius: calc(1.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.form-label {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  color: inherit;
}

.col-form-label {
  padding-top: calc(0.875em + 1px);
  padding-bottom: calc(0.875em + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.625;
  color: inherit;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.875em 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: inherit;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid inherit;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: inherit;
  background-color: transparent;
  border-color: rgb(127.5, 127.5, 127.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.625em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.875em 0.75rem;
  margin: -0.875em -0.75rem;
  margin-inline-end: 0.75rem;
  color: inherit;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}
.form-control::-webkit-file-upload-button {
  padding: 0.875em 0.75rem;
  margin: -0.875em -0.75rem;
  margin-inline-end: 0.75rem;
  color: inherit;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875em 0;
  margin-bottom: 0;
  line-height: 1.625;
  color: #000000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.625em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.625em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.875rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.625em + 1.75em + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.625em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.625em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.875em;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.625em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.625em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.875em 2.25rem 0.875em 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: inherit;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.117' height='14.105' viewBox='0 0 26.117 14.105'%3E%3Cg id='strzalka-dol' transform='translate%2826.117 -117.742%29 rotate%2890%29'%3E%3Cg id='Group_45' data-name='Group 45' transform='translate%28117.742 0%29'%3E%3Cpath id='Path_2531' data-name='Path 2531' d='M131.55,12.342,119.47.3a1.012,1.012,0,1,0-1.43,1.434L129.4,13.059,118.04,24.388a1.012,1.012,0,0,0,1.43,1.433l12.08-12.046a1.012,1.012,0,0,0,0-1.433Z' transform='translate%28-117.742 0%29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid inherit;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 inherit;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 1.875rem;
}

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3125em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #000000;
  border-color: #000000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

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

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

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

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.875em 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid inherit;
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.875rem;
}

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: 3.375em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.84375em center;
  background-size: 1.6875em 1.6875em;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 3.375em;
  background-position: top 0.84375em right 0.84375em;
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.117' height='14.105' viewBox='0 0 26.117 14.105'%3E%3Cg id='strzalka-dol' transform='translate%2826.117 -117.742%29 rotate%2890%29'%3E%3Cg id='Group_45' data-name='Group 45' transform='translate%28117.742 0%29'%3E%3Cpath id='Path_2531' data-name='Path 2531' d='M131.55,12.342,119.47.3a1.012,1.012,0,1,0-1.43,1.434L129.4,13.059,118.04,24.388a1.012,1.012,0,0,0,1.43,1.433l12.08-12.046a1.012,1.012,0,0,0,0-1.433Z' transform='translate%28-117.742 0%29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, 1.6875em 1.6875em;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 3.375em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.84375em center;
  background-size: 1.6875em 1.6875em;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 3.375em;
  background-position: top 0.84375em right 0.84375em;
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.117' height='14.105' viewBox='0 0 26.117 14.105'%3E%3Cg id='strzalka-dol' transform='translate%2826.117 -117.742%29 rotate%2890%29'%3E%3Cg id='Group_45' data-name='Group 45' transform='translate%28117.742 0%29'%3E%3Cpath id='Path_2531' data-name='Path 2531' d='M131.55,12.342,119.47.3a1.012,1.012,0,1,0-1.43,1.434L129.4,13.059,118.04,24.388a1.012,1.012,0,0,0,1.43,1.433l12.08-12.046a1.012,1.012,0,0,0,0-1.433Z' transform='translate%28-117.742 0%29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, 1.6875em 1.6875em;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #ddd !important;
}

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

.border-top {
  border-top: 1px solid #ddd !important;
}

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

.border-end {
  border-right: 1px solid #ddd !important;
}

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

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

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

.border-start {
  border-left: 1px solid #ddd !important;
}

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

.border-primary {
  border-color: #000000 !important;
}

.border-secondary {
  border-color: #d62525 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-black {
  border-color: #000000 !important;
}

.border-gray {
  border-color: #3e3e3e !important;
}

.border-gray-100 {
  border-color: #f9f9f9 !important;
}

.border-gray-200 {
  border-color: #e9ecef !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-gray-500 {
  border-color: #b5b5b4 !important;
}

.border-gray-600 {
  border-color: #6c757d !important;
}

.border-gray-700 {
  border-color: #495057 !important;
}

.border-gray-800 {
  border-color: #343a40 !important;
}

.border-gray-900 {
  border-color: #212529 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-40 {
  gap: 2.5em !important;
}

.gap-48 {
  gap: 3em !important;
}

.gap-56 {
  gap: 3.5em !important;
}

.gap-64 {
  gap: 4em !important;
}

.gap-72 {
  gap: 4.5em !important;
}

.gap-80 {
  gap: 5em !important;
}

.gap-96 {
  gap: 6em !important;
}

.gap-104 {
  gap: 6.5em !important;
}

.gap-112 {
  gap: 7em !important;
}

.gap-120 {
  gap: 7.5em !important;
}

.gap-128 {
  gap: 8em !important;
}

.gap-136 {
  gap: 8.5em !important;
}

.gap-144 {
  gap: 9em !important;
}

.gap-152 {
  gap: 9.5em !important;
}

.gap-160 {
  gap: 10em !important;
}

.gap-176 {
  gap: 11em !important;
}

.gap-192 {
  gap: 12em !important;
}

.gap-208 {
  gap: 13em !important;
}

.gap-224 {
  gap: 14em !important;
}

.gap-240 {
  gap: 15em !important;
}

.gap-256 {
  gap: 16em !important;
}

.gap-272 {
  gap: 17em !important;
}

.gap-288 {
  gap: 18em !important;
}

.gap-304 {
  gap: 19em !important;
}

.gap-320 {
  gap: 20em !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.25em !important;
}

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

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

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

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

.m-40 {
  margin: 2.5em !important;
}

.m-48 {
  margin: 3em !important;
}

.m-56 {
  margin: 3.5em !important;
}

.m-64 {
  margin: 4em !important;
}

.m-72 {
  margin: 4.5em !important;
}

.m-80 {
  margin: 5em !important;
}

.m-96 {
  margin: 6em !important;
}

.m-104 {
  margin: 6.5em !important;
}

.m-112 {
  margin: 7em !important;
}

.m-120 {
  margin: 7.5em !important;
}

.m-128 {
  margin: 8em !important;
}

.m-136 {
  margin: 8.5em !important;
}

.m-144 {
  margin: 9em !important;
}

.m-152 {
  margin: 9.5em !important;
}

.m-160 {
  margin: 10em !important;
}

.m-176 {
  margin: 11em !important;
}

.m-192 {
  margin: 12em !important;
}

.m-208 {
  margin: 13em !important;
}

.m-224 {
  margin: 14em !important;
}

.m-240 {
  margin: 15em !important;
}

.m-256 {
  margin: 16em !important;
}

.m-272 {
  margin: 17em !important;
}

.m-288 {
  margin: 18em !important;
}

.m-304 {
  margin: 19em !important;
}

.m-320 {
  margin: 20em !important;
}

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

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

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

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

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

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

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

.mx-40 {
  margin-right: 2.5em !important;
  margin-left: 2.5em !important;
}

.mx-48 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.mx-56 {
  margin-right: 3.5em !important;
  margin-left: 3.5em !important;
}

.mx-64 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.mx-72 {
  margin-right: 4.5em !important;
  margin-left: 4.5em !important;
}

.mx-80 {
  margin-right: 5em !important;
  margin-left: 5em !important;
}

.mx-96 {
  margin-right: 6em !important;
  margin-left: 6em !important;
}

.mx-104 {
  margin-right: 6.5em !important;
  margin-left: 6.5em !important;
}

.mx-112 {
  margin-right: 7em !important;
  margin-left: 7em !important;
}

.mx-120 {
  margin-right: 7.5em !important;
  margin-left: 7.5em !important;
}

.mx-128 {
  margin-right: 8em !important;
  margin-left: 8em !important;
}

.mx-136 {
  margin-right: 8.5em !important;
  margin-left: 8.5em !important;
}

.mx-144 {
  margin-right: 9em !important;
  margin-left: 9em !important;
}

.mx-152 {
  margin-right: 9.5em !important;
  margin-left: 9.5em !important;
}

.mx-160 {
  margin-right: 10em !important;
  margin-left: 10em !important;
}

.mx-176 {
  margin-right: 11em !important;
  margin-left: 11em !important;
}

.mx-192 {
  margin-right: 12em !important;
  margin-left: 12em !important;
}

.mx-208 {
  margin-right: 13em !important;
  margin-left: 13em !important;
}

.mx-224 {
  margin-right: 14em !important;
  margin-left: 14em !important;
}

.mx-240 {
  margin-right: 15em !important;
  margin-left: 15em !important;
}

.mx-256 {
  margin-right: 16em !important;
  margin-left: 16em !important;
}

.mx-272 {
  margin-right: 17em !important;
  margin-left: 17em !important;
}

.mx-288 {
  margin-right: 18em !important;
  margin-left: 18em !important;
}

.mx-304 {
  margin-right: 19em !important;
  margin-left: 19em !important;
}

.mx-320 {
  margin-right: 20em !important;
  margin-left: 20em !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.25em !important;
  margin-bottom: 0.25em !important;
}

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

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

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

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

.my-40 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.my-48 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.my-56 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.my-64 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.my-72 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.my-80 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.my-96 {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.my-104 {
  margin-top: 6.5em !important;
  margin-bottom: 6.5em !important;
}

.my-112 {
  margin-top: 7em !important;
  margin-bottom: 7em !important;
}

.my-120 {
  margin-top: 7.5em !important;
  margin-bottom: 7.5em !important;
}

.my-128 {
  margin-top: 8em !important;
  margin-bottom: 8em !important;
}

.my-136 {
  margin-top: 8.5em !important;
  margin-bottom: 8.5em !important;
}

.my-144 {
  margin-top: 9em !important;
  margin-bottom: 9em !important;
}

.my-152 {
  margin-top: 9.5em !important;
  margin-bottom: 9.5em !important;
}

.my-160 {
  margin-top: 10em !important;
  margin-bottom: 10em !important;
}

.my-176 {
  margin-top: 11em !important;
  margin-bottom: 11em !important;
}

.my-192 {
  margin-top: 12em !important;
  margin-bottom: 12em !important;
}

.my-208 {
  margin-top: 13em !important;
  margin-bottom: 13em !important;
}

.my-224 {
  margin-top: 14em !important;
  margin-bottom: 14em !important;
}

.my-240 {
  margin-top: 15em !important;
  margin-bottom: 15em !important;
}

.my-256 {
  margin-top: 16em !important;
  margin-bottom: 16em !important;
}

.my-272 {
  margin-top: 17em !important;
  margin-bottom: 17em !important;
}

.my-288 {
  margin-top: 18em !important;
  margin-bottom: 18em !important;
}

.my-304 {
  margin-top: 19em !important;
  margin-bottom: 19em !important;
}

.my-320 {
  margin-top: 20em !important;
  margin-bottom: 20em !important;
}

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

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

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

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

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

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

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

.mt-40 {
  margin-top: 2.5em !important;
}

.mt-48 {
  margin-top: 3em !important;
}

.mt-56 {
  margin-top: 3.5em !important;
}

.mt-64 {
  margin-top: 4em !important;
}

.mt-72 {
  margin-top: 4.5em !important;
}

.mt-80 {
  margin-top: 5em !important;
}

.mt-96 {
  margin-top: 6em !important;
}

.mt-104 {
  margin-top: 6.5em !important;
}

.mt-112 {
  margin-top: 7em !important;
}

.mt-120 {
  margin-top: 7.5em !important;
}

.mt-128 {
  margin-top: 8em !important;
}

.mt-136 {
  margin-top: 8.5em !important;
}

.mt-144 {
  margin-top: 9em !important;
}

.mt-152 {
  margin-top: 9.5em !important;
}

.mt-160 {
  margin-top: 10em !important;
}

.mt-176 {
  margin-top: 11em !important;
}

.mt-192 {
  margin-top: 12em !important;
}

.mt-208 {
  margin-top: 13em !important;
}

.mt-224 {
  margin-top: 14em !important;
}

.mt-240 {
  margin-top: 15em !important;
}

.mt-256 {
  margin-top: 16em !important;
}

.mt-272 {
  margin-top: 17em !important;
}

.mt-288 {
  margin-top: 18em !important;
}

.mt-304 {
  margin-top: 19em !important;
}

.mt-320 {
  margin-top: 20em !important;
}

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

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

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

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

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

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

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

.me-40 {
  margin-right: 2.5em !important;
}

.me-48 {
  margin-right: 3em !important;
}

.me-56 {
  margin-right: 3.5em !important;
}

.me-64 {
  margin-right: 4em !important;
}

.me-72 {
  margin-right: 4.5em !important;
}

.me-80 {
  margin-right: 5em !important;
}

.me-96 {
  margin-right: 6em !important;
}

.me-104 {
  margin-right: 6.5em !important;
}

.me-112 {
  margin-right: 7em !important;
}

.me-120 {
  margin-right: 7.5em !important;
}

.me-128 {
  margin-right: 8em !important;
}

.me-136 {
  margin-right: 8.5em !important;
}

.me-144 {
  margin-right: 9em !important;
}

.me-152 {
  margin-right: 9.5em !important;
}

.me-160 {
  margin-right: 10em !important;
}

.me-176 {
  margin-right: 11em !important;
}

.me-192 {
  margin-right: 12em !important;
}

.me-208 {
  margin-right: 13em !important;
}

.me-224 {
  margin-right: 14em !important;
}

.me-240 {
  margin-right: 15em !important;
}

.me-256 {
  margin-right: 16em !important;
}

.me-272 {
  margin-right: 17em !important;
}

.me-288 {
  margin-right: 18em !important;
}

.me-304 {
  margin-right: 19em !important;
}

.me-320 {
  margin-right: 20em !important;
}

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

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

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

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

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

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

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

.mb-40 {
  margin-bottom: 2.5em !important;
}

.mb-48 {
  margin-bottom: 3em !important;
}

.mb-56 {
  margin-bottom: 3.5em !important;
}

.mb-64 {
  margin-bottom: 4em !important;
}

.mb-72 {
  margin-bottom: 4.5em !important;
}

.mb-80 {
  margin-bottom: 5em !important;
}

.mb-96 {
  margin-bottom: 6em !important;
}

.mb-104 {
  margin-bottom: 6.5em !important;
}

.mb-112 {
  margin-bottom: 7em !important;
}

.mb-120 {
  margin-bottom: 7.5em !important;
}

.mb-128 {
  margin-bottom: 8em !important;
}

.mb-136 {
  margin-bottom: 8.5em !important;
}

.mb-144 {
  margin-bottom: 9em !important;
}

.mb-152 {
  margin-bottom: 9.5em !important;
}

.mb-160 {
  margin-bottom: 10em !important;
}

.mb-176 {
  margin-bottom: 11em !important;
}

.mb-192 {
  margin-bottom: 12em !important;
}

.mb-208 {
  margin-bottom: 13em !important;
}

.mb-224 {
  margin-bottom: 14em !important;
}

.mb-240 {
  margin-bottom: 15em !important;
}

.mb-256 {
  margin-bottom: 16em !important;
}

.mb-272 {
  margin-bottom: 17em !important;
}

.mb-288 {
  margin-bottom: 18em !important;
}

.mb-304 {
  margin-bottom: 19em !important;
}

.mb-320 {
  margin-bottom: 20em !important;
}

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

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

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

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

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

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

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

.ms-40 {
  margin-left: 2.5em !important;
}

.ms-48 {
  margin-left: 3em !important;
}

.ms-56 {
  margin-left: 3.5em !important;
}

.ms-64 {
  margin-left: 4em !important;
}

.ms-72 {
  margin-left: 4.5em !important;
}

.ms-80 {
  margin-left: 5em !important;
}

.ms-96 {
  margin-left: 6em !important;
}

.ms-104 {
  margin-left: 6.5em !important;
}

.ms-112 {
  margin-left: 7em !important;
}

.ms-120 {
  margin-left: 7.5em !important;
}

.ms-128 {
  margin-left: 8em !important;
}

.ms-136 {
  margin-left: 8.5em !important;
}

.ms-144 {
  margin-left: 9em !important;
}

.ms-152 {
  margin-left: 9.5em !important;
}

.ms-160 {
  margin-left: 10em !important;
}

.ms-176 {
  margin-left: 11em !important;
}

.ms-192 {
  margin-left: 12em !important;
}

.ms-208 {
  margin-left: 13em !important;
}

.ms-224 {
  margin-left: 14em !important;
}

.ms-240 {
  margin-left: 15em !important;
}

.ms-256 {
  margin-left: 16em !important;
}

.ms-272 {
  margin-left: 17em !important;
}

.ms-288 {
  margin-left: 18em !important;
}

.ms-304 {
  margin-left: 19em !important;
}

.ms-320 {
  margin-left: 20em !important;
}

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

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

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

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

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

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

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

.p-40 {
  padding: 2.5em !important;
}

.p-48 {
  padding: 3em !important;
}

.p-56 {
  padding: 3.5em !important;
}

.p-64 {
  padding: 4em !important;
}

.p-72 {
  padding: 4.5em !important;
}

.p-80 {
  padding: 5em !important;
}

.p-96 {
  padding: 6em !important;
}

.p-104 {
  padding: 6.5em !important;
}

.p-112 {
  padding: 7em !important;
}

.p-120 {
  padding: 7.5em !important;
}

.p-128 {
  padding: 8em !important;
}

.p-136 {
  padding: 8.5em !important;
}

.p-144 {
  padding: 9em !important;
}

.p-152 {
  padding: 9.5em !important;
}

.p-160 {
  padding: 10em !important;
}

.p-176 {
  padding: 11em !important;
}

.p-192 {
  padding: 12em !important;
}

.p-208 {
  padding: 13em !important;
}

.p-224 {
  padding: 14em !important;
}

.p-240 {
  padding: 15em !important;
}

.p-256 {
  padding: 16em !important;
}

.p-272 {
  padding: 17em !important;
}

.p-288 {
  padding: 18em !important;
}

.p-304 {
  padding: 19em !important;
}

.p-320 {
  padding: 20em !important;
}

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

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

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

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

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

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

.px-40 {
  padding-right: 2.5em !important;
  padding-left: 2.5em !important;
}

.px-48 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.px-56 {
  padding-right: 3.5em !important;
  padding-left: 3.5em !important;
}

.px-64 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.px-72 {
  padding-right: 4.5em !important;
  padding-left: 4.5em !important;
}

.px-80 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.px-96 {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.px-104 {
  padding-right: 6.5em !important;
  padding-left: 6.5em !important;
}

.px-112 {
  padding-right: 7em !important;
  padding-left: 7em !important;
}

.px-120 {
  padding-right: 7.5em !important;
  padding-left: 7.5em !important;
}

.px-128 {
  padding-right: 8em !important;
  padding-left: 8em !important;
}

.px-136 {
  padding-right: 8.5em !important;
  padding-left: 8.5em !important;
}

.px-144 {
  padding-right: 9em !important;
  padding-left: 9em !important;
}

.px-152 {
  padding-right: 9.5em !important;
  padding-left: 9.5em !important;
}

.px-160 {
  padding-right: 10em !important;
  padding-left: 10em !important;
}

.px-176 {
  padding-right: 11em !important;
  padding-left: 11em !important;
}

.px-192 {
  padding-right: 12em !important;
  padding-left: 12em !important;
}

.px-208 {
  padding-right: 13em !important;
  padding-left: 13em !important;
}

.px-224 {
  padding-right: 14em !important;
  padding-left: 14em !important;
}

.px-240 {
  padding-right: 15em !important;
  padding-left: 15em !important;
}

.px-256 {
  padding-right: 16em !important;
  padding-left: 16em !important;
}

.px-272 {
  padding-right: 17em !important;
  padding-left: 17em !important;
}

.px-288 {
  padding-right: 18em !important;
  padding-left: 18em !important;
}

.px-304 {
  padding-right: 19em !important;
  padding-left: 19em !important;
}

.px-320 {
  padding-right: 20em !important;
  padding-left: 20em !important;
}

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

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

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

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

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

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

.py-40 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.py-48 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.py-56 {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.py-64 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.py-72 {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.py-80 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.py-96 {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.py-104 {
  padding-top: 6.5em !important;
  padding-bottom: 6.5em !important;
}

.py-112 {
  padding-top: 7em !important;
  padding-bottom: 7em !important;
}

.py-120 {
  padding-top: 7.5em !important;
  padding-bottom: 7.5em !important;
}

.py-128 {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.py-136 {
  padding-top: 8.5em !important;
  padding-bottom: 8.5em !important;
}

.py-144 {
  padding-top: 9em !important;
  padding-bottom: 9em !important;
}

.py-152 {
  padding-top: 9.5em !important;
  padding-bottom: 9.5em !important;
}

.py-160 {
  padding-top: 10em !important;
  padding-bottom: 10em !important;
}

.py-176 {
  padding-top: 11em !important;
  padding-bottom: 11em !important;
}

.py-192 {
  padding-top: 12em !important;
  padding-bottom: 12em !important;
}

.py-208 {
  padding-top: 13em !important;
  padding-bottom: 13em !important;
}

.py-224 {
  padding-top: 14em !important;
  padding-bottom: 14em !important;
}

.py-240 {
  padding-top: 15em !important;
  padding-bottom: 15em !important;
}

.py-256 {
  padding-top: 16em !important;
  padding-bottom: 16em !important;
}

.py-272 {
  padding-top: 17em !important;
  padding-bottom: 17em !important;
}

.py-288 {
  padding-top: 18em !important;
  padding-bottom: 18em !important;
}

.py-304 {
  padding-top: 19em !important;
  padding-bottom: 19em !important;
}

.py-320 {
  padding-top: 20em !important;
  padding-bottom: 20em !important;
}

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

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

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

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

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

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

.pt-40 {
  padding-top: 2.5em !important;
}

.pt-48 {
  padding-top: 3em !important;
}

.pt-56 {
  padding-top: 3.5em !important;
}

.pt-64 {
  padding-top: 4em !important;
}

.pt-72 {
  padding-top: 4.5em !important;
}

.pt-80 {
  padding-top: 5em !important;
}

.pt-96 {
  padding-top: 6em !important;
}

.pt-104 {
  padding-top: 6.5em !important;
}

.pt-112 {
  padding-top: 7em !important;
}

.pt-120 {
  padding-top: 7.5em !important;
}

.pt-128 {
  padding-top: 8em !important;
}

.pt-136 {
  padding-top: 8.5em !important;
}

.pt-144 {
  padding-top: 9em !important;
}

.pt-152 {
  padding-top: 9.5em !important;
}

.pt-160 {
  padding-top: 10em !important;
}

.pt-176 {
  padding-top: 11em !important;
}

.pt-192 {
  padding-top: 12em !important;
}

.pt-208 {
  padding-top: 13em !important;
}

.pt-224 {
  padding-top: 14em !important;
}

.pt-240 {
  padding-top: 15em !important;
}

.pt-256 {
  padding-top: 16em !important;
}

.pt-272 {
  padding-top: 17em !important;
}

.pt-288 {
  padding-top: 18em !important;
}

.pt-304 {
  padding-top: 19em !important;
}

.pt-320 {
  padding-top: 20em !important;
}

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

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

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

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

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

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

.pe-40 {
  padding-right: 2.5em !important;
}

.pe-48 {
  padding-right: 3em !important;
}

.pe-56 {
  padding-right: 3.5em !important;
}

.pe-64 {
  padding-right: 4em !important;
}

.pe-72 {
  padding-right: 4.5em !important;
}

.pe-80 {
  padding-right: 5em !important;
}

.pe-96 {
  padding-right: 6em !important;
}

.pe-104 {
  padding-right: 6.5em !important;
}

.pe-112 {
  padding-right: 7em !important;
}

.pe-120 {
  padding-right: 7.5em !important;
}

.pe-128 {
  padding-right: 8em !important;
}

.pe-136 {
  padding-right: 8.5em !important;
}

.pe-144 {
  padding-right: 9em !important;
}

.pe-152 {
  padding-right: 9.5em !important;
}

.pe-160 {
  padding-right: 10em !important;
}

.pe-176 {
  padding-right: 11em !important;
}

.pe-192 {
  padding-right: 12em !important;
}

.pe-208 {
  padding-right: 13em !important;
}

.pe-224 {
  padding-right: 14em !important;
}

.pe-240 {
  padding-right: 15em !important;
}

.pe-256 {
  padding-right: 16em !important;
}

.pe-272 {
  padding-right: 17em !important;
}

.pe-288 {
  padding-right: 18em !important;
}

.pe-304 {
  padding-right: 19em !important;
}

.pe-320 {
  padding-right: 20em !important;
}

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

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

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

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

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

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

.pb-40 {
  padding-bottom: 2.5em !important;
}

.pb-48 {
  padding-bottom: 3em !important;
}

.pb-56 {
  padding-bottom: 3.5em !important;
}

.pb-64 {
  padding-bottom: 4em !important;
}

.pb-72 {
  padding-bottom: 4.5em !important;
}

.pb-80 {
  padding-bottom: 5em !important;
}

.pb-96 {
  padding-bottom: 6em !important;
}

.pb-104 {
  padding-bottom: 6.5em !important;
}

.pb-112 {
  padding-bottom: 7em !important;
}

.pb-120 {
  padding-bottom: 7.5em !important;
}

.pb-128 {
  padding-bottom: 8em !important;
}

.pb-136 {
  padding-bottom: 8.5em !important;
}

.pb-144 {
  padding-bottom: 9em !important;
}

.pb-152 {
  padding-bottom: 9.5em !important;
}

.pb-160 {
  padding-bottom: 10em !important;
}

.pb-176 {
  padding-bottom: 11em !important;
}

.pb-192 {
  padding-bottom: 12em !important;
}

.pb-208 {
  padding-bottom: 13em !important;
}

.pb-224 {
  padding-bottom: 14em !important;
}

.pb-240 {
  padding-bottom: 15em !important;
}

.pb-256 {
  padding-bottom: 16em !important;
}

.pb-272 {
  padding-bottom: 17em !important;
}

.pb-288 {
  padding-bottom: 18em !important;
}

.pb-304 {
  padding-bottom: 19em !important;
}

.pb-320 {
  padding-bottom: 20em !important;
}

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

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

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

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

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

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

.ps-40 {
  padding-left: 2.5em !important;
}

.ps-48 {
  padding-left: 3em !important;
}

.ps-56 {
  padding-left: 3.5em !important;
}

.ps-64 {
  padding-left: 4em !important;
}

.ps-72 {
  padding-left: 4.5em !important;
}

.ps-80 {
  padding-left: 5em !important;
}

.ps-96 {
  padding-left: 6em !important;
}

.ps-104 {
  padding-left: 6.5em !important;
}

.ps-112 {
  padding-left: 7em !important;
}

.ps-120 {
  padding-left: 7.5em !important;
}

.ps-128 {
  padding-left: 8em !important;
}

.ps-136 {
  padding-left: 8.5em !important;
}

.ps-144 {
  padding-left: 9em !important;
}

.ps-152 {
  padding-left: 9.5em !important;
}

.ps-160 {
  padding-left: 10em !important;
}

.ps-176 {
  padding-left: 11em !important;
}

.ps-192 {
  padding-left: 12em !important;
}

.ps-208 {
  padding-left: 13em !important;
}

.ps-224 {
  padding-left: 14em !important;
}

.ps-240 {
  padding-left: 15em !important;
}

.ps-256 {
  padding-left: 16em !important;
}

.ps-272 {
  padding-left: 17em !important;
}

.ps-288 {
  padding-left: 18em !important;
}

.ps-304 {
  padding-left: 19em !important;
}

.ps-320 {
  padding-left: 20em !important;
}

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

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

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

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

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

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

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

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

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

.fs-70 {
  font-size: calc(1.5625rem + 3.75vw) !important;
}

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

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

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !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.625 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 1.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 1.25rem !important;
}

.rounded-3 {
  border-radius: 1.875rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25em !important;
  }
  .gap-sm-2 {
    gap: 0.5em !important;
  }
  .gap-sm-3 {
    gap: 1em !important;
  }
  .gap-sm-4 {
    gap: 1.5em !important;
  }
  .gap-sm-5 {
    gap: 2em !important;
  }
  .gap-sm-40 {
    gap: 2.5em !important;
  }
  .gap-sm-48 {
    gap: 3em !important;
  }
  .gap-sm-56 {
    gap: 3.5em !important;
  }
  .gap-sm-64 {
    gap: 4em !important;
  }
  .gap-sm-72 {
    gap: 4.5em !important;
  }
  .gap-sm-80 {
    gap: 5em !important;
  }
  .gap-sm-96 {
    gap: 6em !important;
  }
  .gap-sm-104 {
    gap: 6.5em !important;
  }
  .gap-sm-112 {
    gap: 7em !important;
  }
  .gap-sm-120 {
    gap: 7.5em !important;
  }
  .gap-sm-128 {
    gap: 8em !important;
  }
  .gap-sm-136 {
    gap: 8.5em !important;
  }
  .gap-sm-144 {
    gap: 9em !important;
  }
  .gap-sm-152 {
    gap: 9.5em !important;
  }
  .gap-sm-160 {
    gap: 10em !important;
  }
  .gap-sm-176 {
    gap: 11em !important;
  }
  .gap-sm-192 {
    gap: 12em !important;
  }
  .gap-sm-208 {
    gap: 13em !important;
  }
  .gap-sm-224 {
    gap: 14em !important;
  }
  .gap-sm-240 {
    gap: 15em !important;
  }
  .gap-sm-256 {
    gap: 16em !important;
  }
  .gap-sm-272 {
    gap: 17em !important;
  }
  .gap-sm-288 {
    gap: 18em !important;
  }
  .gap-sm-304 {
    gap: 19em !important;
  }
  .gap-sm-320 {
    gap: 20em !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.25em !important;
  }
  .m-sm-2 {
    margin: 0.5em !important;
  }
  .m-sm-3 {
    margin: 1em !important;
  }
  .m-sm-4 {
    margin: 1.5em !important;
  }
  .m-sm-5 {
    margin: 2em !important;
  }
  .m-sm-40 {
    margin: 2.5em !important;
  }
  .m-sm-48 {
    margin: 3em !important;
  }
  .m-sm-56 {
    margin: 3.5em !important;
  }
  .m-sm-64 {
    margin: 4em !important;
  }
  .m-sm-72 {
    margin: 4.5em !important;
  }
  .m-sm-80 {
    margin: 5em !important;
  }
  .m-sm-96 {
    margin: 6em !important;
  }
  .m-sm-104 {
    margin: 6.5em !important;
  }
  .m-sm-112 {
    margin: 7em !important;
  }
  .m-sm-120 {
    margin: 7.5em !important;
  }
  .m-sm-128 {
    margin: 8em !important;
  }
  .m-sm-136 {
    margin: 8.5em !important;
  }
  .m-sm-144 {
    margin: 9em !important;
  }
  .m-sm-152 {
    margin: 9.5em !important;
  }
  .m-sm-160 {
    margin: 10em !important;
  }
  .m-sm-176 {
    margin: 11em !important;
  }
  .m-sm-192 {
    margin: 12em !important;
  }
  .m-sm-208 {
    margin: 13em !important;
  }
  .m-sm-224 {
    margin: 14em !important;
  }
  .m-sm-240 {
    margin: 15em !important;
  }
  .m-sm-256 {
    margin: 16em !important;
  }
  .m-sm-272 {
    margin: 17em !important;
  }
  .m-sm-288 {
    margin: 18em !important;
  }
  .m-sm-304 {
    margin: 19em !important;
  }
  .m-sm-320 {
    margin: 20em !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-sm-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-sm-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-sm-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-sm-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-sm-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-sm-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-sm-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-sm-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-sm-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-sm-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-sm-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-sm-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-sm-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-sm-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-sm-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-sm-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-sm-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-sm-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-sm-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-sm-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-sm-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-sm-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-sm-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-sm-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-sm-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-sm-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-sm-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-sm-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-sm-320 {
    margin-right: 20em !important;
    margin-left: 20em !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.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-sm-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-sm-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-sm-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-sm-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-sm-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-sm-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-sm-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-sm-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-sm-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-sm-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-sm-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-sm-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-sm-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-sm-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-sm-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-sm-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-sm-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-sm-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-sm-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-sm-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-sm-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-sm-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-sm-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-sm-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-sm-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-sm-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-sm-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-sm-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-sm-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !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.25em !important;
  }
  .mt-sm-2 {
    margin-top: 0.5em !important;
  }
  .mt-sm-3 {
    margin-top: 1em !important;
  }
  .mt-sm-4 {
    margin-top: 1.5em !important;
  }
  .mt-sm-5 {
    margin-top: 2em !important;
  }
  .mt-sm-40 {
    margin-top: 2.5em !important;
  }
  .mt-sm-48 {
    margin-top: 3em !important;
  }
  .mt-sm-56 {
    margin-top: 3.5em !important;
  }
  .mt-sm-64 {
    margin-top: 4em !important;
  }
  .mt-sm-72 {
    margin-top: 4.5em !important;
  }
  .mt-sm-80 {
    margin-top: 5em !important;
  }
  .mt-sm-96 {
    margin-top: 6em !important;
  }
  .mt-sm-104 {
    margin-top: 6.5em !important;
  }
  .mt-sm-112 {
    margin-top: 7em !important;
  }
  .mt-sm-120 {
    margin-top: 7.5em !important;
  }
  .mt-sm-128 {
    margin-top: 8em !important;
  }
  .mt-sm-136 {
    margin-top: 8.5em !important;
  }
  .mt-sm-144 {
    margin-top: 9em !important;
  }
  .mt-sm-152 {
    margin-top: 9.5em !important;
  }
  .mt-sm-160 {
    margin-top: 10em !important;
  }
  .mt-sm-176 {
    margin-top: 11em !important;
  }
  .mt-sm-192 {
    margin-top: 12em !important;
  }
  .mt-sm-208 {
    margin-top: 13em !important;
  }
  .mt-sm-224 {
    margin-top: 14em !important;
  }
  .mt-sm-240 {
    margin-top: 15em !important;
  }
  .mt-sm-256 {
    margin-top: 16em !important;
  }
  .mt-sm-272 {
    margin-top: 17em !important;
  }
  .mt-sm-288 {
    margin-top: 18em !important;
  }
  .mt-sm-304 {
    margin-top: 19em !important;
  }
  .mt-sm-320 {
    margin-top: 20em !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25em !important;
  }
  .me-sm-2 {
    margin-right: 0.5em !important;
  }
  .me-sm-3 {
    margin-right: 1em !important;
  }
  .me-sm-4 {
    margin-right: 1.5em !important;
  }
  .me-sm-5 {
    margin-right: 2em !important;
  }
  .me-sm-40 {
    margin-right: 2.5em !important;
  }
  .me-sm-48 {
    margin-right: 3em !important;
  }
  .me-sm-56 {
    margin-right: 3.5em !important;
  }
  .me-sm-64 {
    margin-right: 4em !important;
  }
  .me-sm-72 {
    margin-right: 4.5em !important;
  }
  .me-sm-80 {
    margin-right: 5em !important;
  }
  .me-sm-96 {
    margin-right: 6em !important;
  }
  .me-sm-104 {
    margin-right: 6.5em !important;
  }
  .me-sm-112 {
    margin-right: 7em !important;
  }
  .me-sm-120 {
    margin-right: 7.5em !important;
  }
  .me-sm-128 {
    margin-right: 8em !important;
  }
  .me-sm-136 {
    margin-right: 8.5em !important;
  }
  .me-sm-144 {
    margin-right: 9em !important;
  }
  .me-sm-152 {
    margin-right: 9.5em !important;
  }
  .me-sm-160 {
    margin-right: 10em !important;
  }
  .me-sm-176 {
    margin-right: 11em !important;
  }
  .me-sm-192 {
    margin-right: 12em !important;
  }
  .me-sm-208 {
    margin-right: 13em !important;
  }
  .me-sm-224 {
    margin-right: 14em !important;
  }
  .me-sm-240 {
    margin-right: 15em !important;
  }
  .me-sm-256 {
    margin-right: 16em !important;
  }
  .me-sm-272 {
    margin-right: 17em !important;
  }
  .me-sm-288 {
    margin-right: 18em !important;
  }
  .me-sm-304 {
    margin-right: 19em !important;
  }
  .me-sm-320 {
    margin-right: 20em !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-sm-3 {
    margin-bottom: 1em !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-sm-5 {
    margin-bottom: 2em !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-sm-48 {
    margin-bottom: 3em !important;
  }
  .mb-sm-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-sm-64 {
    margin-bottom: 4em !important;
  }
  .mb-sm-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-sm-80 {
    margin-bottom: 5em !important;
  }
  .mb-sm-96 {
    margin-bottom: 6em !important;
  }
  .mb-sm-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-sm-112 {
    margin-bottom: 7em !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-sm-128 {
    margin-bottom: 8em !important;
  }
  .mb-sm-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-sm-144 {
    margin-bottom: 9em !important;
  }
  .mb-sm-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-sm-160 {
    margin-bottom: 10em !important;
  }
  .mb-sm-176 {
    margin-bottom: 11em !important;
  }
  .mb-sm-192 {
    margin-bottom: 12em !important;
  }
  .mb-sm-208 {
    margin-bottom: 13em !important;
  }
  .mb-sm-224 {
    margin-bottom: 14em !important;
  }
  .mb-sm-240 {
    margin-bottom: 15em !important;
  }
  .mb-sm-256 {
    margin-bottom: 16em !important;
  }
  .mb-sm-272 {
    margin-bottom: 17em !important;
  }
  .mb-sm-288 {
    margin-bottom: 18em !important;
  }
  .mb-sm-304 {
    margin-bottom: 19em !important;
  }
  .mb-sm-320 {
    margin-bottom: 20em !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25em !important;
  }
  .ms-sm-2 {
    margin-left: 0.5em !important;
  }
  .ms-sm-3 {
    margin-left: 1em !important;
  }
  .ms-sm-4 {
    margin-left: 1.5em !important;
  }
  .ms-sm-5 {
    margin-left: 2em !important;
  }
  .ms-sm-40 {
    margin-left: 2.5em !important;
  }
  .ms-sm-48 {
    margin-left: 3em !important;
  }
  .ms-sm-56 {
    margin-left: 3.5em !important;
  }
  .ms-sm-64 {
    margin-left: 4em !important;
  }
  .ms-sm-72 {
    margin-left: 4.5em !important;
  }
  .ms-sm-80 {
    margin-left: 5em !important;
  }
  .ms-sm-96 {
    margin-left: 6em !important;
  }
  .ms-sm-104 {
    margin-left: 6.5em !important;
  }
  .ms-sm-112 {
    margin-left: 7em !important;
  }
  .ms-sm-120 {
    margin-left: 7.5em !important;
  }
  .ms-sm-128 {
    margin-left: 8em !important;
  }
  .ms-sm-136 {
    margin-left: 8.5em !important;
  }
  .ms-sm-144 {
    margin-left: 9em !important;
  }
  .ms-sm-152 {
    margin-left: 9.5em !important;
  }
  .ms-sm-160 {
    margin-left: 10em !important;
  }
  .ms-sm-176 {
    margin-left: 11em !important;
  }
  .ms-sm-192 {
    margin-left: 12em !important;
  }
  .ms-sm-208 {
    margin-left: 13em !important;
  }
  .ms-sm-224 {
    margin-left: 14em !important;
  }
  .ms-sm-240 {
    margin-left: 15em !important;
  }
  .ms-sm-256 {
    margin-left: 16em !important;
  }
  .ms-sm-272 {
    margin-left: 17em !important;
  }
  .ms-sm-288 {
    margin-left: 18em !important;
  }
  .ms-sm-304 {
    margin-left: 19em !important;
  }
  .ms-sm-320 {
    margin-left: 20em !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25em !important;
  }
  .p-sm-2 {
    padding: 0.5em !important;
  }
  .p-sm-3 {
    padding: 1em !important;
  }
  .p-sm-4 {
    padding: 1.5em !important;
  }
  .p-sm-5 {
    padding: 2em !important;
  }
  .p-sm-40 {
    padding: 2.5em !important;
  }
  .p-sm-48 {
    padding: 3em !important;
  }
  .p-sm-56 {
    padding: 3.5em !important;
  }
  .p-sm-64 {
    padding: 4em !important;
  }
  .p-sm-72 {
    padding: 4.5em !important;
  }
  .p-sm-80 {
    padding: 5em !important;
  }
  .p-sm-96 {
    padding: 6em !important;
  }
  .p-sm-104 {
    padding: 6.5em !important;
  }
  .p-sm-112 {
    padding: 7em !important;
  }
  .p-sm-120 {
    padding: 7.5em !important;
  }
  .p-sm-128 {
    padding: 8em !important;
  }
  .p-sm-136 {
    padding: 8.5em !important;
  }
  .p-sm-144 {
    padding: 9em !important;
  }
  .p-sm-152 {
    padding: 9.5em !important;
  }
  .p-sm-160 {
    padding: 10em !important;
  }
  .p-sm-176 {
    padding: 11em !important;
  }
  .p-sm-192 {
    padding: 12em !important;
  }
  .p-sm-208 {
    padding: 13em !important;
  }
  .p-sm-224 {
    padding: 14em !important;
  }
  .p-sm-240 {
    padding: 15em !important;
  }
  .p-sm-256 {
    padding: 16em !important;
  }
  .p-sm-272 {
    padding: 17em !important;
  }
  .p-sm-288 {
    padding: 18em !important;
  }
  .p-sm-304 {
    padding: 19em !important;
  }
  .p-sm-320 {
    padding: 20em !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-sm-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-sm-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-sm-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-sm-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-sm-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-sm-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-sm-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-sm-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-sm-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-sm-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-sm-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-sm-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-sm-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-sm-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-sm-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-sm-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-sm-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-sm-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-sm-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-sm-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-sm-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-sm-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-sm-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-sm-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-sm-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-sm-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-sm-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-sm-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-sm-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-sm-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-sm-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-sm-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-sm-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-sm-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-sm-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-sm-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-sm-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-sm-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-sm-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-sm-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-sm-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-sm-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-sm-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-sm-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-sm-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-sm-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-sm-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-sm-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-sm-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-sm-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-sm-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-sm-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-sm-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-sm-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-sm-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-sm-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-sm-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-sm-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25em !important;
  }
  .pt-sm-2 {
    padding-top: 0.5em !important;
  }
  .pt-sm-3 {
    padding-top: 1em !important;
  }
  .pt-sm-4 {
    padding-top: 1.5em !important;
  }
  .pt-sm-5 {
    padding-top: 2em !important;
  }
  .pt-sm-40 {
    padding-top: 2.5em !important;
  }
  .pt-sm-48 {
    padding-top: 3em !important;
  }
  .pt-sm-56 {
    padding-top: 3.5em !important;
  }
  .pt-sm-64 {
    padding-top: 4em !important;
  }
  .pt-sm-72 {
    padding-top: 4.5em !important;
  }
  .pt-sm-80 {
    padding-top: 5em !important;
  }
  .pt-sm-96 {
    padding-top: 6em !important;
  }
  .pt-sm-104 {
    padding-top: 6.5em !important;
  }
  .pt-sm-112 {
    padding-top: 7em !important;
  }
  .pt-sm-120 {
    padding-top: 7.5em !important;
  }
  .pt-sm-128 {
    padding-top: 8em !important;
  }
  .pt-sm-136 {
    padding-top: 8.5em !important;
  }
  .pt-sm-144 {
    padding-top: 9em !important;
  }
  .pt-sm-152 {
    padding-top: 9.5em !important;
  }
  .pt-sm-160 {
    padding-top: 10em !important;
  }
  .pt-sm-176 {
    padding-top: 11em !important;
  }
  .pt-sm-192 {
    padding-top: 12em !important;
  }
  .pt-sm-208 {
    padding-top: 13em !important;
  }
  .pt-sm-224 {
    padding-top: 14em !important;
  }
  .pt-sm-240 {
    padding-top: 15em !important;
  }
  .pt-sm-256 {
    padding-top: 16em !important;
  }
  .pt-sm-272 {
    padding-top: 17em !important;
  }
  .pt-sm-288 {
    padding-top: 18em !important;
  }
  .pt-sm-304 {
    padding-top: 19em !important;
  }
  .pt-sm-320 {
    padding-top: 20em !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25em !important;
  }
  .pe-sm-2 {
    padding-right: 0.5em !important;
  }
  .pe-sm-3 {
    padding-right: 1em !important;
  }
  .pe-sm-4 {
    padding-right: 1.5em !important;
  }
  .pe-sm-5 {
    padding-right: 2em !important;
  }
  .pe-sm-40 {
    padding-right: 2.5em !important;
  }
  .pe-sm-48 {
    padding-right: 3em !important;
  }
  .pe-sm-56 {
    padding-right: 3.5em !important;
  }
  .pe-sm-64 {
    padding-right: 4em !important;
  }
  .pe-sm-72 {
    padding-right: 4.5em !important;
  }
  .pe-sm-80 {
    padding-right: 5em !important;
  }
  .pe-sm-96 {
    padding-right: 6em !important;
  }
  .pe-sm-104 {
    padding-right: 6.5em !important;
  }
  .pe-sm-112 {
    padding-right: 7em !important;
  }
  .pe-sm-120 {
    padding-right: 7.5em !important;
  }
  .pe-sm-128 {
    padding-right: 8em !important;
  }
  .pe-sm-136 {
    padding-right: 8.5em !important;
  }
  .pe-sm-144 {
    padding-right: 9em !important;
  }
  .pe-sm-152 {
    padding-right: 9.5em !important;
  }
  .pe-sm-160 {
    padding-right: 10em !important;
  }
  .pe-sm-176 {
    padding-right: 11em !important;
  }
  .pe-sm-192 {
    padding-right: 12em !important;
  }
  .pe-sm-208 {
    padding-right: 13em !important;
  }
  .pe-sm-224 {
    padding-right: 14em !important;
  }
  .pe-sm-240 {
    padding-right: 15em !important;
  }
  .pe-sm-256 {
    padding-right: 16em !important;
  }
  .pe-sm-272 {
    padding-right: 17em !important;
  }
  .pe-sm-288 {
    padding-right: 18em !important;
  }
  .pe-sm-304 {
    padding-right: 19em !important;
  }
  .pe-sm-320 {
    padding-right: 20em !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-sm-3 {
    padding-bottom: 1em !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-sm-5 {
    padding-bottom: 2em !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-sm-48 {
    padding-bottom: 3em !important;
  }
  .pb-sm-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-sm-64 {
    padding-bottom: 4em !important;
  }
  .pb-sm-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-sm-80 {
    padding-bottom: 5em !important;
  }
  .pb-sm-96 {
    padding-bottom: 6em !important;
  }
  .pb-sm-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-sm-112 {
    padding-bottom: 7em !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-sm-128 {
    padding-bottom: 8em !important;
  }
  .pb-sm-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-sm-144 {
    padding-bottom: 9em !important;
  }
  .pb-sm-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-sm-160 {
    padding-bottom: 10em !important;
  }
  .pb-sm-176 {
    padding-bottom: 11em !important;
  }
  .pb-sm-192 {
    padding-bottom: 12em !important;
  }
  .pb-sm-208 {
    padding-bottom: 13em !important;
  }
  .pb-sm-224 {
    padding-bottom: 14em !important;
  }
  .pb-sm-240 {
    padding-bottom: 15em !important;
  }
  .pb-sm-256 {
    padding-bottom: 16em !important;
  }
  .pb-sm-272 {
    padding-bottom: 17em !important;
  }
  .pb-sm-288 {
    padding-bottom: 18em !important;
  }
  .pb-sm-304 {
    padding-bottom: 19em !important;
  }
  .pb-sm-320 {
    padding-bottom: 20em !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25em !important;
  }
  .ps-sm-2 {
    padding-left: 0.5em !important;
  }
  .ps-sm-3 {
    padding-left: 1em !important;
  }
  .ps-sm-4 {
    padding-left: 1.5em !important;
  }
  .ps-sm-5 {
    padding-left: 2em !important;
  }
  .ps-sm-40 {
    padding-left: 2.5em !important;
  }
  .ps-sm-48 {
    padding-left: 3em !important;
  }
  .ps-sm-56 {
    padding-left: 3.5em !important;
  }
  .ps-sm-64 {
    padding-left: 4em !important;
  }
  .ps-sm-72 {
    padding-left: 4.5em !important;
  }
  .ps-sm-80 {
    padding-left: 5em !important;
  }
  .ps-sm-96 {
    padding-left: 6em !important;
  }
  .ps-sm-104 {
    padding-left: 6.5em !important;
  }
  .ps-sm-112 {
    padding-left: 7em !important;
  }
  .ps-sm-120 {
    padding-left: 7.5em !important;
  }
  .ps-sm-128 {
    padding-left: 8em !important;
  }
  .ps-sm-136 {
    padding-left: 8.5em !important;
  }
  .ps-sm-144 {
    padding-left: 9em !important;
  }
  .ps-sm-152 {
    padding-left: 9.5em !important;
  }
  .ps-sm-160 {
    padding-left: 10em !important;
  }
  .ps-sm-176 {
    padding-left: 11em !important;
  }
  .ps-sm-192 {
    padding-left: 12em !important;
  }
  .ps-sm-208 {
    padding-left: 13em !important;
  }
  .ps-sm-224 {
    padding-left: 14em !important;
  }
  .ps-sm-240 {
    padding-left: 15em !important;
  }
  .ps-sm-256 {
    padding-left: 16em !important;
  }
  .ps-sm-272 {
    padding-left: 17em !important;
  }
  .ps-sm-288 {
    padding-left: 18em !important;
  }
  .ps-sm-304 {
    padding-left: 19em !important;
  }
  .ps-sm-320 {
    padding-left: 20em !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25em !important;
  }
  .gap-md-2 {
    gap: 0.5em !important;
  }
  .gap-md-3 {
    gap: 1em !important;
  }
  .gap-md-4 {
    gap: 1.5em !important;
  }
  .gap-md-5 {
    gap: 2em !important;
  }
  .gap-md-40 {
    gap: 2.5em !important;
  }
  .gap-md-48 {
    gap: 3em !important;
  }
  .gap-md-56 {
    gap: 3.5em !important;
  }
  .gap-md-64 {
    gap: 4em !important;
  }
  .gap-md-72 {
    gap: 4.5em !important;
  }
  .gap-md-80 {
    gap: 5em !important;
  }
  .gap-md-96 {
    gap: 6em !important;
  }
  .gap-md-104 {
    gap: 6.5em !important;
  }
  .gap-md-112 {
    gap: 7em !important;
  }
  .gap-md-120 {
    gap: 7.5em !important;
  }
  .gap-md-128 {
    gap: 8em !important;
  }
  .gap-md-136 {
    gap: 8.5em !important;
  }
  .gap-md-144 {
    gap: 9em !important;
  }
  .gap-md-152 {
    gap: 9.5em !important;
  }
  .gap-md-160 {
    gap: 10em !important;
  }
  .gap-md-176 {
    gap: 11em !important;
  }
  .gap-md-192 {
    gap: 12em !important;
  }
  .gap-md-208 {
    gap: 13em !important;
  }
  .gap-md-224 {
    gap: 14em !important;
  }
  .gap-md-240 {
    gap: 15em !important;
  }
  .gap-md-256 {
    gap: 16em !important;
  }
  .gap-md-272 {
    gap: 17em !important;
  }
  .gap-md-288 {
    gap: 18em !important;
  }
  .gap-md-304 {
    gap: 19em !important;
  }
  .gap-md-320 {
    gap: 20em !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.25em !important;
  }
  .m-md-2 {
    margin: 0.5em !important;
  }
  .m-md-3 {
    margin: 1em !important;
  }
  .m-md-4 {
    margin: 1.5em !important;
  }
  .m-md-5 {
    margin: 2em !important;
  }
  .m-md-40 {
    margin: 2.5em !important;
  }
  .m-md-48 {
    margin: 3em !important;
  }
  .m-md-56 {
    margin: 3.5em !important;
  }
  .m-md-64 {
    margin: 4em !important;
  }
  .m-md-72 {
    margin: 4.5em !important;
  }
  .m-md-80 {
    margin: 5em !important;
  }
  .m-md-96 {
    margin: 6em !important;
  }
  .m-md-104 {
    margin: 6.5em !important;
  }
  .m-md-112 {
    margin: 7em !important;
  }
  .m-md-120 {
    margin: 7.5em !important;
  }
  .m-md-128 {
    margin: 8em !important;
  }
  .m-md-136 {
    margin: 8.5em !important;
  }
  .m-md-144 {
    margin: 9em !important;
  }
  .m-md-152 {
    margin: 9.5em !important;
  }
  .m-md-160 {
    margin: 10em !important;
  }
  .m-md-176 {
    margin: 11em !important;
  }
  .m-md-192 {
    margin: 12em !important;
  }
  .m-md-208 {
    margin: 13em !important;
  }
  .m-md-224 {
    margin: 14em !important;
  }
  .m-md-240 {
    margin: 15em !important;
  }
  .m-md-256 {
    margin: 16em !important;
  }
  .m-md-272 {
    margin: 17em !important;
  }
  .m-md-288 {
    margin: 18em !important;
  }
  .m-md-304 {
    margin: 19em !important;
  }
  .m-md-320 {
    margin: 20em !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-md-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-md-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-md-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-md-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-md-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-md-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-md-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-md-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-md-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-md-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-md-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-md-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-md-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-md-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-md-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-md-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-md-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-md-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-md-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-md-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-md-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-md-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-md-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-md-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-md-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-md-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-md-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-md-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-md-320 {
    margin-right: 20em !important;
    margin-left: 20em !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.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-md-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-md-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-md-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-md-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-md-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-md-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-md-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-md-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-md-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-md-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-md-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-md-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-md-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-md-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-md-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-md-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-md-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-md-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-md-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-md-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-md-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-md-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-md-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-md-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-md-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-md-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-md-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-md-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-md-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !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.25em !important;
  }
  .mt-md-2 {
    margin-top: 0.5em !important;
  }
  .mt-md-3 {
    margin-top: 1em !important;
  }
  .mt-md-4 {
    margin-top: 1.5em !important;
  }
  .mt-md-5 {
    margin-top: 2em !important;
  }
  .mt-md-40 {
    margin-top: 2.5em !important;
  }
  .mt-md-48 {
    margin-top: 3em !important;
  }
  .mt-md-56 {
    margin-top: 3.5em !important;
  }
  .mt-md-64 {
    margin-top: 4em !important;
  }
  .mt-md-72 {
    margin-top: 4.5em !important;
  }
  .mt-md-80 {
    margin-top: 5em !important;
  }
  .mt-md-96 {
    margin-top: 6em !important;
  }
  .mt-md-104 {
    margin-top: 6.5em !important;
  }
  .mt-md-112 {
    margin-top: 7em !important;
  }
  .mt-md-120 {
    margin-top: 7.5em !important;
  }
  .mt-md-128 {
    margin-top: 8em !important;
  }
  .mt-md-136 {
    margin-top: 8.5em !important;
  }
  .mt-md-144 {
    margin-top: 9em !important;
  }
  .mt-md-152 {
    margin-top: 9.5em !important;
  }
  .mt-md-160 {
    margin-top: 10em !important;
  }
  .mt-md-176 {
    margin-top: 11em !important;
  }
  .mt-md-192 {
    margin-top: 12em !important;
  }
  .mt-md-208 {
    margin-top: 13em !important;
  }
  .mt-md-224 {
    margin-top: 14em !important;
  }
  .mt-md-240 {
    margin-top: 15em !important;
  }
  .mt-md-256 {
    margin-top: 16em !important;
  }
  .mt-md-272 {
    margin-top: 17em !important;
  }
  .mt-md-288 {
    margin-top: 18em !important;
  }
  .mt-md-304 {
    margin-top: 19em !important;
  }
  .mt-md-320 {
    margin-top: 20em !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25em !important;
  }
  .me-md-2 {
    margin-right: 0.5em !important;
  }
  .me-md-3 {
    margin-right: 1em !important;
  }
  .me-md-4 {
    margin-right: 1.5em !important;
  }
  .me-md-5 {
    margin-right: 2em !important;
  }
  .me-md-40 {
    margin-right: 2.5em !important;
  }
  .me-md-48 {
    margin-right: 3em !important;
  }
  .me-md-56 {
    margin-right: 3.5em !important;
  }
  .me-md-64 {
    margin-right: 4em !important;
  }
  .me-md-72 {
    margin-right: 4.5em !important;
  }
  .me-md-80 {
    margin-right: 5em !important;
  }
  .me-md-96 {
    margin-right: 6em !important;
  }
  .me-md-104 {
    margin-right: 6.5em !important;
  }
  .me-md-112 {
    margin-right: 7em !important;
  }
  .me-md-120 {
    margin-right: 7.5em !important;
  }
  .me-md-128 {
    margin-right: 8em !important;
  }
  .me-md-136 {
    margin-right: 8.5em !important;
  }
  .me-md-144 {
    margin-right: 9em !important;
  }
  .me-md-152 {
    margin-right: 9.5em !important;
  }
  .me-md-160 {
    margin-right: 10em !important;
  }
  .me-md-176 {
    margin-right: 11em !important;
  }
  .me-md-192 {
    margin-right: 12em !important;
  }
  .me-md-208 {
    margin-right: 13em !important;
  }
  .me-md-224 {
    margin-right: 14em !important;
  }
  .me-md-240 {
    margin-right: 15em !important;
  }
  .me-md-256 {
    margin-right: 16em !important;
  }
  .me-md-272 {
    margin-right: 17em !important;
  }
  .me-md-288 {
    margin-right: 18em !important;
  }
  .me-md-304 {
    margin-right: 19em !important;
  }
  .me-md-320 {
    margin-right: 20em !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-md-3 {
    margin-bottom: 1em !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-md-5 {
    margin-bottom: 2em !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-md-48 {
    margin-bottom: 3em !important;
  }
  .mb-md-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-md-64 {
    margin-bottom: 4em !important;
  }
  .mb-md-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-md-80 {
    margin-bottom: 5em !important;
  }
  .mb-md-96 {
    margin-bottom: 6em !important;
  }
  .mb-md-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-md-112 {
    margin-bottom: 7em !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-md-128 {
    margin-bottom: 8em !important;
  }
  .mb-md-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-md-144 {
    margin-bottom: 9em !important;
  }
  .mb-md-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-md-160 {
    margin-bottom: 10em !important;
  }
  .mb-md-176 {
    margin-bottom: 11em !important;
  }
  .mb-md-192 {
    margin-bottom: 12em !important;
  }
  .mb-md-208 {
    margin-bottom: 13em !important;
  }
  .mb-md-224 {
    margin-bottom: 14em !important;
  }
  .mb-md-240 {
    margin-bottom: 15em !important;
  }
  .mb-md-256 {
    margin-bottom: 16em !important;
  }
  .mb-md-272 {
    margin-bottom: 17em !important;
  }
  .mb-md-288 {
    margin-bottom: 18em !important;
  }
  .mb-md-304 {
    margin-bottom: 19em !important;
  }
  .mb-md-320 {
    margin-bottom: 20em !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25em !important;
  }
  .ms-md-2 {
    margin-left: 0.5em !important;
  }
  .ms-md-3 {
    margin-left: 1em !important;
  }
  .ms-md-4 {
    margin-left: 1.5em !important;
  }
  .ms-md-5 {
    margin-left: 2em !important;
  }
  .ms-md-40 {
    margin-left: 2.5em !important;
  }
  .ms-md-48 {
    margin-left: 3em !important;
  }
  .ms-md-56 {
    margin-left: 3.5em !important;
  }
  .ms-md-64 {
    margin-left: 4em !important;
  }
  .ms-md-72 {
    margin-left: 4.5em !important;
  }
  .ms-md-80 {
    margin-left: 5em !important;
  }
  .ms-md-96 {
    margin-left: 6em !important;
  }
  .ms-md-104 {
    margin-left: 6.5em !important;
  }
  .ms-md-112 {
    margin-left: 7em !important;
  }
  .ms-md-120 {
    margin-left: 7.5em !important;
  }
  .ms-md-128 {
    margin-left: 8em !important;
  }
  .ms-md-136 {
    margin-left: 8.5em !important;
  }
  .ms-md-144 {
    margin-left: 9em !important;
  }
  .ms-md-152 {
    margin-left: 9.5em !important;
  }
  .ms-md-160 {
    margin-left: 10em !important;
  }
  .ms-md-176 {
    margin-left: 11em !important;
  }
  .ms-md-192 {
    margin-left: 12em !important;
  }
  .ms-md-208 {
    margin-left: 13em !important;
  }
  .ms-md-224 {
    margin-left: 14em !important;
  }
  .ms-md-240 {
    margin-left: 15em !important;
  }
  .ms-md-256 {
    margin-left: 16em !important;
  }
  .ms-md-272 {
    margin-left: 17em !important;
  }
  .ms-md-288 {
    margin-left: 18em !important;
  }
  .ms-md-304 {
    margin-left: 19em !important;
  }
  .ms-md-320 {
    margin-left: 20em !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25em !important;
  }
  .p-md-2 {
    padding: 0.5em !important;
  }
  .p-md-3 {
    padding: 1em !important;
  }
  .p-md-4 {
    padding: 1.5em !important;
  }
  .p-md-5 {
    padding: 2em !important;
  }
  .p-md-40 {
    padding: 2.5em !important;
  }
  .p-md-48 {
    padding: 3em !important;
  }
  .p-md-56 {
    padding: 3.5em !important;
  }
  .p-md-64 {
    padding: 4em !important;
  }
  .p-md-72 {
    padding: 4.5em !important;
  }
  .p-md-80 {
    padding: 5em !important;
  }
  .p-md-96 {
    padding: 6em !important;
  }
  .p-md-104 {
    padding: 6.5em !important;
  }
  .p-md-112 {
    padding: 7em !important;
  }
  .p-md-120 {
    padding: 7.5em !important;
  }
  .p-md-128 {
    padding: 8em !important;
  }
  .p-md-136 {
    padding: 8.5em !important;
  }
  .p-md-144 {
    padding: 9em !important;
  }
  .p-md-152 {
    padding: 9.5em !important;
  }
  .p-md-160 {
    padding: 10em !important;
  }
  .p-md-176 {
    padding: 11em !important;
  }
  .p-md-192 {
    padding: 12em !important;
  }
  .p-md-208 {
    padding: 13em !important;
  }
  .p-md-224 {
    padding: 14em !important;
  }
  .p-md-240 {
    padding: 15em !important;
  }
  .p-md-256 {
    padding: 16em !important;
  }
  .p-md-272 {
    padding: 17em !important;
  }
  .p-md-288 {
    padding: 18em !important;
  }
  .p-md-304 {
    padding: 19em !important;
  }
  .p-md-320 {
    padding: 20em !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-md-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-md-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-md-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-md-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-md-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-md-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-md-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-md-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-md-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-md-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-md-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-md-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-md-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-md-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-md-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-md-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-md-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-md-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-md-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-md-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-md-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-md-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-md-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-md-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-md-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-md-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-md-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-md-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-md-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-md-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-md-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-md-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-md-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-md-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-md-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-md-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-md-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-md-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-md-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-md-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-md-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-md-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-md-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-md-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-md-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-md-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-md-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-md-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-md-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-md-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-md-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-md-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-md-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-md-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-md-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-md-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-md-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-md-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25em !important;
  }
  .pt-md-2 {
    padding-top: 0.5em !important;
  }
  .pt-md-3 {
    padding-top: 1em !important;
  }
  .pt-md-4 {
    padding-top: 1.5em !important;
  }
  .pt-md-5 {
    padding-top: 2em !important;
  }
  .pt-md-40 {
    padding-top: 2.5em !important;
  }
  .pt-md-48 {
    padding-top: 3em !important;
  }
  .pt-md-56 {
    padding-top: 3.5em !important;
  }
  .pt-md-64 {
    padding-top: 4em !important;
  }
  .pt-md-72 {
    padding-top: 4.5em !important;
  }
  .pt-md-80 {
    padding-top: 5em !important;
  }
  .pt-md-96 {
    padding-top: 6em !important;
  }
  .pt-md-104 {
    padding-top: 6.5em !important;
  }
  .pt-md-112 {
    padding-top: 7em !important;
  }
  .pt-md-120 {
    padding-top: 7.5em !important;
  }
  .pt-md-128 {
    padding-top: 8em !important;
  }
  .pt-md-136 {
    padding-top: 8.5em !important;
  }
  .pt-md-144 {
    padding-top: 9em !important;
  }
  .pt-md-152 {
    padding-top: 9.5em !important;
  }
  .pt-md-160 {
    padding-top: 10em !important;
  }
  .pt-md-176 {
    padding-top: 11em !important;
  }
  .pt-md-192 {
    padding-top: 12em !important;
  }
  .pt-md-208 {
    padding-top: 13em !important;
  }
  .pt-md-224 {
    padding-top: 14em !important;
  }
  .pt-md-240 {
    padding-top: 15em !important;
  }
  .pt-md-256 {
    padding-top: 16em !important;
  }
  .pt-md-272 {
    padding-top: 17em !important;
  }
  .pt-md-288 {
    padding-top: 18em !important;
  }
  .pt-md-304 {
    padding-top: 19em !important;
  }
  .pt-md-320 {
    padding-top: 20em !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25em !important;
  }
  .pe-md-2 {
    padding-right: 0.5em !important;
  }
  .pe-md-3 {
    padding-right: 1em !important;
  }
  .pe-md-4 {
    padding-right: 1.5em !important;
  }
  .pe-md-5 {
    padding-right: 2em !important;
  }
  .pe-md-40 {
    padding-right: 2.5em !important;
  }
  .pe-md-48 {
    padding-right: 3em !important;
  }
  .pe-md-56 {
    padding-right: 3.5em !important;
  }
  .pe-md-64 {
    padding-right: 4em !important;
  }
  .pe-md-72 {
    padding-right: 4.5em !important;
  }
  .pe-md-80 {
    padding-right: 5em !important;
  }
  .pe-md-96 {
    padding-right: 6em !important;
  }
  .pe-md-104 {
    padding-right: 6.5em !important;
  }
  .pe-md-112 {
    padding-right: 7em !important;
  }
  .pe-md-120 {
    padding-right: 7.5em !important;
  }
  .pe-md-128 {
    padding-right: 8em !important;
  }
  .pe-md-136 {
    padding-right: 8.5em !important;
  }
  .pe-md-144 {
    padding-right: 9em !important;
  }
  .pe-md-152 {
    padding-right: 9.5em !important;
  }
  .pe-md-160 {
    padding-right: 10em !important;
  }
  .pe-md-176 {
    padding-right: 11em !important;
  }
  .pe-md-192 {
    padding-right: 12em !important;
  }
  .pe-md-208 {
    padding-right: 13em !important;
  }
  .pe-md-224 {
    padding-right: 14em !important;
  }
  .pe-md-240 {
    padding-right: 15em !important;
  }
  .pe-md-256 {
    padding-right: 16em !important;
  }
  .pe-md-272 {
    padding-right: 17em !important;
  }
  .pe-md-288 {
    padding-right: 18em !important;
  }
  .pe-md-304 {
    padding-right: 19em !important;
  }
  .pe-md-320 {
    padding-right: 20em !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-md-3 {
    padding-bottom: 1em !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-md-5 {
    padding-bottom: 2em !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-md-48 {
    padding-bottom: 3em !important;
  }
  .pb-md-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-md-64 {
    padding-bottom: 4em !important;
  }
  .pb-md-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-md-80 {
    padding-bottom: 5em !important;
  }
  .pb-md-96 {
    padding-bottom: 6em !important;
  }
  .pb-md-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-md-112 {
    padding-bottom: 7em !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-md-128 {
    padding-bottom: 8em !important;
  }
  .pb-md-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-md-144 {
    padding-bottom: 9em !important;
  }
  .pb-md-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-md-160 {
    padding-bottom: 10em !important;
  }
  .pb-md-176 {
    padding-bottom: 11em !important;
  }
  .pb-md-192 {
    padding-bottom: 12em !important;
  }
  .pb-md-208 {
    padding-bottom: 13em !important;
  }
  .pb-md-224 {
    padding-bottom: 14em !important;
  }
  .pb-md-240 {
    padding-bottom: 15em !important;
  }
  .pb-md-256 {
    padding-bottom: 16em !important;
  }
  .pb-md-272 {
    padding-bottom: 17em !important;
  }
  .pb-md-288 {
    padding-bottom: 18em !important;
  }
  .pb-md-304 {
    padding-bottom: 19em !important;
  }
  .pb-md-320 {
    padding-bottom: 20em !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25em !important;
  }
  .ps-md-2 {
    padding-left: 0.5em !important;
  }
  .ps-md-3 {
    padding-left: 1em !important;
  }
  .ps-md-4 {
    padding-left: 1.5em !important;
  }
  .ps-md-5 {
    padding-left: 2em !important;
  }
  .ps-md-40 {
    padding-left: 2.5em !important;
  }
  .ps-md-48 {
    padding-left: 3em !important;
  }
  .ps-md-56 {
    padding-left: 3.5em !important;
  }
  .ps-md-64 {
    padding-left: 4em !important;
  }
  .ps-md-72 {
    padding-left: 4.5em !important;
  }
  .ps-md-80 {
    padding-left: 5em !important;
  }
  .ps-md-96 {
    padding-left: 6em !important;
  }
  .ps-md-104 {
    padding-left: 6.5em !important;
  }
  .ps-md-112 {
    padding-left: 7em !important;
  }
  .ps-md-120 {
    padding-left: 7.5em !important;
  }
  .ps-md-128 {
    padding-left: 8em !important;
  }
  .ps-md-136 {
    padding-left: 8.5em !important;
  }
  .ps-md-144 {
    padding-left: 9em !important;
  }
  .ps-md-152 {
    padding-left: 9.5em !important;
  }
  .ps-md-160 {
    padding-left: 10em !important;
  }
  .ps-md-176 {
    padding-left: 11em !important;
  }
  .ps-md-192 {
    padding-left: 12em !important;
  }
  .ps-md-208 {
    padding-left: 13em !important;
  }
  .ps-md-224 {
    padding-left: 14em !important;
  }
  .ps-md-240 {
    padding-left: 15em !important;
  }
  .ps-md-256 {
    padding-left: 16em !important;
  }
  .ps-md-272 {
    padding-left: 17em !important;
  }
  .ps-md-288 {
    padding-left: 18em !important;
  }
  .ps-md-304 {
    padding-left: 19em !important;
  }
  .ps-md-320 {
    padding-left: 20em !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25em !important;
  }
  .gap-lg-2 {
    gap: 0.5em !important;
  }
  .gap-lg-3 {
    gap: 1em !important;
  }
  .gap-lg-4 {
    gap: 1.5em !important;
  }
  .gap-lg-5 {
    gap: 2em !important;
  }
  .gap-lg-40 {
    gap: 2.5em !important;
  }
  .gap-lg-48 {
    gap: 3em !important;
  }
  .gap-lg-56 {
    gap: 3.5em !important;
  }
  .gap-lg-64 {
    gap: 4em !important;
  }
  .gap-lg-72 {
    gap: 4.5em !important;
  }
  .gap-lg-80 {
    gap: 5em !important;
  }
  .gap-lg-96 {
    gap: 6em !important;
  }
  .gap-lg-104 {
    gap: 6.5em !important;
  }
  .gap-lg-112 {
    gap: 7em !important;
  }
  .gap-lg-120 {
    gap: 7.5em !important;
  }
  .gap-lg-128 {
    gap: 8em !important;
  }
  .gap-lg-136 {
    gap: 8.5em !important;
  }
  .gap-lg-144 {
    gap: 9em !important;
  }
  .gap-lg-152 {
    gap: 9.5em !important;
  }
  .gap-lg-160 {
    gap: 10em !important;
  }
  .gap-lg-176 {
    gap: 11em !important;
  }
  .gap-lg-192 {
    gap: 12em !important;
  }
  .gap-lg-208 {
    gap: 13em !important;
  }
  .gap-lg-224 {
    gap: 14em !important;
  }
  .gap-lg-240 {
    gap: 15em !important;
  }
  .gap-lg-256 {
    gap: 16em !important;
  }
  .gap-lg-272 {
    gap: 17em !important;
  }
  .gap-lg-288 {
    gap: 18em !important;
  }
  .gap-lg-304 {
    gap: 19em !important;
  }
  .gap-lg-320 {
    gap: 20em !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.25em !important;
  }
  .m-lg-2 {
    margin: 0.5em !important;
  }
  .m-lg-3 {
    margin: 1em !important;
  }
  .m-lg-4 {
    margin: 1.5em !important;
  }
  .m-lg-5 {
    margin: 2em !important;
  }
  .m-lg-40 {
    margin: 2.5em !important;
  }
  .m-lg-48 {
    margin: 3em !important;
  }
  .m-lg-56 {
    margin: 3.5em !important;
  }
  .m-lg-64 {
    margin: 4em !important;
  }
  .m-lg-72 {
    margin: 4.5em !important;
  }
  .m-lg-80 {
    margin: 5em !important;
  }
  .m-lg-96 {
    margin: 6em !important;
  }
  .m-lg-104 {
    margin: 6.5em !important;
  }
  .m-lg-112 {
    margin: 7em !important;
  }
  .m-lg-120 {
    margin: 7.5em !important;
  }
  .m-lg-128 {
    margin: 8em !important;
  }
  .m-lg-136 {
    margin: 8.5em !important;
  }
  .m-lg-144 {
    margin: 9em !important;
  }
  .m-lg-152 {
    margin: 9.5em !important;
  }
  .m-lg-160 {
    margin: 10em !important;
  }
  .m-lg-176 {
    margin: 11em !important;
  }
  .m-lg-192 {
    margin: 12em !important;
  }
  .m-lg-208 {
    margin: 13em !important;
  }
  .m-lg-224 {
    margin: 14em !important;
  }
  .m-lg-240 {
    margin: 15em !important;
  }
  .m-lg-256 {
    margin: 16em !important;
  }
  .m-lg-272 {
    margin: 17em !important;
  }
  .m-lg-288 {
    margin: 18em !important;
  }
  .m-lg-304 {
    margin: 19em !important;
  }
  .m-lg-320 {
    margin: 20em !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-lg-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-lg-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-lg-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-lg-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-lg-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-lg-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-lg-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-lg-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-lg-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-lg-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-lg-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-lg-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-lg-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-lg-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-lg-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-lg-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-lg-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-lg-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-lg-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-lg-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-lg-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-lg-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-lg-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-lg-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-lg-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-lg-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-lg-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-lg-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-lg-320 {
    margin-right: 20em !important;
    margin-left: 20em !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.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-lg-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-lg-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-lg-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-lg-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-lg-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-lg-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-lg-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-lg-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-lg-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-lg-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-lg-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-lg-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-lg-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-lg-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-lg-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-lg-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-lg-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-lg-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-lg-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-lg-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-lg-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-lg-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-lg-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-lg-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-lg-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-lg-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-lg-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-lg-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-lg-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !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.25em !important;
  }
  .mt-lg-2 {
    margin-top: 0.5em !important;
  }
  .mt-lg-3 {
    margin-top: 1em !important;
  }
  .mt-lg-4 {
    margin-top: 1.5em !important;
  }
  .mt-lg-5 {
    margin-top: 2em !important;
  }
  .mt-lg-40 {
    margin-top: 2.5em !important;
  }
  .mt-lg-48 {
    margin-top: 3em !important;
  }
  .mt-lg-56 {
    margin-top: 3.5em !important;
  }
  .mt-lg-64 {
    margin-top: 4em !important;
  }
  .mt-lg-72 {
    margin-top: 4.5em !important;
  }
  .mt-lg-80 {
    margin-top: 5em !important;
  }
  .mt-lg-96 {
    margin-top: 6em !important;
  }
  .mt-lg-104 {
    margin-top: 6.5em !important;
  }
  .mt-lg-112 {
    margin-top: 7em !important;
  }
  .mt-lg-120 {
    margin-top: 7.5em !important;
  }
  .mt-lg-128 {
    margin-top: 8em !important;
  }
  .mt-lg-136 {
    margin-top: 8.5em !important;
  }
  .mt-lg-144 {
    margin-top: 9em !important;
  }
  .mt-lg-152 {
    margin-top: 9.5em !important;
  }
  .mt-lg-160 {
    margin-top: 10em !important;
  }
  .mt-lg-176 {
    margin-top: 11em !important;
  }
  .mt-lg-192 {
    margin-top: 12em !important;
  }
  .mt-lg-208 {
    margin-top: 13em !important;
  }
  .mt-lg-224 {
    margin-top: 14em !important;
  }
  .mt-lg-240 {
    margin-top: 15em !important;
  }
  .mt-lg-256 {
    margin-top: 16em !important;
  }
  .mt-lg-272 {
    margin-top: 17em !important;
  }
  .mt-lg-288 {
    margin-top: 18em !important;
  }
  .mt-lg-304 {
    margin-top: 19em !important;
  }
  .mt-lg-320 {
    margin-top: 20em !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25em !important;
  }
  .me-lg-2 {
    margin-right: 0.5em !important;
  }
  .me-lg-3 {
    margin-right: 1em !important;
  }
  .me-lg-4 {
    margin-right: 1.5em !important;
  }
  .me-lg-5 {
    margin-right: 2em !important;
  }
  .me-lg-40 {
    margin-right: 2.5em !important;
  }
  .me-lg-48 {
    margin-right: 3em !important;
  }
  .me-lg-56 {
    margin-right: 3.5em !important;
  }
  .me-lg-64 {
    margin-right: 4em !important;
  }
  .me-lg-72 {
    margin-right: 4.5em !important;
  }
  .me-lg-80 {
    margin-right: 5em !important;
  }
  .me-lg-96 {
    margin-right: 6em !important;
  }
  .me-lg-104 {
    margin-right: 6.5em !important;
  }
  .me-lg-112 {
    margin-right: 7em !important;
  }
  .me-lg-120 {
    margin-right: 7.5em !important;
  }
  .me-lg-128 {
    margin-right: 8em !important;
  }
  .me-lg-136 {
    margin-right: 8.5em !important;
  }
  .me-lg-144 {
    margin-right: 9em !important;
  }
  .me-lg-152 {
    margin-right: 9.5em !important;
  }
  .me-lg-160 {
    margin-right: 10em !important;
  }
  .me-lg-176 {
    margin-right: 11em !important;
  }
  .me-lg-192 {
    margin-right: 12em !important;
  }
  .me-lg-208 {
    margin-right: 13em !important;
  }
  .me-lg-224 {
    margin-right: 14em !important;
  }
  .me-lg-240 {
    margin-right: 15em !important;
  }
  .me-lg-256 {
    margin-right: 16em !important;
  }
  .me-lg-272 {
    margin-right: 17em !important;
  }
  .me-lg-288 {
    margin-right: 18em !important;
  }
  .me-lg-304 {
    margin-right: 19em !important;
  }
  .me-lg-320 {
    margin-right: 20em !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-lg-3 {
    margin-bottom: 1em !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-lg-5 {
    margin-bottom: 2em !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-lg-48 {
    margin-bottom: 3em !important;
  }
  .mb-lg-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-lg-64 {
    margin-bottom: 4em !important;
  }
  .mb-lg-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-lg-80 {
    margin-bottom: 5em !important;
  }
  .mb-lg-96 {
    margin-bottom: 6em !important;
  }
  .mb-lg-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-lg-112 {
    margin-bottom: 7em !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-lg-128 {
    margin-bottom: 8em !important;
  }
  .mb-lg-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-lg-144 {
    margin-bottom: 9em !important;
  }
  .mb-lg-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-lg-160 {
    margin-bottom: 10em !important;
  }
  .mb-lg-176 {
    margin-bottom: 11em !important;
  }
  .mb-lg-192 {
    margin-bottom: 12em !important;
  }
  .mb-lg-208 {
    margin-bottom: 13em !important;
  }
  .mb-lg-224 {
    margin-bottom: 14em !important;
  }
  .mb-lg-240 {
    margin-bottom: 15em !important;
  }
  .mb-lg-256 {
    margin-bottom: 16em !important;
  }
  .mb-lg-272 {
    margin-bottom: 17em !important;
  }
  .mb-lg-288 {
    margin-bottom: 18em !important;
  }
  .mb-lg-304 {
    margin-bottom: 19em !important;
  }
  .mb-lg-320 {
    margin-bottom: 20em !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25em !important;
  }
  .ms-lg-2 {
    margin-left: 0.5em !important;
  }
  .ms-lg-3 {
    margin-left: 1em !important;
  }
  .ms-lg-4 {
    margin-left: 1.5em !important;
  }
  .ms-lg-5 {
    margin-left: 2em !important;
  }
  .ms-lg-40 {
    margin-left: 2.5em !important;
  }
  .ms-lg-48 {
    margin-left: 3em !important;
  }
  .ms-lg-56 {
    margin-left: 3.5em !important;
  }
  .ms-lg-64 {
    margin-left: 4em !important;
  }
  .ms-lg-72 {
    margin-left: 4.5em !important;
  }
  .ms-lg-80 {
    margin-left: 5em !important;
  }
  .ms-lg-96 {
    margin-left: 6em !important;
  }
  .ms-lg-104 {
    margin-left: 6.5em !important;
  }
  .ms-lg-112 {
    margin-left: 7em !important;
  }
  .ms-lg-120 {
    margin-left: 7.5em !important;
  }
  .ms-lg-128 {
    margin-left: 8em !important;
  }
  .ms-lg-136 {
    margin-left: 8.5em !important;
  }
  .ms-lg-144 {
    margin-left: 9em !important;
  }
  .ms-lg-152 {
    margin-left: 9.5em !important;
  }
  .ms-lg-160 {
    margin-left: 10em !important;
  }
  .ms-lg-176 {
    margin-left: 11em !important;
  }
  .ms-lg-192 {
    margin-left: 12em !important;
  }
  .ms-lg-208 {
    margin-left: 13em !important;
  }
  .ms-lg-224 {
    margin-left: 14em !important;
  }
  .ms-lg-240 {
    margin-left: 15em !important;
  }
  .ms-lg-256 {
    margin-left: 16em !important;
  }
  .ms-lg-272 {
    margin-left: 17em !important;
  }
  .ms-lg-288 {
    margin-left: 18em !important;
  }
  .ms-lg-304 {
    margin-left: 19em !important;
  }
  .ms-lg-320 {
    margin-left: 20em !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25em !important;
  }
  .p-lg-2 {
    padding: 0.5em !important;
  }
  .p-lg-3 {
    padding: 1em !important;
  }
  .p-lg-4 {
    padding: 1.5em !important;
  }
  .p-lg-5 {
    padding: 2em !important;
  }
  .p-lg-40 {
    padding: 2.5em !important;
  }
  .p-lg-48 {
    padding: 3em !important;
  }
  .p-lg-56 {
    padding: 3.5em !important;
  }
  .p-lg-64 {
    padding: 4em !important;
  }
  .p-lg-72 {
    padding: 4.5em !important;
  }
  .p-lg-80 {
    padding: 5em !important;
  }
  .p-lg-96 {
    padding: 6em !important;
  }
  .p-lg-104 {
    padding: 6.5em !important;
  }
  .p-lg-112 {
    padding: 7em !important;
  }
  .p-lg-120 {
    padding: 7.5em !important;
  }
  .p-lg-128 {
    padding: 8em !important;
  }
  .p-lg-136 {
    padding: 8.5em !important;
  }
  .p-lg-144 {
    padding: 9em !important;
  }
  .p-lg-152 {
    padding: 9.5em !important;
  }
  .p-lg-160 {
    padding: 10em !important;
  }
  .p-lg-176 {
    padding: 11em !important;
  }
  .p-lg-192 {
    padding: 12em !important;
  }
  .p-lg-208 {
    padding: 13em !important;
  }
  .p-lg-224 {
    padding: 14em !important;
  }
  .p-lg-240 {
    padding: 15em !important;
  }
  .p-lg-256 {
    padding: 16em !important;
  }
  .p-lg-272 {
    padding: 17em !important;
  }
  .p-lg-288 {
    padding: 18em !important;
  }
  .p-lg-304 {
    padding: 19em !important;
  }
  .p-lg-320 {
    padding: 20em !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-lg-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-lg-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-lg-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-lg-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-lg-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-lg-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-lg-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-lg-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-lg-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-lg-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-lg-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-lg-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-lg-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-lg-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-lg-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-lg-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-lg-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-lg-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-lg-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-lg-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-lg-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-lg-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-lg-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-lg-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-lg-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-lg-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-lg-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-lg-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-lg-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-lg-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-lg-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-lg-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-lg-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-lg-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-lg-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-lg-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-lg-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-lg-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-lg-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-lg-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-lg-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-lg-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-lg-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-lg-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-lg-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-lg-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-lg-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-lg-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-lg-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-lg-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-lg-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-lg-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-lg-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-lg-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-lg-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-lg-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-lg-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-lg-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25em !important;
  }
  .pt-lg-2 {
    padding-top: 0.5em !important;
  }
  .pt-lg-3 {
    padding-top: 1em !important;
  }
  .pt-lg-4 {
    padding-top: 1.5em !important;
  }
  .pt-lg-5 {
    padding-top: 2em !important;
  }
  .pt-lg-40 {
    padding-top: 2.5em !important;
  }
  .pt-lg-48 {
    padding-top: 3em !important;
  }
  .pt-lg-56 {
    padding-top: 3.5em !important;
  }
  .pt-lg-64 {
    padding-top: 4em !important;
  }
  .pt-lg-72 {
    padding-top: 4.5em !important;
  }
  .pt-lg-80 {
    padding-top: 5em !important;
  }
  .pt-lg-96 {
    padding-top: 6em !important;
  }
  .pt-lg-104 {
    padding-top: 6.5em !important;
  }
  .pt-lg-112 {
    padding-top: 7em !important;
  }
  .pt-lg-120 {
    padding-top: 7.5em !important;
  }
  .pt-lg-128 {
    padding-top: 8em !important;
  }
  .pt-lg-136 {
    padding-top: 8.5em !important;
  }
  .pt-lg-144 {
    padding-top: 9em !important;
  }
  .pt-lg-152 {
    padding-top: 9.5em !important;
  }
  .pt-lg-160 {
    padding-top: 10em !important;
  }
  .pt-lg-176 {
    padding-top: 11em !important;
  }
  .pt-lg-192 {
    padding-top: 12em !important;
  }
  .pt-lg-208 {
    padding-top: 13em !important;
  }
  .pt-lg-224 {
    padding-top: 14em !important;
  }
  .pt-lg-240 {
    padding-top: 15em !important;
  }
  .pt-lg-256 {
    padding-top: 16em !important;
  }
  .pt-lg-272 {
    padding-top: 17em !important;
  }
  .pt-lg-288 {
    padding-top: 18em !important;
  }
  .pt-lg-304 {
    padding-top: 19em !important;
  }
  .pt-lg-320 {
    padding-top: 20em !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25em !important;
  }
  .pe-lg-2 {
    padding-right: 0.5em !important;
  }
  .pe-lg-3 {
    padding-right: 1em !important;
  }
  .pe-lg-4 {
    padding-right: 1.5em !important;
  }
  .pe-lg-5 {
    padding-right: 2em !important;
  }
  .pe-lg-40 {
    padding-right: 2.5em !important;
  }
  .pe-lg-48 {
    padding-right: 3em !important;
  }
  .pe-lg-56 {
    padding-right: 3.5em !important;
  }
  .pe-lg-64 {
    padding-right: 4em !important;
  }
  .pe-lg-72 {
    padding-right: 4.5em !important;
  }
  .pe-lg-80 {
    padding-right: 5em !important;
  }
  .pe-lg-96 {
    padding-right: 6em !important;
  }
  .pe-lg-104 {
    padding-right: 6.5em !important;
  }
  .pe-lg-112 {
    padding-right: 7em !important;
  }
  .pe-lg-120 {
    padding-right: 7.5em !important;
  }
  .pe-lg-128 {
    padding-right: 8em !important;
  }
  .pe-lg-136 {
    padding-right: 8.5em !important;
  }
  .pe-lg-144 {
    padding-right: 9em !important;
  }
  .pe-lg-152 {
    padding-right: 9.5em !important;
  }
  .pe-lg-160 {
    padding-right: 10em !important;
  }
  .pe-lg-176 {
    padding-right: 11em !important;
  }
  .pe-lg-192 {
    padding-right: 12em !important;
  }
  .pe-lg-208 {
    padding-right: 13em !important;
  }
  .pe-lg-224 {
    padding-right: 14em !important;
  }
  .pe-lg-240 {
    padding-right: 15em !important;
  }
  .pe-lg-256 {
    padding-right: 16em !important;
  }
  .pe-lg-272 {
    padding-right: 17em !important;
  }
  .pe-lg-288 {
    padding-right: 18em !important;
  }
  .pe-lg-304 {
    padding-right: 19em !important;
  }
  .pe-lg-320 {
    padding-right: 20em !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-lg-3 {
    padding-bottom: 1em !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-lg-5 {
    padding-bottom: 2em !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-lg-48 {
    padding-bottom: 3em !important;
  }
  .pb-lg-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-lg-64 {
    padding-bottom: 4em !important;
  }
  .pb-lg-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-lg-80 {
    padding-bottom: 5em !important;
  }
  .pb-lg-96 {
    padding-bottom: 6em !important;
  }
  .pb-lg-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-lg-112 {
    padding-bottom: 7em !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-lg-128 {
    padding-bottom: 8em !important;
  }
  .pb-lg-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-lg-144 {
    padding-bottom: 9em !important;
  }
  .pb-lg-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-lg-160 {
    padding-bottom: 10em !important;
  }
  .pb-lg-176 {
    padding-bottom: 11em !important;
  }
  .pb-lg-192 {
    padding-bottom: 12em !important;
  }
  .pb-lg-208 {
    padding-bottom: 13em !important;
  }
  .pb-lg-224 {
    padding-bottom: 14em !important;
  }
  .pb-lg-240 {
    padding-bottom: 15em !important;
  }
  .pb-lg-256 {
    padding-bottom: 16em !important;
  }
  .pb-lg-272 {
    padding-bottom: 17em !important;
  }
  .pb-lg-288 {
    padding-bottom: 18em !important;
  }
  .pb-lg-304 {
    padding-bottom: 19em !important;
  }
  .pb-lg-320 {
    padding-bottom: 20em !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25em !important;
  }
  .ps-lg-2 {
    padding-left: 0.5em !important;
  }
  .ps-lg-3 {
    padding-left: 1em !important;
  }
  .ps-lg-4 {
    padding-left: 1.5em !important;
  }
  .ps-lg-5 {
    padding-left: 2em !important;
  }
  .ps-lg-40 {
    padding-left: 2.5em !important;
  }
  .ps-lg-48 {
    padding-left: 3em !important;
  }
  .ps-lg-56 {
    padding-left: 3.5em !important;
  }
  .ps-lg-64 {
    padding-left: 4em !important;
  }
  .ps-lg-72 {
    padding-left: 4.5em !important;
  }
  .ps-lg-80 {
    padding-left: 5em !important;
  }
  .ps-lg-96 {
    padding-left: 6em !important;
  }
  .ps-lg-104 {
    padding-left: 6.5em !important;
  }
  .ps-lg-112 {
    padding-left: 7em !important;
  }
  .ps-lg-120 {
    padding-left: 7.5em !important;
  }
  .ps-lg-128 {
    padding-left: 8em !important;
  }
  .ps-lg-136 {
    padding-left: 8.5em !important;
  }
  .ps-lg-144 {
    padding-left: 9em !important;
  }
  .ps-lg-152 {
    padding-left: 9.5em !important;
  }
  .ps-lg-160 {
    padding-left: 10em !important;
  }
  .ps-lg-176 {
    padding-left: 11em !important;
  }
  .ps-lg-192 {
    padding-left: 12em !important;
  }
  .ps-lg-208 {
    padding-left: 13em !important;
  }
  .ps-lg-224 {
    padding-left: 14em !important;
  }
  .ps-lg-240 {
    padding-left: 15em !important;
  }
  .ps-lg-256 {
    padding-left: 16em !important;
  }
  .ps-lg-272 {
    padding-left: 17em !important;
  }
  .ps-lg-288 {
    padding-left: 18em !important;
  }
  .ps-lg-304 {
    padding-left: 19em !important;
  }
  .ps-lg-320 {
    padding-left: 20em !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25em !important;
  }
  .gap-xl-2 {
    gap: 0.5em !important;
  }
  .gap-xl-3 {
    gap: 1em !important;
  }
  .gap-xl-4 {
    gap: 1.5em !important;
  }
  .gap-xl-5 {
    gap: 2em !important;
  }
  .gap-xl-40 {
    gap: 2.5em !important;
  }
  .gap-xl-48 {
    gap: 3em !important;
  }
  .gap-xl-56 {
    gap: 3.5em !important;
  }
  .gap-xl-64 {
    gap: 4em !important;
  }
  .gap-xl-72 {
    gap: 4.5em !important;
  }
  .gap-xl-80 {
    gap: 5em !important;
  }
  .gap-xl-96 {
    gap: 6em !important;
  }
  .gap-xl-104 {
    gap: 6.5em !important;
  }
  .gap-xl-112 {
    gap: 7em !important;
  }
  .gap-xl-120 {
    gap: 7.5em !important;
  }
  .gap-xl-128 {
    gap: 8em !important;
  }
  .gap-xl-136 {
    gap: 8.5em !important;
  }
  .gap-xl-144 {
    gap: 9em !important;
  }
  .gap-xl-152 {
    gap: 9.5em !important;
  }
  .gap-xl-160 {
    gap: 10em !important;
  }
  .gap-xl-176 {
    gap: 11em !important;
  }
  .gap-xl-192 {
    gap: 12em !important;
  }
  .gap-xl-208 {
    gap: 13em !important;
  }
  .gap-xl-224 {
    gap: 14em !important;
  }
  .gap-xl-240 {
    gap: 15em !important;
  }
  .gap-xl-256 {
    gap: 16em !important;
  }
  .gap-xl-272 {
    gap: 17em !important;
  }
  .gap-xl-288 {
    gap: 18em !important;
  }
  .gap-xl-304 {
    gap: 19em !important;
  }
  .gap-xl-320 {
    gap: 20em !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.25em !important;
  }
  .m-xl-2 {
    margin: 0.5em !important;
  }
  .m-xl-3 {
    margin: 1em !important;
  }
  .m-xl-4 {
    margin: 1.5em !important;
  }
  .m-xl-5 {
    margin: 2em !important;
  }
  .m-xl-40 {
    margin: 2.5em !important;
  }
  .m-xl-48 {
    margin: 3em !important;
  }
  .m-xl-56 {
    margin: 3.5em !important;
  }
  .m-xl-64 {
    margin: 4em !important;
  }
  .m-xl-72 {
    margin: 4.5em !important;
  }
  .m-xl-80 {
    margin: 5em !important;
  }
  .m-xl-96 {
    margin: 6em !important;
  }
  .m-xl-104 {
    margin: 6.5em !important;
  }
  .m-xl-112 {
    margin: 7em !important;
  }
  .m-xl-120 {
    margin: 7.5em !important;
  }
  .m-xl-128 {
    margin: 8em !important;
  }
  .m-xl-136 {
    margin: 8.5em !important;
  }
  .m-xl-144 {
    margin: 9em !important;
  }
  .m-xl-152 {
    margin: 9.5em !important;
  }
  .m-xl-160 {
    margin: 10em !important;
  }
  .m-xl-176 {
    margin: 11em !important;
  }
  .m-xl-192 {
    margin: 12em !important;
  }
  .m-xl-208 {
    margin: 13em !important;
  }
  .m-xl-224 {
    margin: 14em !important;
  }
  .m-xl-240 {
    margin: 15em !important;
  }
  .m-xl-256 {
    margin: 16em !important;
  }
  .m-xl-272 {
    margin: 17em !important;
  }
  .m-xl-288 {
    margin: 18em !important;
  }
  .m-xl-304 {
    margin: 19em !important;
  }
  .m-xl-320 {
    margin: 20em !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xl-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xl-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xl-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xl-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xl-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-xl-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-xl-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-xl-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-xl-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-xl-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-xl-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-xl-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-xl-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-xl-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-xl-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-xl-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-xl-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-xl-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-xl-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-xl-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-xl-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-xl-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-xl-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-xl-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-xl-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-xl-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-xl-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-xl-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-xl-320 {
    margin-right: 20em !important;
    margin-left: 20em !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.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xl-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xl-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xl-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xl-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xl-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-xl-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-xl-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-xl-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-xl-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-xl-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-xl-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-xl-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-xl-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-xl-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-xl-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-xl-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-xl-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-xl-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-xl-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-xl-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-xl-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-xl-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-xl-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-xl-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-xl-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-xl-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-xl-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-xl-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-xl-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !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.25em !important;
  }
  .mt-xl-2 {
    margin-top: 0.5em !important;
  }
  .mt-xl-3 {
    margin-top: 1em !important;
  }
  .mt-xl-4 {
    margin-top: 1.5em !important;
  }
  .mt-xl-5 {
    margin-top: 2em !important;
  }
  .mt-xl-40 {
    margin-top: 2.5em !important;
  }
  .mt-xl-48 {
    margin-top: 3em !important;
  }
  .mt-xl-56 {
    margin-top: 3.5em !important;
  }
  .mt-xl-64 {
    margin-top: 4em !important;
  }
  .mt-xl-72 {
    margin-top: 4.5em !important;
  }
  .mt-xl-80 {
    margin-top: 5em !important;
  }
  .mt-xl-96 {
    margin-top: 6em !important;
  }
  .mt-xl-104 {
    margin-top: 6.5em !important;
  }
  .mt-xl-112 {
    margin-top: 7em !important;
  }
  .mt-xl-120 {
    margin-top: 7.5em !important;
  }
  .mt-xl-128 {
    margin-top: 8em !important;
  }
  .mt-xl-136 {
    margin-top: 8.5em !important;
  }
  .mt-xl-144 {
    margin-top: 9em !important;
  }
  .mt-xl-152 {
    margin-top: 9.5em !important;
  }
  .mt-xl-160 {
    margin-top: 10em !important;
  }
  .mt-xl-176 {
    margin-top: 11em !important;
  }
  .mt-xl-192 {
    margin-top: 12em !important;
  }
  .mt-xl-208 {
    margin-top: 13em !important;
  }
  .mt-xl-224 {
    margin-top: 14em !important;
  }
  .mt-xl-240 {
    margin-top: 15em !important;
  }
  .mt-xl-256 {
    margin-top: 16em !important;
  }
  .mt-xl-272 {
    margin-top: 17em !important;
  }
  .mt-xl-288 {
    margin-top: 18em !important;
  }
  .mt-xl-304 {
    margin-top: 19em !important;
  }
  .mt-xl-320 {
    margin-top: 20em !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25em !important;
  }
  .me-xl-2 {
    margin-right: 0.5em !important;
  }
  .me-xl-3 {
    margin-right: 1em !important;
  }
  .me-xl-4 {
    margin-right: 1.5em !important;
  }
  .me-xl-5 {
    margin-right: 2em !important;
  }
  .me-xl-40 {
    margin-right: 2.5em !important;
  }
  .me-xl-48 {
    margin-right: 3em !important;
  }
  .me-xl-56 {
    margin-right: 3.5em !important;
  }
  .me-xl-64 {
    margin-right: 4em !important;
  }
  .me-xl-72 {
    margin-right: 4.5em !important;
  }
  .me-xl-80 {
    margin-right: 5em !important;
  }
  .me-xl-96 {
    margin-right: 6em !important;
  }
  .me-xl-104 {
    margin-right: 6.5em !important;
  }
  .me-xl-112 {
    margin-right: 7em !important;
  }
  .me-xl-120 {
    margin-right: 7.5em !important;
  }
  .me-xl-128 {
    margin-right: 8em !important;
  }
  .me-xl-136 {
    margin-right: 8.5em !important;
  }
  .me-xl-144 {
    margin-right: 9em !important;
  }
  .me-xl-152 {
    margin-right: 9.5em !important;
  }
  .me-xl-160 {
    margin-right: 10em !important;
  }
  .me-xl-176 {
    margin-right: 11em !important;
  }
  .me-xl-192 {
    margin-right: 12em !important;
  }
  .me-xl-208 {
    margin-right: 13em !important;
  }
  .me-xl-224 {
    margin-right: 14em !important;
  }
  .me-xl-240 {
    margin-right: 15em !important;
  }
  .me-xl-256 {
    margin-right: 16em !important;
  }
  .me-xl-272 {
    margin-right: 17em !important;
  }
  .me-xl-288 {
    margin-right: 18em !important;
  }
  .me-xl-304 {
    margin-right: 19em !important;
  }
  .me-xl-320 {
    margin-right: 20em !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-xl-3 {
    margin-bottom: 1em !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-xl-5 {
    margin-bottom: 2em !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-xl-48 {
    margin-bottom: 3em !important;
  }
  .mb-xl-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-xl-64 {
    margin-bottom: 4em !important;
  }
  .mb-xl-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-xl-80 {
    margin-bottom: 5em !important;
  }
  .mb-xl-96 {
    margin-bottom: 6em !important;
  }
  .mb-xl-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-xl-112 {
    margin-bottom: 7em !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-xl-128 {
    margin-bottom: 8em !important;
  }
  .mb-xl-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-xl-144 {
    margin-bottom: 9em !important;
  }
  .mb-xl-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-xl-160 {
    margin-bottom: 10em !important;
  }
  .mb-xl-176 {
    margin-bottom: 11em !important;
  }
  .mb-xl-192 {
    margin-bottom: 12em !important;
  }
  .mb-xl-208 {
    margin-bottom: 13em !important;
  }
  .mb-xl-224 {
    margin-bottom: 14em !important;
  }
  .mb-xl-240 {
    margin-bottom: 15em !important;
  }
  .mb-xl-256 {
    margin-bottom: 16em !important;
  }
  .mb-xl-272 {
    margin-bottom: 17em !important;
  }
  .mb-xl-288 {
    margin-bottom: 18em !important;
  }
  .mb-xl-304 {
    margin-bottom: 19em !important;
  }
  .mb-xl-320 {
    margin-bottom: 20em !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25em !important;
  }
  .ms-xl-2 {
    margin-left: 0.5em !important;
  }
  .ms-xl-3 {
    margin-left: 1em !important;
  }
  .ms-xl-4 {
    margin-left: 1.5em !important;
  }
  .ms-xl-5 {
    margin-left: 2em !important;
  }
  .ms-xl-40 {
    margin-left: 2.5em !important;
  }
  .ms-xl-48 {
    margin-left: 3em !important;
  }
  .ms-xl-56 {
    margin-left: 3.5em !important;
  }
  .ms-xl-64 {
    margin-left: 4em !important;
  }
  .ms-xl-72 {
    margin-left: 4.5em !important;
  }
  .ms-xl-80 {
    margin-left: 5em !important;
  }
  .ms-xl-96 {
    margin-left: 6em !important;
  }
  .ms-xl-104 {
    margin-left: 6.5em !important;
  }
  .ms-xl-112 {
    margin-left: 7em !important;
  }
  .ms-xl-120 {
    margin-left: 7.5em !important;
  }
  .ms-xl-128 {
    margin-left: 8em !important;
  }
  .ms-xl-136 {
    margin-left: 8.5em !important;
  }
  .ms-xl-144 {
    margin-left: 9em !important;
  }
  .ms-xl-152 {
    margin-left: 9.5em !important;
  }
  .ms-xl-160 {
    margin-left: 10em !important;
  }
  .ms-xl-176 {
    margin-left: 11em !important;
  }
  .ms-xl-192 {
    margin-left: 12em !important;
  }
  .ms-xl-208 {
    margin-left: 13em !important;
  }
  .ms-xl-224 {
    margin-left: 14em !important;
  }
  .ms-xl-240 {
    margin-left: 15em !important;
  }
  .ms-xl-256 {
    margin-left: 16em !important;
  }
  .ms-xl-272 {
    margin-left: 17em !important;
  }
  .ms-xl-288 {
    margin-left: 18em !important;
  }
  .ms-xl-304 {
    margin-left: 19em !important;
  }
  .ms-xl-320 {
    margin-left: 20em !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25em !important;
  }
  .p-xl-2 {
    padding: 0.5em !important;
  }
  .p-xl-3 {
    padding: 1em !important;
  }
  .p-xl-4 {
    padding: 1.5em !important;
  }
  .p-xl-5 {
    padding: 2em !important;
  }
  .p-xl-40 {
    padding: 2.5em !important;
  }
  .p-xl-48 {
    padding: 3em !important;
  }
  .p-xl-56 {
    padding: 3.5em !important;
  }
  .p-xl-64 {
    padding: 4em !important;
  }
  .p-xl-72 {
    padding: 4.5em !important;
  }
  .p-xl-80 {
    padding: 5em !important;
  }
  .p-xl-96 {
    padding: 6em !important;
  }
  .p-xl-104 {
    padding: 6.5em !important;
  }
  .p-xl-112 {
    padding: 7em !important;
  }
  .p-xl-120 {
    padding: 7.5em !important;
  }
  .p-xl-128 {
    padding: 8em !important;
  }
  .p-xl-136 {
    padding: 8.5em !important;
  }
  .p-xl-144 {
    padding: 9em !important;
  }
  .p-xl-152 {
    padding: 9.5em !important;
  }
  .p-xl-160 {
    padding: 10em !important;
  }
  .p-xl-176 {
    padding: 11em !important;
  }
  .p-xl-192 {
    padding: 12em !important;
  }
  .p-xl-208 {
    padding: 13em !important;
  }
  .p-xl-224 {
    padding: 14em !important;
  }
  .p-xl-240 {
    padding: 15em !important;
  }
  .p-xl-256 {
    padding: 16em !important;
  }
  .p-xl-272 {
    padding: 17em !important;
  }
  .p-xl-288 {
    padding: 18em !important;
  }
  .p-xl-304 {
    padding: 19em !important;
  }
  .p-xl-320 {
    padding: 20em !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xl-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xl-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xl-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xl-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xl-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-xl-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-xl-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-xl-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-xl-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-xl-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-xl-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-xl-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-xl-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-xl-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-xl-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-xl-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-xl-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-xl-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-xl-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-xl-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-xl-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-xl-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-xl-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-xl-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-xl-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-xl-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-xl-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-xl-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-xl-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xl-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xl-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xl-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xl-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xl-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-xl-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xl-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-xl-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-xl-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-xl-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-xl-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-xl-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-xl-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-xl-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-xl-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-xl-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-xl-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-xl-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-xl-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-xl-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-xl-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-xl-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-xl-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-xl-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-xl-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-xl-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-xl-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-xl-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-xl-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25em !important;
  }
  .pt-xl-2 {
    padding-top: 0.5em !important;
  }
  .pt-xl-3 {
    padding-top: 1em !important;
  }
  .pt-xl-4 {
    padding-top: 1.5em !important;
  }
  .pt-xl-5 {
    padding-top: 2em !important;
  }
  .pt-xl-40 {
    padding-top: 2.5em !important;
  }
  .pt-xl-48 {
    padding-top: 3em !important;
  }
  .pt-xl-56 {
    padding-top: 3.5em !important;
  }
  .pt-xl-64 {
    padding-top: 4em !important;
  }
  .pt-xl-72 {
    padding-top: 4.5em !important;
  }
  .pt-xl-80 {
    padding-top: 5em !important;
  }
  .pt-xl-96 {
    padding-top: 6em !important;
  }
  .pt-xl-104 {
    padding-top: 6.5em !important;
  }
  .pt-xl-112 {
    padding-top: 7em !important;
  }
  .pt-xl-120 {
    padding-top: 7.5em !important;
  }
  .pt-xl-128 {
    padding-top: 8em !important;
  }
  .pt-xl-136 {
    padding-top: 8.5em !important;
  }
  .pt-xl-144 {
    padding-top: 9em !important;
  }
  .pt-xl-152 {
    padding-top: 9.5em !important;
  }
  .pt-xl-160 {
    padding-top: 10em !important;
  }
  .pt-xl-176 {
    padding-top: 11em !important;
  }
  .pt-xl-192 {
    padding-top: 12em !important;
  }
  .pt-xl-208 {
    padding-top: 13em !important;
  }
  .pt-xl-224 {
    padding-top: 14em !important;
  }
  .pt-xl-240 {
    padding-top: 15em !important;
  }
  .pt-xl-256 {
    padding-top: 16em !important;
  }
  .pt-xl-272 {
    padding-top: 17em !important;
  }
  .pt-xl-288 {
    padding-top: 18em !important;
  }
  .pt-xl-304 {
    padding-top: 19em !important;
  }
  .pt-xl-320 {
    padding-top: 20em !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25em !important;
  }
  .pe-xl-2 {
    padding-right: 0.5em !important;
  }
  .pe-xl-3 {
    padding-right: 1em !important;
  }
  .pe-xl-4 {
    padding-right: 1.5em !important;
  }
  .pe-xl-5 {
    padding-right: 2em !important;
  }
  .pe-xl-40 {
    padding-right: 2.5em !important;
  }
  .pe-xl-48 {
    padding-right: 3em !important;
  }
  .pe-xl-56 {
    padding-right: 3.5em !important;
  }
  .pe-xl-64 {
    padding-right: 4em !important;
  }
  .pe-xl-72 {
    padding-right: 4.5em !important;
  }
  .pe-xl-80 {
    padding-right: 5em !important;
  }
  .pe-xl-96 {
    padding-right: 6em !important;
  }
  .pe-xl-104 {
    padding-right: 6.5em !important;
  }
  .pe-xl-112 {
    padding-right: 7em !important;
  }
  .pe-xl-120 {
    padding-right: 7.5em !important;
  }
  .pe-xl-128 {
    padding-right: 8em !important;
  }
  .pe-xl-136 {
    padding-right: 8.5em !important;
  }
  .pe-xl-144 {
    padding-right: 9em !important;
  }
  .pe-xl-152 {
    padding-right: 9.5em !important;
  }
  .pe-xl-160 {
    padding-right: 10em !important;
  }
  .pe-xl-176 {
    padding-right: 11em !important;
  }
  .pe-xl-192 {
    padding-right: 12em !important;
  }
  .pe-xl-208 {
    padding-right: 13em !important;
  }
  .pe-xl-224 {
    padding-right: 14em !important;
  }
  .pe-xl-240 {
    padding-right: 15em !important;
  }
  .pe-xl-256 {
    padding-right: 16em !important;
  }
  .pe-xl-272 {
    padding-right: 17em !important;
  }
  .pe-xl-288 {
    padding-right: 18em !important;
  }
  .pe-xl-304 {
    padding-right: 19em !important;
  }
  .pe-xl-320 {
    padding-right: 20em !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-xl-3 {
    padding-bottom: 1em !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-xl-5 {
    padding-bottom: 2em !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-xl-48 {
    padding-bottom: 3em !important;
  }
  .pb-xl-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-xl-64 {
    padding-bottom: 4em !important;
  }
  .pb-xl-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-xl-80 {
    padding-bottom: 5em !important;
  }
  .pb-xl-96 {
    padding-bottom: 6em !important;
  }
  .pb-xl-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-xl-112 {
    padding-bottom: 7em !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-xl-128 {
    padding-bottom: 8em !important;
  }
  .pb-xl-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-xl-144 {
    padding-bottom: 9em !important;
  }
  .pb-xl-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-xl-160 {
    padding-bottom: 10em !important;
  }
  .pb-xl-176 {
    padding-bottom: 11em !important;
  }
  .pb-xl-192 {
    padding-bottom: 12em !important;
  }
  .pb-xl-208 {
    padding-bottom: 13em !important;
  }
  .pb-xl-224 {
    padding-bottom: 14em !important;
  }
  .pb-xl-240 {
    padding-bottom: 15em !important;
  }
  .pb-xl-256 {
    padding-bottom: 16em !important;
  }
  .pb-xl-272 {
    padding-bottom: 17em !important;
  }
  .pb-xl-288 {
    padding-bottom: 18em !important;
  }
  .pb-xl-304 {
    padding-bottom: 19em !important;
  }
  .pb-xl-320 {
    padding-bottom: 20em !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25em !important;
  }
  .ps-xl-2 {
    padding-left: 0.5em !important;
  }
  .ps-xl-3 {
    padding-left: 1em !important;
  }
  .ps-xl-4 {
    padding-left: 1.5em !important;
  }
  .ps-xl-5 {
    padding-left: 2em !important;
  }
  .ps-xl-40 {
    padding-left: 2.5em !important;
  }
  .ps-xl-48 {
    padding-left: 3em !important;
  }
  .ps-xl-56 {
    padding-left: 3.5em !important;
  }
  .ps-xl-64 {
    padding-left: 4em !important;
  }
  .ps-xl-72 {
    padding-left: 4.5em !important;
  }
  .ps-xl-80 {
    padding-left: 5em !important;
  }
  .ps-xl-96 {
    padding-left: 6em !important;
  }
  .ps-xl-104 {
    padding-left: 6.5em !important;
  }
  .ps-xl-112 {
    padding-left: 7em !important;
  }
  .ps-xl-120 {
    padding-left: 7.5em !important;
  }
  .ps-xl-128 {
    padding-left: 8em !important;
  }
  .ps-xl-136 {
    padding-left: 8.5em !important;
  }
  .ps-xl-144 {
    padding-left: 9em !important;
  }
  .ps-xl-152 {
    padding-left: 9.5em !important;
  }
  .ps-xl-160 {
    padding-left: 10em !important;
  }
  .ps-xl-176 {
    padding-left: 11em !important;
  }
  .ps-xl-192 {
    padding-left: 12em !important;
  }
  .ps-xl-208 {
    padding-left: 13em !important;
  }
  .ps-xl-224 {
    padding-left: 14em !important;
  }
  .ps-xl-240 {
    padding-left: 15em !important;
  }
  .ps-xl-256 {
    padding-left: 16em !important;
  }
  .ps-xl-272 {
    padding-left: 17em !important;
  }
  .ps-xl-288 {
    padding-left: 18em !important;
  }
  .ps-xl-304 {
    padding-left: 19em !important;
  }
  .ps-xl-320 {
    padding-left: 20em !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1460px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25em !important;
  }
  .gap-xxl-2 {
    gap: 0.5em !important;
  }
  .gap-xxl-3 {
    gap: 1em !important;
  }
  .gap-xxl-4 {
    gap: 1.5em !important;
  }
  .gap-xxl-5 {
    gap: 2em !important;
  }
  .gap-xxl-40 {
    gap: 2.5em !important;
  }
  .gap-xxl-48 {
    gap: 3em !important;
  }
  .gap-xxl-56 {
    gap: 3.5em !important;
  }
  .gap-xxl-64 {
    gap: 4em !important;
  }
  .gap-xxl-72 {
    gap: 4.5em !important;
  }
  .gap-xxl-80 {
    gap: 5em !important;
  }
  .gap-xxl-96 {
    gap: 6em !important;
  }
  .gap-xxl-104 {
    gap: 6.5em !important;
  }
  .gap-xxl-112 {
    gap: 7em !important;
  }
  .gap-xxl-120 {
    gap: 7.5em !important;
  }
  .gap-xxl-128 {
    gap: 8em !important;
  }
  .gap-xxl-136 {
    gap: 8.5em !important;
  }
  .gap-xxl-144 {
    gap: 9em !important;
  }
  .gap-xxl-152 {
    gap: 9.5em !important;
  }
  .gap-xxl-160 {
    gap: 10em !important;
  }
  .gap-xxl-176 {
    gap: 11em !important;
  }
  .gap-xxl-192 {
    gap: 12em !important;
  }
  .gap-xxl-208 {
    gap: 13em !important;
  }
  .gap-xxl-224 {
    gap: 14em !important;
  }
  .gap-xxl-240 {
    gap: 15em !important;
  }
  .gap-xxl-256 {
    gap: 16em !important;
  }
  .gap-xxl-272 {
    gap: 17em !important;
  }
  .gap-xxl-288 {
    gap: 18em !important;
  }
  .gap-xxl-304 {
    gap: 19em !important;
  }
  .gap-xxl-320 {
    gap: 20em !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.25em !important;
  }
  .m-xxl-2 {
    margin: 0.5em !important;
  }
  .m-xxl-3 {
    margin: 1em !important;
  }
  .m-xxl-4 {
    margin: 1.5em !important;
  }
  .m-xxl-5 {
    margin: 2em !important;
  }
  .m-xxl-40 {
    margin: 2.5em !important;
  }
  .m-xxl-48 {
    margin: 3em !important;
  }
  .m-xxl-56 {
    margin: 3.5em !important;
  }
  .m-xxl-64 {
    margin: 4em !important;
  }
  .m-xxl-72 {
    margin: 4.5em !important;
  }
  .m-xxl-80 {
    margin: 5em !important;
  }
  .m-xxl-96 {
    margin: 6em !important;
  }
  .m-xxl-104 {
    margin: 6.5em !important;
  }
  .m-xxl-112 {
    margin: 7em !important;
  }
  .m-xxl-120 {
    margin: 7.5em !important;
  }
  .m-xxl-128 {
    margin: 8em !important;
  }
  .m-xxl-136 {
    margin: 8.5em !important;
  }
  .m-xxl-144 {
    margin: 9em !important;
  }
  .m-xxl-152 {
    margin: 9.5em !important;
  }
  .m-xxl-160 {
    margin: 10em !important;
  }
  .m-xxl-176 {
    margin: 11em !important;
  }
  .m-xxl-192 {
    margin: 12em !important;
  }
  .m-xxl-208 {
    margin: 13em !important;
  }
  .m-xxl-224 {
    margin: 14em !important;
  }
  .m-xxl-240 {
    margin: 15em !important;
  }
  .m-xxl-256 {
    margin: 16em !important;
  }
  .m-xxl-272 {
    margin: 17em !important;
  }
  .m-xxl-288 {
    margin: 18em !important;
  }
  .m-xxl-304 {
    margin: 19em !important;
  }
  .m-xxl-320 {
    margin: 20em !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xxl-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xxl-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-xxl-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-xxl-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-xxl-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-xxl-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-xxl-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-xxl-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-xxl-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-xxl-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-xxl-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-xxl-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-xxl-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-xxl-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-xxl-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-xxl-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-xxl-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-xxl-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-xxl-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-xxl-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-xxl-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-xxl-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-xxl-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-xxl-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-xxl-320 {
    margin-right: 20em !important;
    margin-left: 20em !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.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xxl-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xxl-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xxl-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xxl-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xxl-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-xxl-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-xxl-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-xxl-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-xxl-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-xxl-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-xxl-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-xxl-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-xxl-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-xxl-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-xxl-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-xxl-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-xxl-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-xxl-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-xxl-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-xxl-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-xxl-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-xxl-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-xxl-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-xxl-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-xxl-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-xxl-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-xxl-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-xxl-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-xxl-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !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.25em !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5em !important;
  }
  .mt-xxl-3 {
    margin-top: 1em !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5em !important;
  }
  .mt-xxl-5 {
    margin-top: 2em !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5em !important;
  }
  .mt-xxl-48 {
    margin-top: 3em !important;
  }
  .mt-xxl-56 {
    margin-top: 3.5em !important;
  }
  .mt-xxl-64 {
    margin-top: 4em !important;
  }
  .mt-xxl-72 {
    margin-top: 4.5em !important;
  }
  .mt-xxl-80 {
    margin-top: 5em !important;
  }
  .mt-xxl-96 {
    margin-top: 6em !important;
  }
  .mt-xxl-104 {
    margin-top: 6.5em !important;
  }
  .mt-xxl-112 {
    margin-top: 7em !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5em !important;
  }
  .mt-xxl-128 {
    margin-top: 8em !important;
  }
  .mt-xxl-136 {
    margin-top: 8.5em !important;
  }
  .mt-xxl-144 {
    margin-top: 9em !important;
  }
  .mt-xxl-152 {
    margin-top: 9.5em !important;
  }
  .mt-xxl-160 {
    margin-top: 10em !important;
  }
  .mt-xxl-176 {
    margin-top: 11em !important;
  }
  .mt-xxl-192 {
    margin-top: 12em !important;
  }
  .mt-xxl-208 {
    margin-top: 13em !important;
  }
  .mt-xxl-224 {
    margin-top: 14em !important;
  }
  .mt-xxl-240 {
    margin-top: 15em !important;
  }
  .mt-xxl-256 {
    margin-top: 16em !important;
  }
  .mt-xxl-272 {
    margin-top: 17em !important;
  }
  .mt-xxl-288 {
    margin-top: 18em !important;
  }
  .mt-xxl-304 {
    margin-top: 19em !important;
  }
  .mt-xxl-320 {
    margin-top: 20em !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25em !important;
  }
  .me-xxl-2 {
    margin-right: 0.5em !important;
  }
  .me-xxl-3 {
    margin-right: 1em !important;
  }
  .me-xxl-4 {
    margin-right: 1.5em !important;
  }
  .me-xxl-5 {
    margin-right: 2em !important;
  }
  .me-xxl-40 {
    margin-right: 2.5em !important;
  }
  .me-xxl-48 {
    margin-right: 3em !important;
  }
  .me-xxl-56 {
    margin-right: 3.5em !important;
  }
  .me-xxl-64 {
    margin-right: 4em !important;
  }
  .me-xxl-72 {
    margin-right: 4.5em !important;
  }
  .me-xxl-80 {
    margin-right: 5em !important;
  }
  .me-xxl-96 {
    margin-right: 6em !important;
  }
  .me-xxl-104 {
    margin-right: 6.5em !important;
  }
  .me-xxl-112 {
    margin-right: 7em !important;
  }
  .me-xxl-120 {
    margin-right: 7.5em !important;
  }
  .me-xxl-128 {
    margin-right: 8em !important;
  }
  .me-xxl-136 {
    margin-right: 8.5em !important;
  }
  .me-xxl-144 {
    margin-right: 9em !important;
  }
  .me-xxl-152 {
    margin-right: 9.5em !important;
  }
  .me-xxl-160 {
    margin-right: 10em !important;
  }
  .me-xxl-176 {
    margin-right: 11em !important;
  }
  .me-xxl-192 {
    margin-right: 12em !important;
  }
  .me-xxl-208 {
    margin-right: 13em !important;
  }
  .me-xxl-224 {
    margin-right: 14em !important;
  }
  .me-xxl-240 {
    margin-right: 15em !important;
  }
  .me-xxl-256 {
    margin-right: 16em !important;
  }
  .me-xxl-272 {
    margin-right: 17em !important;
  }
  .me-xxl-288 {
    margin-right: 18em !important;
  }
  .me-xxl-304 {
    margin-right: 19em !important;
  }
  .me-xxl-320 {
    margin-right: 20em !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1em !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-xxl-5 {
    margin-bottom: 2em !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-xxl-48 {
    margin-bottom: 3em !important;
  }
  .mb-xxl-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-xxl-64 {
    margin-bottom: 4em !important;
  }
  .mb-xxl-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5em !important;
  }
  .mb-xxl-96 {
    margin-bottom: 6em !important;
  }
  .mb-xxl-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-xxl-112 {
    margin-bottom: 7em !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-xxl-128 {
    margin-bottom: 8em !important;
  }
  .mb-xxl-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-xxl-144 {
    margin-bottom: 9em !important;
  }
  .mb-xxl-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10em !important;
  }
  .mb-xxl-176 {
    margin-bottom: 11em !important;
  }
  .mb-xxl-192 {
    margin-bottom: 12em !important;
  }
  .mb-xxl-208 {
    margin-bottom: 13em !important;
  }
  .mb-xxl-224 {
    margin-bottom: 14em !important;
  }
  .mb-xxl-240 {
    margin-bottom: 15em !important;
  }
  .mb-xxl-256 {
    margin-bottom: 16em !important;
  }
  .mb-xxl-272 {
    margin-bottom: 17em !important;
  }
  .mb-xxl-288 {
    margin-bottom: 18em !important;
  }
  .mb-xxl-304 {
    margin-bottom: 19em !important;
  }
  .mb-xxl-320 {
    margin-bottom: 20em !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25em !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5em !important;
  }
  .ms-xxl-3 {
    margin-left: 1em !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5em !important;
  }
  .ms-xxl-5 {
    margin-left: 2em !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5em !important;
  }
  .ms-xxl-48 {
    margin-left: 3em !important;
  }
  .ms-xxl-56 {
    margin-left: 3.5em !important;
  }
  .ms-xxl-64 {
    margin-left: 4em !important;
  }
  .ms-xxl-72 {
    margin-left: 4.5em !important;
  }
  .ms-xxl-80 {
    margin-left: 5em !important;
  }
  .ms-xxl-96 {
    margin-left: 6em !important;
  }
  .ms-xxl-104 {
    margin-left: 6.5em !important;
  }
  .ms-xxl-112 {
    margin-left: 7em !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5em !important;
  }
  .ms-xxl-128 {
    margin-left: 8em !important;
  }
  .ms-xxl-136 {
    margin-left: 8.5em !important;
  }
  .ms-xxl-144 {
    margin-left: 9em !important;
  }
  .ms-xxl-152 {
    margin-left: 9.5em !important;
  }
  .ms-xxl-160 {
    margin-left: 10em !important;
  }
  .ms-xxl-176 {
    margin-left: 11em !important;
  }
  .ms-xxl-192 {
    margin-left: 12em !important;
  }
  .ms-xxl-208 {
    margin-left: 13em !important;
  }
  .ms-xxl-224 {
    margin-left: 14em !important;
  }
  .ms-xxl-240 {
    margin-left: 15em !important;
  }
  .ms-xxl-256 {
    margin-left: 16em !important;
  }
  .ms-xxl-272 {
    margin-left: 17em !important;
  }
  .ms-xxl-288 {
    margin-left: 18em !important;
  }
  .ms-xxl-304 {
    margin-left: 19em !important;
  }
  .ms-xxl-320 {
    margin-left: 20em !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25em !important;
  }
  .p-xxl-2 {
    padding: 0.5em !important;
  }
  .p-xxl-3 {
    padding: 1em !important;
  }
  .p-xxl-4 {
    padding: 1.5em !important;
  }
  .p-xxl-5 {
    padding: 2em !important;
  }
  .p-xxl-40 {
    padding: 2.5em !important;
  }
  .p-xxl-48 {
    padding: 3em !important;
  }
  .p-xxl-56 {
    padding: 3.5em !important;
  }
  .p-xxl-64 {
    padding: 4em !important;
  }
  .p-xxl-72 {
    padding: 4.5em !important;
  }
  .p-xxl-80 {
    padding: 5em !important;
  }
  .p-xxl-96 {
    padding: 6em !important;
  }
  .p-xxl-104 {
    padding: 6.5em !important;
  }
  .p-xxl-112 {
    padding: 7em !important;
  }
  .p-xxl-120 {
    padding: 7.5em !important;
  }
  .p-xxl-128 {
    padding: 8em !important;
  }
  .p-xxl-136 {
    padding: 8.5em !important;
  }
  .p-xxl-144 {
    padding: 9em !important;
  }
  .p-xxl-152 {
    padding: 9.5em !important;
  }
  .p-xxl-160 {
    padding: 10em !important;
  }
  .p-xxl-176 {
    padding: 11em !important;
  }
  .p-xxl-192 {
    padding: 12em !important;
  }
  .p-xxl-208 {
    padding: 13em !important;
  }
  .p-xxl-224 {
    padding: 14em !important;
  }
  .p-xxl-240 {
    padding: 15em !important;
  }
  .p-xxl-256 {
    padding: 16em !important;
  }
  .p-xxl-272 {
    padding: 17em !important;
  }
  .p-xxl-288 {
    padding: 18em !important;
  }
  .p-xxl-304 {
    padding: 19em !important;
  }
  .p-xxl-320 {
    padding: 20em !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xxl-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xxl-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xxl-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xxl-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xxl-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-xxl-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-xxl-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-xxl-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-xxl-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-xxl-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-xxl-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-xxl-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-xxl-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-xxl-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-xxl-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-xxl-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-xxl-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-xxl-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-xxl-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-xxl-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-xxl-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-xxl-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-xxl-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-xxl-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-xxl-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-xxl-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-xxl-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-xxl-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-xxl-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xxl-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xxl-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xxl-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xxl-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xxl-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-xxl-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xxl-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-xxl-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-xxl-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-xxl-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-xxl-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-xxl-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-xxl-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-xxl-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-xxl-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-xxl-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-xxl-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-xxl-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-xxl-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-xxl-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-xxl-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-xxl-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-xxl-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-xxl-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-xxl-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-xxl-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-xxl-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-xxl-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-xxl-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25em !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5em !important;
  }
  .pt-xxl-3 {
    padding-top: 1em !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5em !important;
  }
  .pt-xxl-5 {
    padding-top: 2em !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5em !important;
  }
  .pt-xxl-48 {
    padding-top: 3em !important;
  }
  .pt-xxl-56 {
    padding-top: 3.5em !important;
  }
  .pt-xxl-64 {
    padding-top: 4em !important;
  }
  .pt-xxl-72 {
    padding-top: 4.5em !important;
  }
  .pt-xxl-80 {
    padding-top: 5em !important;
  }
  .pt-xxl-96 {
    padding-top: 6em !important;
  }
  .pt-xxl-104 {
    padding-top: 6.5em !important;
  }
  .pt-xxl-112 {
    padding-top: 7em !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5em !important;
  }
  .pt-xxl-128 {
    padding-top: 8em !important;
  }
  .pt-xxl-136 {
    padding-top: 8.5em !important;
  }
  .pt-xxl-144 {
    padding-top: 9em !important;
  }
  .pt-xxl-152 {
    padding-top: 9.5em !important;
  }
  .pt-xxl-160 {
    padding-top: 10em !important;
  }
  .pt-xxl-176 {
    padding-top: 11em !important;
  }
  .pt-xxl-192 {
    padding-top: 12em !important;
  }
  .pt-xxl-208 {
    padding-top: 13em !important;
  }
  .pt-xxl-224 {
    padding-top: 14em !important;
  }
  .pt-xxl-240 {
    padding-top: 15em !important;
  }
  .pt-xxl-256 {
    padding-top: 16em !important;
  }
  .pt-xxl-272 {
    padding-top: 17em !important;
  }
  .pt-xxl-288 {
    padding-top: 18em !important;
  }
  .pt-xxl-304 {
    padding-top: 19em !important;
  }
  .pt-xxl-320 {
    padding-top: 20em !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25em !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5em !important;
  }
  .pe-xxl-3 {
    padding-right: 1em !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5em !important;
  }
  .pe-xxl-5 {
    padding-right: 2em !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5em !important;
  }
  .pe-xxl-48 {
    padding-right: 3em !important;
  }
  .pe-xxl-56 {
    padding-right: 3.5em !important;
  }
  .pe-xxl-64 {
    padding-right: 4em !important;
  }
  .pe-xxl-72 {
    padding-right: 4.5em !important;
  }
  .pe-xxl-80 {
    padding-right: 5em !important;
  }
  .pe-xxl-96 {
    padding-right: 6em !important;
  }
  .pe-xxl-104 {
    padding-right: 6.5em !important;
  }
  .pe-xxl-112 {
    padding-right: 7em !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5em !important;
  }
  .pe-xxl-128 {
    padding-right: 8em !important;
  }
  .pe-xxl-136 {
    padding-right: 8.5em !important;
  }
  .pe-xxl-144 {
    padding-right: 9em !important;
  }
  .pe-xxl-152 {
    padding-right: 9.5em !important;
  }
  .pe-xxl-160 {
    padding-right: 10em !important;
  }
  .pe-xxl-176 {
    padding-right: 11em !important;
  }
  .pe-xxl-192 {
    padding-right: 12em !important;
  }
  .pe-xxl-208 {
    padding-right: 13em !important;
  }
  .pe-xxl-224 {
    padding-right: 14em !important;
  }
  .pe-xxl-240 {
    padding-right: 15em !important;
  }
  .pe-xxl-256 {
    padding-right: 16em !important;
  }
  .pe-xxl-272 {
    padding-right: 17em !important;
  }
  .pe-xxl-288 {
    padding-right: 18em !important;
  }
  .pe-xxl-304 {
    padding-right: 19em !important;
  }
  .pe-xxl-320 {
    padding-right: 20em !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1em !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-xxl-5 {
    padding-bottom: 2em !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-xxl-48 {
    padding-bottom: 3em !important;
  }
  .pb-xxl-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-xxl-64 {
    padding-bottom: 4em !important;
  }
  .pb-xxl-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5em !important;
  }
  .pb-xxl-96 {
    padding-bottom: 6em !important;
  }
  .pb-xxl-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-xxl-112 {
    padding-bottom: 7em !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-xxl-128 {
    padding-bottom: 8em !important;
  }
  .pb-xxl-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-xxl-144 {
    padding-bottom: 9em !important;
  }
  .pb-xxl-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10em !important;
  }
  .pb-xxl-176 {
    padding-bottom: 11em !important;
  }
  .pb-xxl-192 {
    padding-bottom: 12em !important;
  }
  .pb-xxl-208 {
    padding-bottom: 13em !important;
  }
  .pb-xxl-224 {
    padding-bottom: 14em !important;
  }
  .pb-xxl-240 {
    padding-bottom: 15em !important;
  }
  .pb-xxl-256 {
    padding-bottom: 16em !important;
  }
  .pb-xxl-272 {
    padding-bottom: 17em !important;
  }
  .pb-xxl-288 {
    padding-bottom: 18em !important;
  }
  .pb-xxl-304 {
    padding-bottom: 19em !important;
  }
  .pb-xxl-320 {
    padding-bottom: 20em !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25em !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5em !important;
  }
  .ps-xxl-3 {
    padding-left: 1em !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5em !important;
  }
  .ps-xxl-5 {
    padding-left: 2em !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5em !important;
  }
  .ps-xxl-48 {
    padding-left: 3em !important;
  }
  .ps-xxl-56 {
    padding-left: 3.5em !important;
  }
  .ps-xxl-64 {
    padding-left: 4em !important;
  }
  .ps-xxl-72 {
    padding-left: 4.5em !important;
  }
  .ps-xxl-80 {
    padding-left: 5em !important;
  }
  .ps-xxl-96 {
    padding-left: 6em !important;
  }
  .ps-xxl-104 {
    padding-left: 6.5em !important;
  }
  .ps-xxl-112 {
    padding-left: 7em !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5em !important;
  }
  .ps-xxl-128 {
    padding-left: 8em !important;
  }
  .ps-xxl-136 {
    padding-left: 8.5em !important;
  }
  .ps-xxl-144 {
    padding-left: 9em !important;
  }
  .ps-xxl-152 {
    padding-left: 9.5em !important;
  }
  .ps-xxl-160 {
    padding-left: 10em !important;
  }
  .ps-xxl-176 {
    padding-left: 11em !important;
  }
  .ps-xxl-192 {
    padding-left: 12em !important;
  }
  .ps-xxl-208 {
    padding-left: 13em !important;
  }
  .ps-xxl-224 {
    padding-left: 14em !important;
  }
  .ps-xxl-240 {
    padding-left: 15em !important;
  }
  .ps-xxl-256 {
    padding-left: 16em !important;
  }
  .ps-xxl-272 {
    padding-left: 17em !important;
  }
  .ps-xxl-288 {
    padding-left: 18em !important;
  }
  .ps-xxl-304 {
    padding-left: 19em !important;
  }
  .ps-xxl-320 {
    padding-left: 20em !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25em !important;
  }
  .gap-xxxl-2 {
    gap: 0.5em !important;
  }
  .gap-xxxl-3 {
    gap: 1em !important;
  }
  .gap-xxxl-4 {
    gap: 1.5em !important;
  }
  .gap-xxxl-5 {
    gap: 2em !important;
  }
  .gap-xxxl-40 {
    gap: 2.5em !important;
  }
  .gap-xxxl-48 {
    gap: 3em !important;
  }
  .gap-xxxl-56 {
    gap: 3.5em !important;
  }
  .gap-xxxl-64 {
    gap: 4em !important;
  }
  .gap-xxxl-72 {
    gap: 4.5em !important;
  }
  .gap-xxxl-80 {
    gap: 5em !important;
  }
  .gap-xxxl-96 {
    gap: 6em !important;
  }
  .gap-xxxl-104 {
    gap: 6.5em !important;
  }
  .gap-xxxl-112 {
    gap: 7em !important;
  }
  .gap-xxxl-120 {
    gap: 7.5em !important;
  }
  .gap-xxxl-128 {
    gap: 8em !important;
  }
  .gap-xxxl-136 {
    gap: 8.5em !important;
  }
  .gap-xxxl-144 {
    gap: 9em !important;
  }
  .gap-xxxl-152 {
    gap: 9.5em !important;
  }
  .gap-xxxl-160 {
    gap: 10em !important;
  }
  .gap-xxxl-176 {
    gap: 11em !important;
  }
  .gap-xxxl-192 {
    gap: 12em !important;
  }
  .gap-xxxl-208 {
    gap: 13em !important;
  }
  .gap-xxxl-224 {
    gap: 14em !important;
  }
  .gap-xxxl-240 {
    gap: 15em !important;
  }
  .gap-xxxl-256 {
    gap: 16em !important;
  }
  .gap-xxxl-272 {
    gap: 17em !important;
  }
  .gap-xxxl-288 {
    gap: 18em !important;
  }
  .gap-xxxl-304 {
    gap: 19em !important;
  }
  .gap-xxxl-320 {
    gap: 20em !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25em !important;
  }
  .m-xxxl-2 {
    margin: 0.5em !important;
  }
  .m-xxxl-3 {
    margin: 1em !important;
  }
  .m-xxxl-4 {
    margin: 1.5em !important;
  }
  .m-xxxl-5 {
    margin: 2em !important;
  }
  .m-xxxl-40 {
    margin: 2.5em !important;
  }
  .m-xxxl-48 {
    margin: 3em !important;
  }
  .m-xxxl-56 {
    margin: 3.5em !important;
  }
  .m-xxxl-64 {
    margin: 4em !important;
  }
  .m-xxxl-72 {
    margin: 4.5em !important;
  }
  .m-xxxl-80 {
    margin: 5em !important;
  }
  .m-xxxl-96 {
    margin: 6em !important;
  }
  .m-xxxl-104 {
    margin: 6.5em !important;
  }
  .m-xxxl-112 {
    margin: 7em !important;
  }
  .m-xxxl-120 {
    margin: 7.5em !important;
  }
  .m-xxxl-128 {
    margin: 8em !important;
  }
  .m-xxxl-136 {
    margin: 8.5em !important;
  }
  .m-xxxl-144 {
    margin: 9em !important;
  }
  .m-xxxl-152 {
    margin: 9.5em !important;
  }
  .m-xxxl-160 {
    margin: 10em !important;
  }
  .m-xxxl-176 {
    margin: 11em !important;
  }
  .m-xxxl-192 {
    margin: 12em !important;
  }
  .m-xxxl-208 {
    margin: 13em !important;
  }
  .m-xxxl-224 {
    margin: 14em !important;
  }
  .m-xxxl-240 {
    margin: 15em !important;
  }
  .m-xxxl-256 {
    margin: 16em !important;
  }
  .m-xxxl-272 {
    margin: 17em !important;
  }
  .m-xxxl-288 {
    margin: 18em !important;
  }
  .m-xxxl-304 {
    margin: 19em !important;
  }
  .m-xxxl-320 {
    margin: 20em !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25em !important;
    margin-left: 0.25em !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
  }
  .mx-xxxl-3 {
    margin-right: 1em !important;
    margin-left: 1em !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5em !important;
    margin-left: 1.5em !important;
  }
  .mx-xxxl-5 {
    margin-right: 2em !important;
    margin-left: 2em !important;
  }
  .mx-xxxl-40 {
    margin-right: 2.5em !important;
    margin-left: 2.5em !important;
  }
  .mx-xxxl-48 {
    margin-right: 3em !important;
    margin-left: 3em !important;
  }
  .mx-xxxl-56 {
    margin-right: 3.5em !important;
    margin-left: 3.5em !important;
  }
  .mx-xxxl-64 {
    margin-right: 4em !important;
    margin-left: 4em !important;
  }
  .mx-xxxl-72 {
    margin-right: 4.5em !important;
    margin-left: 4.5em !important;
  }
  .mx-xxxl-80 {
    margin-right: 5em !important;
    margin-left: 5em !important;
  }
  .mx-xxxl-96 {
    margin-right: 6em !important;
    margin-left: 6em !important;
  }
  .mx-xxxl-104 {
    margin-right: 6.5em !important;
    margin-left: 6.5em !important;
  }
  .mx-xxxl-112 {
    margin-right: 7em !important;
    margin-left: 7em !important;
  }
  .mx-xxxl-120 {
    margin-right: 7.5em !important;
    margin-left: 7.5em !important;
  }
  .mx-xxxl-128 {
    margin-right: 8em !important;
    margin-left: 8em !important;
  }
  .mx-xxxl-136 {
    margin-right: 8.5em !important;
    margin-left: 8.5em !important;
  }
  .mx-xxxl-144 {
    margin-right: 9em !important;
    margin-left: 9em !important;
  }
  .mx-xxxl-152 {
    margin-right: 9.5em !important;
    margin-left: 9.5em !important;
  }
  .mx-xxxl-160 {
    margin-right: 10em !important;
    margin-left: 10em !important;
  }
  .mx-xxxl-176 {
    margin-right: 11em !important;
    margin-left: 11em !important;
  }
  .mx-xxxl-192 {
    margin-right: 12em !important;
    margin-left: 12em !important;
  }
  .mx-xxxl-208 {
    margin-right: 13em !important;
    margin-left: 13em !important;
  }
  .mx-xxxl-224 {
    margin-right: 14em !important;
    margin-left: 14em !important;
  }
  .mx-xxxl-240 {
    margin-right: 15em !important;
    margin-left: 15em !important;
  }
  .mx-xxxl-256 {
    margin-right: 16em !important;
    margin-left: 16em !important;
  }
  .mx-xxxl-272 {
    margin-right: 17em !important;
    margin-left: 17em !important;
  }
  .mx-xxxl-288 {
    margin-right: 18em !important;
    margin-left: 18em !important;
  }
  .mx-xxxl-304 {
    margin-right: 19em !important;
    margin-left: 19em !important;
  }
  .mx-xxxl-320 {
    margin-right: 20em !important;
    margin-left: 20em !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .my-xxxl-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .my-xxxl-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .my-xxxl-40 {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .my-xxxl-48 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .my-xxxl-56 {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .my-xxxl-64 {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .my-xxxl-72 {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .my-xxxl-80 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .my-xxxl-96 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
  }
  .my-xxxl-104 {
    margin-top: 6.5em !important;
    margin-bottom: 6.5em !important;
  }
  .my-xxxl-112 {
    margin-top: 7em !important;
    margin-bottom: 7em !important;
  }
  .my-xxxl-120 {
    margin-top: 7.5em !important;
    margin-bottom: 7.5em !important;
  }
  .my-xxxl-128 {
    margin-top: 8em !important;
    margin-bottom: 8em !important;
  }
  .my-xxxl-136 {
    margin-top: 8.5em !important;
    margin-bottom: 8.5em !important;
  }
  .my-xxxl-144 {
    margin-top: 9em !important;
    margin-bottom: 9em !important;
  }
  .my-xxxl-152 {
    margin-top: 9.5em !important;
    margin-bottom: 9.5em !important;
  }
  .my-xxxl-160 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .my-xxxl-176 {
    margin-top: 11em !important;
    margin-bottom: 11em !important;
  }
  .my-xxxl-192 {
    margin-top: 12em !important;
    margin-bottom: 12em !important;
  }
  .my-xxxl-208 {
    margin-top: 13em !important;
    margin-bottom: 13em !important;
  }
  .my-xxxl-224 {
    margin-top: 14em !important;
    margin-bottom: 14em !important;
  }
  .my-xxxl-240 {
    margin-top: 15em !important;
    margin-bottom: 15em !important;
  }
  .my-xxxl-256 {
    margin-top: 16em !important;
    margin-bottom: 16em !important;
  }
  .my-xxxl-272 {
    margin-top: 17em !important;
    margin-bottom: 17em !important;
  }
  .my-xxxl-288 {
    margin-top: 18em !important;
    margin-bottom: 18em !important;
  }
  .my-xxxl-304 {
    margin-top: 19em !important;
    margin-bottom: 19em !important;
  }
  .my-xxxl-320 {
    margin-top: 20em !important;
    margin-bottom: 20em !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25em !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5em !important;
  }
  .mt-xxxl-3 {
    margin-top: 1em !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5em !important;
  }
  .mt-xxxl-5 {
    margin-top: 2em !important;
  }
  .mt-xxxl-40 {
    margin-top: 2.5em !important;
  }
  .mt-xxxl-48 {
    margin-top: 3em !important;
  }
  .mt-xxxl-56 {
    margin-top: 3.5em !important;
  }
  .mt-xxxl-64 {
    margin-top: 4em !important;
  }
  .mt-xxxl-72 {
    margin-top: 4.5em !important;
  }
  .mt-xxxl-80 {
    margin-top: 5em !important;
  }
  .mt-xxxl-96 {
    margin-top: 6em !important;
  }
  .mt-xxxl-104 {
    margin-top: 6.5em !important;
  }
  .mt-xxxl-112 {
    margin-top: 7em !important;
  }
  .mt-xxxl-120 {
    margin-top: 7.5em !important;
  }
  .mt-xxxl-128 {
    margin-top: 8em !important;
  }
  .mt-xxxl-136 {
    margin-top: 8.5em !important;
  }
  .mt-xxxl-144 {
    margin-top: 9em !important;
  }
  .mt-xxxl-152 {
    margin-top: 9.5em !important;
  }
  .mt-xxxl-160 {
    margin-top: 10em !important;
  }
  .mt-xxxl-176 {
    margin-top: 11em !important;
  }
  .mt-xxxl-192 {
    margin-top: 12em !important;
  }
  .mt-xxxl-208 {
    margin-top: 13em !important;
  }
  .mt-xxxl-224 {
    margin-top: 14em !important;
  }
  .mt-xxxl-240 {
    margin-top: 15em !important;
  }
  .mt-xxxl-256 {
    margin-top: 16em !important;
  }
  .mt-xxxl-272 {
    margin-top: 17em !important;
  }
  .mt-xxxl-288 {
    margin-top: 18em !important;
  }
  .mt-xxxl-304 {
    margin-top: 19em !important;
  }
  .mt-xxxl-320 {
    margin-top: 20em !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25em !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5em !important;
  }
  .me-xxxl-3 {
    margin-right: 1em !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5em !important;
  }
  .me-xxxl-5 {
    margin-right: 2em !important;
  }
  .me-xxxl-40 {
    margin-right: 2.5em !important;
  }
  .me-xxxl-48 {
    margin-right: 3em !important;
  }
  .me-xxxl-56 {
    margin-right: 3.5em !important;
  }
  .me-xxxl-64 {
    margin-right: 4em !important;
  }
  .me-xxxl-72 {
    margin-right: 4.5em !important;
  }
  .me-xxxl-80 {
    margin-right: 5em !important;
  }
  .me-xxxl-96 {
    margin-right: 6em !important;
  }
  .me-xxxl-104 {
    margin-right: 6.5em !important;
  }
  .me-xxxl-112 {
    margin-right: 7em !important;
  }
  .me-xxxl-120 {
    margin-right: 7.5em !important;
  }
  .me-xxxl-128 {
    margin-right: 8em !important;
  }
  .me-xxxl-136 {
    margin-right: 8.5em !important;
  }
  .me-xxxl-144 {
    margin-right: 9em !important;
  }
  .me-xxxl-152 {
    margin-right: 9.5em !important;
  }
  .me-xxxl-160 {
    margin-right: 10em !important;
  }
  .me-xxxl-176 {
    margin-right: 11em !important;
  }
  .me-xxxl-192 {
    margin-right: 12em !important;
  }
  .me-xxxl-208 {
    margin-right: 13em !important;
  }
  .me-xxxl-224 {
    margin-right: 14em !important;
  }
  .me-xxxl-240 {
    margin-right: 15em !important;
  }
  .me-xxxl-256 {
    margin-right: 16em !important;
  }
  .me-xxxl-272 {
    margin-right: 17em !important;
  }
  .me-xxxl-288 {
    margin-right: 18em !important;
  }
  .me-xxxl-304 {
    margin-right: 19em !important;
  }
  .me-xxxl-320 {
    margin-right: 20em !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25em !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5em !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1em !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5em !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 2em !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 2.5em !important;
  }
  .mb-xxxl-48 {
    margin-bottom: 3em !important;
  }
  .mb-xxxl-56 {
    margin-bottom: 3.5em !important;
  }
  .mb-xxxl-64 {
    margin-bottom: 4em !important;
  }
  .mb-xxxl-72 {
    margin-bottom: 4.5em !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 5em !important;
  }
  .mb-xxxl-96 {
    margin-bottom: 6em !important;
  }
  .mb-xxxl-104 {
    margin-bottom: 6.5em !important;
  }
  .mb-xxxl-112 {
    margin-bottom: 7em !important;
  }
  .mb-xxxl-120 {
    margin-bottom: 7.5em !important;
  }
  .mb-xxxl-128 {
    margin-bottom: 8em !important;
  }
  .mb-xxxl-136 {
    margin-bottom: 8.5em !important;
  }
  .mb-xxxl-144 {
    margin-bottom: 9em !important;
  }
  .mb-xxxl-152 {
    margin-bottom: 9.5em !important;
  }
  .mb-xxxl-160 {
    margin-bottom: 10em !important;
  }
  .mb-xxxl-176 {
    margin-bottom: 11em !important;
  }
  .mb-xxxl-192 {
    margin-bottom: 12em !important;
  }
  .mb-xxxl-208 {
    margin-bottom: 13em !important;
  }
  .mb-xxxl-224 {
    margin-bottom: 14em !important;
  }
  .mb-xxxl-240 {
    margin-bottom: 15em !important;
  }
  .mb-xxxl-256 {
    margin-bottom: 16em !important;
  }
  .mb-xxxl-272 {
    margin-bottom: 17em !important;
  }
  .mb-xxxl-288 {
    margin-bottom: 18em !important;
  }
  .mb-xxxl-304 {
    margin-bottom: 19em !important;
  }
  .mb-xxxl-320 {
    margin-bottom: 20em !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25em !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5em !important;
  }
  .ms-xxxl-3 {
    margin-left: 1em !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5em !important;
  }
  .ms-xxxl-5 {
    margin-left: 2em !important;
  }
  .ms-xxxl-40 {
    margin-left: 2.5em !important;
  }
  .ms-xxxl-48 {
    margin-left: 3em !important;
  }
  .ms-xxxl-56 {
    margin-left: 3.5em !important;
  }
  .ms-xxxl-64 {
    margin-left: 4em !important;
  }
  .ms-xxxl-72 {
    margin-left: 4.5em !important;
  }
  .ms-xxxl-80 {
    margin-left: 5em !important;
  }
  .ms-xxxl-96 {
    margin-left: 6em !important;
  }
  .ms-xxxl-104 {
    margin-left: 6.5em !important;
  }
  .ms-xxxl-112 {
    margin-left: 7em !important;
  }
  .ms-xxxl-120 {
    margin-left: 7.5em !important;
  }
  .ms-xxxl-128 {
    margin-left: 8em !important;
  }
  .ms-xxxl-136 {
    margin-left: 8.5em !important;
  }
  .ms-xxxl-144 {
    margin-left: 9em !important;
  }
  .ms-xxxl-152 {
    margin-left: 9.5em !important;
  }
  .ms-xxxl-160 {
    margin-left: 10em !important;
  }
  .ms-xxxl-176 {
    margin-left: 11em !important;
  }
  .ms-xxxl-192 {
    margin-left: 12em !important;
  }
  .ms-xxxl-208 {
    margin-left: 13em !important;
  }
  .ms-xxxl-224 {
    margin-left: 14em !important;
  }
  .ms-xxxl-240 {
    margin-left: 15em !important;
  }
  .ms-xxxl-256 {
    margin-left: 16em !important;
  }
  .ms-xxxl-272 {
    margin-left: 17em !important;
  }
  .ms-xxxl-288 {
    margin-left: 18em !important;
  }
  .ms-xxxl-304 {
    margin-left: 19em !important;
  }
  .ms-xxxl-320 {
    margin-left: 20em !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25em !important;
  }
  .p-xxxl-2 {
    padding: 0.5em !important;
  }
  .p-xxxl-3 {
    padding: 1em !important;
  }
  .p-xxxl-4 {
    padding: 1.5em !important;
  }
  .p-xxxl-5 {
    padding: 2em !important;
  }
  .p-xxxl-40 {
    padding: 2.5em !important;
  }
  .p-xxxl-48 {
    padding: 3em !important;
  }
  .p-xxxl-56 {
    padding: 3.5em !important;
  }
  .p-xxxl-64 {
    padding: 4em !important;
  }
  .p-xxxl-72 {
    padding: 4.5em !important;
  }
  .p-xxxl-80 {
    padding: 5em !important;
  }
  .p-xxxl-96 {
    padding: 6em !important;
  }
  .p-xxxl-104 {
    padding: 6.5em !important;
  }
  .p-xxxl-112 {
    padding: 7em !important;
  }
  .p-xxxl-120 {
    padding: 7.5em !important;
  }
  .p-xxxl-128 {
    padding: 8em !important;
  }
  .p-xxxl-136 {
    padding: 8.5em !important;
  }
  .p-xxxl-144 {
    padding: 9em !important;
  }
  .p-xxxl-152 {
    padding: 9.5em !important;
  }
  .p-xxxl-160 {
    padding: 10em !important;
  }
  .p-xxxl-176 {
    padding: 11em !important;
  }
  .p-xxxl-192 {
    padding: 12em !important;
  }
  .p-xxxl-208 {
    padding: 13em !important;
  }
  .p-xxxl-224 {
    padding: 14em !important;
  }
  .p-xxxl-240 {
    padding: 15em !important;
  }
  .p-xxxl-256 {
    padding: 16em !important;
  }
  .p-xxxl-272 {
    padding: 17em !important;
  }
  .p-xxxl-288 {
    padding: 18em !important;
  }
  .p-xxxl-304 {
    padding: 19em !important;
  }
  .p-xxxl-320 {
    padding: 20em !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25em !important;
    padding-left: 0.25em !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5em !important;
    padding-left: 0.5em !important;
  }
  .px-xxxl-3 {
    padding-right: 1em !important;
    padding-left: 1em !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
  }
  .px-xxxl-5 {
    padding-right: 2em !important;
    padding-left: 2em !important;
  }
  .px-xxxl-40 {
    padding-right: 2.5em !important;
    padding-left: 2.5em !important;
  }
  .px-xxxl-48 {
    padding-right: 3em !important;
    padding-left: 3em !important;
  }
  .px-xxxl-56 {
    padding-right: 3.5em !important;
    padding-left: 3.5em !important;
  }
  .px-xxxl-64 {
    padding-right: 4em !important;
    padding-left: 4em !important;
  }
  .px-xxxl-72 {
    padding-right: 4.5em !important;
    padding-left: 4.5em !important;
  }
  .px-xxxl-80 {
    padding-right: 5em !important;
    padding-left: 5em !important;
  }
  .px-xxxl-96 {
    padding-right: 6em !important;
    padding-left: 6em !important;
  }
  .px-xxxl-104 {
    padding-right: 6.5em !important;
    padding-left: 6.5em !important;
  }
  .px-xxxl-112 {
    padding-right: 7em !important;
    padding-left: 7em !important;
  }
  .px-xxxl-120 {
    padding-right: 7.5em !important;
    padding-left: 7.5em !important;
  }
  .px-xxxl-128 {
    padding-right: 8em !important;
    padding-left: 8em !important;
  }
  .px-xxxl-136 {
    padding-right: 8.5em !important;
    padding-left: 8.5em !important;
  }
  .px-xxxl-144 {
    padding-right: 9em !important;
    padding-left: 9em !important;
  }
  .px-xxxl-152 {
    padding-right: 9.5em !important;
    padding-left: 9.5em !important;
  }
  .px-xxxl-160 {
    padding-right: 10em !important;
    padding-left: 10em !important;
  }
  .px-xxxl-176 {
    padding-right: 11em !important;
    padding-left: 11em !important;
  }
  .px-xxxl-192 {
    padding-right: 12em !important;
    padding-left: 12em !important;
  }
  .px-xxxl-208 {
    padding-right: 13em !important;
    padding-left: 13em !important;
  }
  .px-xxxl-224 {
    padding-right: 14em !important;
    padding-left: 14em !important;
  }
  .px-xxxl-240 {
    padding-right: 15em !important;
    padding-left: 15em !important;
  }
  .px-xxxl-256 {
    padding-right: 16em !important;
    padding-left: 16em !important;
  }
  .px-xxxl-272 {
    padding-right: 17em !important;
    padding-left: 17em !important;
  }
  .px-xxxl-288 {
    padding-right: 18em !important;
    padding-left: 18em !important;
  }
  .px-xxxl-304 {
    padding-right: 19em !important;
    padding-left: 19em !important;
  }
  .px-xxxl-320 {
    padding-right: 20em !important;
    padding-left: 20em !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .py-xxxl-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .py-xxxl-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .py-xxxl-40 {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .py-xxxl-48 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .py-xxxl-56 {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .py-xxxl-64 {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .py-xxxl-72 {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .py-xxxl-80 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .py-xxxl-96 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .py-xxxl-104 {
    padding-top: 6.5em !important;
    padding-bottom: 6.5em !important;
  }
  .py-xxxl-112 {
    padding-top: 7em !important;
    padding-bottom: 7em !important;
  }
  .py-xxxl-120 {
    padding-top: 7.5em !important;
    padding-bottom: 7.5em !important;
  }
  .py-xxxl-128 {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
  .py-xxxl-136 {
    padding-top: 8.5em !important;
    padding-bottom: 8.5em !important;
  }
  .py-xxxl-144 {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
  }
  .py-xxxl-152 {
    padding-top: 9.5em !important;
    padding-bottom: 9.5em !important;
  }
  .py-xxxl-160 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .py-xxxl-176 {
    padding-top: 11em !important;
    padding-bottom: 11em !important;
  }
  .py-xxxl-192 {
    padding-top: 12em !important;
    padding-bottom: 12em !important;
  }
  .py-xxxl-208 {
    padding-top: 13em !important;
    padding-bottom: 13em !important;
  }
  .py-xxxl-224 {
    padding-top: 14em !important;
    padding-bottom: 14em !important;
  }
  .py-xxxl-240 {
    padding-top: 15em !important;
    padding-bottom: 15em !important;
  }
  .py-xxxl-256 {
    padding-top: 16em !important;
    padding-bottom: 16em !important;
  }
  .py-xxxl-272 {
    padding-top: 17em !important;
    padding-bottom: 17em !important;
  }
  .py-xxxl-288 {
    padding-top: 18em !important;
    padding-bottom: 18em !important;
  }
  .py-xxxl-304 {
    padding-top: 19em !important;
    padding-bottom: 19em !important;
  }
  .py-xxxl-320 {
    padding-top: 20em !important;
    padding-bottom: 20em !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25em !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5em !important;
  }
  .pt-xxxl-3 {
    padding-top: 1em !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5em !important;
  }
  .pt-xxxl-5 {
    padding-top: 2em !important;
  }
  .pt-xxxl-40 {
    padding-top: 2.5em !important;
  }
  .pt-xxxl-48 {
    padding-top: 3em !important;
  }
  .pt-xxxl-56 {
    padding-top: 3.5em !important;
  }
  .pt-xxxl-64 {
    padding-top: 4em !important;
  }
  .pt-xxxl-72 {
    padding-top: 4.5em !important;
  }
  .pt-xxxl-80 {
    padding-top: 5em !important;
  }
  .pt-xxxl-96 {
    padding-top: 6em !important;
  }
  .pt-xxxl-104 {
    padding-top: 6.5em !important;
  }
  .pt-xxxl-112 {
    padding-top: 7em !important;
  }
  .pt-xxxl-120 {
    padding-top: 7.5em !important;
  }
  .pt-xxxl-128 {
    padding-top: 8em !important;
  }
  .pt-xxxl-136 {
    padding-top: 8.5em !important;
  }
  .pt-xxxl-144 {
    padding-top: 9em !important;
  }
  .pt-xxxl-152 {
    padding-top: 9.5em !important;
  }
  .pt-xxxl-160 {
    padding-top: 10em !important;
  }
  .pt-xxxl-176 {
    padding-top: 11em !important;
  }
  .pt-xxxl-192 {
    padding-top: 12em !important;
  }
  .pt-xxxl-208 {
    padding-top: 13em !important;
  }
  .pt-xxxl-224 {
    padding-top: 14em !important;
  }
  .pt-xxxl-240 {
    padding-top: 15em !important;
  }
  .pt-xxxl-256 {
    padding-top: 16em !important;
  }
  .pt-xxxl-272 {
    padding-top: 17em !important;
  }
  .pt-xxxl-288 {
    padding-top: 18em !important;
  }
  .pt-xxxl-304 {
    padding-top: 19em !important;
  }
  .pt-xxxl-320 {
    padding-top: 20em !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25em !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5em !important;
  }
  .pe-xxxl-3 {
    padding-right: 1em !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5em !important;
  }
  .pe-xxxl-5 {
    padding-right: 2em !important;
  }
  .pe-xxxl-40 {
    padding-right: 2.5em !important;
  }
  .pe-xxxl-48 {
    padding-right: 3em !important;
  }
  .pe-xxxl-56 {
    padding-right: 3.5em !important;
  }
  .pe-xxxl-64 {
    padding-right: 4em !important;
  }
  .pe-xxxl-72 {
    padding-right: 4.5em !important;
  }
  .pe-xxxl-80 {
    padding-right: 5em !important;
  }
  .pe-xxxl-96 {
    padding-right: 6em !important;
  }
  .pe-xxxl-104 {
    padding-right: 6.5em !important;
  }
  .pe-xxxl-112 {
    padding-right: 7em !important;
  }
  .pe-xxxl-120 {
    padding-right: 7.5em !important;
  }
  .pe-xxxl-128 {
    padding-right: 8em !important;
  }
  .pe-xxxl-136 {
    padding-right: 8.5em !important;
  }
  .pe-xxxl-144 {
    padding-right: 9em !important;
  }
  .pe-xxxl-152 {
    padding-right: 9.5em !important;
  }
  .pe-xxxl-160 {
    padding-right: 10em !important;
  }
  .pe-xxxl-176 {
    padding-right: 11em !important;
  }
  .pe-xxxl-192 {
    padding-right: 12em !important;
  }
  .pe-xxxl-208 {
    padding-right: 13em !important;
  }
  .pe-xxxl-224 {
    padding-right: 14em !important;
  }
  .pe-xxxl-240 {
    padding-right: 15em !important;
  }
  .pe-xxxl-256 {
    padding-right: 16em !important;
  }
  .pe-xxxl-272 {
    padding-right: 17em !important;
  }
  .pe-xxxl-288 {
    padding-right: 18em !important;
  }
  .pe-xxxl-304 {
    padding-right: 19em !important;
  }
  .pe-xxxl-320 {
    padding-right: 20em !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25em !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5em !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1em !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5em !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 2em !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 2.5em !important;
  }
  .pb-xxxl-48 {
    padding-bottom: 3em !important;
  }
  .pb-xxxl-56 {
    padding-bottom: 3.5em !important;
  }
  .pb-xxxl-64 {
    padding-bottom: 4em !important;
  }
  .pb-xxxl-72 {
    padding-bottom: 4.5em !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 5em !important;
  }
  .pb-xxxl-96 {
    padding-bottom: 6em !important;
  }
  .pb-xxxl-104 {
    padding-bottom: 6.5em !important;
  }
  .pb-xxxl-112 {
    padding-bottom: 7em !important;
  }
  .pb-xxxl-120 {
    padding-bottom: 7.5em !important;
  }
  .pb-xxxl-128 {
    padding-bottom: 8em !important;
  }
  .pb-xxxl-136 {
    padding-bottom: 8.5em !important;
  }
  .pb-xxxl-144 {
    padding-bottom: 9em !important;
  }
  .pb-xxxl-152 {
    padding-bottom: 9.5em !important;
  }
  .pb-xxxl-160 {
    padding-bottom: 10em !important;
  }
  .pb-xxxl-176 {
    padding-bottom: 11em !important;
  }
  .pb-xxxl-192 {
    padding-bottom: 12em !important;
  }
  .pb-xxxl-208 {
    padding-bottom: 13em !important;
  }
  .pb-xxxl-224 {
    padding-bottom: 14em !important;
  }
  .pb-xxxl-240 {
    padding-bottom: 15em !important;
  }
  .pb-xxxl-256 {
    padding-bottom: 16em !important;
  }
  .pb-xxxl-272 {
    padding-bottom: 17em !important;
  }
  .pb-xxxl-288 {
    padding-bottom: 18em !important;
  }
  .pb-xxxl-304 {
    padding-bottom: 19em !important;
  }
  .pb-xxxl-320 {
    padding-bottom: 20em !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25em !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5em !important;
  }
  .ps-xxxl-3 {
    padding-left: 1em !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5em !important;
  }
  .ps-xxxl-5 {
    padding-left: 2em !important;
  }
  .ps-xxxl-40 {
    padding-left: 2.5em !important;
  }
  .ps-xxxl-48 {
    padding-left: 3em !important;
  }
  .ps-xxxl-56 {
    padding-left: 3.5em !important;
  }
  .ps-xxxl-64 {
    padding-left: 4em !important;
  }
  .ps-xxxl-72 {
    padding-left: 4.5em !important;
  }
  .ps-xxxl-80 {
    padding-left: 5em !important;
  }
  .ps-xxxl-96 {
    padding-left: 6em !important;
  }
  .ps-xxxl-104 {
    padding-left: 6.5em !important;
  }
  .ps-xxxl-112 {
    padding-left: 7em !important;
  }
  .ps-xxxl-120 {
    padding-left: 7.5em !important;
  }
  .ps-xxxl-128 {
    padding-left: 8em !important;
  }
  .ps-xxxl-136 {
    padding-left: 8.5em !important;
  }
  .ps-xxxl-144 {
    padding-left: 9em !important;
  }
  .ps-xxxl-152 {
    padding-left: 9.5em !important;
  }
  .ps-xxxl-160 {
    padding-left: 10em !important;
  }
  .ps-xxxl-176 {
    padding-left: 11em !important;
  }
  .ps-xxxl-192 {
    padding-left: 12em !important;
  }
  .ps-xxxl-208 {
    padding-left: 13em !important;
  }
  .ps-xxxl-224 {
    padding-left: 14em !important;
  }
  .ps-xxxl-240 {
    padding-left: 15em !important;
  }
  .ps-xxxl-256 {
    padding-left: 16em !important;
  }
  .ps-xxxl-272 {
    padding-left: 17em !important;
  }
  .ps-xxxl-288 {
    padding-left: 18em !important;
  }
  .ps-xxxl-304 {
    padding-left: 19em !important;
  }
  .ps-xxxl-320 {
    padding-left: 20em !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-28 {
    font-size: 1.75rem !important;
  }
  .fs-30 {
    font-size: 1.875rem !important;
  }
  .fs-40 {
    font-size: 2.5rem !important;
  }
  .fs-60 {
    font-size: 3.75rem !important;
  }
  .fs-70 {
    font-size: 4.375rem !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;
  }
}
/*! purgecss start ignore */
::selection {
  background-color: #3e3e3e;
  color: #ffffff;
}

.bg-gray *::selection {
  background-color: #ffffff;
  color: #000000;
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 60%;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 85%;
  }
}
@media screen and (min-width: 1460px) {
  html {
    font-size: 100%;
  }
}

img,
svg {
  height: auto;
  max-width: 100%;
}

.clear-wysiwyg > *:first-child {
  margin-top: 0;
}
.clear-wysiwyg > *:last-child {
  margin-bottom: 0;
}

.z-index-under {
  z-index: -1;
}

.z-index-neutral {
  z-index: 0;
}

.z-index-over {
  z-index: 1;
}

.absolute-cover {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  max-width: initial !important;
  object-fit: cover;
}

.text-underline {
  text-decoration: underline;
}

.slick-same-height .slick-track {
  display: flex !important;
}
.slick-same-height .slick-slide {
  height: inherit !important;
}

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

.slick-fix-cls > .slick-fix-cls-slide:not(:first-child) {
  display: none;
}

.responsive-image {
  width: var(--responsive-width);
}

.custom-slick-arrow {
  background: none;
  outline: none;
  border: none;
  padding: 0.5rem;
  fill: #000000;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .custom-slick-arrow {
    padding: 1rem;
  }
}
.custom-slick-arrow svg {
  display: block;
  width: auto;
  height: 1.75rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .custom-slick-arrow svg {
    height: 1.25rem;
  }
}
.custom-slick-arrow.slick-disabled {
  opacity: 0.33;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .custom-slick-arrow.slick-disabled {
    opacity: 0;
  }
}
.custom-slick-arrow:hover {
  transform: scale(1.33);
}
.custom-slick-arrow:hover svg {
  fill: #000000;
  transition: fill 0.3s ease;
}
.custom-slick-arrow.custom-slick-next {
  transform: rotate(180deg);
}
.custom-slick-arrow.custom-slick-next:hover {
  transform: rotate(180deg) scale(1.33);
}

@media screen and (max-width: calc(768px - 1px)) {
  .custom-slick-arrows:not(.custom-slick-arrows--absolute) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
}
.custom-slick-arrows--absolute-center {
  --side-margin: 4rem;
}
.custom-slick-arrows--absolute-center .custom-slick-arrow {
  position: absolute;
  bottom: 0;
}
.custom-slick-arrows--absolute-center .custom-slick-arrow.custom-slick-prev {
  left: calc(50% - var(--side-margin, 0));
}
.custom-slick-arrows--absolute-center .custom-slick-arrow.custom-slick-next {
  right: calc(50% - var(--side-margin, 0));
  transform: rotate(180deg);
}
.custom-slick-arrows--absolute-center .custom-slick-arrow.custom-slick-next:hover {
  transform: rotate(180deg) scale(1.33);
}
.custom-slick-arrows--absolute {
  --side-margin: 0;
}
.custom-slick-arrows--absolute .custom-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.custom-slick-arrows--absolute .custom-slick-arrow:hover {
  transform: translateY(-50%) scale(1.33);
}
.custom-slick-arrows--absolute .custom-slick-arrow.custom-slick-prev {
  left: var(--side-margin, 0);
}
.custom-slick-arrows--absolute .custom-slick-arrow.custom-slick-next {
  right: var(--side-margin, 0);
  transform: translateY(-50%) rotate(180deg);
}
.custom-slick-arrows--absolute .custom-slick-arrow.custom-slick-next:hover {
  transform: translateY(-50%) scale(1.33) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .custom-slick-arrows--absolute-md {
    --side-margin: 0;
  }
  .custom-slick-arrows--absolute-md .custom-slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .custom-slick-arrows--absolute-md .custom-slick-arrow.custom-slick-prev {
    left: var(--side-margin, 0);
  }
  .custom-slick-arrows--absolute-md .custom-slick-arrow.custom-slick-next {
    right: var(--side-margin, 0);
    transform: scaleX(-1) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .custom-slick-arrows--outer .custom-slick-arrow {
    --side-margin: -1rem;
  }
}
@media screen and (min-width: 1700px) {
  .custom-slick-arrows--outer .custom-slick-arrow {
    --side-margin: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .custom-slick-arrows--outer-2 .custom-slick-arrow {
    --side-margin: -1rem;
  }
}
@media screen and (min-width: 1700px) {
  .custom-slick-arrows--outer-2 .custom-slick-arrow {
    --side-margin: -5rem;
  }
}
.custom-slick-arrows--white .custom-slick-arrow svg {
  fill: #ffffff;
}
.custom-slick-arrows--white .custom-slick-arrow:hover svg {
  fill: #000000;
}

.map-google {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .map-google {
    padding-top: 35.5%;
  }
}

.map-canvas {
  height: 24rem;
}
@media screen and (min-width: 768px) {
  .map-canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1 !important;
    max-width: initial !important;
    z-index: 1;
  }
}

ul.mega-menu.max-mega-menu > li.mega-menu-item:last-of-type {
  margin-right: 0 !important;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
@media screen and (min-width: 768px) {
  .animation-delay-0 {
    animation-delay: 0s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-1 {
    animation-delay: 0.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-2 {
    animation-delay: 0.4s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-3 {
    animation-delay: 0.6s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-4 {
    animation-delay: 0.8s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-5 {
    animation-delay: 1s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-6 {
    animation-delay: 1.2s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-7 {
    animation-delay: 1.4s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-8 {
    animation-delay: 1.6s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-9 {
    animation-delay: 1.8s !important;
  }
}

@media screen and (min-width: 768px) {
  .animation-delay-10 {
    animation-delay: 2s !important;
  }
}

.animatable, .section-title:not(.animated)::before {
  opacity: 0;
  animation-play-state: paused !important;
}

.animated {
  animation-fill-mode: both !important;
}

/*! purgecss end ignore */
@keyframes bouncing-icon {
  0%, 100% {
    transform: translateY(-12.5%);
  }
  50% {
    transform: translateY(12.5%);
  }
}
@keyframes bouncing-left-right {
  0%, 100% {
    transform: translateX(-12.5%);
  }
  50% {
    transform: translateX(12.5%);
  }
}
.fade-in, .section-title.animated::before {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(3.125rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-blurred-left {
  animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes slide-in-blurred-left {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.roll-in-blurred-left {
  animation: roll-in-blurred-left 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes roll-in-blurred-left {
  0% {
    transform: translateX(-1000px) rotate(-720deg);
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    filter: blur(0);
    opacity: 1;
  }
}
.text-white-shadow-drop-center {
  animation: text-shadow-drop-center 0.6s both;
}

@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 transparent;
  }
  100% {
    text-shadow: 0 0 1em rgba(255, 255, 255, 0.35);
  }
}
.text-black-shadow-drop-center {
  animation: text-shadow-drop-center 0.6s both;
}

@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 transparent;
  }
  100% {
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.35);
  }
}
.section-title.animated::before {
  animation-delay: 0.3s;
}

/* fonts */
@font-face {
  font-family: "Zalando Regular";
  font-display: swap;
  src: url("../../theme/fonts/ZalandoSansExpanded/static/ZalandoSansExpanded-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Zalando Bold";
  font-display: swap;
  src: url("../../theme/fonts/ZalandoSansExpanded/static/ZalandoSansExpanded-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Zalando SemiBold";
  font-display: swap;
  src: url("../../theme/fonts/ZalandoSansExpanded/static/ZalandoSansExpanded-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Zalando ExtraBold";
  font-display: swap;
  src: url("../../theme/fonts/ZalandoSansExpanded/static/ZalandoSansExpanded-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Mulish Regular";
  font-display: swap;
  src: url("../../theme/fonts/Mulish/static/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Mulish SemiBold";
  font-display: swap;
  src: url("../../theme/fonts/Mulish/static/Mulish-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Mulish Bold";
  font-display: swap;
  src: url("../../theme/fonts/Mulish/static/Mulish-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* root values */
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray: #F5F5F5;
  --color-gray-dark: #D5D5D5;
  --color-gray-darker: #555555;
  --color-border: #CACACA;
  --color-border-dark: #B2B2B2;
  --header-top: 50px;
  --header-middle: 115px;
  --header-bottom: 80px;
  --header-height: calc(var(--header-top) + var(--header-middle) + var(--header-bottom));
  --grid-3: 321px;
  --grid-4: 438px;
  --grid-5: 553px;
  --grid-6: 672px;
  --font-zalando: 'Zalando Regular', Arial, sans-serif;
  --font-zalando-bold: 'Zalando Bold', Arial, sans-serif;
  --font-zalando-semibold: 'Zalando SemiBold', Arial, sans-serif;
  --font-zalando-extrabold: 'Zalando ExtraBold', Arial, sans-serif;
  --font-mulish-semibold: 'Mulish SemiBold', Arial, sans-serif;
  --font-mulish-bold: 'Mulish Bold', Arial, sans-serif;
  --font-mulish: 'Mulish Regular', Arial, sans-serif;
}

@media (max-width: 1024px) {
  :root {
    --header-middle: 62px;
    --header-height: calc(var(--header-top) + var(--header-middle));
  }
}
* {
  color: var(--color-black);
  font-family: var(--font-mulish);
  font-size: 15px;
  line-height: normal;
}
@media (max-width: 800px) {
  * {
    font-size: 13px;
    line-height: 20px;
  }
}

html,
body {
  margin: 0 !important;
  padding: 0;
  overflow-x: hidden;
}

main {
  padding-top: var(--header-height);
}

font {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

a {
  transition-duration: 0.3s;
}

.woocommerce-notices-wrapper,
.wrapper {
  width: 1437px;
  padding: 0 32px;
  max-width: 100%;
  margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-notices-wrapper,
.woocommerce-notices-wrapper .wrapper,
.wrapper .woocommerce-notices-wrapper,
.wrapper .wrapper {
  padding: 0 !important;
}

.wrapper--small {
  width: 1264px;
  padding: 0 32px;
  max-width: 100%;
  margin: 0 auto;
}

.wrapper--x-small {
  width: 970px;
  padding: 0 32px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .woocommerce-notices-wrapper,
  .wrapper {
    width: 1344px;
  }
}
@media (max-width: 1280px) {
  .woocommerce-notices-wrapper,
  .wrapper--small,
  .wrapper {
    width: 1056px;
  }
  .woocommerce-notices-wrapper,
  .wrapper--x-small,
  .wrapper--small,
  .wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-notices-wrapper,
  .wrapper--small,
  .wrapper {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .woocommerce-notices-wrapper,
  .wrapper--small,
  .wrapper--x-small,
  .wrapper {
    padding: 0 8px;
  }
}
h1, .h1,
h2,
.h2,
h3,
.h3 {
  line-height: normal;
  text-transform: uppercase;
  font-style: italic;
  font-family: var(--font-zalando-extrabold);
  max-width: 90vw;
}

h4, .h4,
h5,
.h5,
h6,
.h6 {
  line-height: normal;
  font-family: var(--font-zalando);
}

h1, .h1,
h2,
.h2 {
  font-size: 35px;
}
@media (max-width: 800px) {
  h1, .h1,
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
}

img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.mobile-only,
.no-desktop {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-only,
  .no-desktop {
    display: flex !important;
  }
}

.desktop-only,
.no-mobile {
  display: flex !important;
}
@media (max-width: 1024px) {
  .desktop-only,
  .no-mobile {
    display: none !important;
  }
}

#wpadminbar {
  display: none;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}

/* section titles and subtitles style */
.heading,
.subheading,
.description {
  text-align: center;
  max-width: var(--grid-4);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.description * {
  line-height: 24px;
}
@media (max-width: 800px) {
  .description {
    font-size: 12px;
    text-align: left;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.description p:last-of-type {
  margin-bottom: 0;
}

.heading {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, var(--color-black), #555555, var(--color-black), #555555, var(--color-black));
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 3s linear infinite;
}
.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transform: skewX(-25deg);
  transition: left 0.7s ease-in-out;
  z-index: 1;
}
@media (max-width: 800px) {
  .heading {
    text-align: left;
    max-width: unset;
    margin-bottom: 20px;
  }
}
.heading--small {
  font-size: 24px;
}
@media (max-width: 800px) {
  .heading--small {
    font-size: 20px;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* shining effect on heading reveal */
.animate.heading.visible::before {
  left: 125%;
}

.heading:not(.animate)::before {
  animation: shine 7s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  10%, 100% {
    left: 125%;
  }
}
.hero .heading::before {
  content: none;
  display: none;
}

/* scroll animation */
.animate {
  transition-duration: 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}

.animate.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.animate.animate--static {
  transform: translateY(0) !important;
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

.delay-5 {
  transition-delay: 0.5s;
}

.delay-6 {
  transition-delay: 0.6s;
}

.delay-7 {
  transition-delay: 0.7s;
}

.delay-8 {
  transition-delay: 0.8s;
}

.delay-9 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

.delay-11 {
  transition-delay: 1.1s;
}

.delay-12 {
  transition-delay: 1.2s;
}

.delay-13 {
  transition-delay: 1.3s;
}

.delay-14 {
  transition-delay: 1.4s;
}

.delay-15 {
  transition-delay: 1.5s;
}

/* end candyweb new style */
.section-title {
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 3.125rem;
  }
}
.section-title::before {
  display: block;
  width: 2rem;
  height: 3.15rem;
  text-align: center;
  line-height: 1;
  margin: 0 auto 1.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.667 42.24'%3E%3Cg id='nadtekstem' transform='translate(-285.312 -166.711)'%3E%3Cg id='Group_2709' data-name='Group 2709' transform='translate(285.312 166.711)'%3E%3Cpath id='Path_11563' data-name='Path 11563' d='M311.979,166.711l-26.667,13.363q.07,14.438.14,28.876l26.512-13.028Z' transform='translate(-285.312 -166.711)' fill='%230d87ac'/%3E%3Cpath id='Path_11564' data-name='Path 11564' d='M297.31,233.419l10.175-5-.012-2.927-21.915,10.745q.007,1.468.014,2.936l6.6-3.237-.033,8.969,5.14-2.516Z' transform='translate(-285.476 -205.863)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) {
  .section-title--md-start::before {
    margin: 0 0 1.5rem;
  }
}
.section-title--white::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.667 42.24'%3E%3Cg id='nadtekstem-biale' transform='translate(-285.312 -166.711)'%3E%3Cg id='Group_2709' data-name='Group 2709' transform='translate(285.312 166.711)'%3E%3Cpath id='Path_11563' data-name='Path 11563' d='M311.979,166.711l-26.667,13.363q.07,14.438.14,28.876l26.512-13.028Z' transform='translate(-285.312 -166.711)' fill='%23fff'/%3E%3Cpath id='Path_11564' data-name='Path 11564' d='M297.31,233.419l10.175-5-.012-2.927-21.915,10.745q.007,1.468.014,2.936l6.6-3.237-.033,8.969,5.14-2.516Z' transform='translate(-285.476 -205.863)' fill='%230d87ac'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.featured-models-background-front {
  object-position: bottom;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .featured-models-background-front {
    object-fit: initial;
  }
}

/*! purgecss start ignore */
.featured-models-background-slider {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  max-width: initial !important;
  z-index: 0 !important;
}
.featured-models-background-slider .slick-list,
.featured-models-background-slider .slick-track {
  height: 100%;
}

/*! purgecss end ignore */
.featured-models-nav .custom-slick-arrow svg {
  fill: #ffffff;
}
.featured-models-nav .custom-slick-arrow:hover svg {
  fill: #000000;
}

.featured-models-nav-slider-wrapper {
  max-width: 16rem;
}
@media screen and (min-width: 768px) {
  .featured-models-nav-slider-wrapper {
    max-width: 20rem;
  }
}

.featured-models-slider .featured-models-slide {
  transform-origin: top center;
  transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
}
.featured-models-slider .featured-models-slide .imp-shape-container {
  transition: opacity 0.4s ease;
}
.featured-models-slider .featured-models-slide:not(.slick-current) {
  transform: scale(0.75);
  cursor: pointer;
  filter: grayscale(1) brightness(0.75);
  opacity: 0.8;
}
.featured-models-slider .featured-models-slide:not(.slick-current) .imp-shape-container {
  opacity: 0;
  pointer-events: none;
}
.featured-models-slider .featured-models-slide:not(.slick-current):hover {
  filter: none;
  opacity: 1;
}

/*! purgecss start ignore */
.index-post-skewed-slider .slick-list {
  margin-left: -0.925rem;
  margin-right: -0.925rem;
}
.index-post-skewed-slider .slick-slide {
  padding-left: 0.925rem;
  padding-right: 0.925rem;
}

/*! purgecss end ignore */
.index-post-skewed {
  padding-top: 70%;
}
.index-post-skewed .index-post-skewed-title {
  text-transform: none;
}
@media screen and (max-width: 370px) {
  .index-post-skewed .index-post-skewed-title {
    font-size: 1.2rem !important;
  }
}
.index-post-skewed .index-post-skewed-inner {
  padding: 0 25%;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.index-post-skewed .index-post-skewed-inner:after {
  content: "";
  width: 44rem;
  height: 44rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #000000;
  transform: translate(-50%, 50%) scale(0);
  transition: transform 0.6s ease;
  opacity: 0.75;
  z-index: -1;
}
.index-post-skewed .index-post-skewed-inner:hover::after {
  transform: translate(-50%, 50%) scale(1);
}
.index-post-skewed .index-post-skewed-inner:hover .index-post-skewed-image {
  transform: scale(1.2);
}
.index-post-skewed .index-post-skewed-image {
  transition: transform 0.8s ease-out;
}
.index-post-skewed .index-post-skewed-mask {
  background: #000000;
  opacity: 0.5;
}

@media screen and (max-width: calc(768px - 1px)) {
  .about-content-section.has-video-background .video-background {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .about-content-section.has-video-background .image-background,
  .about-content-section.has-video-background .image-background-overlay,
  .about-content-section.has-video-background .content-image {
    display: none !important;
  }
}

.content-section-background__overlay {
  background-color: #000000;
  opacity: 0.875;
}

@media screen and (max-width: calc(768px - 1px)) {
  .footer-logo {
    width: auto !important;
    height: 1.75rem !important;
  }
}
@media screen and (max-width: 370px) {
  .footer-logo {
    height: 1.5rem !important;
  }
}

.single-post .single-post-thumbnail {
  clip-path: polygon(12.5% 0%, 100% 0%, 87.5% 100%, 0% 100%);
}

.product-archive-top {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
.product-archive-top__container {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .product-archive-top__container {
    width: calc((100% - (100% - 720px)) * 0.75 - 1.875rem + (100% - 720px + 1.875rem) / 2);
  }
}
@media screen and (min-width: 992px) {
  .product-archive-top__container {
    width: calc((100% - (100% - 960px)) * 0.75 - 1.875rem + (100% - 960px + 1.875rem) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .product-archive-top__container {
    width: calc((100% - (100% - 1140px)) * 0.75 - 1.875rem + (100% - 1140px + 1.875rem) / 2);
  }
}
@media screen and (min-width: 1460px) {
  .product-archive-top__container {
    width: calc((100% - (100% - 1400px)) * 0.75 - 1.875rem + (100% - 1400px + 1.875rem) / 2);
  }
}
@media screen and (min-width: 1700px) {
  .product-archive-top__container {
    width: calc((100% - (100% - 1640px)) * 0.75 - 1.875rem + (100% - 1640px + 1.875rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .product-archive-top__wrapper {
    min-height: 10.125rem;
  }
}
.product-archive-top__wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.125rem;
  height: 100%;
  background: #ffffff;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
@media screen and (min-width: 768px) {
  .product-archive-top__wrapper::before {
    content: "";
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .product-archive-top__background {
    height: 100% !important;
    width: auto !important;
    max-width: unset !important;
  }
}
.product-archive-top__overlay {
  width: 100%;
  background: linear-gradient(90deg, #3e3e3e, rgba(62, 62, 62, 0.7), transparent);
}
@media screen and (min-width: 768px) {
  .product-archive-top__overlay {
    background: linear-gradient(90deg, #3e3e3e, #3e3e3e, #3e3e3e, transparent);
  }
}

.archive-product-action {
  padding: 0 !important;
  width: 4.1875rem !important;
  height: 1.875rem !important;
  font-size: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  line-height: 1.4;
  margin-top: 0 !important;
  clip-path: polygon(0.875rem 0%, 100% 0%, calc(100% - 0.875rem) 100%, 0% 100%);
}
.archive-product-action + .archive-product-action {
  margin-top: 1rem !important;
}

.product-single-images .archive-product-action {
  clip-path: polygon(0.825rem 0%, 100% 0%, calc(100% - 0.825rem) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .product-single-images .archive-product-action {
    clip-path: polygon(1.25rem 0%, 100% 0%, calc(100% - 1.25rem) 100%, 0% 100%);
  }
}

.product-show::before {
  display: inline-block;
  width: 1.5rem;
  height: 1.1875rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.869 13.014'%3E%3Cg id='eye' transform='translate(0.1 -128.073)'%3E%3Cpath id='Path_11585' data-name='Path 11585' d='M25.247,133.529a17.229,17.229,0,0,0-12.412-5.356A17.229,17.229,0,0,0,.422,133.529a1.519,1.519,0,0,0,0,2.1,17.229,17.229,0,0,0,12.412,5.356,17.229,17.229,0,0,0,12.412-5.356,1.519,1.519,0,0,0,0-2.1Zm-12.412,6.706a5.655,5.655,0,1,1,5.655-5.655,5.661,5.661,0,0,1-5.655,5.655ZM.962,135.107a.761.761,0,0,1,0-1.054,16.763,16.763,0,0,1,8.164-4.694,6.4,6.4,0,0,0,0,10.442,16.76,16.76,0,0,1-8.163-4.694Zm23.745,0a16.762,16.762,0,0,1-8.164,4.695,6.4,6.4,0,0,0,0-10.442,16.761,16.761,0,0,1,8.163,4.694A.761.761,0,0,1,24.707,135.107Z' transform='translate(0)' fill='%23fff'/%3E%3Cpath id='Path_11585_-_Outline' data-name='Path 11585 - Outline' d='M12.834,128.073a17.328,17.328,0,0,1,12.484,5.386,1.62,1.62,0,0,1,0,2.242,17.328,17.328,0,0,1-12.484,5.386A17.328,17.328,0,0,1,.35,135.7a1.62,1.62,0,0,1,0-2.242A17.328,17.328,0,0,1,12.834,128.073Zm0,12.814a17.13,17.13,0,0,0,12.34-5.326,1.418,1.418,0,0,0,0-1.963,17.13,17.13,0,0,0-12.34-5.326A17.13,17.13,0,0,0,.494,133.6a1.418,1.418,0,0,0,0,1.963A17.13,17.13,0,0,0,12.834,140.887Zm0-12.062A5.755,5.755,0,1,1,7.08,134.58,5.761,5.761,0,0,1,12.834,128.825Zm0,11.309A5.555,5.555,0,1,0,7.28,134.58,5.561,5.561,0,0,0,12.834,140.135ZM9.1,129.261l.081.179a6.3,6.3,0,0,0,0,10.279L9.1,139.9A16.9,16.9,0,0,1,.89,135.177a.862.862,0,0,1,0-1.193A16.9,16.9,0,0,1,9.1,129.261Zm-.421,10.324a6.5,6.5,0,0,1,0-10.012,16.751,16.751,0,0,0-7.649,4.549.661.661,0,0,0,0,.914A16.749,16.749,0,0,0,8.682,139.585Zm7.885-10.323a16.9,16.9,0,0,1,8.212,4.721.862.862,0,0,1,0,1.193,16.9,16.9,0,0,1-8.213,4.722l-.081-.179a6.3,6.3,0,0,0,0-10.279Zm.419,10.325a16.75,16.75,0,0,0,7.649-4.549.661.661,0,0,0,0-.914,16.749,16.749,0,0,0-7.648-4.548,6.5,6.5,0,0,1,0,10.012Z' transform='translate(0)' fill='%23fff'/%3E%3Cpath id='Path_11596' data-name='Path 11596' d='M187.888,185.048a2.835,2.835,0,0,1,1.44.4.376.376,0,1,0,.383-.648,3.588,3.588,0,0,0-4.915,4.915.376.376,0,1,0,.648-.382,2.836,2.836,0,0,1,2.445-4.281Z' transform='translate(-175.053 -53.309)' fill='%23fff'/%3E%3Cpath id='Path_11596_-_Outline' data-name='Path 11596 - Outline' d='M187.888,184.2a3.688,3.688,0,0,1,1.873.514.476.476,0,0,1,.168.652.476.476,0,0,1-.652.168,2.736,2.736,0,0,0-3.748,3.748.476.476,0,1,1-.82.484,3.688,3.688,0,0,1,3.179-5.566Zm1.631,1.2a.278.278,0,0,0,.238-.136.276.276,0,0,0-.1-.378,3.488,3.488,0,0,0-4.778,4.778.276.276,0,0,0,.476-.281,2.936,2.936,0,0,1,4.022-4.022A.276.276,0,0,0,189.519,185.4Z' transform='translate(-175.053 -53.309)' fill='%23fff'/%3E%3Cpath id='Path_11597' data-name='Path 11597' d='M220.487,215.954a.376.376,0,0,0-.133.515,2.836,2.836,0,0,1-3.885,3.885.376.376,0,0,0-.383.648A3.588,3.588,0,0,0,221,216.087.376.376,0,0,0,220.487,215.954Z' transform='translate(-205.075 -83.329)' fill='%23fff'/%3E%3Cpath id='Path_11597_-_Outline' data-name='Path 11597 - Outline' d='M220.678,215.8h0a.478.478,0,0,1,.41.234,3.688,3.688,0,0,1-5.052,5.052.476.476,0,0,1-.168-.652.476.476,0,0,1,.652-.168,2.736,2.736,0,0,0,3.748-3.748.476.476,0,0,1,.41-.718Zm-2.768,5.6a3.488,3.488,0,0,0,3.006-5.264.276.276,0,0,0-.476.281,2.936,2.936,0,0,1-4.022,4.022.276.276,0,0,0-.281.475A3.488,3.488,0,0,0,217.91,221.4Z' transform='translate(-205.075 -83.329)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.warranty-form {
  counter-reset: warranty-rule;
}
.warranty-form::after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  max-width: initial !important;
  content: "";
  background: linear-gradient(90deg, transparent, #3e3e3e 70rem);
}
.warranty-form .warranty-form-background {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  min-height: 42.75rem;
  width: auto;
  max-width: unset;
  transform: translateY(-50%);
}

.warranty-rule {
  min-height: 6.25rem;
}
.warranty-rule::before {
  content: counter(warranty-rule);
  counter-increment: warranty-rule;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 3.125rem;
  font-weight: 500;
  min-width: 6.8125rem;
  transform: translateY(100%);
  transition: transform 0.5s ease-out;
}
.warranty-rule .warranty-rule-content {
  display: flex;
  align-items: center;
}
.warranty-rule.animated::before {
  transform: translateY(0);
}

.asterisk {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .contact-boxes {
    padding-left: 2rem;
  }
}

.contact-box {
  clip-path: polygon(3.75rem 0%, 100% 0%, calc(100% - 3.75rem) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .contact-box {
    width: calc(33.333% + 2rem);
    margin-left: -2rem;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .contact-box + .contact-box {
    margin-top: 2rem;
  }
}
.contact-box .link-white:hover {
  color: #000000;
}

@media screen and (min-width: 768px) {
  .find-store .map-google {
    padding-top: 50%;
  }
}

.br_new_compare_block h3 a, .br_new_compare_block .h3 a {
  color: #000000;
}

.single-product-warranty::after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1 !important;
  max-width: initial !important;
  content: "";
  background: linear-gradient(90deg, #3e3e3e calc(100% - 67rem), transparent);
}
.single-product-warranty .single-product-warranty-background {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: auto;
}

.featured-model:hover {
  color: #000000;
}

.parallax-translate-y {
  transform: translateY(calc(var(--scroll, 0) * -24rem));
  transition: transform 0.175s ease;
}

.si-content-wrapper {
  box-shadow: none !important;
}

.map_n4 a,
.map_n5 a {
  color: #ffffff !important;
}

.map_n1 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.map_n2 p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.map_info_mini {
  font-size: 0.75rem;
}

.custom-range::-webkit-slider-thumb {
  background: #343a40;
}

.custom-range::-moz-range-thumb {
  background: #343a40;
}

.custom-range::-ms-thumb {
  background: #343a40;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.distributor {
  min-height: 9.375rem;
  background: #ffffff;
  padding: 0.625rem;
  border: 1px solid #d4d4d4;
  margin-top: 1.25rem;
}

.table-scroll-indicator {
  width: 5rem;
  height: 2px;
  background-color: #000000;
  position: relative;
  margin: 4rem auto 0 auto;
  animation: bouncing-left-right 1.5s ease infinite both;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .table-scroll-indicator {
    display: none;
  }
}
.table-scroll-indicator.hide {
  opacity: 0;
  pointer-events: none;
}
.table-scroll-indicator svg {
  position: absolute;
  right: 0;
  transform: translate(2px, -50%) rotate(180deg);
  top: 50%;
}

.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail.lazy-hidden {
  height: 0;
}

.product-description {
  display: grid;
  gap: 3.375rem 0;
  color: #3e3e3e;
}
@media screen and (min-width: 768px) {
  .product-description {
    grid-template-columns: 1fr 1fr;
    gap: 3.375rem 11.75rem;
  }
}

@media screen and (min-width: 768px) {
  .product-description-section {
    grid-column: 1/span 1;
  }
}
@media screen and (min-width: 768px) {
  .product-description-section:nth-of-type(n + 4) {
    grid-row: 1/span 3;
    grid-column: 2/span 1;
  }
}

.product-description-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: calc(768px - 1px)) {
  .product-description-title {
    text-align: center;
  }
}

.inverted * {
  color: var(--color-white);
  border-color: var(--color-white);
}

/* replace default loader */
.woocommerce::before {
  display: none;
}
.woocommerce .blockUI.blockOverlay::before {
  display: none;
}

/* edrone modal fix */
#edrone--main--slider--container {
  position: relative;
  z-index: 9999;
}

/* scrollbar */
/* width */
.woocommerce-account h1, .woocommerce-account .h1 {
  text-align: center;
  margin: 70px auto 30px auto;
  width: 200px;
}
@media (max-width: 1280px) {
  .woocommerce-account h1, .woocommerce-account .h1 {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account h1, .woocommerce-account .h1 {
    margin-top: 25px;
  }
}
@media (max-width: 800px) {
  .woocommerce-account h1, .woocommerce-account .h1 {
    text-align: left;
    margin-left: 0;
  }
}
.woocommerce-account h1 + .clear-wysiwyg, .woocommerce-account .h1 + .clear-wysiwyg {
  text-align: center;
  max-width: var(--grid-4);
  margin: 0 auto;
}
.woocommerce-account h1 + .clear-wysiwyg *:last-child, .woocommerce-account .h1 + .clear-wysiwyg *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 800px) {
  .woocommerce-account h1 + .clear-wysiwyg, .woocommerce-account .h1 + .clear-wysiwyg {
    text-align: left;
    margin-left: 0;
  }
}
.woocommerce-account .form-login {
  margin: 0 auto 0 auto;
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .woocommerce-account .form-login {
    margin: 30px auto 90px auto;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .woocommerce-account .form-login {
    width: 100vw;
    position: relative;
    left: -8px;
    gap: 0;
  }
}
.woocommerce-account .form-login__inner {
  position: relative;
}
.woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
  width: calc(50% - 15px);
  border: solid 1px;
  padding: 85px 115px;
}
@media (max-width: 1280px) {
  .woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
    padding: 50px 60px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
    width: 100%;
    max-width: var(--grid-5);
    margin: auto;
  }
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__register, .woocommerce-account .form-login__login {
    width: 100%;
    max-width: unset;
    padding: 40px 10px;
  }
}
.woocommerce-account .form-login__register h2, .woocommerce-account .form-login__register .h2, .woocommerce-account .form-login__login h2, .woocommerce-account .form-login__login .h2 {
  font-size: 30px;
  font-style: normal;
  font-family: var(--font-zalando-semibold);
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__register h2, .woocommerce-account .form-login__register .h2, .woocommerce-account .form-login__login h2, .woocommerce-account .form-login__login .h2 {
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 23px;
  }
}
.woocommerce-account .form-login__register form, .woocommerce-account .form-login__login form {
  border: none;
  padding: 0;
  margin: 35px 0 0 0;
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__register form, .woocommerce-account .form-login__login form {
    margin: 20px 0 0 0;
  }
}
.woocommerce-account .form-login__register .form-row, .woocommerce-account .form-login__login .form-row {
  height: 50px;
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce-account .form-login__register .form-row label:not(.woocommerce-form__label-for-checkbox), .woocommerce-account .form-login__login .form-row label:not(.woocommerce-form__label-for-checkbox) {
  font-size: 15px !important;
  top: 10px !important;
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__register .form-row label:not(.woocommerce-form__label-for-checkbox), .woocommerce-account .form-login__login .form-row label:not(.woocommerce-form__label-for-checkbox) {
    font-size: 13px !important;
  }
}
.woocommerce-account .form-login__register .form-row.focused, .woocommerce-account .form-login__login .form-row.focused {
  overflow: visible !important;
}
.woocommerce-account .form-login__register .form-row.focused span, .woocommerce-account .form-login__login .form-row.focused span {
  text-decoration: none;
}
.woocommerce-account .form-login__register .form-row.focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.woocommerce-account .form-login__register .form-row input:focus + label, .woocommerce-account .form-login__login .form-row.focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.woocommerce-account .form-login__login .form-row input:focus + label {
  transform: translateY(-10px) scale(0.6) !important;
}
.woocommerce-account .form-login__login {
  background-color: var(--color-black);
  border-color: var(--color-black);
}
.woocommerce-account .form-login__login * {
  color: var(--color-white);
}
.woocommerce-account .form-login__login .form-row {
  height: fit-content;
}
.woocommerce-account .form-login__login .form-row label {
  color: var(--color-white) !important;
}
.woocommerce-account .form-login__login .form-row input[type=text],
.woocommerce-account .form-login__login .form-row input[type=email],
.woocommerce-account .form-login__login .form-row input[type=url],
.woocommerce-account .form-login__login .form-row input[type=password],
.woocommerce-account .form-login__login .form-row input[type=search],
.woocommerce-account .form-login__login .form-row textarea {
  background-color: var(--color-black);
  color: var(--color-white);
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__login .form-row input[type=text],
  .woocommerce-account .form-login__login .form-row input[type=email],
  .woocommerce-account .form-login__login .form-row input[type=url],
  .woocommerce-account .form-login__login .form-row input[type=password],
  .woocommerce-account .form-login__login .form-row input[type=search],
  .woocommerce-account .form-login__login .form-row textarea {
    font-size: 13px;
  }
}
.woocommerce-account .form-login__login .woocommerce-LostPassword {
  margin: 0;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 50px;
}
@media (max-width: 800px) {
  .woocommerce-account .form-login__login .woocommerce-LostPassword {
    position: static;
    line-height: normal;
  }
}
.woocommerce-account .form-login__login .woocommerce-LostPassword,
.woocommerce-account .form-login__login .woocommerce-LostPassword * {
  color: var(--color-white);
  font-size: 12px;
  font-family: var(--font-zalando);
}
.woocommerce-account .form-login__login .woocommerce-LostPassword a {
  text-decoration: none;
}
.woocommerce-account .form-login__register {
  background-color: var(--color-white);
  border-color: var(--color-border);
}
.woocommerce-account .form-login__register .form-row .input-text {
  margin: 0 0 20px 0;
}
.woocommerce-account .form-login__register p,
.woocommerce-account .form-login__register p * {
  color: var(--color-black);
  font-size: 12px;
  margin: 0;
  line-height: normal;
}
.woocommerce-account .form-login__register .woocommerce-privacy-policy-text + p {
  margin: 25px 0 0 0;
}
.woocommerce-account .form-login .woocommerce-form-login__submit {
  display: block;
  margin: 30px 0 0 0;
  float: none;
}
.woocommerce-account .form-login .woocommerce-form__label-for-checkbox::before {
  background-color: var(--color-black);
}
.woocommerce-account .form-login .woocommerce-form__label-for-checkbox::after {
  filter: invert(1);
}
.woocommerce-account .form-login .woocommerce-form__label-for-checkbox,
.woocommerce-account .form-login .woocommerce-form__label-for-checkbox span {
  font-family: var(--font-zalando);
  font-size: 12px;
}

.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login {
  max-width: var(--grid-5);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login .form-row {
  width: 100%;
  padding-bottom: 20px;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login .form-row.focused {
  position: relative;
}
.woocommerce-thankyou-order-received + .woocommerce-info + .woocommerce-form-login .form-row.focused .woocommerce-form__label-for-checkbox {
  position: absolute;
  top: 15px;
  right: 0;
  margin: auto;
  height: fit-content;
  line-height: 18px;
}

/* navigation & main account styles */
@media (max-width: 800px) {
  body.page-id-11 .page-top h1, body.page-id-11 .page-top .h1 {
    width: 100%;
  }
}
body.page-id-11 .page-content .woocommerce {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content h2, body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content .h2 {
  font-size: 30px;
  margin: 40px 0 30px 0;
  text-align: left;
  width: fit-content;
  max-width: unset;
}
@media (max-width: 800px) {
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content h2, body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content .h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content address {
  border: solid 1px var(--color-border);
  padding: 20px;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--phone,
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 5px 0;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--phone:last-child,
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-content address .woocommerce-customer-details--email:last-child {
  margin-bottom: 0;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px 0;
  width: 100%;
  border-radius: 5px;
  border: solid 1px var(--color-border);
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  margin: 0;
}
@media (max-width: 800px) {
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul {
    border: none;
    border-radius: 0;
    flex-wrap: wrap;
  }
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  flex: 1 1 0;
  display: block;
  margin: 0;
  background: none !important;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    border: solid 1px var(--color-border);
    width: 33.33%;
    flex: none;
  }
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3n-2) {
    border-right: 0;
  }
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3n-1) {
    border-left: 0;
    border-right: 0;
  }
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3n) {
    border-left: 0;
  }
}
@media (max-width: 600px) {
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 50%;
    border: solid 1px var(--color-border) !important;
  }
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(even) {
    border-left: 0 !important;
  }
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(odd) {
    border-right: 0 !important;
  }
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  opacity: 0.7;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: var(--color-black);
  font-family: var(--font-zalando-semibold);
  text-transform: uppercase;
  font-size: 16px;
  height: 60px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1024px) {
  body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    height: 50px;
  }
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
body.page-id-11 .page-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--color-black);
  color: var(--color-white);
}

/* kokpit / dashboard */
body.woocommerce-account.woocommerce-dashboard .page-content .woocommerce .woocommerce-MyAccount-content {
  padding: 20px;
  border: solid 1px var(--color-border);
  border-radius: 5px;
}

/* zamówienia / orders */
body.woocommerce-account .woocommerce::before, body.woocommerce-account .woocommerce::after {
  display: none;
}
body.woocommerce-account .woocommerce-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}
body.woocommerce-account .woocommerce-info::before, body.woocommerce-account .woocommerce-info::after {
  display: none;
}

body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table th,
body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table td {
  border: none !important;
  padding: 20px !important;
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table th,
  body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table td {
    padding: 7.5px 10px !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table td::before {
    text-transform: uppercase !important;
  }
}
body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table .woocommerce-orders-table__cell-order-date {
  white-space: nowrap;
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table tr td:last-child {
    border-bottom: solid 1px var(--color-border) !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content table .button {
    all: unset;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
  }
}
body.woocommerce-account.woocommerce-orders .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-button--next {
  margin-top: 20px;
}

body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table {
  border: solid 1px var(--color-border);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table th {
  padding: 20px;
  border-color: var(--color-border) !important;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td,
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table th {
    padding: 10px;
  }
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table thead th {
  padding-bottom: 0;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table th {
  font-family: var(--font-zalando-semibold);
  text-transform: uppercase;
  font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table tfoot td,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table tfoot td *,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .product-total,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .product-total * {
  text-align: right;
  font-family: var(--font-zalando-semibold);
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td.product-total,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td.product-total * {
  font-size: 15px;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td.product-total,
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table td.product-total * {
    font-size: 12px;
    line-height: normal;
  }
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table th.product-total,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table th.product-total * {
  font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name {
  min-width: var(--grid-4);
  box-sizing: content-box;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .woocommerce-table__product-name {
    min-width: unset;
    padding-right: 0;
  }
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .order-item-product-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .order-item-product-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .order-item-product-top img {
  max-width: 67px;
  max-height: 48px;
  object-fit: contain;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .order-item-product-top a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  max-width: 220px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta {
    flex-direction: column;
    gap: 0;
  }
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li {
  width: fit-content;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li,
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta li * {
  line-height: 18px;
  font-size: 13px;
}
body.woocommerce-account.woocommerce-view-order .page-content .woocommerce .woocommerce-MyAccount-content table .wc-item-meta .wc-item-meta-label {
  all: unset;
  font-weight: normal;
}

/* adresy / addresses */
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .edit {
  float: none;
  margin-top: -10px;
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-zalando-semibold);
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
  border: solid 1px var(--color-border);
  padding: 20px;
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 20px;
  color: var(--color-white);
  background: linear-gradient(45deg, var(--color-black), var(--color-black));
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px 30px;
  flex-wrap: wrap;
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .fcf-conditional-input {
  width: 100%;
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change {
  border: solid 1px var(--color-border);
  border-radius: 5px;
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change .woocommerce-input-wrapper {
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
  background-color: var(--color-gray);
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .update_totals_on_change .woocommerce-input-wrapper * {
  font-weight: normal;
  font-family: var(--font-zalando);
}
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .input-text,
body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input[type=text] {
  min-width: unset !important;
}
@media (max-width: 600px) {
  body.woocommerce-account.woocommerce-edit-address .page-content .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    width: 100%;
  }
}

/* szczegóły konta / account details */
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content .edit-account-heading {
  margin-top: 0;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form {
  border: solid 1px var(--color-border);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row {
  max-width: var(--grid-5);
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form .clear {
  display: none;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form legend {
  font-size: 30px;
  margin: 40px 0 30px 0;
  text-align: left;
  width: fit-content;
  max-width: unset;
  font-family: var(--font-zalando-extrabold);
  line-height: normal;
  text-transform: uppercase;
  font-style: italic;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form .button {
  margin-top: 20px;
  color: var(--color-white);
  background: linear-gradient(45deg, var(--color-black), var(--color-black));
}
@media (max-width: 600px) {
  body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form .form-row {
    width: 100%;
  }
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form #account_display_name_description {
  display: block;
  margin: 15px 0 0 0;
}
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form #account_display_name_description,
body.woocommerce-account.woocommerce-edit-account .page-content .woocommerce .woocommerce-MyAccount-content form #account_display_name_description * {
  font-size: 12px;
}

/* komunikacja / communication prefeerences */
body.woocommerce-account .woocommerce-MyAccount-content h2.shopmagic-communication-preferences-heading, body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences-heading.h2 {
  margin-top: 0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences {
  border: solid 1px var(--color-border);
  padding: 20px;
  border-radius: 5px;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences h3, body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  margin-bottom: 20px;
  max-width: var(--grid-6);
  text-transform: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin {
  max-width: var(--grid-6);
  margin: 20px 0;
  overflow: visible !important;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label {
  width: 100%;
  display: block;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label,
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label * {
  text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .shopmagic-optin label + span {
  font-size: 12px;
}
body.woocommerce-account .woocommerce-MyAccount-content .shopmagic-communication-preferences .button {
  color: var(--color-white);
  background: linear-gradient(45deg, var(--color-black), var(--color-black));
}

/* zapomniane hasło / lost password */
body.woocommerce-lost-password .page-top {
  border: solid 1px var(--color-border);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  max-width: var(--grid-6);
  margin: 50px auto 0 auto;
  padding: 30px;
}
body.woocommerce-lost-password .page-top .wrapper {
  padding: 0 !important;
}
body.woocommerce-lost-password .page-top__heading {
  margin: 0 auto;
  width: auto;
  font-size: 0;
  text-align: left;
}
body.woocommerce-lost-password .page-top__heading::after {
  content: "Przywracanie hasła";
  font-size: 30px;
}
body.woocommerce-lost-password .page-content {
  margin: 0 auto 90px auto;
}
body.woocommerce-lost-password .page-content .wrapper {
  padding: 0 !important;
}
body.woocommerce-lost-password .page-content .woocommerce {
  gap: 0;
}
body.woocommerce-lost-password .page-content .woocommerce::before, body.woocommerce-lost-password .page-content .woocommerce::after {
  display: none;
}
body.woocommerce-lost-password .page-content .woocommerce-notices-wrapper {
  margin: 0 auto 15px auto;
  max-width: var(--grid-6);
  width: 100%;
}
body.woocommerce-lost-password .page-content .woocommerce-notices-wrapper ul {
  max-width: 100%;
}
body.woocommerce-lost-password .page-content .woocommerce-notices-wrapper ul:last-child {
  margin-bottom: 0;
}
body.woocommerce-lost-password .page-content .form-row {
  margin: 20px 0 0 0;
}
body.woocommerce-lost-password .page-content .clear-wysiwyg {
  display: flex;
  flex-direction: column;
  border: solid 1px var(--color-border);
  border-top: 0;
  border-radius: 5px 5px 0 0;
  max-width: var(--grid-6);
  margin: 0 auto;
  padding: 20px 30px 30px 30px;
}

.about-panels {
  margin: 72px auto;
}
@media (max-width: 800px) {
  .about-panels {
    margin: 40px auto;
  }
}
.about-panels .wrapper {
  display: flex;
  flex-direction: column;
}
.about-panels__heading {
  margin: 0 auto 56px auto;
}
@media (max-width: 800px) {
  .about-panels__heading {
    text-align: left;
    margin: 0 0 30px 0;
  }
}
.about-panels__items {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1024px) {
  .about-panels__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.about-panels__item {
  position: relative;
  height: 487px;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-gray-darker);
}
@media (max-width: 1400px) {
  .about-panels__item {
    height: calc(40vw - 60px);
  }
}
@media (max-width: 1024px) {
  .about-panels__item {
    height: 370px;
    width: 100% !important;
  }
}
.about-panels__item:nth-child(1) {
  width: 50%;
}
.about-panels__item:not(:nth-child(1)) {
  width: 25%;
}
.about-panels__item img,
.about-panels__item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.about-panels a.about-panels__item:hover {
  border-color: var(--color-black);
}
.about-panels a.about-panels__item:hover img,
.about-panels a.about-panels__item:hover video {
  transform: scale(1.05);
}
.about-panels a.about-panels__item:hover .about-panels__title, .about-panels a.about-panels__item:hover .about-panels__text {
  top: -10px;
}
.about-panels__content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: linear-gradient(218.09deg, rgba(0, 0, 0, 0) 31.61%, #000000 87.96%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-panels__content * {
  color: var(--color-white);
}
.about-panels__title {
  max-width: var(--grid-3);
  margin-bottom: 0;
  transition-duration: 0.3s;
  position: relative;
  top: 0;
}
@media (max-width: 1280px) {
  .about-panels__title {
    font-size: 20px;
  }
}
.about-panels__text {
  max-width: var(--grid-3);
  margin: 10px 0 0 0;
  transition-duration: 0.3s;
  position: relative;
  top: 0;
}

.additional-content {
  margin: 112px auto;
  background-color: #FBFBFB;
  position: relative;
}
@media (max-width: 800px) {
  .additional-content {
    margin: 90px auto;
  }
}
.additional-content::before {
  content: "";
  display: block;
  z-index: -1;
  background-color: #FBFBFB;
  width: 100%;
  height: calc(100% + 260px);
  top: -20px;
  position: absolute;
}
@media (max-width: 1280px) {
  .additional-content::before {
    height: calc(100% + 230px);
  }
}
@media (max-width: 800px) {
  .additional-content::before {
    height: calc(100% + 150px);
  }
}
.additional-content .wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 800px) {
  .additional-content .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.additional-content__heading {
  text-align: left;
  max-width: var(--grid-6);
}
@media (max-width: 800px) {
  .additional-content__heading {
    margin: 0 0 20px 0;
  }
}
.additional-content__heading::before {
  background: rgba(251, 251, 251, 0.4);
}
.additional-content__image, .additional-content__content {
  width: 50%;
}
@media (max-width: 800px) {
  .additional-content__image, .additional-content__content {
    width: 100%;
  }
}
.additional-content__image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .additional-content__image {
    max-height: 335px;
  }
}
.additional-content__image video,
.additional-content__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media (max-width: 800px) {
  .additional-content__image video,
  .additional-content__image img {
    max-height: 335px;
  }
}
.additional-content__button {
  margin-top: 56px !important;
}
@media (max-width: 800px) {
  .additional-content__button {
    margin-top: 30px !important;
  }
}

.article-slider {
  margin: 130px auto;
}
@media (max-width: 800px) {
  .article-slider {
    margin: 80px auto 50px auto;
  }
}
.article-slider .slick-slider .slick-track {
  display: flex;
  gap: 29px;
}
@media (max-width: 800px) {
  .article-slider .slick-slider .slick-track {
    gap: 10px;
  }
}
.article-slider__items {
  position: relative;
}
@media (max-width: 1024px) {
  .article-slider__items {
    margin: 0 -16px;
  }
}
.article-slider__item.article-card {
  width: var(--grid-4);
}
@media (max-width: 1280px) {
  .article-slider__item.article-card {
    width: var(--grid-3);
  }
}
@media (max-width: 800px) {
  .article-slider__item.article-card {
    width: 305px;
  }
}

.banner {
  margin: 100px auto;
}
@media (max-width: 800px) {
  .banner {
    margin: 50px auto;
  }
}
.banner__image {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
  background-color: var(--color-gray);
}
.banner__image img {
  width: 100%;
}
.banner__image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: var(--grid-3);
  height: 100%;
  background: linear-gradient(308.09deg, rgba(0, 0, 0, 0) 31.61%, #000000 87.96%);
  transform: rotate(180deg);
  z-index: 1;
}
@media (max-width: 800px) {
  .banner__image::after {
    display: none;
  }
}
.banner--no-shadow .banner__image::after {
  display: none;
}

.bestsellers {
  margin: 90px auto 180px auto;
}
@media (max-width: 800px) {
  .bestsellers {
    margin: 40px auto 80px auto;
  }
}
.bestsellers__image {
  width: 100%;
}
.bestsellers__image img {
  width: 100%;
  height: auto;
  max-height: 648px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 90px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .bestsellers__image img {
    max-height: 500px;
  }
}
@media (max-width: 1024px) {
  .bestsellers__image img {
    max-height: 440px;
  }
}
@media (max-width: 800px) {
  .bestsellers__image img {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .bestsellers__heading {
    text-align: center;
    max-width: var(--grid-3);
  }
}
.bestsellers__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 60px 0 0 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .bestsellers__items {
    flex-wrap: wrap;
  }
}
.bestsellers__items .product {
  width: calc(25% - 22.5px);
}
@media (max-width: 1024px) {
  .bestsellers__items .product {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  .bestsellers__items .product {
    width: 100%;
  }
}

.columns-4 {
  margin: 110px auto 80px auto;
  position: relative;
  background-color: var(--color-gray);
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .columns-4 {
    margin: 50px auto 80px auto;
    background-color: transparent;
    padding-bottom: 0;
  }
}
.columns-4::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray);
  top: -220px;
}
@media (max-width: 800px) {
  .columns-4::before {
    display: none;
  }
}
.columns-4__heading {
  max-width: var(--grid-5);
}
@media (max-width: 800px) {
  .columns-4__heading {
    text-align: left;
    max-width: var(--grid-4);
    margin: 0 0 40px 0;
  }
}
@media (max-width: 500px) {
  .columns-4__heading {
    max-width: var(--grid-3);
  }
}
.columns-4__items {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .columns-4__items {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .columns-4__items {
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.columns-4__item {
  width: calc(25% - 22.5px);
}
@media (max-width: 1024px) {
  .columns-4__item {
    width: calc(25% - 15px);
  }
}
@media (max-width: 800px) {
  .columns-4__item {
    width: 100%;
  }
}
.columns-4__item-title {
  font-size: 40px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  margin-bottom: 10px;
  text-transform: unset;
}
@media (max-width: 1024px) {
  .columns-4__item-title {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .columns-4__item-title {
    font-family: var(--font-zalando-bold);
    font-style: italic;
    font-size: 20px;
  }
}
.columns-4__item-subtitle {
  font-size: 13px;
  font-family: var(--font-zalando-bold);
  margin-bottom: 10px;
}
.columns-4__item-content {
  line-height: 24px;
}
.columns-4__additional {
  margin: 90px auto 0 auto;
  text-align: center;
}
.columns-4__additional * {
  font-size: 13px;
}
@media (max-width: 800px) {
  .columns-4__additional * {
    font-size: 11px;
  }
}
.columns-4__additional:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .columns-4__additional {
    text-align: left;
    margin: 40px 0 0 0;
  }
}

.page-content #yith-woocompare {
  position: relative;
}
.page-content #yith-woocompare .dataTables_wrapper {
  margin: 0;
}
.page-content #yith-woocompare .dataTables_scrollBody {
  width: 100vw !important;
  overflow: hidden !important;
}
.page-content #yith-woocompare .dataTables_scrollHead,
.page-content #yith-woocompare .DTFC_LeftWrapper,
.page-content #yith-woocompare .DTFC_RightWrapper {
  display: none;
}
.page-content #yith-woocompare table.compare-list {
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
}
.page-content #yith-woocompare table.compare-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(var(--grid-4) * 2 + 234px + 60px);
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-white) 20%);
  width: 50vw;
  z-index: 3;
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare table.compare-list::after {
    left: calc(var(--grid-3) * 2 + 180px + 30px);
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list::after {
    content: none;
  }
}
.page-content #yith-woocompare table.compare-list tbody {
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
  padding-bottom: 20px;
}
.page-content #yith-woocompare table.compare-list tbody tr {
  all: unset;
  display: flex;
  position: relative;
  padding-left: 234px;
  padding-right: 234px;
  gap: 30px;
  width: fit-content;
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare table.compare-list tbody tr {
    padding-right: 180px;
    padding-left: 180px;
  }
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody tr {
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr {
    padding-right: 95px;
    padding-left: 95px;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr.product_info th {
  font-size: 0;
  color: transparent;
}
.page-content #yith-woocompare table.compare-list tbody tr.product_info th,
.page-content #yith-woocompare table.compare-list tbody tr.product_info td {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-content #yith-woocompare table.compare-list tbody tr .iworks-omnibus {
  display: none !important;
}
.page-content #yith-woocompare table.compare-list tbody tr.price th,
.page-content #yith-woocompare table.compare-list tbody tr.price td {
  border-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr.price th,
  .page-content #yith-woocompare table.compare-list tbody tr.price td {
    padding-bottom: 10px;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount,
.page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount * {
  font-size: 24px;
  font-family: var(--font-zalando-semibold);
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount,
  .page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount * {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount,
  .page-content #yith-woocompare table.compare-list tbody tr.price td .woocommerce-Price-amount * {
    font-size: 8px;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr:nth-child(odd) td {
  background: var(--color-gray);
}
.page-content #yith-woocompare table.compare-list tbody tr:not(:last-child) td {
  border-bottom: 0;
}
.page-content #yith-woocompare table.compare-list tbody tr:first-child td {
  background: var(--color-white);
  border-radius: 5px 5px 0 0;
  padding: 45px 20px 0 20px;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr:first-child td {
    padding: 10px 10px 0 10px;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr:last-child th {
  border-bottom-color: transparent;
}
.page-content #yith-woocompare table.compare-list tbody tr:last-child td {
  border-radius: 0 0 5px 5px;
}
.page-content #yith-woocompare table.compare-list tbody tr.description th {
  justify-content: flex-start;
  padding: 20px 0 0 0;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr.description th {
    padding: 10px 0 0 0;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr.description td {
  padding: 0;
  position: relative;
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row:nth-child(odd) {
  background-color: var(--color-white);
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-title {
  padding: 12.5px 20px;
  display: none;
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row {
  display: flex;
  justify-content: space-between;
  padding: 12.5px 20px;
  border-bottom: solid 1px var(--color-border);
  text-align: right;
  transition-duration: 0.15s;
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row {
    padding: 7.5px 10px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row {
    text-align: left;
    justify-content: flex-start;
  }
  .page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row > * {
    min-width: 50%;
    max-width: 50%;
    white-space: wrap;
  }
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row b {
  text-align: left;
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-row:last-child {
  border-bottom: none;
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-section {
  border-top: solid 1px var(--color-border);
}
.page-content #yith-woocompare table.compare-list tbody tr.description td .product-description-section:first-child {
  border-top: none;
}
.page-content #yith-woocompare table.compare-list tbody th {
  all: unset;
  position: absolute;
  min-width: unset;
  max-width: unset;
  width: 234px;
  text-align: left;
  left: 0;
  top: 1px;
  padding: 0 0 20px 0;
  background: none;
  border: none;
  border-bottom: solid 1px var(--color-border);
  background-color: var(--color-white);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  z-index: 2;
  transition-duration: 0.3s;
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare table.compare-list tbody th {
    width: 180px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody th {
    width: 95px;
    font-size: 10px;
    padding: 0 0 10px 0;
    line-height: normal;
  }
}
.page-content #yith-woocompare table.compare-list tbody td {
  all: unset;
  min-width: var(--grid-4);
  max-width: var(--grid-4);
  box-sizing: border-box;
  border: solid 1px var(--color-border);
  padding: 20px;
  z-index: 1;
  transition-duration: 0.3s;
  cursor: grab;
}
.page-content #yith-woocompare table.compare-list tbody td:active {
  cursor: grabbing;
}
.page-content #yith-woocompare table.compare-list tbody td:active * {
  user-select: none;
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare table.compare-list tbody td {
    min-width: var(--grid-3);
    max-width: var(--grid-3);
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody td {
    min-width: 150px;
    max-width: 150px;
    padding: 7.5px 10px;
  }
  .page-content #yith-woocompare table.compare-list tbody td,
  .page-content #yith-woocompare table.compare-list tbody td * {
    font-size: 8px;
    line-height: normal;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info {
  min-height: 361px;
  max-height: 361px;
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info {
    min-height: 295px;
    max-height: 295px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info {
    min-height: 130px;
    max-height: 130px;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info .product_title {
  font-family: var(--font-zalando-semibold);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  height: 52px;
  overflow: hidden;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info .product_title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info .product_title {
    font-size: 8px;
    line-height: normal;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info th::before {
  content: "";
  width: 100%;
  background-color: var(--color-white);
  height: 2px;
  top: -1px;
  position: absolute;
}
.page-content #yith-woocompare table.compare-list tbody .product_info a {
  display: block;
  width: 100%;
  height: 251px;
  margin: 0;
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info a {
    height: 200px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info a {
    height: 92px;
    margin: 0;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info a .image-wrap {
  margin: 0 0 20px 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info a .image-wrap {
    margin: 0 0 2px 0;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info a .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-content #yith-woocompare table.compare-list tbody .product_info div.remove {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  margin: 0;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info div.remove {
    top: 0;
    right: 0;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info div.remove a {
  font-size: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-content #yith-woocompare table.compare-list tbody .product_info div.remove a * {
  display: none;
}
.page-content #yith-woocompare table.compare-list tbody .product_info div.remove a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../../images/icons/close.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 800px) {
  .page-content #yith-woocompare table.compare-list tbody .product_info div.remove a::before {
    width: 7px;
    height: 7px;
  }
}
.page-content #yith-woocompare table.compare-list tbody .product_info div.remove a:hover::before {
  opacity: 0.7;
}
.page-content #yith-woocompare .compare-scroll-arrow {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  margin: auto;
  z-index: 100;
  width: 19px;
  height: 60px;
  cursor: pointer;
  transform: translateY(166px);
}
@media (max-width: 800px) {
  .page-content #yith-woocompare .compare-scroll-arrow {
    transform: translateY(48px);
  }
}
.page-content #yith-woocompare .compare-scroll-arrow.disabled {
  display: none;
}
.page-content #yith-woocompare .compare-scroll-arrow:hover {
  opacity: 0.7;
}
.page-content #yith-woocompare .compare-scroll-arrow::before {
  content: "";
  display: inline-block;
  height: 34px;
  width: 100%;
  background: url("../../images/arrows/right.svg") no-repeat center;
  background-size: contain;
}
.page-content #yith-woocompare .compare-scroll-arrow--left {
  left: 185px;
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare .compare-scroll-arrow--left {
    left: 130px;
  }
}
@media (max-width: 800px) {
  .page-content #yith-woocompare .compare-scroll-arrow--left {
    left: 65px;
  }
}
.page-content #yith-woocompare .compare-scroll-arrow--left::before {
  transform: rotate(180deg);
}
.page-content #yith-woocompare .compare-scroll-arrow--right {
  left: calc(var(--grid-4) * 2 + 234px + 60px);
}
@media (max-width: 1280px) {
  .page-content #yith-woocompare .compare-scroll-arrow--right {
    left: calc(var(--grid-3) * 2 + 180px + 60px);
  }
}
@media (max-width: 1024px) {
  .page-content #yith-woocompare .compare-scroll-arrow--right {
    left: auto;
    right: 10px;
  }
}
.page-content .blockUI.blockOverlay {
  width: 100vw !important;
}

body.page-id-686 .page-top {
  margin-top: 70px;
}
@media (max-width: 800px) {
  body.page-id-686 .page-top {
    margin-top: 20px;
  }
}
body.page-id-686 .page-standard {
  padding-top: 140px;
}
@media (max-width: 800px) {
  body.page-id-686 .page-standard {
    padding-top: 62px;
  }
}
@media (max-width: 800px) {
  body.page-id-686 .page-standard .page-content {
    margin-top: 25px;
    margin-bottom: 80px;
  }
}

.choose-path {
  margin: 130px auto 80px auto;
}
@media (max-width: 800px) {
  .choose-path {
    margin: 30px auto 40px auto;
  }
}
@media (max-width: 800px) {
  .choose-path__heading {
    max-width: var(--grid-4);
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.choose-path__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .choose-path__buttons {
    margin-top: 20px;
    width: fit-content;
    flex-direction: column;
    gap: 10px;
  }
}
.choose-path__button {
  min-width: var(--grid-3) !important;
}
@media (max-width: 800px) {
  .choose-path__button {
    min-width: 210px !important;
  }
}
.choose-path__button.link {
  font-family: var(--font-zalando);
  text-align: center;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .choose-path__button.link {
    width: fit-content;
  }
}

.contact-form {
  margin: 140px auto 180px auto;
}
@media (max-width: 800px) {
  .contact-form {
    margin: 50px auto 120px auto;
  }
}
.contact-form .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .contact-form .wrapper {
    flex-direction: column;
  }
}
.contact-form__content {
  width: var(--grid-5);
  padding-right: 30px;
}
@media (max-width: 1400px) {
  .contact-form__content {
    width: var(--grid-4);
  }
}
@media (max-width: 1280px) {
  .contact-form__content {
    width: 100%;
    max-width: var(--grid-6);
    padding: 0;
  }
}
.contact-form__heading, .contact-form__description {
  text-align: left;
  max-width: none;
}
.contact-form__data {
  position: relative;
  width: calc(100% - var(--grid-5));
  display: flex;
  flex-direction: row;
}
@media (max-width: 1400px) {
  .contact-form__data {
    width: calc(100% - var(--grid-4));
  }
}
@media (max-width: 1280px) {
  .contact-form__data {
    width: 100%;
  }
}
.contact-form__data * {
  color: var(--color-white);
}
.contact-form__data-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 35px;
  width: calc(100% + (100vw - (100% + var(--grid-5))) / 2);
  background-color: var(--color-black);
}
@media (max-width: 1400px) {
  .contact-form__data-inner {
    width: calc(100% + (100vw - (100% + var(--grid-4))) / 2);
  }
}
@media (max-width: 1280px) {
  .contact-form__data-inner {
    width: calc(100% + 32px);
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
  }
}
@media (max-width: 800px) {
  .contact-form__data-inner {
    padding: 20px 0;
  }
}
.contact-form__data-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--color-black);
}
@media (max-width: 1280px) {
  .contact-form__data-inner::before {
    left: -10vw;
    width: 120vw;
  }
}
.contact-form__form {
  width: var(--grid-4);
  max-width: 100%;
  height: fit-content;
  z-index: 2;
}
@media (max-width: 1280px) {
  .contact-form__form {
    width: 100%;
    max-width: var(--grid-6);
  }
}
.contact-form__form p {
  margin: 0;
  padding: 0;
  display: block;
}
.contact-form__form h3, .contact-form__form .h3 {
  max-width: 207px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .contact-form__form h3, .contact-form__form .h3 {
    font-size: 13px;
  }
}
.contact-form__form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
}
.contact-form__form input,
.contact-form__form textarea {
  min-width: unset !important;
}
.contact-form__form .form-checkbox {
  width: 100%;
  min-height: 24px;
  margin-bottom: 10px;
}
.contact-form__form .form-checkbox + .form-checkbox {
  margin-bottom: 0;
}
.contact-form__form .wpcf7-not-valid-tip {
  min-width: unset;
  white-space: nowrap;
  width: 100%;
}
.contact-form__form .select {
  width: 100%;
}
.contact-form__form .form-row {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.contact-form__form .form-row br {
  display: none;
}
.contact-form__form .form-row--half {
  width: calc(50% - 15px);
  padding-bottom: 20px;
}
.contact-form__form .button {
  margin-top: 25px;
}
.contact-form__form a:hover {
  opacity: 0.7;
  color: var(--color-white);
}
.contact-form__images {
  width: calc(50vw - var(--grid-4));
  height: 100%;
  position: absolute;
  left: var(--grid-4);
  margin-left: 30px;
  padding: 0;
  top: 0;
}
@media (max-width: 1700px) {
  .contact-form__images {
    width: calc(50vw - 357px);
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .contact-form__images {
    width: 100%;
    max-width: var(--grid-6);
    padding: 0;
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin: 0 0 -55px 0;
  }
}
.contact-form__logo {
  position: absolute;
  width: 394px;
  max-width: 80%;
  right: -55px;
  top: 40px;
}
@media (max-width: 1800px) {
  .contact-form__logo {
    right: 0;
  }
}
@media (max-width: 1400px) {
  .contact-form__logo {
    right: -55px;
  }
}
@media (max-width: 1280px) {
  .contact-form__logo {
    position: static;
    width: 420px;
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 600px) {
  .contact-form__logo {
    width: 212px;
  }
}
.contact-form__image {
  width: 100%;
  max-height: calc(100% - 55px - 30px);
  z-index: 1;
  position: absolute;
  bottom: -55px;
  right: -55px;
  object-position: bottom right;
}
@media (max-width: 1280px) {
  .contact-form__image {
    position: static;
    width: 420px;
    height: auto;
    max-height: unset;
  }
}
@media (max-width: 1024px) {
  .contact-form__image {
    object-position: bottom center;
  }
}
@media (max-width: 600px) {
  .contact-form__image {
    width: 212px;
  }
}
.contact-form {
  /* reset old styles */
}
.contact-form .wpcf7-form {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
}
.contact-form .input-wrapper {
  position: relative;
}
.contact-form .box-anim label {
  position: absolute;
  transform: translateY(0);
}
.contact-form .file-btn {
  all: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-zalando);
  font-size: 12px;
  cursor: pointer;
  transition-duration: 0.15s;
}
.contact-form .file-btn:hover {
  opacity: 0.7;
}
.contact-form .file-btn::before, .contact-form .file-btn::after {
  content: none;
}
.contact-form .file-btn::before {
  all: unset;
  content: "";
  display: block;
  background: url(../../images/icons/attachment.svg) center no-repeat;
  background-size: contain;
  height: 25px;
  width: 23px;
  margin-right: 10px;
}
.contact-form .file-response {
  font-family: var(--font-zalando);
  font-size: 12px;
  margin-left: 33px;
  position: absolute;
  opacity: 0.7;
  user-select: none;
}
.contact-form .wpcf7-acceptance {
  width: 100%;
  display: block;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  display: block;
}
.contact-form .form-row--file {
  position: relative;
}
.contact-form .form-row--file input[type=file] {
  display: none;
}
.contact-form .form-row--file .wpcf7-form-control-wrap {
  position: relative;
}
.contact-form .form-row--file .wpcf7-not-valid-tip {
  position: static;
  margin-left: 33px;
}
.contact-form--image-bottom .contact-form__image {
  bottom: 0;
  max-height: calc(100% - 110px - 30px);
}
@media (max-width: 1280px) {
  .contact-form--image-bottom .contact-form__images {
    margin: 0 0 -86px 0;
  }
}
@media (max-width: 800px) {
  .contact-form--image-bottom .contact-form__images {
    margin: 0 0 -71px 0;
  }
}
@media (max-width: 600px) {
  .contact-form--image-bottom .contact-form__images {
    margin: 0 0 -100px 0;
  }
}
.contact-form--image-bottom .wpcf7-response-output {
  margin: 10px 0 0 0;
}
.contact-form__socials {
  margin-bottom: 25px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  white-space: nowrap;
}
.contact-form__socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
.contact-form__address {
  margin-bottom: 25px;
}
.contact-form textarea {
  height: 110px !important;
}

.content-list,
.content-list-steps {
  margin: 70px auto 110px auto;
}
@media (max-width: 800px) {
  .content-list,
  .content-list-steps {
    margin: 25px auto 80px auto;
  }
}
.content-list__title, .content-list__description,
.content-list-steps__title,
.content-list-steps__description {
  max-width: var(--grid-5);
}
.content-list__items,
.content-list-steps__items {
  margin-top: 50px;
}
@media (max-width: 800px) {
  .content-list__items,
  .content-list-steps__items {
    margin-top: 40px;
  }
}
.content-list__item,
.content-list-steps__item {
  padding: 70px 0;
}
@media (max-width: 800px) {
  .content-list__item,
  .content-list-steps__item {
    padding: 40px 0;
  }
}
.content-list__item:nth-child(odd),
.content-list-steps__item:nth-child(odd) {
  background-color: var(--color-gray);
}
.content-list__item-title,
.content-list-steps__item-title {
  font-style: normal;
  font-family: var(--font-zalando-bold);
}
@media (max-width: 800px) {
  .content-list__item-title,
  .content-list-steps__item-title {
    font-size: 16px;
  }
}
.content-list__item-text a,
.content-list-steps__item-text a {
  color: var(--color-black);
  text-decoration: underline;
}
.content-list__item-text a:hover,
.content-list-steps__item-text a:hover {
  opacity: 0.7;
}
.content-list__item-text *,
.content-list-steps__item-text * {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 800px) {
  .content-list__item-text *,
  .content-list-steps__item-text * {
    font-size: 13px;
  }
}

.content-list-steps__heading {
  max-width: 730px;
}
@media (max-width: 800px) {
  .content-list-steps__items {
    margin-top: 0;
  }
}
.content-list-steps__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.content-list-steps__item:nth-child(odd) {
  background-color: transparent;
}
.content-list-steps__item:nth-child(even) {
  background-color: var(--color-gray);
}
.content-list-steps__item-inner {
  width: var(--grid-6);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (max-width: 800px) {
  .content-list-steps__item-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 0 8px;
    width: 100%;
  }
}
.content-list-steps__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  min-width: 205px;
  height: 218px;
  border: solid 1px var(--color-border);
  background-color: var(--color-white);
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 800px) {
  .content-list-steps__item-icon {
    width: 85px;
    min-width: 85px;
    height: 85px;
  }
}
.content-list-steps__item-icon img {
  width: 80px;
  height: 80px;
}
@media (max-width: 800px) {
  .content-list-steps__item-icon img {
    width: 32px;
    height: 32px;
  }
}
.content-list-steps__item-title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .content-list-steps__item-title {
    position: absolute;
    left: 103px;
    top: 0;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    max-width: var(--grid-3);
  }
}
.content-list-steps__item-title span {
  display: block;
  font-family: var(--font-zalando-bold);
  font-size: 13px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .content-list-steps__item-title span {
    font-family: var(--font-zalando-semibold);
  }
}
.content-list-steps__item-text *:last-child {
  margin-bottom: 0;
}
.content-list-steps__item-content {
  margin-bottom: 0;
  width: calc(100% - 202px - 30px);
}
@media (max-width: 800px) {
  .content-list-steps__item-content {
    width: 100%;
  }
}
.content-list-steps__item-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  min-width: 204px;
  margin: 20px 0 0 0;
}
@media (max-width: 800px) {
  .content-list-steps__item-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (max-width: 800px) {
  .content-list-steps__item-button {
    min-width: 180px !important;
    height: 47px !important;
    min-height: 47px !important;
    line-height: 37px !important;
  }
}
.content-list-steps__item-button.link {
  min-width: 204px;
  padding: 0 10px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-zalando);
}
@media (max-width: 800px) {
  .content-list-steps__item-button.link {
    margin-bottom: -15px;
  }
}

.dealers {
  margin: 90px auto;
}
@media (max-width: 800px) {
  .dealers {
    margin: 60px auto 50px auto;
  }
}
.dealers__description {
  max-width: var(--grid-6);
  margin-bottom: 40px;
}
.dealers__button-wrapper {
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dealers__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .dealers__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .dealers__items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.dealers__item {
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: 5px;
}
.dealers__item-title {
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .dealers__item-title {
    font-size: 14px;
  }
}
.dealers__item-phone {
  color: var(--color-black);
  text-decoration: underline;
  transition-duration: 0.15s;
}
.dealers__item-phone:hover {
  opacity: 0.7;
}

.download-files {
  margin: 70px auto 180px auto;
}
.download-files__list {
  display: flex;
  flex-direction: column;
  border: solid 1px var(--color-border);
  border-radius: 5px;
  overflow: hidden;
}
.download-files__link {
  min-height: 62px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  color: var(--color-black);
  font-size: 16px;
  transition-duration: 0.15s;
}
.download-files__link:not(:last-child) {
  border-bottom: solid 1px var(--color-border);
}
.download-files__link:hover {
  padding-left: 30px;
}
.download-files__link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  background: url("../../images/icons/download.svg") no-repeat center;
  background-size: contain;
}

.error-404 {
  margin: 90px auto;
  text-align: center;
}
.error-404 img {
  max-width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .error-404 img {
    margin-bottom: 20px;
  }
}
.error-404 h1 span, .error-404 .h1 span {
  display: block;
  width: fit-content;
  font-size: 100px;
  font-family: var(--font-zalando-extrabold);
  color: var(--color-white);
  position: relative;
  margin: 0 auto 50px auto;
  line-height: unset;
  padding: 10px;
}
@media (max-width: 800px) {
  .error-404 h1 span, .error-404 .h1 span {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
.error-404 h1 span::before, .error-404 .h1 span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 110%;
  height: 100%;
  background-color: var(--color-black);
  transform: skew(-10deg);
}
.error-404 .button {
  margin: 30px auto 0 auto;
}

.find-store {
  margin: 180px auto 130px auto;
}
@media (max-width: 800px) {
  .find-store {
    margin: 50px auto 80px auto;
  }
}
@media (max-width: 600px) {
  .find-store .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .find-store__header {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .find-store__description {
    margin-bottom: 30px;
  }
}
.find-store__shops-found {
  display: none;
}
.find-store__wrapper {
  display: flex;
  flex-direction: row;
  border: solid 1px var(--color-border);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .find-store__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .find-store__wrapper {
    border-radius: 0;
  }
}
.find-store__controls {
  width: var(--grid-4);
  padding: 60px;
  border-right: solid 1px var(--color-border);
}
@media (max-width: 1280px) {
  .find-store__controls {
    padding: 30px 20px;
    width: var(--grid-3);
  }
}
@media (max-width: 800px) {
  .find-store__controls {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px var(--color-border);
    padding: 20px;
  }
}
.find-store__map-wrapper {
  width: calc(100% - var(--grid-4));
}
@media (max-width: 1280px) {
  .find-store__map-wrapper {
    width: calc(100% - var(--grid-3));
  }
}
@media (max-width: 800px) {
  .find-store__map-wrapper {
    width: 100%;
    height: 420px;
  }
}
.find-store__map {
  width: 100%;
  height: 100%;
  color: var(--color-black);
}
.find-store__group {
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .find-store__group {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .find-store__group {
    margin-bottom: 20px;
  }
}
.find-store__group input[type=text] {
  min-width: unset;
  width: 100%;
}
.find-store__group input[type=text]::placeholder {
  color: transparent;
}
@media (max-width: 800px) {
  .find-store__group input[type=text] {
    width: 100%;
    max-width: var(--grid-4);
  }
}
.find-store__title {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .find-store__title {
    margin-bottom: 15px;
  }
}
.find-store__title,
.find-store__title label {
  font-size: 20px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
}
@media (max-width: 800px) {
  .find-store__title,
  .find-store__title label {
    font-size: 16px;
  }
}
.find-store .button {
  width: 100%;
  max-width: var(--grid-3);
}
@media (max-width: 800px) {
  .find-store .button {
    max-width: var(--grid-4);
    margin-bottom: 30px;
  }
}
.find-store__radius-output {
  margin: 12px 0 30px 0;
}
@media (max-width: 800px) {
  .find-store__radius-output {
    margin-bottom: 20px;
  }
}
.find-store__radius-output,
.find-store__radius-output * {
  font-family: var(--font-zalando-semibold);
  font-size: 15px;
}
@media (max-width: 800px) {
  .find-store__radius-output,
  .find-store__radius-output * {
    font-size: 13px;
  }
}
.find-store .markers-list {
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
}
.find-store .select--custom {
  width: 100%;
  max-width: var(--grid-3);
}
@media (max-width: 800px) {
  .find-store .select--custom {
    max-width: var(--grid-4);
  }
}
.find-store .si-frame * {
  color: var(--color-black) !important;
}
.find-store .map_n1 {
  text-align: left;
}
.find-store .info-content img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

section:first-of-type.find-store {
  margin-top: 70px;
}

.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.hero, .hero__slider, .hero__slider .slick-list, .hero__slider .slick-track, .hero__slide, .hero__slide > img, .hero__slide > video {
  height: fit-content;
}
@media (max-width: 800px) {
  .hero, .hero__slider, .hero__slider .slick-list, .hero__slider .slick-track, .hero__slide, .hero__slide > img, .hero__slide > video {
    height: 35vw;
  }
}
.hero__slide {
  float: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-gray-darker);
}
.hero__slide::before, .hero__slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 254px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .hero__slide::before, .hero__slide::after {
    width: 180px;
  }
}
@media (max-width: 800px) {
  .hero__slide::before, .hero__slide::after {
    width: 51px;
  }
}
.hero__slide::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 4.35%, #000000 95.31%);
  left: 0;
}
.hero__slide::after {
  background: linear-gradient(270deg, #000000 4.35%, rgba(0, 0, 0, 0) 95.31%);
  right: 0;
}
.hero__slide > img, .hero__slide > video {
  display: block;
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.hero__slider .slick-track {
  display: flex;
}
.hero__wrapper {
  position: relative;
  width: 100%;
}
.hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  text-align: center;
}
@media (max-width: 800px) {
  .hero__content {
    display: block;
    text-align: left;
    padding: 25px 10px;
    right: auto;
    bottom: auto;
  }
}
.hero__logo {
  width: 100%;
  max-width: 666px;
  max-height: 120px;
  margin: 0 auto 10px auto;
}
@media (max-width: 1400px) {
  .hero__logo {
    max-width: 500px;
    max-height: 90px;
  }
}
@media (max-width: 1280px) {
  .hero__logo {
    max-width: 400px;
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .hero__logo {
    max-width: 300px;
    max-height: 50px;
  }
}
@media (max-width: 800px) {
  .hero__logo {
    max-width: 152px;
    max-height: 30px;
  }
}
.hero__title {
  max-width: 460px;
  font-size: 48px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .hero__title {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .hero__title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero .inverted {
  text-align: center;
}
@media (max-width: 800px) {
  .hero .inverted {
    text-align: left;
  }
}
.hero__button.button {
  margin: 45px auto 0 auto;
  display: block;
}
@media (max-width: 800px) {
  .hero__button.button {
    margin: 10px 0 0 0;
  }
}
.hero .slider__nav-wrapper {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
}
.hero .slider__nav-wrapper .slick-arrow {
  top: 50%;
  filter: invert(1);
  width: 100px;
  height: 100px;
  background-size: 19px;
}
@media (max-width: 800px) {
  .hero .slider__nav-wrapper .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 11px;
  }
}
@media (max-width: 420px) {
  .hero .slider__nav-wrapper .slick-arrow {
    display: none;
  }
}
.hero .slider__nav-wrapper .slick-arrow.slick-prev {
  left: 10px;
}
@media (max-width: 1024px) {
  .hero .slider__nav-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
.hero .slider__nav-wrapper .slick-arrow.slick-next {
  right: 10px;
}
@media (max-width: 1024px) {
  .hero .slider__nav-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}

.index-loop {
  margin: 70px auto 130px auto;
}
@media (max-width: 800px) {
  .index-loop {
    margin: 25px auto 80px auto;
  }
}
.index-loop__categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 65px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  max-width: var(--grid-6);
  width: 100%;
}
@media (max-width: 800px) {
  .index-loop__categories {
    gap: 60px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    margin: 20px 0;
    max-width: unset;
  }
}
.index-loop__category a {
  color: var(--color-black);
  font-family: var(--font-zalando-extrabold);
  font-style: italic;
  font-size: 18px;
  white-space: nowrap;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  .index-loop__category a {
    font-size: 12px;
  }
}
.index-loop__category a:hover {
  opacity: 0.7;
}
.index-loop__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 800px) {
  .index-loop__posts {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .index-loop__posts .article-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 700px) {
  .index-loop__posts .article-card {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .index-loop .pagination-wrapper {
    margin-top: 40px;
  }
}

body .woocommerce .woocommerce-privacy-policy-link,
body .woocommerce .lost_password a {
  color: var(--color-black);
  text-decoration: underline;
}
body .woocommerce .woocommerce-privacy-policy-link:hover,
body .woocommerce .lost_password a:hover {
  opacity: 0.7;
}

.page-top__heading, .page-top__description {
  max-width: var(--grid-6);
}
@media (max-width: 800px) {
  .page-top__heading, .page-top__description {
    max-width: unset;
  }
}

.page-content {
  margin: 50px auto 180px auto;
}
@media (max-width: 800px) {
  .page-content {
    margin: 30px auto 80px auto;
  }
}

.payment-methods {
  margin: 70px auto 180px auto;
}
@media (max-width: 800px) {
  .payment-methods {
    margin: 40px auto 80px auto;
  }
}
.payment-methods__description {
  margin-bottom: 50px;
}
.payment-methods__items, .payment-methods__boxes {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .payment-methods__items, .payment-methods__boxes {
    flex-direction: column;
  }
}
.payment-methods__boxes .payment-methods__box {
  width: calc(50% - 15px);
}
@media (max-width: 800px) {
  .payment-methods__boxes .payment-methods__box {
    width: 100%;
  }
}
.payment-methods__data {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .payment-methods__data {
    width: 100%;
  }
}
.payment-methods__data .payment-methods__box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.payment-methods__list {
  width: calc(66.66% - 20px);
}
@media (max-width: 1024px) {
  .payment-methods__list {
    width: 100%;
  }
}
.payment-methods__box {
  border: solid 1px var(--color-border);
  border-radius: 5px;
  padding: 20px;
}
.payment-methods__box * {
  color: var(--color-black);
  font-size: 16px;
}
.payment-methods__box img {
  max-height: 60px;
  width: 100%;
  object-position: left center;
}
.payment-methods__box a:hover {
  text-decoration: underline;
}
.payment-methods__methods-description *:last-child {
  margin-bottom: 0;
}
.payment-methods__methods-link, .payment-methods__data-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  margin-bottom: 15px;
}
.payment-methods h2, .payment-methods .h2 {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 17px;
}
.payment-methods .font-zalando {
  font-family: var(--font-zalando);
  font-size: 13px;
}

.related {
  position: relative;
}

.single-post__heading {
  max-width: 900px;
  margin: 70px auto 20px auto;
}
@media (max-width: 800px) {
  .single-post__heading {
    margin-top: 25px;
  }
}
.single-post__meta {
  margin: 20px auto 30px auto;
  text-align: center;
  max-width: 900px;
}
@media (max-width: 800px) {
  .single-post__meta {
    text-align: left;
    margin-bottom: 20px;
  }
}
.single-post__date {
  margin-bottom: 10px;
}
.single-post__thumbnail {
  margin: 30px auto;
  max-width: 900px;
}
@media (max-width: 800px) {
  .single-post__thumbnail {
    margin-top: 20px;
  }
}
.single-post .styled-wysiwyg {
  max-width: 900px;
  margin: 20px auto;
}

.socials-ig {
  margin: 160px auto;
}
@media (max-width: 800px) {
  .socials-ig {
    margin: 50px auto 80px auto;
  }
}
.socials-ig__icons {
  padding: 0;
  margin: 15px auto 30px auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 800px) {
  .socials-ig__icons {
    justify-content: flex-start;
  }
}
.socials-ig #sbi_images {
  gap: 30px !important;
  display: flex !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .socials-ig #sbi_images {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .socials-ig #sbi_images {
    gap: 10px !important;
    justify-content: flex-start;
  }
}
.socials-ig .sbi {
  overflow: hidden !important;
}
.socials-ig .sbi_item {
  display: none !important;
  max-width: var(--grid-3) !important;
  max-height: var(--grid-3) !important;
  width: 25% !important;
}
@media (max-width: 1280px) {
  .socials-ig .sbi_item {
    height: 233px !important;
  }
}
@media (max-width: 1024px) {
  .socials-ig .sbi_item {
    width: var(--grid-3) !important;
    height: var(--grid-3) !important;
  }
}
@media (max-width: 800px) {
  .socials-ig .sbi_item {
    width: calc(50% - 5px) !important;
    height: calc(50vw - 21px) !important;
  }
}
.socials-ig .sbi_item:nth-child(1), .socials-ig .sbi_item:nth-child(2), .socials-ig .sbi_item:nth-child(3), .socials-ig .sbi_item:nth-child(4) {
  display: block !important;
}
.socials-ig .sbi_item .sbi_photo,
.socials-ig .sbi_item .sbi_photo_wrap {
  width: 100% !important;
  height: 100% !important;
}
.socials-ig .sbi_item svg {
  filter: invert(1) !important;
}

.steps {
  margin: 180px auto 80px auto;
}
@media (max-width: 800px) {
  .steps {
    margin: 80px auto 40px auto;
  }
}
.steps__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 800px) {
  .steps__items {
    gap: 40px;
    margin-top: 30px;
  }
}
.steps__item {
  width: calc(33.33% - 24px);
}
@media (max-width: 1024px) {
  .steps__item {
    width: calc(50% - 17.5px);
  }
}
@media (max-width: 600px) {
  .steps__item {
    width: 100%;
  }
}
.steps__item-number {
  font-family: var(--font-zalando-semibold);
  font-size: 35px;
  font-style: normal;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .steps__item-number {
    font-family: var(--font-zalando-bold);
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.steps-list__step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  padding: 25px 0;
}
@media (max-width: 800px) {
  .steps-list__step {
    gap: 15px;
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.steps-list__step:nth-child(even)::before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #f5f5f5;
  z-index: 0;
}
.steps-list__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  min-width: 205px;
  height: 218px;
  border: solid 1px var(--color-border);
  background-color: var(--color-white);
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 800px) {
  .steps-list__item-icon {
    width: 104px;
    min-width: 104px;
    height: 104px;
  }
}
.steps-list__item-icon img {
  width: 104px;
  height: 104px;
}
@media (max-width: 800px) {
  .steps-list__item-icon img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 800px) {
  .steps-list__item-heading {
    position: absolute;
    top: 20px;
    height: 104px;
    left: 119px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.steps-list__item-heading span {
  font-family: var(--font-zalando-bold);
  font-size: 13px;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.steps-list__item-heading {
  font-family: var(--font-zalando-bold);
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
}
.steps-list__-item-content {
  z-index: 1;
}

.text-and-image {
  margin: 110px auto;
}
@media (max-width: 800px) {
  .text-and-image {
    margin: 40px auto;
  }
}
.text-and-image .wrapper {
  gap: 30px;
  display: flex;
}
@media (max-width: 800px) {
  .text-and-image .wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.text-and-image {
  /* image position */
}
.text-and-image--img-left .wrapper {
  flex-direction: row-reverse;
}
.text-and-image--img-left.text-and-image--justify-left .wrapper {
  justify-content: flex-end;
}
.text-and-image--img-left.text-and-image--justify-right .wrapper {
  justify-content: flex-start;
}
.text-and-image--img-right .wrapper {
  flex-direction: row;
}
.text-and-image {
  /* vertical align */
}
.text-and-image--align-top .wrapper {
  align-items: flex-start;
}
.text-and-image--align-center .wrapper {
  align-items: center;
}
.text-and-image--align-bottom .wrapper {
  align-items: flex-end;
}
.text-and-image {
  /* horizontal justify */
}
.text-and-image--justify-left .wrapper {
  justify-content: flex-start;
}
.text-and-image--justify-center .wrapper {
  justify-content: center;
}
.text-and-image--justify-right .wrapper {
  justify-content: flex-end;
}
.text-and-image--justify-space-between .wrapper {
  justify-content: space-between;
}
.text-and-image--file-small .text-and-image__file img,
.text-and-image--file-small .text-and-image__file video {
  max-height: 291px;
  max-width: 438px;
}
.text-and-image--file-small .text-and-image__content {
  max-width: var(--grid-3);
}
.text-and-image--file-small .text-and-image__heading {
  font-size: 20px;
}
.text-and-image--file-medium .text-and-image__file img,
.text-and-image--file-medium .text-and-image__file video {
  max-height: 438px;
  max-width: 438px;
}
.text-and-image--file-medium .text-and-image__content {
  max-width: var(--grid-4);
}
.text-and-image--file-large .text-and-image__file img,
.text-and-image--file-large .text-and-image__file video {
  max-height: 550px;
  max-width: 555px;
}
.text-and-image--framed .text-and-image__content {
  padding: 40px 100px 60px 50px;
  position: relative;
  width: 100%;
  top: 15px;
}
@media (max-width: 800px) {
  .text-and-image--framed .text-and-image__content {
    padding: 20px 10px !important;
    top: 0;
  }
}
.text-and-image--framed .text-and-image__content::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  padding: 40px 0 60px 0;
  height: 100%;
  width: calc(100% - 100px);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 800px) {
  .text-and-image--framed .text-and-image__content::before {
    width: 100%;
    height: calc(100% + 40vw);
  }
}
.text-and-image--framed .text-and-image__file {
  position: absolute;
  padding: 0 50px;
  max-width: var(--grid-5);
}
@media (max-width: 1280px) {
  .text-and-image--framed .text-and-image__file {
    max-width: var(--grid-4);
  }
}
@media (max-width: 800px) {
  .text-and-image--framed .text-and-image__file {
    padding: 0;
    position: relative;
    top: -30px;
    margin: auto;
    max-width: 320px;
    width: calc(100% - 8px);
  }
}
.text-and-image--framed.text-and-image--file-small .text-and-image__content {
  padding-left: var(--grid-3);
}
.text-and-image--framed.text-and-image--file-medium .text-and-image__content {
  padding-left: var(--grid-4);
}
.text-and-image--framed.text-and-image--file-large .text-and-image__content {
  padding-left: var(--grid-5);
}
@media (max-width: 1280px) {
  .text-and-image--framed.text-and-image--file-large .text-and-image__content {
    padding-left: var(--grid-4);
  }
}
@media (max-width: 800px) {
  .text-and-image__file, .text-and-image__content {
    width: 100%;
  }
}
.text-and-image__heading, .text-and-image__description {
  text-align: left;
  max-width: var(--grid-5);
  margin-left: 0;
}
@media (max-width: 800px) {
  .text-and-image__heading, .text-and-image__description {
    max-width: unset;
  }
}
.text-and-image__description--justify {
  text-align: justify;
}
.text-and-image__file {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 800px) {
  .text-and-image__file {
    height: auto !important;
    width: fit-content;
    max-width: var(--grid-5);
    margin-left: 0;
    margin-right: auto;
  }
}
.text-and-image__file img,
.text-and-image__file video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 5px;
}

.text-content {
  margin: 120px auto 90px auto;
}
@media (max-width: 800px) {
  .text-content {
    margin: 60px auto 50px auto;
  }
}
.text-content__description {
  max-width: var(--grid-6);
}

.timeline {
  padding: 100px 0;
  margin: 60px auto 110px auto;
  background-color: var(--color-gray);
}
@media (max-width: 800px) {
  .timeline {
    padding: 50px 0 25px 0;
  }
}
.timeline__history-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .timeline__history-wrap {
    flex-direction: column;
    margin: auto;
    max-width: var(--grid-6);
  }
}
@media (max-width: 800px) {
  .timeline__history-wrap {
    margin: 0;
  }
}
.timeline__history-column {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .timeline__history-column {
    width: 100%;
  }
}
.timeline__history-column:nth-child(1) {
  align-self: flex-start;
  padding-top: 45px;
}
.timeline__history-column:nth-child(3) {
  align-self: center;
}
.timeline__history-column video,
.timeline__history-column img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 1280px) {
  .timeline__history-column video,
  .timeline__history-column img {
    max-height: 500px;
  }
}
.timeline__history-column h3, .timeline__history-column .h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.timeline__history-description,
.timeline__history-description p {
  line-height: 23px;
}
.timeline__slider {
  position: relative;
  margin-top: 30px;
  width: calc(100% + (100vw - 100%) / 2);
  max-height: 400px;
}
.timeline__slider::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
}
@media (max-width: 800px) {
  .timeline__slider::before {
    top: 20px;
  }
}
.timeline__slide {
  width: var(--grid-4);
  position: relative;
  padding-top: 20px;
  height: auto;
}
@media (max-width: 1280px) {
  .timeline__slide {
    width: var(--grid-3);
  }
}
.timeline__slide.slick-current .timeline__box {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.timeline__slide.slick-current .timeline__box-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--font-zalando-semibold);
  margin-bottom: 10px;
}
.timeline__slide.slick-current .timeline__year {
  color: var(--color-black);
}
.timeline__slide.slick-current .timeline__year::before {
  background-color: var(--color-black);
}
.timeline__slide.slick-current + .slick-slide .timeline__box {
  opacity: 0.5;
  visibility: visible;
}
.timeline__slide.slick-current + .slick-slide + .slick-slide .timeline__box {
  opacity: 0.25;
  visibility: visible;
}
.timeline__slide.slick-current + .slick-slide + .slick-slide + .slick-slide .timeline__box {
  opacity: 0.1;
  visibility: visible;
}
.timeline__year {
  font-size: 35px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  margin-top: 9px;
  color: #808080;
  transition-duration: 0.6s;
}
@media (max-width: 800px) {
  .timeline__year {
    font-size: 20px;
    margin-top: 5px;
  }
}
.timeline__year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #808080;
  transition-duration: 0.6s;
}
@media (max-width: 800px) {
  .timeline__year::before {
    width: 12px;
    height: 12px;
  }
}
.timeline__box {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.6s;
  background-color: var(--color-white);
  padding: 21px;
  height: 100%;
}
@media (max-width: 800px) {
  .timeline__box {
    padding: 11px;
  }
}
.timeline__box h1, .timeline__box .h1,
.timeline__box h2,
.timeline__box .h2,
.timeline__box h3,
.timeline__box .h3,
.timeline__box h4,
.timeline__box .h4 {
  font-size: 20px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  margin-bottom: 10px;
}

.warranty-button {
  margin: 80px auto 110px auto;
}
@media (max-width: 800px) {
  .warranty-button {
    margin: 40px auto 80px auto;
  }
}
.warranty-button .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.warranty-button__remind.button {
  max-width: 316px;
  font-size: 15px;
  white-space: normal;
  line-height: normal;
}
.warranty-button__unsubscribe.link {
  font-size: 13px;
  font-family: var(--font-zalando) !important;
  background: none;
  border: none;
}

.accordion {
  border: solid 1px var(--color-border);
  border-radius: 5px;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 20px 0 20px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (max-width: 800px) {
  .accordion__trigger {
    padding: 18px 20px 0 15px;
  }
}
.accordion__trigger-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 800px) {
  .accordion__trigger-inner {
    gap: 6px;
  }
}
.accordion__icon {
  width: 52px;
  min-width: 52px;
  height: 52px;
}
@media (max-width: 800px) {
  .accordion__icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }
}
.accordion__title {
  font-size: 16px;
  font-family: var(--font-zalando-bold);
  font-style: normal;
  text-transform: none;
  margin: 0;
}
@media (max-width: 800px) {
  .accordion__title {
    font-size: 13px;
  }
}
.accordion__subtitle {
  font-size: 13px;
  font-family: var(--font-mulish);
  font-weight: 400;
  margin: 0;
}
@media (max-width: 800px) {
  .accordion__subtitle {
    line-height: normal;
  }
}
.accordion__content {
  max-height: 0px;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media (max-width: 800px) {
  .accordion__content {
    padding: 0 20px 0 15px;
  }
}
.accordion__content,
.accordion__content * {
  font-size: 13px;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion__text {
  width: 100%;
  padding: 0 30px 20px 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.accordion__text *:last-child {
  margin-bottom: 0;
}
.accordion__trigger-icon {
  width: 20px;
  min-width: 20px;
  height: 11px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion--visible .accordion__text {
  opacity: 1;
}
.accordion--visible .accordion__trigger {
  padding-bottom: 20px;
}
.accordion--visible .accordion__trigger-icon {
  transform: rotate(180deg);
}

.faqs {
  margin: 40px auto 180px auto;
}
@media (max-width: 800px) {
  .faqs {
    margin: 25px auto 80px auto;
  }
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 5px;
  padding: 10px 15px 10px 35px;
  margin-bottom: 30px;
  font-size: 14px;
  position: relative;
  border: solid 1px var(--color-border);
  max-width: var(--grid-5);
  background-color: var(--color-white);
}
.wpcf7 form .wpcf7-response-output:empty,
.wpcf7 form.spam .wpcf7-response-output:empty,
.woocommerce-message:empty,
.woocommerce-error:empty,
.woocommerce-info:empty {
  display: none;
}
.wpcf7 form .wpcf7-response-output a,
.wpcf7 form.spam .wpcf7-response-output a,
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  text-decoration: underline;
}
.wpcf7 form .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before,
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
}

.woocommerce-info::before {
  color: var(--color-black);
}

.inverted .wpcf7 form .wpcf7-response-output,
.inverted .wpcf7 form.spam .wpcf7-response-output,
.inverted .woocommerce-message,
.inverted .woocommerce-error,
.inverted .woocommerce-info {
  background-color: var(--color-black);
  width: 100%;
}
.inverted .wpcf7 form .wpcf7-response-output::before,
.inverted .wpcf7 form.spam .wpcf7-response-output::before,
.inverted .woocommerce-message::before,
.inverted .woocommerce-error::before,
.inverted .woocommerce-info::before {
  filter: invert(1);
}
.inverted .woocommerce-message {
  color: green;
  border-color: green;
}
.inverted .woocommerce-info {
  color: var(--color-white);
  border-color: var(--color-white);
}
.inverted .woocommerce-error {
  border-color: #FF5577;
  color: #FF5577;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding-left: 15px;
}

.wpcf7 form.spam .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding-left: 15px;
}

.article-card {
  width: calc(33.33% - 20px);
  border: solid 1px var(--color-border);
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--color-white);
}
.article-card:hover {
  border-color: var(--color-black);
}
.article-card:hover .article-card__image {
  transform: scale(1.05);
}
.article-card:hover .article-card__content {
  border-color: var(--color-black);
}
.article-card__image-wrap {
  width: 100%;
  height: 321px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1280px) {
  .article-card__image-wrap {
    height: 250px;
  }
}
.article-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
@media (max-width: 1280px) {
  .article-card__image {
    height: 250px;
  }
}
.article-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  min-height: 132px;
  padding: 12px 20px 18px 20px;
  border-top: solid 1px var(--color-border);
  background-color: var(--color-white);
  transition-duration: 0.3s;
}
@media (max-width: 800px) {
  .article-card__content {
    min-height: 93px;
    padding: 9px 13px;
  }
}
.article-card__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.article-card__status p,
.article-card__status p time {
  font-size: 10px;
  font-family: var(--font-zalando);
  margin: 0;
  line-height: normal;
}
.article-card__title {
  font-family: var(--font-zalando-semibold);
  font-size: 16px;
  text-transform: none;
  font-style: normal;
  margin: 0;
}
@media (max-width: 800px) {
  .article-card__title {
    font-size: 12px;
  }
}
.article-card__button {
  font-family: var(--font-zalando);
  font-size: 13px;
  min-height: fit-content;
}
@media (max-width: 800px) {
  .article-card__button {
    font-size: 12px;
  }
}

.breadcrumbs,
.woocommerce-breadcrumb {
  margin: 30px 0 !important;
}
@media (max-width: 800px) {
  .breadcrumbs,
  .woocommerce-breadcrumb {
    margin: 15px 0 !important;
  }
}
.breadcrumbs *,
.woocommerce-breadcrumb * {
  font-family: var(--font-zalando);
  font-size: 13px;
  color: #8C8C8C;
}
@media (max-width: 800px) {
  .breadcrumbs *,
  .woocommerce-breadcrumb * {
    font-size: 10px;
  }
}
.breadcrumbs .spacer::before,
.woocommerce-breadcrumb .spacer::before {
  content: " / ";
  color: var(--color-black);
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
  color: var(--color-black) !important;
}
.breadcrumbs a span,
.woocommerce-breadcrumb a span {
  color: var(--color-black) !important;
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

.btn,
.button,
body .woocommerce-button.button,
.wp-element-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button.button[name=apply_coupon],
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button__standard,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
input[type=submit],
input[type=reset],
input[type=button] {
  all: unset;
  position: relative;
  display: block;
  width: fit-content;
  min-width: 220px;
  min-height: 53px;
  padding: 5px 20px;
  background: linear-gradient(-75deg, var(--color-black), var(--color-black)) !important;
  border: none;
  border-radius: 5px;
  color: var(--color-white) !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: var(--font-zalando-semibold);
  font-size: 13px;
  line-height: 43px;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden !important;
  transition-duration: 0.3s;
  cursor: pointer;
}
.btn.disabled, .btn:disabled,
.button.disabled,
.button:disabled,
body .woocommerce-button.button.disabled,
body .woocommerce-button.button:disabled,
.wp-element-button.disabled,
.wp-element-button:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce #payment #place_order.disabled,
.woocommerce #payment #place_order:disabled,
.woocommerce-page #payment #place_order.disabled,
.woocommerce-page #payment #place_order:disabled,
.woocommerce button.button[name=apply_coupon].disabled,
.woocommerce button.button[name=apply_coupon]:disabled,
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart .button:disabled,
.woocommerce div.product form.cart .single_add_to_cart_button__standard.disabled,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  user-select: none;
}
.btn:not(:disabled)::before, .btn:not(:disabled)::after,
.button:not(:disabled)::before,
.button:not(:disabled)::after,
body .woocommerce-button.button:not(:disabled)::before,
body .woocommerce-button.button:not(:disabled)::after,
.wp-element-button:not(:disabled)::before,
.wp-element-button:not(:disabled)::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled)::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled)::after,
.woocommerce #payment #place_order:not(:disabled)::before,
.woocommerce #payment #place_order:not(:disabled)::after,
.woocommerce-page #payment #place_order:not(:disabled)::before,
.woocommerce-page #payment #place_order:not(:disabled)::after,
.woocommerce button.button[name=apply_coupon]:not(:disabled)::before,
.woocommerce button.button[name=apply_coupon]:not(:disabled)::after,
.woocommerce div.product form.cart .button:not(:disabled)::before,
.woocommerce div.product form.cart .button:not(:disabled)::after,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled)::before,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled)::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled)::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled)::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled)::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled)::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled)::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled)::after,
input[type=submit]:not(:disabled)::before,
input[type=submit]:not(:disabled)::after,
input[type=reset]:not(:disabled)::before,
input[type=reset]:not(:disabled)::after,
input[type=button]:not(:disabled)::before,
input[type=button]:not(:disabled)::after {
  content: "";
  top: 0;
  left: 0;
  transition-duration: 0.3s;
}
.btn:not(:disabled)::before,
.button:not(:disabled)::before,
body .woocommerce-button.button:not(:disabled)::before,
.wp-element-button:not(:disabled)::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled)::before,
.woocommerce #payment #place_order:not(:disabled)::before,
.woocommerce-page #payment #place_order:not(:disabled)::before,
.woocommerce button.button[name=apply_coupon]:not(:disabled)::before,
.woocommerce div.product form.cart .button:not(:disabled)::before,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled)::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled)::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled)::before,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled)::before,
input[type=submit]:not(:disabled)::before,
input[type=reset]:not(:disabled)::before,
input[type=button]:not(:disabled)::before {
  width: 100%;
  height: 100%;
  background-color: var(--color-black) !important;
  z-index: -2;
  opacity: 1;
}
.btn:not(:disabled)::after,
.button:not(:disabled)::after,
body .woocommerce-button.button:not(:disabled)::after,
.wp-element-button:not(:disabled)::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled)::after,
.woocommerce #payment #place_order:not(:disabled)::after,
.woocommerce-page #payment #place_order:not(:disabled)::after,
.woocommerce button.button[name=apply_coupon]:not(:disabled)::after,
.woocommerce div.product form.cart .button:not(:disabled)::after,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled)::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled)::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled)::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled)::after,
input[type=submit]:not(:disabled)::after,
input[type=reset]:not(:disabled)::after,
input[type=button]:not(:disabled)::after {
  width: 200%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: linear-gradient(-75deg, transparent, #555555, transparent, #555555, transparent);
  z-index: -1;
  animation: buttonMove 3s linear infinite;
}
.btn:not(:disabled):hover,
.button:not(:disabled):hover,
body .woocommerce-button.button:not(:disabled):hover,
.wp-element-button:not(:disabled):hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):hover,
.woocommerce #payment #place_order:not(:disabled):hover,
.woocommerce-page #payment #place_order:not(:disabled):hover,
.woocommerce button.button[name=apply_coupon]:not(:disabled):hover,
.woocommerce div.product form.cart .button:not(:disabled):hover,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled):hover,
input[type=submit]:not(:disabled):hover,
input[type=reset]:not(:disabled):hover,
input[type=button]:not(:disabled):hover {
  color: var(--color-white);
}
.btn:not(:disabled):hover::after,
.button:not(:disabled):hover::after,
body .woocommerce-button.button:not(:disabled):hover::after,
.wp-element-button:not(:disabled):hover::after,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):hover::after,
.woocommerce #payment #place_order:not(:disabled):hover::after,
.woocommerce-page #payment #place_order:not(:disabled):hover::after,
.woocommerce button.button[name=apply_coupon]:not(:disabled):hover::after,
.woocommerce div.product form.cart .button:not(:disabled):hover::after,
.woocommerce div.product form.cart .single_add_to_cart_button__standard:not(:disabled):hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:not(:disabled):hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled):hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:not(:disabled):hover::after,
input[type=submit]:not(:disabled):hover::after,
input[type=reset]:not(:disabled):hover::after,
input[type=button]:not(:disabled):hover::after {
  opacity: 1;
  background: linear-gradient(-75deg, var(--color-black), #555555, var(--color-black), #555555, var(--color-black));
}

@keyframes buttonMove {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.woocommerce .inverted .btn,
.woocommerce .inverted .button,
.woocommerce .inverted body .woocommerce-button.button,
.woocommerce .inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .inverted #payment #place_order,
.woocommerce .inverted .woocommerce-page #payment #place_order,
.woocommerce .inverted button.button[name=apply_coupon],
.woocommerce .inverted div.product form.cart .button,
.woocommerce .inverted div.product form.cart .single_add_to_cart_button__standard,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce .inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
.woocommerce .inverted input[type=submit],
.woocommerce .inverted input[type=reset],
.woocommerce .inverted input[type=button],
.inverted .btn,
.inverted .button,
.inverted body .woocommerce-button.button,
.inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.inverted #payment #place_order,
.inverted .woocommerce-page #payment #place_order,
.inverted button.button[name=apply_coupon],
.inverted div.product form.cart .button,
.inverted div.product form.cart .single_add_to_cart_button__standard,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
.inverted input[type=submit],
.inverted input[type=reset],
.inverted input[type=button] {
  background: linear-gradient(-75deg, var(--color-white), var(--color-white)) !important;
  color: var(--color-black) !important;
}
.woocommerce .inverted .btn::before,
.woocommerce .inverted .button::before,
.woocommerce .inverted body .woocommerce-button.button::before,
.woocommerce .inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
.woocommerce .inverted #payment #place_order::before,
.woocommerce .inverted .woocommerce-page #payment #place_order::before,
.woocommerce .inverted button.button[name=apply_coupon]::before,
.woocommerce .inverted div.product form.cart .button::before,
.woocommerce .inverted div.product form.cart .single_add_to_cart_button__standard::before,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::before,
.woocommerce .inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button::before,
.woocommerce .inverted input[type=submit]::before,
.woocommerce .inverted input[type=reset]::before,
.woocommerce .inverted input[type=button]::before,
.inverted .btn::before,
.inverted .button::before,
.inverted body .woocommerce-button.button::before,
.inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button::before,
.inverted #payment #place_order::before,
.inverted .woocommerce-page #payment #place_order::before,
.inverted button.button[name=apply_coupon]::before,
.inverted div.product form.cart .button::before,
.inverted div.product form.cart .single_add_to_cart_button__standard::before,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button::before,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::before,
.inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button::before,
.inverted input[type=submit]::before,
.inverted input[type=reset]::before,
.inverted input[type=button]::before {
  background-color: var(--color-white) !important;
}
.woocommerce .inverted .btn:hover,
.woocommerce .inverted .button:hover,
.woocommerce .inverted body .woocommerce-button.button:hover,
.woocommerce .inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .inverted #payment #place_order:hover,
.woocommerce .inverted .woocommerce-page #payment #place_order:hover,
.woocommerce .inverted button.button[name=apply_coupon]:hover,
.woocommerce .inverted div.product form.cart .button:hover,
.woocommerce .inverted div.product form.cart .single_add_to_cart_button__standard:hover,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce .inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
.woocommerce .inverted input[type=submit]:hover,
.woocommerce .inverted input[type=reset]:hover,
.woocommerce .inverted input[type=button]:hover,
.inverted .btn:hover,
.inverted .button:hover,
.inverted body .woocommerce-button.button:hover,
.inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.inverted #payment #place_order:hover,
.inverted .woocommerce-page #payment #place_order:hover,
.inverted button.button[name=apply_coupon]:hover,
.inverted div.product form.cart .button:hover,
.inverted div.product form.cart .single_add_to_cart_button__standard:hover,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
.inverted input[type=submit]:hover,
.inverted input[type=reset]:hover,
.inverted input[type=button]:hover {
  color: var(--color-white) !important;
}
.woocommerce .inverted .btn.clicked,
.woocommerce .inverted .button.clicked,
.woocommerce .inverted body .woocommerce-button.button.clicked,
.woocommerce .inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.clicked,
.woocommerce .inverted #payment #place_order.clicked,
.woocommerce .inverted .woocommerce-page #payment #place_order.clicked,
.woocommerce .inverted button.button[name=apply_coupon].clicked,
.woocommerce .inverted div.product form.cart .button.clicked,
.woocommerce .inverted div.product form.cart .single_add_to_cart_button__standard.clicked,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.clicked,
.woocommerce .inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.clicked,
.woocommerce .inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.clicked,
.woocommerce .inverted input[type=submit].clicked,
.woocommerce .inverted input[type=reset].clicked,
.woocommerce .inverted input[type=button].clicked,
.inverted .btn.clicked,
.inverted .button.clicked,
.inverted body .woocommerce-button.button.clicked,
.inverted .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.clicked,
.inverted #payment #place_order.clicked,
.inverted .woocommerce-page #payment #place_order.clicked,
.inverted button.button[name=apply_coupon].clicked,
.inverted div.product form.cart .button.clicked,
.inverted div.product form.cart .single_add_to_cart_button__standard.clicked,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.clicked,
.inverted .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.clicked,
.inverted :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.clicked,
.inverted input[type=submit].clicked,
.inverted input[type=reset].clicked,
.inverted input[type=button].clicked {
  filter: invert(1);
}

.modal-link,
.link {
  color: var(--color-black);
  font-family: var(--font-zalando);
  font-size: 13px;
  display: inline-block;
}
.modal-link:hover,
.link:hover {
  text-decoration: underline;
}
.modal-link--arrow-left::before,
.link--arrow-left::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../../images/arrows/left-small.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}

.modal-link {
  background: none;
  border: none;
  font-family: var(--font-zalando-semibold);
}

/* variant buttons */
.variations .custom-attr-btn {
  min-width: 68px;
  height: 60px;
  border-radius: 5px;
  border: solid 1px var(--color-black);
  background-color: var(--color-white);
  cursor: pointer;
  font-family: var(--font-zalando-bold);
  font-size: 12px;
  padding: 0 10px;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s 0s ease-in-out;
}
.variations .custom-attr-btn.active {
  color: var(--color-white);
  background-color: var(--color-black);
}

.woocommerce div.product form.cart .button:not(:disabled).loading,
.woocommerce div.product form.cart .single_add_to_cart_button:not(:disabled).loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled).loading,
button.button.loading:not(:disabled),
button.wpcf7-submit.clicked {
  pointer-events: none;
  cursor: wait;
  border-color: var(--color-white);
  background-color: var(--color-black);
}
.woocommerce div.product form.cart .button:not(:disabled).loading::before,
.woocommerce div.product form.cart .single_add_to_cart_button:not(:disabled).loading::before,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:not(:disabled).loading::before,
button.button.loading:not(:disabled)::before,
button.wpcf7-submit.clicked::before {
  content: "";
  display: block;
  position: absolute;
  cursor: wait;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://tabou.pl/wp-content/plugins/yith-woocommerce-compare-premium/assets/images/loader.gif") center center/20px 20px no-repeat;
  background-color: var(--color-white) !important;
  z-index: 2;
  filter: invert(1);
  transition-duration: 0s;
}

.footer__top .wrapper, .footer__middle .wrapper, .footer__bottom .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .footer__top .wrapper, .footer__middle .wrapper, .footer__bottom .wrapper {
    flex-direction: column;
  }
}
.footer__top {
  background-color: var(--color-gray);
  padding: 30px 0;
}
@media (max-width: 800px) {
  .footer__top {
    padding: 20px 0 10px 0;
  }
}
.footer__col {
  width: 33.33%;
  padding-right: 5px;
  max-width: var(--grid-6);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__col {
    width: 100%;
    padding: 0;
  }
}
.footer__middle {
  background-color: var(--color-gray);
}
.footer__middle .wrapper {
  border-top: solid 1px var(--color-border);
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__middle .wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .footer__middle .wrapper {
    border-top: none;
    padding-top: 0;
  }
}
.footer__bottom {
  background-color: var(--color-black);
  padding: 25px 0;
}
.footer__bottom .wrapper {
  align-items: center;
}
@media (max-width: 1280px) {
  .footer__bottom .wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__contact {
  display: flex;
  flex-wrap: wrap;
}
.footer__contact * {
  font-family: var(--font-zalando);
  white-space: nowrap;
}
.footer__copy {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: var(--color-gray);
}
@media (max-width: 1024px) {
  .footer__copy {
    padding-top: 0;
  }
}
.footer__copy,
.footer__copy * {
  font-size: 10px;
}
.footer__copy p {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .footer__copy p {
    max-width: var(--grid-6);
    text-align: left;
  }
}
.footer__col:not(:first-child) {
  border-left: solid 1px var(--color-border);
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .footer__col:not(:first-child) {
    padding: 20px 0;
    border-left: none;
    border-top: solid 1px var(--color-border);
  }
}
@media (max-width: 800px) {
  .footer__col:not(:first-child) {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 1024px) {
  .footer__col:first-child {
    padding: 20px 0;
    max-width: var(--grid-6);
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .footer__col:first-child {
    padding: 20px 0 10px 0;
  }
}
.footer__contact, .footer__socials {
  border-color: transparent !important;
}
.footer__socials {
  align-items: center;
}
.footer__socials,
.footer__socials ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 800px) {
  .footer__socials,
  .footer__socials ul {
    gap: 15px;
  }
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav a {
  color: var(--color-black);
  text-decoration: none;
  font-family: var(--font-zalando);
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .footer__nav a {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.footer__nav a:hover {
  opacity: 0.7;
}
.footer__nav-title {
  width: 100%;
  display: block;
  white-space: nowrap;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: var(--font-zalando-extrabold);
}
@media (max-width: 800px) {
  .footer__nav-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.footer__nav-title--small {
  height: fit-content;
  margin-bottom: 0;
  font-size: 15px;
  line-height: normal;
  text-transform: lowercase;
  font-weight: normal;
  font-style: normal;
  font-family: var(--font-mulish-semibold);
  white-space: nowrap;
}
.footer__inner,
.footer .menu {
  column-count: 2;
  column-gap: 30px;
  width: 100%;
}
@media (max-width: 1400px) {
  .footer__inner,
  .footer .menu {
    column-gap: 15px;
  }
}
@media (max-width: 330px) {
  .footer__inner,
  .footer .menu {
    column-count: 1;
  }
}
@media (max-width: 1280px) {
  .footer__inner {
    column-count: 1;
  }
}
.footer__inner p {
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .footer__inner p {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.footer__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer__logos {
    width: var(--grid-6);
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 800px) {
  .footer__logos {
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.footer__logos h2, .footer__logos .h2 {
  font-size: 15px;
  text-transform: none;
  font-style: normal;
  font-family: var(--font-mulish-semibold);
  font-size: 15px;
  margin: 0;
  height: fit-content;
}
@media (max-width: 800px) {
  .footer__logos h2, .footer__logos .h2 {
    font-size: 13px;
    width: 100%;
  }
}
.footer__logos * {
  color: var(--color-white);
}
.footer__logos a {
  display: block;
  height: fit-content;
  filter: gray(1);
  -webkit-filter: grayscale(1) brightness(1.2);
}
.footer__logos a:hover {
  filter: none;
  -webkit-filter: none;
}
.footer__logos a img {
  max-height: 58px;
  max-width: 86px;
}
@media (max-width: 600px) {
  .footer__logos a img {
    max-height: 25px;
    max-width: 67px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .footer__logo {
    border-top: solid 1px var(--color-border);
  }
}
@media (max-width: 1024px) {
  .footer__logo img {
    max-width: 212px;
    margin: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1001;
  transition-duration: 0.3s;
}
.header__top, .header__middle, .header__bottom {
  width: 100%;
  transition-duration: 0.3s;
}
.header__top .wrapper, .header__middle .wrapper, .header__bottom .wrapper {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.3s;
}
.header__top {
  background: var(--color-gray);
  height: var(--header-top);
  overflow: hidden;
}
.header__top .wrapper {
  height: var(--header-top);
}
@media (max-width: 1024px) {
  .header__top .wrapper {
    display: flex;
    flex-direction: column;
    height: fit-content;
    top: 0;
  }
}
.header__middle {
  background: var(--color-white);
  height: var(--header-middle);
}
@media (max-width: 1024px) {
  .header__middle .menu {
    display: none !important;
  }
}
.header__bottom {
  background-color: var(--color-black);
  height: var(--header-bottom);
}
.header__bottom .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header__bottom-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
.header__logo {
  width: 204px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 148px;
  }
}
.header__info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-black);
  white-space: nowrap;
  font-size: 13px;
  gap: 10px;
  height: var(--header-top);
  font-family: var(--font-zalando);
  transition-duration: 0.15s;
}
.header__info-item:hover {
  opacity: 0.7;
}
.header__info-item img {
  width: 19px;
  height: 19px;
  overflow: hidden;
}
.header__search {
  margin-right: 30px;
}
@media (max-width: 1280px) {
  .header__search {
    width: 230px;
  }
}
@media (max-width: 1024px) {
  .header__search {
    display: none;
  }
}
.header__search input {
  max-width: 100% !important;
  min-width: unset !important;
  font-family: var(--font-mulish-semibold) !important;
  width: var(--grid-3) !important;
}
@media (max-width: 1024px) {
  .header .search-trigger input {
    display: none;
  }
  .header .search-trigger .dgwt-wcas-search-wrapp {
    min-width: unset !important;
  }
  .header .search-trigger svg,
  .header .search-trigger .dgwt-wcas-sf-wrapp,
  .header .search-trigger .dgwt-wcas-search-wrapp,
  .header .search-trigger form {
    width: 100%;
    height: 100%;
  }
  .header .search-trigger .dgwt-wcas-sf-wrapp::before, .header .search-trigger .dgwt-wcas-sf-wrapp::after {
    content: none;
  }
  .header .search-trigger svg {
    margin: 0;
    display: block;
    right: 0;
  }
}
.header__menu, .header__menu-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 389px) {
  .header__menu, .header__menu-icons {
    gap: 5px;
  }
}
.header__menu-icons {
  margin-left: 20px;
}
.header__menu-icons * {
  color: var(--color-white) !important;
}
@media (max-width: 1024px) {
  .header__menu-icons {
    margin-left: 0;
  }
}
.header__icon::before, .header__icon::after {
  content: none;
}
.header__icon {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__icon {
    width: 21px;
    height: 21px;
  }
}
.header__icon .icon--compare {
  width: 24px;
  height: 24px;
}
.header {
  /* counters below icons */
}
.header span.yith-woocompare-counter,
.header .compare-count,
.header .favorites-count,
.header .mini-cart-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 19px;
  height: 19px;
  bottom: 0;
  right: 0;
  background-color: var(--color-black);
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .header span.yith-woocompare-counter,
  .header .compare-count,
  .header .favorites-count,
  .header .mini-cart-count {
    width: 14px;
    height: 14px;
  }
}
.header span.yith-woocompare-counter,
.header span.yith-woocompare-counter *,
.header .compare-count,
.header .compare-count *,
.header .favorites-count,
.header .favorites-count *,
.header .mini-cart-count,
.header .mini-cart-count * {
  color: var(--color-white);
  font-family: var(--font-mulish-bold);
  text-align: center;
  font-size: 11px !important;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .header span.yith-woocompare-counter,
  .header span.yith-woocompare-counter *,
  .header .compare-count,
  .header .compare-count *,
  .header .favorites-count,
  .header .favorites-count *,
  .header .mini-cart-count,
  .header .mini-cart-count * {
    font-size: 8px !important;
    line-height: 14px;
  }
}
.header div.yith-woocompare-counter {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header div.yith-woocompare-counter .yith-woocompare-open {
  width: 100%;
  height: 100%;
  display: block;
}
.header .yith-woocompare-count {
  background: none !important;
}
@media (max-width: 1024px) {
  .header-active .header {
    top: 0 !important;
  }
}
.header .dgwt-wcas-preloader {
  right: 36px;
}
.header .dgwt-wcas-preloader svg path {
  fill: var(--color-black);
}

body.page-id-686 header.header,
body.scrolled .header {
  top: calc(0px - var(--header-top));
}
@media (max-width: 1024px) {
  body.page-id-686 header.header,
  body.scrolled .header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
body.page-id-686 header.header .header__middle,
body.scrolled .header .header__middle {
  height: 90px;
}
@media (max-width: 1024px) {
  body.page-id-686 header.header .header__middle,
  body.scrolled .header .header__middle {
    height: var(--header-middle);
  }
}
body.page-id-686 header.header .header__bottom,
body.scrolled .header .header__bottom {
  height: 50px;
}
body.page-id-686 header.header .header__bottom .menu a,
body.scrolled .header .header__bottom .menu a {
  font-size: 12px;
}

body.scrolled-top .header {
  top: 0;
}
body.scrolled-top .header .header__middle {
  height: var(--header-middle);
}
body.scrolled-top .header .header__bottom {
  height: var(--header-bottom);
}
body.scrolled-top .header .header__bottom .menu a {
  font-size: 15px;
}
@media (max-width: 1280px) {
  body.scrolled-top .header .header__bottom .menu a {
    font-size: 12px;
  }
}

/* wpml language switcher in header */
.wpml-ls-statics-shortcodes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.wpml-ls-statics-shortcodes li {
  position: relative;
}
.wpml-ls-statics-shortcodes .wpml-ls-current-language > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.wpml-ls-statics-shortcodes .wpml-ls-current-language > a:hover {
  background: #f5f5f5;
}
.wpml-ls-statics-shortcodes .wpml-ls-current-language > a::after {
  content: "▼";
  margin-left: 5px;
  font-size: 10px;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 100%;
  margin-top: 2px;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu a:hover {
  background: #f5f5f5;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu li:last-child a {
  border-bottom: none;
}

/* mobile search bar fix */
@media (max-width: 1024px) {
  .js-dgwt-wcas-om-bar {
    padding: 8px;
    width: 100%;
    max-width: 100vw;
    min-height: 64px;
    position: relative;
  }
  .dgwt-wcas-om-bar button.dgwt-wcas-om-return {
    background-color: var(--color-black);
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg {
    position: static;
  }
  .dgwt-wcas-search-wrapp {
    width: calc(100vw - 50px);
    min-width: unset;
  }
  .dgwt-wcas-search-input {
    min-width: unset !important;
  }
  .dgwt-wcas-preloader {
    right: 36px;
    color: var(--color-black);
  }
  .dgwt-wcas-preloader svg path {
    fill: var(--color-black);
  }
  .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile {
    width: calc(100% - 50px);
    height: 50px;
  }
  .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp {
    width: calc(100% - 16px) !important;
    left: 8px !important;
    top: 58px !important;
    z-index: 99999999999999 !important;
    border: solid 1px var(--color-border);
    border-radius: 0 0 5px 5px;
    border-top: 0;
  }
}
.header {
  /* for both middle and bottom menus */
}
.header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .menu a {
  text-decoration: none;
  transition: 0.15s ease-in-out;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-mulish-semibold);
}
.header {
  /* top middle menu on white background */
}
.header__middle .menu a {
  padding: 5px 15px;
  color: var(--color-black);
}
.header__middle .menu a:hover {
  opacity: 0.7;
}
.header__middle .menu li.current-menu-item > a {
  pointer-events: none;
  text-shadow: 0 0 1px var(--color-black);
}
.header {
  /* bottom menu on black background */
}
.header__bottom .menu {
  height: 100%;
}
.header__bottom .menu li {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.header__bottom .menu li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  z-index: 0;
  transition-duration: 0.3s;
}
.header__bottom .menu li:hover {
  color: var(--color-black);
}
.header__bottom .menu li:hover::before {
  height: 100%;
}
.header__bottom .menu li.current-menu-item > a {
  pointer-events: none;
  background-color: var(--color-white);
  color: var(--color-black);
  text-shadow: none;
}
.header__bottom .menu a {
  padding: 5px;
  color: var(--color-white);
  text-transform: uppercase;
  height: 100%;
  min-width: 110px;
  position: relative;
  z-index: 1;
  font-family: var(--font-mulish-semibold);
}
@media (max-width: 1400px) {
  .header__bottom .menu a {
    min-width: 80px;
  }
}
@media (max-width: 1280px) {
  .header__bottom .menu a {
    font-size: 12px;
  }
}
.header__bottom .menu a:hover {
  color: var(--color-black);
}

/* mobile menu */
.header + .menu--mobile {
  position: fixed;
  left: 0;
  top: var(--header-height);
  width: 100%;
  z-index: 10001;
  background-color: var(--color-white);
  visibility: hidden;
  pointer-events: none;
  transition-duration: 0.6s;
  height: 0;
  overflow: hidden;
}
.header + .menu--mobile #menu-item-222761 > a,
.header + .menu--mobile #menu-item-195697 > a {
  display: none;
}
.header + .menu--mobile.active {
  height: 100vh;
  visibility: visible;
  pointer-events: auto;
}
.header + .menu--mobile .menu {
  display: block;
  padding: 0 0 90px 0;
  margin: 0;
  height: calc(100vh - var(--header-height));
  overflow: auto;
  width: 100%;
}
.header + .menu--mobile .menu li {
  display: block;
  list-style: none;
  text-align: left;
  width: 100%;
}
.header + .menu--mobile .menu a {
  display: block;
  text-align: left;
  color: var(--color-black);
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
.header + .menu--mobile .menu .sub-menu {
  padding: 10px;
  background-color: var(--color-black);
  width: 100%;
  margin-bottom: 10px;
}
.header + .menu--mobile .menu .sub-menu a {
  display: block;
  color: var(--color-white);
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #323232;
  padding: 10px 0;
  position: relative;
}
.header + .menu--mobile .menu .sub-menu a::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 13px;
  height: 10px;
  background: url("../../images/arrows/right-pag-white.svg") no-repeat center center;
  background-size: contain;
}
.header + .menu--mobile .menu .sub-menu li:last-child a {
  border-bottom: none;
}

/* menu toggle button */
.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 41px;
}
.menu-toggle__bar {
  width: 30px;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 2px;
  transition-duration: 0.3s;
}
.menu-toggle.active .menu-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active .menu-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 1024px) {
  .menu-toggle {
    display: flex;
  }
}

.dgwt-wcas-overlay-mobile {
  position: fixed !important;
}

/* mega menu */
/* language switcher select in header */
.wpml-ls-statics-shortcodes a,
.wpml-ls-statics-shortcodes li,
.wpml-ls-statics-shortcodes span {
  opacity: 1;
  transition-duration: 0.15s;
  color: var(--color-black);
  font-family: var(--font-mulish-semibold);
}
.wpml-ls-statics-shortcodes .wpml-ls-current-language > a::after {
  content: "";
  background: url("../../images/arrows/down-small.svg") no-repeat center;
  width: 7px;
  height: 4px;
  display: inline-block;
  margin-left: 2px;
  position: static;
  border: none;
  transform: none;
}
.wpml-ls-statics-shortcodes .wpml-ls-current-language > a:hover {
  background: none;
  opacity: 0.7;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu {
  top: calc(100% - 5px);
  box-shadow: none;
  border: none;
  z-index: 1001;
  border-radius: 0;
  background-color: var(--color-black);
  overflow: hidden;
  border: solid 1px var(--color-border);
  border-top: 0;
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu a {
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
  background: none;
  border: none;
  box-shadow: none;
  font-family: var(--font-mulish-semibold);
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu a span {
  color: var(--color-white);
}
.wpml-ls-statics-shortcodes .wpml-ls-sub-menu a:hover {
  background: none;
  opacity: 0.7;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
}

/* granslate language switcher */
.language-switcher {
  position: relative;
  z-index: 1001;
}
.language-switcher__trigger {
  background: none;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-mulish-semibold);
  height: 30px;
  width: 50px;
  min-width: 50px;
  margin-left: -10px;
  margin-right: -10px;
  border: solid 1px transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.language-switcher__trigger::after {
  content: "";
  background: url("../../images/arrows/down-small.svg") no-repeat center;
  min-width: 7px;
  height: 4px;
  display: inline-block;
  margin-left: 2px;
  position: static;
  transform: none;
}
.language-switcher__trigger:hover {
  opacity: 0.7;
}
.language-switcher .gtranslate_wrapper {
  height: 0;
  width: 50px;
  background-color: var(--color-white);
  position: absolute;
  transition-duration: 0.15s;
  overflow: hidden;
  margin: auto;
  left: -50px;
  right: -50px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px transparent;
  border-top: none;
}
.language-switcher .gtranslate_wrapper a {
  padding: 2px 5px;
  display: block;
  width: 100%;
  text-align: center;
  transition-duration: 0s;
}
.language-switcher .gtranslate_wrapper a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.language-switcher.active .language-switcher__trigger {
  border-color: var(--color-border);
}
.language-switcher.active .gtranslate_wrapper {
  border-color: var(--color-border);
  height: 75px;
}

.how-to-buy {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.how-to-buy__step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  padding: 25px 0;
}
@media (max-width: 800px) {
  .how-to-buy__step {
    gap: 15px;
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.how-to-buy__step:nth-child(even)::before {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: #f5f5f5;
  z-index: 0;
}
.how-to-buy__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  min-width: 205px;
  height: 218px;
  border: solid 1px var(--color-border);
  background-color: var(--color-white);
  border-radius: 5px;
  z-index: 1;
}
@media (max-width: 800px) {
  .how-to-buy__icon {
    width: 104px;
    min-width: 104px;
    height: 104px;
  }
}
.how-to-buy__icon img {
  width: 104px;
  height: 104px;
}
@media (max-width: 800px) {
  .how-to-buy__icon img {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 800px) {
  .how-to-buy__heading {
    position: absolute;
    top: 20px;
    height: 104px;
    left: 119px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.how-to-buy__heading span {
  font-family: var(--font-zalando-bold);
  font-size: 13px;
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}
.how-to-buy__heading {
  font-family: var(--font-zalando-bold);
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
}
.how-to-buy__content {
  z-index: 1;
}

#page-how-to-buy section.how-to-buy {
  margin: 70px auto 180px auto;
}
@media (max-width: 800px) {
  #page-how-to-buy section.how-to-buy {
    margin: 25px auto 80px auto;
  }
}
#page-how-to-buy .page-content {
  margin: -160px auto 120px auto;
}
@media (max-width: 800px) {
  #page-how-to-buy .page-content {
    margin: -120px auto 80px auto;
  }
}
#page-how-to-buy .page-content .row {
  width: 100%;
}
#page-how-to-buy .page-content .offset-md-2 {
  margin: 0;
  width: 100%;
}
#page-how-to-buy .page-content figure,
#page-how-to-buy .page-content a,
#page-how-to-buy .page-content img {
  max-width: 100%;
}
#page-how-to-buy .page-content .pb-64 {
  padding-bottom: 0;
}

/* fix for page"Zakupy na raty" */
body.page-id-15661 .content-list__item:last-child {
  padding-bottom: 110px;
}
@media (max-width: 800px) {
  body.page-id-15661 .content-list__item:last-child {
    padding-bottom: 80px;
  }
}

.icon {
  width: 34px;
  height: 34px;
  display: block;
  opacity: 1;
  transition-duration: 0.15s;
}
.icon:hover {
  opacity: 0.7;
}

/* text based inputs */
.woocommerce form .form-row .input-text,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
textarea,
.form-control,
textarea.form-control,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  min-width: var(--grid-3);
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-dark);
  border-radius: 5px;
  height: 50px;
  min-height: 50px;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 13px;
  font-family: var(--font-zalando);
}
.woocommerce form .form-row .input-text::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
.form-control::placeholder,
textarea.form-control::placeholder,
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: var(--color-black);
  font-style: normal;
  font-size: 13px;
}

textarea {
  overflow: hidden;
  transition: 0.15s ease-in-out !important;
  resize: none;
}

/* checkbox and radio */
input[type=checkbox],
input[type=radio] {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0;
  cursor: pointer;
  padding-top: 2px;
}

.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.fcf-conditional-input {
  height: fit-content;
}

.cwg_iagree_checkbox label,
.fcf-conditional-input label,
.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-radio,
.woocommerce-terms-and-conditions-wrapper .form-row label,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 33px;
  font-family: var(--font-zalando);
  font-size: 12px;
  text-align: left;
}
.cwg_iagree_checkbox label *,
.fcf-conditional-input label *,
.woocommerce-form__label-for-checkbox *,
.woocommerce-form__label-for-radio *,
.woocommerce-terms-and-conditions-wrapper .form-row label *,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label *,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox *,
input[type=checkbox] + .wpcf7-list-item-label * {
  font-family: var(--font-zalando);
  font-size: 12px;
  text-decoration: underline;
}
.cwg_iagree_checkbox label::before,
.fcf-conditional-input label::before,
.woocommerce-form__label-for-checkbox::before,
.woocommerce-form__label-for-radio::before,
.woocommerce-terms-and-conditions-wrapper .form-row label::before,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label::before,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox::before,
input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  border: 1px solid var(--color-gray-dark);
  border-radius: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: var(--color-white);
  transition-duration: 0.15s;
  cursor: pointer;
}
.cwg_iagree_checkbox label::after,
.fcf-conditional-input label::after,
.woocommerce-form__label-for-checkbox::after,
.woocommerce-form__label-for-radio::after,
.woocommerce-terms-and-conditions-wrapper .form-row label::after,
body.woocommerce-checkout form.woocommerce-checkout .form-row.fcf-conditional-input label::after,
body.woocommerce-checkout .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox::after,
input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  top: -1px;
  opacity: 0;
  background: url(../../images/icons/check.svg) no-repeat center center;
  background-size: 15px;
  transition-duration: 0.15s;
  cursor: pointer;
}

.checked label::after,
label.checked::after,
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1 !important;
}

.woocommerce-form__label.disabled {
  cursor: not-allowed;
}
.woocommerce-form__label.disabled * {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #7f7f7f !important;
  color: #7f7f7f !important;
}
.woocommerce-form__label.disabled::after {
  opacity: 0.5 !important;
}

.form-row--date label {
  transform: translateY(-12px) scale(0.7) !important;
}

/* additional styles for fibo search */
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding-right: 45px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: auto;
  right: 15px;
  fill: var(--color-black);
  opacity: 1;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier * {
  fill: var(--color-black);
}

/* range input */
input[type=range],
input[type=range].form-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: var(--grid-4);
  background: transparent;
  height: 2px;
  cursor: pointer;
  --track-color: var(--color-border);
  --fill-color: var(--color-black);
  --fill-percent: 0%;
}
input[type=range]::-webkit-slider-runnable-track,
input[type=range].form-range::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--fill-percent), var(--track-color) var(--fill-percent), var(--track-color) 100%);
  border-radius: 3px;
}
input[type=range]::-moz-range-track,
input[type=range].form-range::-moz-range-track {
  height: 2px;
  background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--fill-percent), var(--track-color) var(--fill-percent), var(--track-color) 100%);
  border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb,
input[type=range].form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  background: var(--color-white);
  border-radius: 50%;
  border: 4px solid var(--color-black);
  margin-top: -10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
input[type=range]::-moz-range-thumb,
input[type=range].form-range::-moz-range-thumb {
  width: 21px;
  height: 21px;
  background: var(--color-white);
  border-radius: 50%;
  border: 4px solid var(--color-black);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
input[type=range]:hover::-webkit-slider-thumb, input[type=range]:hover::-moz-range-thumb,
input[type=range].form-range:hover::-webkit-slider-thumb,
input[type=range].form-range:hover::-moz-range-thumb {
  border-color: var(--color-border-dark);
}
input[type=range]:focus,
input[type=range].form-range:focus {
  outline: none;
}

/* labels for form-row */
.form-row {
  position: relative;
  overflow: hidden !important;
}
.form-row::before, .form-row::after {
  display: none !important;
}
.form-row input {
  max-width: 100%;
}

.form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) {
  position: absolute;
  top: 14px;
  left: 20px;
  color: var(--color-black);
  font-family: var(--font-zalando);
  font-style: normal;
  font-size: 13px;
  cursor: text;
  user-select: none;
  transform-origin: left top;
  transition-duration: 0.3s;
  white-space: nowrap;
  z-index: 1;
}
.form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) span.required {
  display: none;
}
.form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input).focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) input:focus + label {
  transform: translateY(-12px) scale(0.7) !important;
}

.form-label {
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--color-black);
  font-family: var(--font-zalando);
  font-style: normal;
  font-size: 13px;
  cursor: text;
  user-select: none;
  transform-origin: left top;
  transition-duration: 0.3s;
  white-space: nowrap;
  z-index: 1;
}
.form-label span.required {
  display: none;
}

.form-row--focused .form-label,
.focused .form-label {
  transform: translateY(-12px) scale(0.7) !important;
}

.wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  color: #FF5577;
  position: absolute;
  width: 100%;
  min-width: var(--grid-3);
  padding: 0;
  left: 0;
  font-size: 10px;
  height: 20px;
  bottom: -20px;
}

/* inverted colors for dark contact form */
.inverted input[type=text],
.inverted input[type=email],
.inverted input[type=url],
.inverted input[type=password],
.inverted input[type=search],
.inverted input[type=date],
.inverted textarea,
.inverted .form-control,
.inverted .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.inverted input[type=text]::placeholder,
.inverted input[type=email]::placeholder,
.inverted input[type=url]::placeholder,
.inverted input[type=password]::placeholder,
.inverted input[type=search]::placeholder,
.inverted input[type=date]::placeholder,
.inverted textarea::placeholder,
.inverted .form-control::placeholder,
.inverted .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: var(--color-white);
}
.inverted label {
  color: var(--color-white) !important;
}
.inverted input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid var(--color-white);
  background-color: var(--color-black);
}
.inverted input[type=checkbox] + .wpcf7-list-item-label::after {
  filter: invert(1);
}

/* forms */
.form-checkbox * {
  font-size: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

/* advanced toggle input */
.advanced-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 43px;
  border-radius: 21.5px;
  background: var(--color-black);
  margin: 10px auto 30px auto;
  padding: 3px;
}
@media (max-width: 1024px) {
  .advanced-toggle {
    margin: 20px 0 30px 0;
  }
}
.advanced-toggle__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.advanced-toggle__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.advanced-toggle__label::before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid #d4d4d4;
  position: absolute;
  left: 144px;
  transition-duration: 0.3s;
  overflow: hidden;
}
.advanced-toggle__text {
  color: var(--color-white);
  font-family: var(--font-zalando);
  font-size: 10px;
  user-select: none;
  text-transform: uppercase;
  line-height: 15px;
  display: block;
  padding: 0 20px;
  transition-duration: 0.3s;
  left: 0;
  position: absolute;
  width: calc(100% - 37px);
}
.advanced-toggle__text--no {
  opacity: 0;
  left: 30px;
}
.advanced-toggle__text--yes {
  opacity: 1;
  left: 0;
}
.advanced-toggle input:checked + label::before {
  left: 0;
}
.advanced-toggle input:checked + label .advanced-toggle__text--yes {
  opacity: 0;
}
.advanced-toggle input:checked + label .advanced-toggle__text--no {
  opacity: 1;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

/* ios input fix */
.woocommerce.ios,
.ios {
  position: relative;
}
.woocommerce.ios form .form-row .input-text,
.woocommerce.ios input[type=text],
.woocommerce.ios input[type=email],
.woocommerce.ios input[type=url],
.woocommerce.ios input[type=password],
.woocommerce.ios input[type=search],
.woocommerce.ios input[type=date],
.woocommerce.ios textarea,
.woocommerce.ios .form-control,
.woocommerce.ios textarea.form-control,
.woocommerce.ios .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.ios form .form-row .input-text,
.ios input[type=text],
.ios input[type=email],
.ios input[type=url],
.ios input[type=password],
.ios input[type=search],
.ios input[type=date],
.ios textarea,
.ios .form-control,
.ios textarea.form-control,
.ios .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 123% !important;
  font-size: 16px !important;
  transform: scale(0.8125) !important;
  transform-origin: left center !important;
  max-width: unset !important;
  height: 61.54px !important;
  margin-bottom: -5.5px;
  margin-top: -5.5px;
  border-radius: 6px;
  border-width: 1.1px;
  padding: 18.75px 25px !important;
}
.woocommerce.ios .form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio).focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.woocommerce.ios .form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) input:focus + label,
.ios .form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio).focused label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio),
.ios .form-row:not(.form-row--checkbox, .form-row--radio, .form-row--select, .form-row--file, .fcf-conditional-input) label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) input:focus + label {
  transform: translateY(-10px) scale(0.7) !important;
  left: 17px !important;
}

.modal-header {
  padding-left: 30px;
  padding-right: 30px;
}
.modal-body {
  padding: 30px;
}
.modal-content {
  border-radius: 5px;
}
.modal-footer {
  gap: 10px;
}
.modal .btn-close {
  transition-duration: 0.15s;
}
@media (max-width: 500px) {
  .modal #modalProductName {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.feedback-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: none;
  border: solid 1px var(--color-border);
  background-color: var(--color-white);
  border-radius: 5px;
  width: 320px;
  max-width: 100%;
  height: fit-content;
  max-height: 300px;
  transition-duration: 0.3s;
  padding: 20px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.feedback-modal.hidden {
  opacity: 0;
  visibility: hidden;
}
.feedback-modal,
.feedback-modal * {
  text-align: center;
  font-size: 15px !important;
}

/* swal modal fix */
body .swal2-modal {
  padding: 0;
  width: 500px;
  max-width: calc(100% - 16px);
}
body .swal2-modal .swal2-close {
  color: var(--color-black);
  transition: 0.15s ease-in-out !important;
  padding: 7px;
  margin: 0;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  right: 30px;
  top: 1rem;
  opacity: 0.7;
}
body .swal2-modal .swal2-close:hover {
  opacity: 1;
}
body .swal2-modal .swal2-content {
  padding: 0;
}
body .swal2-modal .swal2-content .panel-heading {
  background-color: transparent;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 30px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body .swal2-modal .swal2-content .panel-heading h4, body .swal2-modal .swal2-content .panel-heading .h4 {
  color: var(--color-black);
  margin: 0;
}
body .swal2-modal .swal2-content .panel {
  border: none;
  margin: 0;
}
body .swal2-modal .swal2-content .panel-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2.5rem;
}
body .swal2-modal .swal2-content .panel-body .row,
body .swal2-modal .swal2-content .panel-body .col-md-12 {
  all: unset;
}
body .swal2-modal .swal2-content .panel-body .cwg_iagree_checkbox {
  margin-bottom: 20px;
}
body .swal2-modal .swal2-content .panel-body .form-group.center-block {
  margin-bottom: 0;
}
body .swal2-modal .swal2-content .panel-body .form-group.center-block input {
  text-align: left !important;
}

select,
.wc-blocks-components-select .wc-blocks-components-select__select {
  background-color: var(--color-white);
  font-size: 17px;
  border: solid 1px var(--color-border-dark) !important;
  border-radius: 5px;
  height: 47px;
}

.wc-block-components-checkout-step__content .wc-blocks-components-select__select .select {
  width: 100%;
}

.select,
.select--custom {
  position: relative;
  width: 300px;
  user-select: none;
  z-index: 1;
}
.select.active,
.select--custom.active {
  z-index: 10;
}
.select.active .select-items,
.select--custom.active .select-items {
  visibility: visible;
  opacity: 1;
  border-top-color: transparent;
  height: 228px;
  position: fixed;
  min-width: 300px;
  text-align: left;
  max-height: fit-content;
}
@media (max-width: 800px) {
  .select.active .select-items,
  .select--custom.active .select-items {
    min-width: 220px;
  }
}
@media (max-width: 400px) {
  .select.active .select-items,
  .select--custom.active .select-items {
    min-width: calc(100% - 16px);
    left: 8px !important;
  }
}
.select.active .select-items > div,
.select--custom.active .select-items > div {
  color: var(--color-black);
}
.select.active .select-items > div:hover,
.select.active .select-items > div:hover *,
.select--custom.active .select-items > div:hover,
.select--custom.active .select-items > div:hover * {
  color: var(--color-white);
}
.select.active .select-selected,
.select--custom.active .select-selected {
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}
.select.active .select-selected:after,
.select--custom.active .select-selected:after {
  border-color: transparent transparent #3498db transparent;
}
.select .select--custom.active .select-items,
.select--custom .select--custom.active .select-items {
  min-width: unset;
}
.select--secondary .select-selected,
.select--custom--secondary .select-selected {
  margin: 0 0 0 auto;
  border: none;
  padding: 0;
  text-align: right;
  width: fit-content;
  font-weight: bold;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  .select--secondary .select-selected,
  .select--custom--secondary .select-selected {
    margin: 0;
  }
}
.select--secondary .select-selected:hover,
.select--custom--secondary .select-selected:hover {
  opacity: 0.7;
}
.select--secondary .select-items,
.select--custom--secondary .select-items {
  border-radius: 5px;
  border-top: solid 1px var(--color-border) !important;
  max-height: fit-content;
}
.select--secondary .select .select-items,
.select--custom--secondary .select .select-items {
  margin-top: 5px;
  border-top: solid 1px var(--color-border) !important;
  border-radius: 5px;
}
.select .select-label,
.select--custom .select-label {
  position: relative;
  left: unset;
  top: unset;
}

.select-placeholder {
  color: var(--color-border) !important;
  background-color: var(--color-white) !important;
  cursor: auto !important;
}

.tabou-shop-search__list,
.select-items {
  position: fixed;
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 0 0 5px 5px;
  z-index: 1000;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  font-size: 13px;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding: 0;
}
.tabou-shop-search__list div,
.tabou-shop-search__list li,
.select-items div,
.select-items li {
  padding: 5px 15px;
  cursor: pointer;
}
.tabou-shop-search__list div:hover,
.tabou-shop-search__list li:hover,
.select-items div:hover,
.select-items li:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.tabou-shop-search__list {
  position: fixed;
}

.select-selected {
  cursor: pointer;
  font-family: var(--font-zalando);
  font-size: 13px;
  border: solid 1px var(--color-border);
  border-radius: 5px;
  height: 50px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .select-selected {
    height: 47px;
  }
}
.select-selected::after {
  content: "";
  width: 12px;
  height: 6px;
  display: inline-block;
  margin-left: 8px;
  line-height: 10px;
  background: url(../../images/arrows/down-small.svg);
  background-size: contain;
}

.tabou-shop-search.active .tabou-shop-search {
  height: 300px;
}
.tabou-shop-search.active .tabou-shop-search__list {
  opacity: 1;
  visibility: visible;
}
.tabou-shop-search.active__wrapper {
  position: relative;
}
.tabou-shop-search__list {
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  padding-top: 5px;
}
.tabou-shop-search__item {
  display: block;
}
.tabou-shop-search__item small, .tabou-shop-search__item .small {
  font-size: 10px;
  display: block;
  margin-top: 3px;
}

.inverted .tabou-shop-search__list {
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  border-top: solid 1px var(--color-black) !important;
  color: var(--color-white);
}
.inverted .tabou-shop-search__item {
  transition-duration: 0s;
}
.inverted .tabou-shop-search__item:hover,
.inverted .tabou-shop-search__item:hover * {
  background-color: var(--color-white);
  color: var(--color-black);
}
.inverted .tabou-shop-search__wrapper .select-selected,
.inverted .select .select-selected,
.inverted .select--custom .select-selected {
  background-color: var(--color-black) !important;
  border: 1px solid var(--color-white);
}
.inverted .tabou-shop-search__wrapper .select-selected::after,
.inverted .select .select-selected::after,
.inverted .select--custom .select-selected::after {
  filter: invert(1) brightness(2);
}

.slider {
  position: relative;
}
.slider .slick-track {
  gap: 30px;
  display: flex;
  padding: 15px 0;
}
@media (max-width: 800px) {
  .slider .slick-track {
    gap: 10px;
  }
}
.slider__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition-duration: 0.15s;
}
.slider__nav-wrapper {
  transition-duration: 0.15s;
}

.slick-slide {
  height: auto !important;
}

.slick-arrow {
  all: unset;
  width: 19px;
  height: 35px;
  background: url(../../images/arrows/right.svg) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 40px;
  margin: auto;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  .slick-arrow {
    width: 11px;
    height: 21px;
  }
}
.slick-arrow.slick-next {
  right: -59px;
}
@media (max-width: 1540px) {
  .slick-arrow.slick-next {
    right: 30px;
  }
}
@media (max-width: 800px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow.slick-prev {
  left: -59px;
  transform: rotate(180deg);
}
@media (max-width: 1540px) {
  .slick-arrow.slick-prev {
    left: 30px;
  }
}
@media (max-width: 800px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-arrow:hover {
  opacity: 0.5;
}

.styled-wysiwyg p,
.styled-wysiwyg li {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 800px) {
  .styled-wysiwyg p,
  .styled-wysiwyg li {
    font-size: 13px;
    line-height: 20px;
  }
}
.styled-wysiwyg a {
  color: var(--color-black);
  text-decoration: underline;
  transition-duration: 0.3s;
}
.styled-wysiwyg a:hover {
  opacity: 0.7;
}
.styled-wysiwyg ol,
.styled-wysiwyg ul {
  margin-bottom: 30px;
}
.styled-wysiwyg h2.wp-block-heading, .styled-wysiwyg .wp-block-heading.h2 {
  margin: 50px 0 30px 0;
}
@media (max-width: 800px) {
  .styled-wysiwyg h2.wp-block-heading, .styled-wysiwyg .wp-block-heading.h2 {
    margin: 40px 0 20px 0;
  }
}
.styled-wysiwyg h2.wp-block-heading, .styled-wysiwyg .wp-block-heading.h2,
.styled-wysiwyg h2.wp-block-heading *,
.styled-wysiwyg .wp-block-heading.h2 * {
  font-size: 24px;
  font-family: var(--font-zalando-bold);
  font-style: normal;
}
@media (max-width: 800px) {
  .styled-wysiwyg h2.wp-block-heading, .styled-wysiwyg .wp-block-heading.h2,
  .styled-wysiwyg h2.wp-block-heading *,
  .styled-wysiwyg .wp-block-heading.h2 * {
    font-size: 16px;
    line-height: 23px;
  }
}
.styled-wysiwyg {
  /* table of contents styles */
}
.styled-wysiwyg .lwptoc {
  margin: 60px 0 50px 0;
}
@media (max-width: 800px) {
  .styled-wysiwyg .lwptoc {
    margin: 20px 0 40px 0;
  }
}
.styled-wysiwyg .lwptoc > div {
  padding: 0;
  border: none;
}
.styled-wysiwyg .lwptoc_header {
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .styled-wysiwyg .lwptoc_header {
    margin-bottom: 10px;
  }
}
.styled-wysiwyg .lwptoc_title {
  font-family: var(--font-zalando);
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
@media (max-width: 800px) {
  .styled-wysiwyg .lwptoc_title {
    font-size: 16px;
    line-height: 26px;
  }
}
.styled-wysiwyg .lwptoc_toggle {
  display: none;
}
.styled-wysiwyg .lwptoc .lwptoc_i DIV A {
  font-size: 16px;
  line-height: 23px;
}

body:not(.single-product) .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
@media (max-width: 800px) {
  body:not(.single-product) .tabs {
    justify-content: flex-start;
    gap: 30px;
  }
}
body:not(.single-product) .tabs__trigger {
  transition-duration: 0.15s;
  opacity: 0.5;
  white-space: nowrap;
}
body:not(.single-product) .tabs__trigger:hover, body:not(.single-product) .tabs__trigger.active {
  opacity: 1;
}
body:not(.single-product) .tabs__trigger a {
  font-family: var(--font-zalando-bold);
  cursor: pointer;
  text-transform: uppercase;
  color: var(--color-black);
}
body:not(.single-product) .tabs__content {
  margin-top: 40px;
}
body:not(.single-product) .tabs__item {
  display: none;
}
body:not(.single-product) .tabs__item.active {
  display: block;
}

.pagination-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: fit-content;
}
.pagination-bar__progress, .pagination-bar__progress-bar {
  height: 3px;
  position: relative;
  /* add bigger field of interaction */
}
.pagination-bar__progress::before, .pagination-bar__progress-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  top: -5px;
  left: 0;
  cursor: grab;
}
.pagination-bar__progress {
  width: 201px;
  background-color: var(--color-border);
}
@media (max-width: 800px) {
  .pagination-bar__progress {
    width: 116px;
  }
}
.pagination-bar__progress-bar {
  width: 89px;
  background: var(--color-black);
  position: absolute;
  left: 0;
  cursor: grab;
  z-index: 1;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  .pagination-bar__progress-bar {
    width: 51px;
  }
}
.pagination-bar__progress-bar:hover {
  background: var(--color-border-dark);
}
.pagination-bar .btn--arrow {
  position: relative;
  transform: none;
}
.pagination-bar--center {
  margin: 25px auto 0 auto;
}
@media (max-width: 800px) {
  .pagination-bar--center {
    margin-top: 15px;
  }
}

.products-slider {
  margin: 100px auto 180px auto;
}
@media (max-width: 800px) {
  .products-slider {
    margin: 80px auto 50px auto;
  }
}
.products-slider__items {
  position: relative;
}
@media (max-width: 1024px) {
  .products-slider__items {
    margin: 0 -16px;
  }
}
@media (max-width: 1024px) {
  .products-slider .slick-arrow {
    width: 80px;
    height: 80px;
    background-size: 20px;
  }
}
@media (max-width: 600px) {
  .products-slider .slick-arrow {
    background-size: 11px;
  }
}
@media (max-width: 1024px) {
  .products-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media (max-width: 600px) {
  .products-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media (max-width: 1024px) {
  .products-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media (max-width: 600px) {
  .products-slider .slick-arrow.slick-next {
    right: -15px;
  }
}

#yith-wcwl-form table.wishlist_table thead tr th,
#yith-wcwl-form table.wishlist_table thead tr td,
#yith-wcwl-form table.wishlist_table thead tr span {
  border-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-family: var(--font-mulish);
}
#yith-wcwl-form ul.wishlist_table {
  padding: 0;
  margin: 0;
  border: solid 1px var(--color-border);
  border-radius: 5px;
}
#yith-wcwl-form ul.wishlist_table .value .wishlist-in-stock, #yith-wcwl-form ul.wishlist_table .value .wishlist-in-stock::before,
#yith-wcwl-form ul.wishlist_table .value .wishlist-out-of-stock,
#yith-wcwl-form ul.wishlist_table .value .wishlist-out-of-stock::before {
  font-size: 13px;
}
#yith-wcwl-form ul.wishlist_table li {
  padding: 20px 20px 20px 53px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-bottom: solid 1px var(--color-border);
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
  }
}
#yith-wcwl-form ul.wishlist_table li:last-child {
  border-bottom: none;
}
#yith-wcwl-form ul.wishlist_table li .item-wrapper {
  width: fit-content;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .item-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
}
#yith-wcwl-form ul.wishlist_table li .product-remove {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .product-remove {
    right: 10px;
    top: 10px;
    bottom: unset;
    left: unset;
  }
}
#yith-wcwl-form ul.wishlist_table li .product-remove a {
  background: url("../../images/icons/close.svg") no-repeat center !important;
  background-size: 12px !important;
  width: 30px;
  height: 30px;
  display: block;
}
#yith-wcwl-form ul.wishlist_table li .product-remove i {
  display: none;
}
#yith-wcwl-form ul.wishlist_table li .product-thumbnail {
  margin-right: 30px;
  max-width: unset;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .product-thumbnail {
    margin-right: 0;
  }
}
#yith-wcwl-form ul.wishlist_table li .product-thumbnail img {
  width: 67px;
  height: 47px;
  display: block;
}
#yith-wcwl-form ul.wishlist_table li .item-details {
  width: 310px;
  padding-right: 30px;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .item-details {
    width: 100%;
    padding-right: 0;
  }
}
#yith-wcwl-form ul.wishlist_table li .item-details-table {
  margin: 0;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .item-details-table {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
  }
  #yith-wcwl-form ul.wishlist_table li .item-details-table .label {
    display: none;
  }
  #yith-wcwl-form ul.wishlist_table li .item-details-table .value {
    padding: 0;
  }
  #yith-wcwl-form ul.wishlist_table li .item-details-table .value * {
    font-family: var(--font-zalando-semibold);
    font-size: 12px;
  }
}
#yith-wcwl-form ul.wishlist_table li .item-details-table * {
  font-size: 13px;
  font-family: var(--font-mulish);
  font-weight: normal;
}
#yith-wcwl-form ul.wishlist_table li .product-name h3, #yith-wcwl-form ul.wishlist_table li .product-name .h3,
#yith-wcwl-form ul.wishlist_table li .product-name a {
  color: var(--color-black);
  font-family: var(--font-zalando-semibold);
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
#yith-wcwl-form ul.wishlist_table li .additional-info-wrapper {
  white-space: nowrap;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .additional-info-wrapper {
    width: 100%;
    display: block;
    padding-right: 120px;
  }
}
#yith-wcwl-form ul.wishlist_table li .additional-info-wrapper td {
  padding: 0;
}
#yith-wcwl-form ul.wishlist_table li .additional-info-wrapper .label {
  display: none;
}
#yith-wcwl-form ul.wishlist_table li .additional-info-wrapper * {
  font-size: 13px;
  font-family: var(--font-mulish);
}
#yith-wcwl-form ul.wishlist_table li .product-add-to-cart {
  margin-bottom: 0 !important;
}
@media (max-width: 600px) {
  #yith-wcwl-form ul.wishlist_table li .product-add-to-cart a {
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

.wishlist-out-of-stock::before,
.wishlist-in-stock {
  font-size: 13px !important;
}

.wishlist-out-of-stock {
  font-size: 0;
  color: transparent;
}
.wishlist-out-of-stock::before {
  content: "Niedostępny";
  color: #FF5577;
  font-family: var(--font-mulish);
  line-height: normal;
}

.yith-wcwl-feedback-messages-container {
  display: none !important;
}

li.product {
  position: relative;
  border: solid 1px var(--color-border);
  border-radius: 5px;
  width: 100%;
  max-width: calc(var(--grid-4) - 2px);
  transition-duration: 0.15s;
}
@media (max-width: 1450px) {
  li.product {
    max-width: calc(var(--grid-3) - 2px);
  }
}
@media (max-width: 600px) {
  li.product {
    max-width: 306px;
    height: auto;
  }
}
li.product:hover {
  border-color: var(--color-black);
}
li.product:hover .product-index-swatches {
  border-bottom-color: var(--color-black);
}
li.product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.05);
}
li.product a {
  display: block;
}
li.product .product-index-swatches {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 12px 15px;
  border-bottom: solid 1px var(--color-border);
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  li.product .product-index-swatches {
    padding: 7px 11px;
    gap: 10px;
  }
}
li.product .woocommerce-loop-product__link {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 800px) {
  li.product .product__heading {
    text-align: left;
  }
}
li.product .product-icons {
  position: absolute;
  top: 3px;
  right: 8px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
li.product .product-icons .compare-toggle,
li.product .product-icons .yith-wcwl-add-to-wishlist-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: none;
  border: none;
  transition-duration: 0.15s;
  position: relative;
}
li.product .product-icons .compare-toggle svg,
li.product .product-icons .yith-wcwl-add-to-wishlist-button svg {
  width: 15px;
  height: auto;
}
li.product .product-icons .compare-toggle:hover,
li.product .product-icons .yith-wcwl-add-to-wishlist-button:hover {
  transform: scale(1.2);
}
li.product .product-icons .compare-toggle--added path,
li.product .product-icons .yith-wcwl-add-to-wishlist-button--added path {
  fill: var(--color-black);
}
li.product .product-icons .compare-toggle {
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
li.product .product-icons .compare-toggle a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0 !important;
  color: transparent !important;
  border-radius: 50%;
}
li.product .product-icons .compare-toggle a::after {
  content: none !important;
  background: none !important;
}
li.product .product-icons .compare-toggle a::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../../images/icons/compare.svg") no-repeat center center;
  background-size: 18px;
}
li.product .product-icons .compare-toggle a.added::before {
  background: url("../../images/icons/compare-added.svg") no-repeat center center;
  background-size: 18px;
}
li.product .product-logo {
  width: 86px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 800px) {
  li.product .product-logo {
    width: 73px;
    top: 10px;
  }
}
li.product .product-title-content {
  padding: 16px 11px 10px 11px;
}
li.product .product-category {
  font-family: var(--font-zalando);
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  li.product .product-category {
    font-size: 13px;
    text-align: left;
  }
}
li.product .attachment-woocommerce_thumbnail {
  display: flex;
  padding: 20px 20px 0 20px;
  max-height: 200px;
  min-height: 193px;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  li.product .attachment-woocommerce_thumbnail {
    max-height: 193px;
  }
}
li.product .woocommerce-loop-product__title {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  text-transform: none;
  font-family: var(--font-zalando-semibold);
  margin-bottom: 0;
}
@media (max-width: 800px) {
  li.product .woocommerce-loop-product__title {
    font-size: 12px;
    text-align: left;
  }
}
li.product .price {
  padding: 0 11px 18px 11px;
  display: block;
}
li.product .price,
li.product .price * {
  font-size: 20px;
  font-family: var(--font-zalando-semibold);
  color: var(--color-black);
  text-decoration: none;
}
@media (max-width: 800px) {
  li.product .price,
  li.product .price * {
    font-size: 16px;
  }
}
li.product .price .iworks-omnibus {
  margin: 5px 0 0 0;
}
li.product .price .iworks-omnibus,
li.product .price .iworks-omnibus * {
  font-family: var(--font-mulish);
  font-size: 10px;
}

.yith-wcwl-add-to-wishlist__feedback * {
  font-family: var(--font-zalando-semibold) !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

.product-accordions {
  margin: 50px 0 30px 0;
}
.product-accordions__title {
  font-size: 14px;
  font-family: var(--font-zalando);
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .product-accordions__title {
    max-width: 230px;
  }
}

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-add-to-wishlist-button-block {
  all: unset;
}

.yith-add-to-wishlist-button-block[data-attributes='{"exists":true,"kind":"added"}'] svg path {
  fill: var(--color-black);
}

.yith-wcwl-add-to-wishlist-button {
  position: relative;
}
.yith-wcwl-add-to-wishlist-button--loading {
  pointer-events: none;
  cursor: wait;
}
.yith-wcwl-add-to-wishlist-button--loading svg {
  opacity: 0.3;
}
.yith-wcwl-add-to-wishlist-button--loading::after {
  content: "";
  display: block;
  position: absolute;
  cursor: wait;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://tabou.pl/wp-content/plugins/yith-woocommerce-compare-premium/assets/images/loader.gif") center center/20px 20px no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}

.compare-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: none;
  border: none;
  transition-duration: 0.6s;
}
.compare-toggle svg {
  width: 15px;
  height: auto;
}
.compare-toggle:hover {
  transform: scale(1.3);
}

button.product-index-swatch {
  all: unset;
  border: solid 2px var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--color-border-dark);
  width: 15px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.3s;
  display: flex;
}
@media (max-width: 800px) {
  button.product-index-swatch {
    width: 13px;
    height: 13px;
  }
}
button.product-index-swatch::before, button.product-index-swatch::after {
  content: none;
}
button.product-index-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5) rotate(15deg);
}
button.product-index-swatch:hover {
  transform: scale(1.2);
}
button.product-index-swatch.active {
  border-color: var(--color-black);
  box-shadow: 0 0 0 1px var(--color-black);
}

.product-parameters {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px 5px;
  border-radius: 5px;
  border: solid 1px var(--color-border);
  gap: 10px;
}
@media (max-width: 800px) {
  .product-parameters {
    padding: 10px;
    gap: 5px;
  }
}
.product-parameters__item {
  display: flex;
  width: calc(25% - 16px);
  overflow: hidden;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .product-parameters__item {
    width: calc(33.3333% - 16px);
  }
}
@media (max-width: 800px) {
  .product-parameters__item {
    width: calc(25% - 11px);
  }
}
.product-parameters__item:last-child + .product-parameters__separator {
  display: none !important;
}
.product-parameters__separator {
  display: block;
  height: 42px;
  width: 1px;
  min-width: 1px;
  background-color: var(--color-border);
}
.product-parameters__separator:nth-child(8n) {
  display: none;
}
@media (max-width: 1280px) and (min-width: 1025px) {
  .product-parameters__separator {
    display: block !important;
  }
  .product-parameters__separator:nth-child(6n) {
    display: none !important;
  }
}
.product-parameters__icon {
  display: block;
  height: 40px;
  width: fit-content;
  max-width: 40px;
  margin-right: 3px;
}
@media (max-width: 800px) {
  .product-parameters__icon {
    height: 22px;
    max-width: 22px;
  }
}
.product-parameters__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 800px) {
  .product-parameters__label {
    font-size: 10px;
    line-height: normal;
  }
}
.product-parameters__value {
  font-family: var(--font-mulish-bold);
}
@media (max-width: 800px) {
  .product-parameters__value {
    font-size: 10px;
    line-height: normal;
  }
}

body.single-product .site-main {
  min-height: unset;
}
body.single-product .site-main .product-archive-top {
  display: none;
}
body.single-product .banner {
  margin: 30px 0 0 0;
  min-height: 110px;
}
body.single-product .banner__image::after {
  display: none;
}
body.single-product .cart-additional-text {
  margin: 30px 0 0 0;
}
body.single-product .product > .wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.single-product .product > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
body.single-product .product > .wrapper .summary,
body.single-product .product > .wrapper .woocommerce-product-gallery {
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  body.single-product .product > .wrapper .summary,
  body.single-product .product > .wrapper .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 10px;
  }
}
body.single-product .product > .wrapper .summary {
  position: relative;
}
body.single-product .product > .wrapper .summary .wc-variation-is-unavailable {
  display: none !important;
}
body.single-product .product > .wrapper .summary .added_to_cart {
  color: var(--color-black);
  text-decoration: underline;
  width: 243px;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}
body.single-product .product > .wrapper .summary .added_to_cart:hover {
  opacity: 0.7;
}
body.single-product .product > .wrapper .summary .single-product__wishlist {
  position: absolute;
  top: 50px;
  right: 0;
  height: 30px;
}
body.single-product .product > .wrapper .summary .yith-wcwl-add-to-wishlist-button svg {
  transition-duration: 0.15s;
}
body.single-product .product > .wrapper .summary .yith-wcwl-add-to-wishlist-button:hover svg {
  transform: scale(1.2);
}
body.single-product .product > .wrapper .summary .yith-wcwl-add-to-wishlist-button--added path {
  fill: var(--color-black);
}
body.single-product .product > .wrapper .summary form + .yith-add-to-wishlist-button-block {
  display: none !important;
}
body.single-product .product > .wrapper .summary .single_variation_wrap + .product_compare {
  display: none !important;
}
body.single-product .product > .wrapper .summary .product_compare {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 360px) {
  body.single-product .product > .wrapper .summary .product_compare {
    position: static;
    width: 243px;
    text-align: center;
    margin-top: 15px;
    padding: 10px 0;
  }
}
body.single-product .product > .wrapper .summary .product_compare a {
  height: 35px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.15s;
  font-size: 12px;
  font-family: var(--font-mulish-semibold);
  color: var(--color-black);
}
@media (max-width: 360px) {
  body.single-product .product > .wrapper .summary .product_compare a {
    margin-top: 0;
    height: fit-content;
  }
}
body.single-product .product > .wrapper .summary .product_compare a::before {
  content: "";
  display: flex;
  align-items: center;
  padding-left: 25px;
  height: 15px;
  background: url(../../images/icons/compare.svg) no-repeat left center;
  background-size: 15px 15px;
}
body.single-product .product > .wrapper .summary .product_compare a:hover {
  opacity: 0.7;
}
body.single-product .product > .wrapper .yith-wcwl-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 20;
}
body.single-product .product > .wrapper {
  /* make sure the parent can contain absolutely positioned elements */
}
body.single-product .product > .wrapper .yith-wcwl-add-to-wishlist {
  position: relative;
}
body.single-product .product-gallery-slide > div.woocommerce-product-gallery__image {
  max-height: 429px;
  width: 100% !important;
}
body.single-product .product-gallery-slide > div.woocommerce-product-gallery__image > a {
  height: 100%;
  outline-offset: 0;
  max-height: 429px;
}
body.single-product .product-gallery-slide > div.woocommerce-product-gallery__image > a img {
  max-height: 429px;
  height: 100% !important;
  object-fit: contain;
}
body.single-product .product-gallery-buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-product .product-gallery-buttons {
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  body.single-product .product-gallery-buttons {
    top: 10px;
    right: 10px;
  }
}
body.single-product .product-gallery-buttons__btn {
  width: 62px;
  height: 43px;
  border-radius: 5px;
  border: solid 1px var(--color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  background-color: var(--color-white);
  color: var(--color-black);
  transition-duration: 0.15s;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  body.single-product .product-gallery-buttons__btn {
    width: 53px;
    height: 32px;
    font-size: 8px;
    line-height: 8px;
  }
}
body.single-product .product-gallery-buttons__btn img {
  transition-duration: 0.15s;
  width: 23px !important;
  height: 23px !important;
}
@media (max-width: 1280px) {
  body.single-product .product-gallery-buttons__btn img {
    width: 18px !important;
    height: 18px !important;
  }
}
body.single-product .product-gallery-buttons__btn span {
  font-weight: normal;
  font-size: 16px;
  color: var(--color-black);
  transition-duration: 0.15s;
}
@media (max-width: 1280px) {
  body.single-product .product-gallery-buttons__btn span {
    font-size: 14px;
    line-height: 16px;
  }
}
body.single-product .product-gallery-buttons__btn:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
body.single-product .product-gallery-buttons__btn:hover span {
  color: var(--color-white);
}
body.single-product .product-gallery-buttons__btn:hover img {
  filter: invert(1);
}
body.single-product .product-gallery-slider {
  display: flex;
  flex-direction: row;
  max-height: 521px;
  overflow: hidden;
  border: solid 1px var(--color-border);
  border-radius: 5px;
  padding-top: 90px;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  body.single-product .product-gallery-slider {
    padding-top: 50px;
  }
}
body.single-product .product-gallery-slider .slick-track {
  height: 100%;
}
@media (max-width: 1024px) {
  body.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image {
    height: 100%;
  }
  body.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image a {
    height: 100%;
  }
  body.single-product .product-gallery-slider .slick-track .woocommerce-product-gallery__image a img {
    height: 100% !important;
  }
}
body.single-product .product-gallery-slide {
  height: 100% !important;
}
body.single-product .product-gallery-slide + .product-gallery-slide {
  display: none !important;
}
body.single-product .product-badges-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
  height: 50px;
}
body.single-product .product-badges-images > div {
  max-width: 79px;
  height: 100%;
  max-height: 50px;
}
body.single-product .product-badges-images a,
body.single-product .product-badges-images img {
  display: block;
  height: 100% !important;
  max-height: 50px;
  transition-duration: 0.15s;
}
body.single-product .product-badges-images a:hover img {
  opacity: 0.7;
}
body.single-product .product-ean {
  margin: 20px 0;
}
body.single-product .product-ean strong {
  font-family: var(--font-zalando-semibold);
  margin-right: 15px;
}
body.single-product table.variations {
  border-top: solid 1px var(--color-border) !important;
}
body.single-product .product-category {
  margin-bottom: 10px;
}
body.single-product .product-category a {
  color: var(--color-black);
  font-family: var(--font-zalando);
  text-transform: uppercase;
  font-size: 20px;
}
body.single-product .product-category a:hover {
  text-decoration: underline;
}
body.single-product .single-product__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: var(--grid-3);
  font-style: normal;
  text-transform: none;
  font-family: var(--font-zalando-semibold);
}
@media (max-width: 1024px) {
  body.single-product .single-product__title {
    font-size: 16px;
  }
}
body.single-product .price {
  margin-bottom: 10px;
}
body.single-product .price,
body.single-product .price * {
  font-family: var(--font-zalando-semibold);
  font-size: 24px;
}
body.single-product .price .iworks-omnibus {
  display: none;
}
body.single-product .iworks-omnibus {
  margin: 10px 0 20px 0;
}
body.single-product .iworks-omnibus,
body.single-product .iworks-omnibus * {
  font-size: 12px;
  font-family: var(--font-mulish);
}
body.single-product .woocommerce-variation-price {
  display: none !important;
}
body.single-product .cwg_popup_submit {
  margin-bottom: 20px;
}
body.single-product table.variations tr th.label {
  padding-top: 20px;
  padding-bottom: 15px;
}
body.single-product table.variations tr th.label label {
  font-family: var(--font-zalando-semibold);
  line-height: normal;
}
body.single-product table.variations tr th.label .woo-selected-variation-item-name {
  margin-left: 15px;
  font-weight: normal;
}
body.single-product table.variations tr td.value {
  padding-bottom: 20px;
  border-bottom: solid 1px var(--color-border) !important;
}
body.single-product .color-attribute-select {
  margin-bottom: 0;
}
body.single-product .select-color {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 5px var(--color-white);
  box-shadow: 0 0 0 1px #A8A8A8;
  overflow: hidden;
  margin: 0;
  border-radius: 50%;
  transition: 0.15s 0s ease-in-out;
  position: relative;
  user-select: none;
}
@media (max-width: 1024px) {
  body.single-product .select-color {
    width: 34px;
    height: 34px;
  }
}
body.single-product .select-color::after {
  display: none;
}
body.single-product .select-color:hover {
  border-color: var(--color-border);
}
body.single-product .select-color.active {
  border-color: var(--color-black);
  pointer-events: none;
}
body.single-product .select-color img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 44px !important;
  height: 44px !important;
  display: block;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1.2) rotate(18deg);
  font-size: 0;
}
body.single-product .custom-attribute-buttons .active {
  cursor: default;
  pointer-events: none;
}
body.single-product .custom-variation-select ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
body.single-product .quantity {
  display: none !important;
}
body.single-product .woocommerce-variation-availability .in-stock {
  display: none !important;
}
body.single-product .woocommerce-variation-availability .out-of-stock {
  margin: 10px 0 25px 0;
  color: var(--color-black);
}
body.single-product .woocommerce-variation-add-to-cart {
  position: relative;
}
body.single-product .single-product__bottom-bar {
  position: fixed;
  height: 75px;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: solid 1px var(--color-border);
  background-color: var(--color-white);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}
body.single-product .find-dealership-btn {
  text-decoration: underline;
  margin-top: 20px;
}
body.single-product .find-dealership-btn:hover {
  opacity: 0.7;
}
body.single-product .single_add_to_cart_button__standard svg {
  margin-right: 7px;
  position: relative;
  top: -2px;
}
body.single-product .single_add_to_cart_button_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1002;
  visibility: hidden !important;
  opacity: 0 !important;
  transition-duration: 0.3s;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1024px) {
  body.single-product .single_add_to_cart_button_copy {
    bottom: 10px;
    right: 8px;
  }
}
body.single-product .single_add_to_cart_button_copy::before {
  display: none;
}
body.single-product .single_add_to_cart_button_copy.disabled {
  opacity: 1;
  background: #666666 !important;
}
body.single-product .single_add_to_cart_button .text-add,
body.single-product .single_add_to_cart_button .text-added {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
body.single-product .single_add_to_cart_button .text-add,
body.single-product .single_add_to_cart_button .cart-normal {
  display: inline-block;
}
body.single-product .single_add_to_cart_button .text-added,
body.single-product .single_add_to_cart_button .cart-added {
  display: none;
}
body.single-product .single_add_to_cart_button.added .text-add,
body.single-product .single_add_to_cart_button.added .cart-normal {
  display: none;
}
body.single-product .single_add_to_cart_button.added .text-added,
body.single-product .single_add_to_cart_button.added .cart-added {
  display: inline-block;
}
body.single-product .comfino-banner-container {
  height: 400px;
}
body.single-product {
  /* bottom tabs */
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  border: solid 1px var(--color-border);
  overflow: hidden;
  padding: 0 !important;
  margin: 0 0 70px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 800px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    border: none;
    border-radius: 0;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before, body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::after {
  display: none;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs .tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--color-black);
  transition-duration: 0.3s;
}
@media (max-width: 800px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs .tab-indicator {
    display: none;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  flex: 1 1 0;
  display: block;
  margin: 0;
  background: none !important;
  z-index: 1;
  transition-duration: 0.3s;
  position: relative;
}
@media (max-width: 800px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    flex: none;
    width: 50%;
    display: block;
    border: solid 1px var(--color-border);
  }
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:nth-child(odd) {
    border-right: none !important;
  }
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:nth-child(even) {
    border-left: none !important;
  }
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:last-of-type {
    border-right: solid 1px var(--color-border) !important;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after {
  display: none;
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
  color: var(--color-black);
  background: none !important;
  font-family: var(--font-zalando-semibold);
  text-transform: uppercase;
  font-size: 16px;
  height: 60px;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  z-index: 2;
  position: relative;
}
@media (max-width: 800px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    max-height: 288px;
  }
}
body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
  color: var(--color-white);
}
@media (max-width: 800px) {
  body.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
    background-color: var(--color-black) !important;
  }
}
body.single-product .woocommerce-Tabs-panel .product-description {
  display: block;
  gap: 0;
  column-gap: 30px;
  column-count: 2;
}
@media (max-width: 800px) {
  body.single-product .woocommerce-Tabs-panel .product-description {
    column-count: 1;
  }
}
body.single-product .woocommerce-Tabs-panel .product-description-title {
  font-family: var(--font-zalando-bold);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  body.single-product .woocommerce-Tabs-panel .product-description-title {
    text-align: left;
  }
}
body.single-product .woocommerce-Tabs-panel .product-description-section {
  width: 100%;
  margin-bottom: 50px;
}
body.single-product .woocommerce-Tabs-panel .product-description-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--color-gray-dark);
}
body.single-product .woocommerce-Tabs-panel .product-description-row:nth-child(odd) {
  background-color: #f5f5f5;
}
body.single-product .woocommerce-Tabs-panel .product-description-row > * {
  display: table-cell;
  vertical-align: middle;
}
body.single-product .woocommerce-Tabs-panel .product-description-row__key {
  padding-right: 10px;
}
body.single-product .woocommerce-Tabs-panel .specification-additional-text {
  margin-top: 100px;
}
@media (max-width: 1280px) {
  body.single-product .woocommerce-Tabs-panel .specification-additional-text {
    margin-top: 50px;
  }
}
body.single-product #tab-title-reviews {
  display: none !important;
}
body.single-product .additional-product-buttons a {
  max-width: 243px;
  display: block;
  margin: 20px 0;
}
body.single-product #photoswipe-fullscreen-dialog {
  top: 0 !important;
  height: 100% !important;
}
@media (max-width: 1024px) {
  body.single-product .pswp__preloader {
    position: absolute;
    right: 132px;
  }
}
body.single-product .pswp__caption__center {
  text-align: center !important;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry-row {
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  gap: 30px;
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry-row {
    flex-direction: column-reverse;
  }
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry-img {
  width: var(--grid-4);
  max-width: 100%;
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry-img {
    width: var(--grid-5);
    margin: auto;
  }
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry-table {
  width: calc(100% - var(--grid-4) - 30px);
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry-table {
    width: 100%;
  }
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table th,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table td {
  font-family: var(--font-mulish);
  padding: 15px 0;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr:first-child th,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr:first-child th *,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr:first-child td,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr:first-child td * {
  font-family: var(--font-zalando-bold);
  font-size: 18px;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr:nth-child(odd):not(:first-child) {
  background-color: #f5f5f5;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr td:first-child,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .product-geometry-table tr td:first-child * {
  font-family: var(--font-mulish-bold);
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry {
  /* geometry from plugin */
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-],
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: none;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content,
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content {
    flex-direction: column;
    align-items: center;
  }
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section {
  max-width: calc(100% - var(--grid-4) - 30px);
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: var(--color-white);
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section,
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section {
    max-width: 100%;
  }
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table {
  width: 100%;
  border: none !important;
  margin-top: -15px;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table td,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table th,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table td,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table th {
  padding: 14px 15px;
  border-left: none;
  border-right: none;
  text-align: left;
  transition: none !important;
  cursor: default !important;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table thead th,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table thead th {
  font-family: var(--font-zalando-bold);
  font-size: 18px;
  border: none;
  background: none;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table tbody tr:nth-child(even) td,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table tbody tr:nth-child(odd) td,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table tbody tr:nth-child(odd) td {
  background-color: var(--color-white);
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table tbody tr td:first-child,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table tbody tr td:first-child {
  padding-left: 0;
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table tbody tr td:first-child,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-table-section table tbody tr td:first-child *,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table tbody tr td:first-child,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-table-section table tbody tr td:first-child * {
  font-family: var(--font-mulish-bold);
}
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-svg-section,
body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-svg-section {
  max-width: var(--grid-4);
  width: 100%;
}
@media (max-width: 1024px) {
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper [id^=geometria-] .geometria-content .geometria-svg-section,
  body.single-product .woocommerce-Tabs-panel .single-product__geometry .wrapper .geometria-ergonomia-display .geometria-content .geometria-svg-section {
    max-width: var(--grid-5);
    margin-top: -120px;
  }
}
body.single-product {
  /* advanced/simplified view */
}
body.single-product .zen,
body.single-product .zen--opacity {
  transition-duration: 0.3s;
  height: fit-content;
  overflow: hidden;
}
body.single-product.zen-mode .zen {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.single-product.zen-mode .zen--dynamic.zen-mode {
  opacity: unset !important;
  height: unset !important;
  overflow: unset !important;
  display: none !important;
}
body.single-product.zen-mode .zen--opacity {
  opacity: 0 !important;
  pointer-events: none;
}

body.single-product.scrolled .single-product__bottom-bar,
body.single-product.scrolled .single_add_to_cart_button_copy {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.filter_shop_wrap_filters {
  width: 100%;
  max-width: var(--grid-3);
  margin: 0;
  padding: 50px 0 0 0;
}
@media (max-width: 1280px) {
  .filter_shop_wrap_filters {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .filter_shop_wrap_filters {
    width: 0;
  }
}
@media (max-width: 1024px) {
  .filter_shop_wrap_filters > div {
    position: fixed;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .filter_shop_wrap_filters > div.open {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
}
.filter_shop_wrap_filters .widget {
  position: relative;
  width: 100%;
  background: var(--color-white);
}
@media (max-width: 1024px) {
  .filter_shop_wrap_filters .widget::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-black);
    opacity: 0.5;
    z-index: -1;
    transition-duration: 0.3s;
  }
}
.filter_shop_wrap_filters .woof_container_inner h4, .filter_shop_wrap_filters .woof_container_inner .h4 {
  font-family: var(--font-zalando-semibold);
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.filter_shop_wrap_filters .woof_container_inner ul li {
  padding: 5px 0;
  display: flex;
}
.filter_shop_wrap_filters .woof_container_inner ul li label {
  margin-left: 10px !important;
}
.filter_shop_wrap_filters .woof_container_inner ul li .woof_checkbox_count,
.filter_shop_wrap_filters .woof_container_inner ul li label {
  font-family: var(--font-zalando-semibold);
  font-size: 16px;
}
@media (max-width: 1280px) {
  .filter_shop_wrap_filters .woof_container_inner ul li .woof_checkbox_count,
  .filter_shop_wrap_filters .woof_container_inner ul li label {
    font-size: 13px;
  }
}
.filter_shop_wrap_filters .woof_container_inner ul li .woof_checkbox_count {
  margin: 0;
}
.filter_shop_wrap_filters .woof_container_inner ul li .woof_checkbox_count::before {
  content: " ";
}
.filter_shop_wrap_filters .woof_container_inner_kategorie h4, .filter_shop_wrap_filters .woof_container_inner_kategorie .h4 {
  font-family: var(--font-zalando-semibold);
  font-size: 20px;
  text-transform: uppercase;
}
.filter_shop_wrap_filters .woof_container_inner_kategorie ul li {
  border-bottom: solid 1px var(--color-border);
  padding: 20px 0;
}
.filter_shop_wrap_filters .woof_container_inner_kolorystyka .woof_list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.filter_shop_wrap_filters .woof_container_inner_kolorystyka .woof_list li {
  height: 22px;
}
.filter_shop_wrap_filters .woof_container_inner_kolorystyka .woof_image_term {
  all: unset;
  border: solid 2px var(--color-white) !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px var(--color-border-dark) !important;
  width: 17px !important;
  height: 17px !important;
  padding: 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition-duration: 0.6s !important;
  display: inline-block !important;
  background-size: cover !important;
  background-position: center !important;
  margin: 0 !important;
  position: relative !important;
}
.filter_shop_wrap_filters .woof_container_inner_kolorystyka .woof_image_term input {
  left: -2px !important;
  top: -2px !important;
}
.filter_shop_wrap_filters .woof_container_inner_kolorystyka .woof_image_term.checked {
  box-shadow: 0 0 0 2px var(--color-black) !important;
  border: solid 1px var(--color-black) !important;
}
.filter_shop_wrap_filters .woof_container_kategorie + div::before {
  content: "Filtrowanie";
  display: block;
  font-family: var(--font-zalando-semibold);
  font-size: 20px;
  text-transform: uppercase;
  margin: 40px 0 30px 0;
}
.filter_shop_wrap_filters .woof_container:not(.woof_container_kategorie) {
  border-bottom: solid 1px var(--color-border);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 800px) {
  .filter_shop_wrap_filters .woof_container:not(.woof_container_kategorie) {
    padding-bottom: 10px;
  }
}
.filter_shop_wrap_filters .woof_redraw_zone {
  padding: 0;
}
.filter_shop_wrap_filters .icheckbox_square-blue,
.filter_shop_wrap_filters .iradio_square-blue {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 4px 0 0 0;
  background: no-repeat center center;
  background-size: 18px 18px;
  border: solid 1px var(--color-black);
}
.filter_shop_wrap_filters .icheckbox_square-blue.checked,
.filter_shop_wrap_filters .iradio_square-blue.checked {
  opacity: 1;
  background-image: url(../../images/icons/check-dark.svg);
}
.filter_shop_wrap_filters .icheckbox_square-blue .iCheck-helper,
.filter_shop_wrap_filters .iradio_square-blue .iCheck-helper {
  all: unset;
}
.filter_shop_wrap_filters .woof_open_hidden_li {
  text-align: left;
  margin-top: 10px;
  display: block !important;
  margin-top: 10px !important;
  width: 100%;
}
.filter_shop_wrap_filters .woof_open_hidden_li a {
  color: var(--color-black);
  font-size: 13px;
  font-family: var(--font-zalando);
  display: block;
  margin: 0;
  width: fit-content;
}
.filter_shop_wrap_filters .woof_open_hidden_li a:hover {
  opacity: 0.7;
}
.filter_shop_wrap_filters {
  /* reset button */
}
.filter_shop_wrap_filters .woof_submit_search_form_container {
  margin: 0;
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
  all: unset;
  font-family: var(--font-zalando-semibold);
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  background: none !important;
  transition-duration: 0.15s;
  color: var(--color-black);
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::before, .filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button::after {
  display: none;
}
.filter_shop_wrap_filters .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover {
  opacity: 0.7;
}

.products__orderby {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1024px) {
  .products__orderby {
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .products__orderby-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products__orderby-form .select {
    width: fit-content;
  }
}
.products__orderby select,
.products__orderby .select-selected {
  border: none !important;
  padding: 0;
  text-align: right;
  width: fit-content;
  font-size: 13px;
  font-family: var(--font-zalando);
  font-weight: normal;
}
@media (max-width: 800px) {
  .products__orderby select,
  .products__orderby .select-selected {
    font-size: 10px;
    line-height: normal;
  }
}
.products__orderby select::after,
.products__orderby .select-selected::after {
  background: url(../../images/icons/sort.svg);
  width: 12px;
  height: 11px;
  margin-left: 10px;
}
.products__display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.products__display-button {
  all: unset;
  width: 13px;
  height: 13px;
  display: block;
}
.products__display-button svg {
  display: block;
}
.products__display-button svg rect {
  transition-duration: 0.15s;
  stroke: var(--color-gray-dark);
}
.products__display-button:hover svg rect, .products__display-button--active svg rect {
  stroke: var(--color-black);
}
.products__display-button--active {
  cursor: default;
  pointer-events: none;
}
.products__display span {
  margin-right: 2px;
  font-family: var(--font-zalando);
  font-size: 13px;
}
@media (max-width: 800px) {
  .products__display span {
    font-size: 10px;
  }
}

/* range slider */
@media (max-width: 1024px) {
  .woocommerce .widget_price_filter {
    max-width: var(--grid-4);
  }
}
.woocommerce .widget_price_filter .price_label,
.woocommerce .widget_price_filter .price_label * {
  font-family: var(--font-zalando);
  font-size: 13px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background-color: var(--color-black);
  top: -7.5px;
}
.woocommerce .widget_price_filter .ui-widget-content {
  background-color: var(--color-border) !important;
  height: 1px;
  margin: 7.5px 0 20.5px 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 1px;
  background-color: var(--color-black);
}
@media (max-width: 1024px) {
  .woocommerce .woof_sid_widget {
    overflow-y: scroll !important;
    max-height: 100vh !important;
    padding: 20px 10px 150px 10px;
  }
}
.woocommerce .close-button--modal {
  font-size: 13px;
  font-weight: 900;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--color-black);
  position: absolute;
  z-index: 999999;
  background: #0d87ac;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: url(../../images/icons/close.svg) no-repeat center center;
  background-size: 22px;
  transition-duration: 0.15s;
  display: none;
}
@media (max-width: 1024px) {
  .woocommerce .close-button--modal {
    display: block;
  }
}

p.woof_tooltip span.woof_tooltip_data {
  opacity: 1 !important;
  width: fit-content !important;
}
p.woof_tooltip span.woof_tooltip_data,
p.woof_tooltip span.woof_tooltip_data * {
  text-align: center;
  border-radius: 0;
  padding: 0;
  color: var(--color-white);
}

/* products archive */
.woof_container_productarchive {
  display: none !important;
}

/* mobile filter button */
.filter-trigger.button {
  display: none !important;
}
@media (max-width: 1024px) {
  .filter-trigger.button {
    display: block !important;
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  .filter-trigger.button {
    height: 46px;
    max-height: unset;
    min-height: unset;
    line-height: 36px;
    margin-right: 10px;
  }
}
@media (max-width: 440px) {
  .filter-trigger.button {
    min-width: 140px;
  }
}

.filter-trigger--fixed {
  display: none;
  position: fixed;
  background: var(--color-black);
  color: var(--color-white);
  right: 10px;
  bottom: 10px;
  z-index: 1999;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .filter-trigger--fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.filter-trigger--fixed img {
  filter: invert(1);
}

@media (max-width: 1024px) {
  .woof_results_by_ajax_shortcode {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.compare_product_info {
  bottom: -50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2001;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  transition-duration: 0.3s;
  background-color: var(--color-black);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare_product_info.show_info {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.compare_product_info a,
.compare_product_info button {
  color: var(--color-white);
  width: 100%;
  height: 100%;
  font-family: var(--font-zalando-semibold);
  transition-duration: 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 15px;
}
.compare_product_info a:hover,
.compare_product_info button:hover {
  opacity: 0.7;
}
.compare_product_info a svg,
.compare_product_info button svg {
  display: none;
}
.compare_product_info a::before,
.compare_product_info button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/icons/compare.svg) no-repeat center center;
  background-size: contain;
  filter: invert(1);
  transition-duration: 0.15s;
}
.compare_product_info a .yith-woocompare-counter,
.compare_product_info button .yith-woocompare-counter {
  transition-duration: 0.15s;
}
.compare_product_info a .yith-woocompare-counter span.yith-woocompare-count,
.compare_product_info button .yith-woocompare-counter span.yith-woocompare-count {
  background-color: transparent !important;
  color: var(--color-white);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-zalando-semibold);
}
.compare_product_info a .yith-woocompare-counter span.yith-woocompare-count::before,
.compare_product_info button .yith-woocompare-counter span.yith-woocompare-count::before {
  content: "(";
}
.compare_product_info a .yith-woocompare-counter span.yith-woocompare-count::after,
.compare_product_info button .yith-woocompare-counter span.yith-woocompare-count::after {
  content: ")";
}

/* old styles - to validate and remove later */
@media (max-width: 991.98px) {
  .woof_front_toggle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
    color: transparent !important;
  }
}
#close-button {
  display: block;
  width: 100%;
  color: var(--color-black);
  text-align: center;
  margin-right: -100%;
  font-weight: 900;
  padding: 0.5rem 1rem;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 99999999;
  cursor: pointer;
}

.woof_redraw_zone {
  padding: 0px 30px;
}

.filter_info {
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}
.filter_info svg polyline,
.filter_info svg path {
  stroke: var(--color-white);
}

.woof_show_mobile_filter img {
  width: 20px;
}

.woof_show_mobile_filter {
  text-align: center;
  padding: 10px;
}

.yith-woocompare-count {
  background-color: #3e3e3e !important;
  top: 10px;
  bottom: auto !important;
  right: 8px !important;
}

@media (max-width: 768px) {
  .compare_product_info a,
  .compare_product_info button {
    padding: 10px 15px 10px 15px;
  }
}
/* search terms over products page */
.products__search-terms {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .products__search-terms {
    width: 100%;
  }
}
.products__search-terms-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1024px) {
  .products__search-terms-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }
}
.products__search-terms-title-wrapper {
  display: flex;
  justify-content: flex-end;
}
.products__search-terms-title {
  font-family: var(--font-zalando-semibold);
  font-size: 13px;
  margin: 0;
  display: block;
  width: 130px;
  height: fit-content;
}
.products__search-terms-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px 30px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 652px;
  height: 35px;
  overflow: hidden;
  transition: 0.3s ease-in-out !important;
  max-height: fit-content;
}
@media (max-width: 1280px) {
  .products__search-terms-list {
    width: 428px;
  }
}
@media (max-width: 1024px) {
  .products__search-terms-list {
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
    height: 24px;
  }
}
.products__search-terms-list.expanded {
  height: 80px;
}
.products__search-terms-item {
  background: var(--color-white);
  width: calc(33.33% - 20px);
  height: 35px;
  text-align: center;
  border: solid 1px var(--color-border);
  border-radius: 5px;
}
@media (max-width: 1280px) {
  .products__search-terms-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .products__search-terms-item {
    width: 117px;
    min-width: fit-content;
    height: 24px;
  }
}
@media (max-width: 600px) {
  .products__search-terms-item {
    width: calc(33.33% - 7px);
  }
}
.products__search-terms-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: var(--color-black);
  text-decoration: none;
  transition-duration: 0.15s;
}
@media (max-width: 1024px) {
  .products__search-terms-link {
    font-size: 10px;
  }
}
.products__search-terms-link:hover {
  opacity: 0.7;
}
.products__search-terms-count {
  color: var(--color-black);
}
.products__search-terms-count::before {
  content: " ";
}
@media (max-width: 1024px) {
  .products__search-terms-count {
    font-size: 10px;
  }
}
.products__search-terms-show-more {
  all: unset;
  margin: 10px 0 0 0;
  font-family: var(--font-zalando);
  font-size: 13px;
  text-decoration: underline;
  transition-duration: 0.15s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .products__search-terms-show-more {
    font-size: 10px;
  }
}
.products__search-terms-show-more:hover {
  opacity: 0.7;
}

body main .pagination-wrapper,
body main nav.woocommerce-pagination {
  margin-top: 85px;
}
body main .pagination-wrapper .wp-pagenavi,
body main .pagination-wrapper ul.page-numbers,
body main nav.woocommerce-pagination .wp-pagenavi,
body main nav.woocommerce-pagination ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  list-style: none;
}
body main .pagination-wrapper .wp-pagenavi::before, body main .pagination-wrapper .wp-pagenavi::after,
body main .pagination-wrapper ul.page-numbers::before,
body main .pagination-wrapper ul.page-numbers::after,
body main nav.woocommerce-pagination .wp-pagenavi::before,
body main nav.woocommerce-pagination .wp-pagenavi::after,
body main nav.woocommerce-pagination ul.page-numbers::before,
body main nav.woocommerce-pagination ul.page-numbers::after {
  display: none;
}
body main .pagination-wrapper .wp-pagenavi li,
body main .pagination-wrapper ul.page-numbers li,
body main nav.woocommerce-pagination .wp-pagenavi li,
body main nav.woocommerce-pagination ul.page-numbers li {
  padding: 0;
  float: none;
  border: none;
  text-align: center;
}
body main .pagination-wrapper .wp-pagenavi a,
body main .pagination-wrapper .wp-pagenavi span,
body main .pagination-wrapper ul.page-numbers a,
body main .pagination-wrapper ul.page-numbers span,
body main nav.woocommerce-pagination .wp-pagenavi a,
body main nav.woocommerce-pagination .wp-pagenavi span,
body main nav.woocommerce-pagination ul.page-numbers a,
body main nav.woocommerce-pagination ul.page-numbers span {
  padding: 10px;
  font-family: var(--font-zalando-semibold);
  font-size: 16px;
}
body main .pagination-wrapper .wp-pagenavi span,
body main .pagination-wrapper ul.page-numbers span,
body main nav.woocommerce-pagination .wp-pagenavi span,
body main nav.woocommerce-pagination ul.page-numbers span {
  color: var(--color-black);
}
body main .pagination-wrapper .wp-pagenavi span.current,
body main .pagination-wrapper ul.page-numbers span.current,
body main nav.woocommerce-pagination .wp-pagenavi span.current,
body main nav.woocommerce-pagination ul.page-numbers span.current {
  background: none;
  color: var(--color-black);
}
body main .pagination-wrapper .wp-pagenavi a,
body main .pagination-wrapper ul.page-numbers a,
body main nav.woocommerce-pagination .wp-pagenavi a,
body main nav.woocommerce-pagination ul.page-numbers a {
  color: #7f7f7f;
  text-decoration: none;
  transition-duration: 0.15s;
}
body main .pagination-wrapper .wp-pagenavi a:hover,
body main .pagination-wrapper ul.page-numbers a:hover,
body main nav.woocommerce-pagination .wp-pagenavi a:hover,
body main nav.woocommerce-pagination ul.page-numbers a:hover {
  color: var(--color-black);
  background: none;
}
body main .pagination-wrapper .wp-pagenavi a.next, body main .pagination-wrapper .wp-pagenavi a.prev,
body main .pagination-wrapper ul.page-numbers a.next,
body main .pagination-wrapper ul.page-numbers a.prev,
body main nav.woocommerce-pagination .wp-pagenavi a.next,
body main nav.woocommerce-pagination .wp-pagenavi a.prev,
body main nav.woocommerce-pagination ul.page-numbers a.next,
body main nav.woocommerce-pagination ul.page-numbers a.prev {
  color: transparent;
  background: url(../../images/arrows/right-pag.svg) no-repeat center center;
  background-size: 13px 10px;
  transition-duration: 0.15s;
}
body main .pagination-wrapper .wp-pagenavi a.next:hover, body main .pagination-wrapper .wp-pagenavi a.prev:hover,
body main .pagination-wrapper ul.page-numbers a.next:hover,
body main .pagination-wrapper ul.page-numbers a.prev:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.next:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.prev:hover,
body main nav.woocommerce-pagination ul.page-numbers a.next:hover,
body main nav.woocommerce-pagination ul.page-numbers a.prev:hover {
  transform: scale(1.3);
}
body main .pagination-wrapper .wp-pagenavi a.prev,
body main .pagination-wrapper ul.page-numbers a.prev,
body main nav.woocommerce-pagination .wp-pagenavi a.prev,
body main nav.woocommerce-pagination ul.page-numbers a.prev {
  transform: rotate(180deg);
}
body main .pagination-wrapper .wp-pagenavi a.prev:hover,
body main .pagination-wrapper ul.page-numbers a.prev:hover,
body main nav.woocommerce-pagination .wp-pagenavi a.prev:hover,
body main nav.woocommerce-pagination ul.page-numbers a.prev:hover {
  transform: rotate(180deg) scale(1.3);
}

.previouspostslink,
.nextpostslink {
  color: transparent;
  background: url(../../images/arrows/right-pag.svg) no-repeat center center !important;
  background-size: 13px 10px;
  transition-duration: 0.15s;
}
.previouspostslink:hover,
.nextpostslink:hover {
  transform: scale(1.3);
}

.previouspostslink {
  transform: rotate(180deg);
}
.previouspostslink:hover {
  transform: rotate(180deg) scale(1.3);
}

.woocommerce .main-products-wrapper {
  max-width: 1022px;
  width: calc(100% - var(--grid-3) - 30px);
}
@media (max-width: 800px) {
  .woocommerce .main-products-wrapper {
    width: 100%;
  }
}
.woocommerce .products-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .woocommerce .products-wrapper {
    gap: 0;
  }
}
.woocommerce .products-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .woocommerce .products-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .woocommerce .products-title-wrapper {
    gap: 15px;
  }
}
.woocommerce .products-title-wrapper__inner {
  max-width: 574px;
  min-height: 61px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .woocommerce .products-title-wrapper__inner {
    max-width: 100%;
    padding: 0;
    min-height: unset;
  }
}
.woocommerce .product-archive-top__description {
  max-width: var(--grid-3);
}
.woocommerce .product-archive-top__description *:last-child {
  margin-bottom: 0;
}
.woocommerce .products__last-searched {
  width: calc(100% - 574px);
  text-align: right;
  margin: 0 0 0 auto;
}
.woocommerce ul.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  transition-duration: 0.3s;
}
@media (max-width: 1280px) {
  .woocommerce ul.products-list {
    gap: 10px;
  }
}
.woocommerce ul.products-list li.product {
  width: calc(33.3333333333% - 20px);
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .woocommerce ul.products-list li.product {
    width: calc(33.3333333333% - 7.66px);
  }
}
@media (max-width: 800px) {
  .woocommerce ul.products-list li.product {
    width: calc(50% - 5px);
  }
}
@media (max-width: 500px) {
  .woocommerce ul.products-list li.product {
    width: 100%;
    max-width: unset;
  }
}
.woocommerce ul.products-list li.product .product-logo-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.woocommerce ul.products-list li.product .cashback-badge {
  width: 62px;
}
@media (max-width: 500px) {
  .woocommerce ul.products-list li.product .cashback-badge {
    width: 73px;
  }
}
.woocommerce ul.products-list li.product .product-logo {
  width: 63px;
  position: static;
}
@media (max-width: 500px) {
  .woocommerce ul.products-list li.product .product-logo {
    width: 73px;
  }
}
.woocommerce.products-list--hidden ul.products-list {
  opacity: 0;
  visibility: hidden;
}
.woocommerce.products-list--hidden ul.products-list * {
  transition: none !important;
}
.woocommerce.products-list--list ul.products-list li.product {
  width: 100%;
  max-width: unset;
  min-height: 116px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 15px 15px;
  gap: 0;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product {
    padding: 0;
    min-height: 180px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.woocommerce.products-list--list ul.products-list li.product .iworks-omnibus {
  display: none;
}
.woocommerce.products-list--list ul.products-list li.product .attachment-woocommerce_thumbnail {
  height: auto;
  padding: 0;
  max-height: 90px;
  min-width: 94px;
  width: 94px;
  min-height: unset;
  font-family: var(--font-zalando);
  font-size: 10px;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .attachment-woocommerce_thumbnail {
    min-width: 140px;
    width: 140px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .woocommerce-loop-product__link {
  padding-right: 40px;
  height: 100%;
  min-width: 134px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .woocommerce.products-list--list ul.products-list li.product .woocommerce-loop-product__link {
    padding-right: 15px;
    min-width: 109px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .woocommerce-loop-product__link {
    padding-right: 0;
    min-width: 157px;
    border-right: solid 1px var(--color-border);
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-index-swatches {
  display: none;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-index-swatches {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 157px;
    padding: 0 10px 15px 10px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-title-content {
  height: fit-content;
  width: 100%;
  padding: 0 30px 0 0;
}
@media (max-width: 1280px) {
  .woocommerce.products-list--list ul.products-list li.product .product-title-content {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 900px) {
  .woocommerce.products-list--list ul.products-list li.product .product-title-content {
    min-width: unset;
    width: 200px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-title-content {
    width: calc(100% - 140px);
    min-width: calc(100% - 140px);
    margin: 0;
    text-align: left;
    padding-left: 10px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-category {
  font-size: 13px;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-category {
    margin-bottom: 10px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .woocommerce-loop-product__title {
  font-size: 13px;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .woocommerce-loop-product__title {
    font-size: 14px;
    padding-right: 10px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-logo {
  position: static;
  min-width: 87px;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-logo {
    min-width: 54px;
    width: 54px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .cashback-badge {
  width: 98px;
}
@media (max-width: 1024px) {
  .woocommerce.products-list--list ul.products-list li.product .cashback-badge {
    width: 70px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .cashback-badge {
    width: 55px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .cashback-badge a,
.woocommerce.products-list--list ul.products-list li.product .cashback-badge img {
  width: 100%;
}
.woocommerce.products-list--list ul.products-list li.product .product-icons {
  position: static;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  .woocommerce.products-list--list ul.products-list li.product .product-icons {
    gap: 15px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    max-width: unset;
    gap: 0;
    justify-content: flex-end;
  }
  .woocommerce.products-list--list ul.products-list li.product .product-icons::before {
    display: none !important;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-icons svg {
  min-width: 21px;
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-icons svg {
    min-width: 16px;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product-icons::before {
  content: "";
  border-left: solid 1px var(--color-border);
  height: 100%;
  min-height: 51px;
  display: block;
}
.woocommerce.products-list--list ul.products-list li.product .price {
  padding: 0;
  white-space: nowrap;
  text-align: right;
}
.woocommerce.products-list--list ul.products-list li.product .price,
.woocommerce.products-list--list ul.products-list li.product .price * {
  font-size: 16px;
}
.woocommerce.products-list--list ul.products-list li.product .product-logo-wrapper {
  min-width: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding-right: 40px;
  position: static;
}
@media (max-width: 1280px) {
  .woocommerce.products-list--list ul.products-list li.product .product-logo-wrapper {
    padding-right: 15px;
    min-width: 113px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product-logo-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    width: fit-content;
    min-width: unset;
  }
}
.woocommerce.products-list--list ul.products-list li.product .product__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  min-width: 135px;
  padding-left: 30px;
}
@media (max-width: 1280px) {
  .woocommerce.products-list--list ul.products-list li.product .product__heading {
    padding-left: 15px;
    min-width: 120px;
  }
}
@media (max-width: 800px) {
  .woocommerce.products-list--list ul.products-list li.product .product__heading {
    margin: 10px 0 0 0;
    justify-content: flex-start;
    width: calc(100% - 140px);
    min-width: calc(100% - 140px);
    text-align: left;
    padding-left: 10px;
  }
}
.woocommerce .close-button--fixed {
  display: none;
  position: fixed;
  bottom: -50px;
  z-index: 10000000;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: var(--color-black);
  color: var(--color-white);
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  border-radius: 0;
  height: 36px;
  padding: 6px 15px;
}
@media (max-width: 1024px) {
  .woocommerce .close-button--fixed {
    display: block;
  }
}
.woocommerce .close-button--fixed.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block;
}

.shop-content-section {
  margin: 60px 0 160px 0;
}
@media (max-width: 800px) {
  .shop-content-section {
    margin: 80px 0;
  }
}
.shop-content-section__description p {
  line-height: 24px;
}
@media (max-width: 800px) {
  .shop-content-section__description p {
    font-size: 16px;
    line-height: 23px;
  }
}
.shop-content-section__heading {
  font-family: var(--font-zalando-extrabold);
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .shop-content-section__heading {
    margin-bottom: 20px;
  }
}

/* loader */
.plainoverlay + div .jQuery-plainOverlay-progress {
  all: unset;
  background: url(../../images/logo-anim.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: none !important;
  border: 0 !important;
}

.woocommerce table.shop_table {
  margin: 0;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table * {
  border-color: var(--color-border);
}
@media screen and (max-width: 1024px) {
  .woocommerce table.shop_table {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
  }
  .woocommerce table.shop_table + .wc-proceed-to-checkout {
    border: solid 1px var(--color-border);
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 10px;
  }
  .woocommerce table.shop_table + .wc-proceed-to-checkout a {
    margin-bottom: 0 !important;
  }
}
.woocommerce table.shop_table thead tr th {
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 800px) {
  .woocommerce table.shop_table thead tr th {
    font-size: 12px;
  }
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: none;
}
.woocommerce table.shop_table tr td {
  padding: 20px 20px 20px 0;
}
@media (max-width: 600px) {
  .woocommerce table.shop_table tr td {
    padding: 10px 10px 10px 0;
  }
}
.woocommerce table.shop_table tr th {
  padding: 20px 20px 0 0;
}
@media (max-width: 600px) {
  .woocommerce table.shop_table tr th {
    padding: 10px 10px 0 0;
  }
}
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
  background-color: transparent !important;
}
.woocommerce table.shop_table tr th:first-child,
.woocommerce table.shop_table tr td:first-child {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .woocommerce table.shop_table tr th:first-child,
  .woocommerce table.shop_table tr td:first-child {
    padding-left: 10px;
  }
}
.woocommerce table.shop_table .product-remove {
  padding-right: 5px !important;
}
.woocommerce table.shop_table .product-remove a.remove {
  background: url("../../images/icons/close.svg") no-repeat center !important;
  background-size: 12px !important;
  background-color: transparent !important;
  transition-duration: 0.3s;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  opacity: 0.7 !important;
}
.woocommerce table.shop_table .product-thumbnail a {
  display: block;
  width: fit-content;
}
.woocommerce table.shop_table .product-thumbnail img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 68px;
  min-width: 68px;
  height: 48px;
  display: block;
}
.woocommerce table.shop_table .product-name {
  width: 217px;
  min-width: 217px;
  font-family: var(--font-zalando-semibold);
}
@media (max-width: 600px) {
  .woocommerce table.shop_table .product-name {
    width: unset;
    min-width: unset;
  }
}
.woocommerce table.shop_table .product-name a {
  color: var(--color-black);
  font-family: var(--font-zalando-semibold);
  font-size: 14px;
  text-decoration: none;
}
.woocommerce table.shop_table .product-meta {
  width: 535px;
  max-width: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .woocommerce table.shop_table .product-meta {
    width: var(--grid-3);
    max-width: var(--grid-3);
  }
}
.woocommerce table.shop_table .product-meta .variation {
  margin: 0;
  width: 435px;
}
.woocommerce table.shop_table .product-meta .variation * {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.woocommerce table.shop_table .product-meta .variation p {
  margin: 0;
}
.woocommerce table.shop_table .product-subtotal *,
.woocommerce table.shop_table .product-price * {
  font-size: 15px;
  font-family: var(--font-zalando-semibold);
}
.woocommerce table.shop_table .product-quantity,
.woocommerce table.shop_table .product-quantity *,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-subtotal *,
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-price * {
  font-family: var(--font-zalando-semibold);
  text-align: right;
}
.woocommerce table.shop_table .product-quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce table.shop_table .product-quantity input::-webkit-outer-spin-button,
.woocommerce table.shop_table .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce table.shop_table th.product-quantity,
.woocommerce table.shop_table th.product-subtotal,
.woocommerce table.shop_table th.product-price {
  font-size: 13px;
}
@media (max-width: 800px) {
  .woocommerce table.shop_table th.product-quantity,
  .woocommerce table.shop_table th.product-subtotal,
  .woocommerce table.shop_table th.product-price {
    font-size: 12px;
  }
}
.woocommerce table.shop_table .product-quantity .quantity .styled-qty {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .woocommerce table.shop_table .product-quantity .quantity .styled-qty {
    height: 18px;
    line-height: 18px;
  }
}
.woocommerce table.shop_table .product-quantity .quantity .styled-qty input {
  font-size: 15px;
  font-family: var(--font-zalando-semibold);
  border: none;
  width: 30px;
  pointer-events: none;
  user-select: none;
}
.woocommerce table.shop_table .product-quantity .quantity .styled-qty .q-modifier {
  display: none;
}

.woocommerce-page table.cart td.actions .table-foot-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon {
  float: none;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: var(--font-zalando-semibold);
  text-align: left;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
  min-width: 254px;
  margin-right: 30px;
  padding: 16px 18px;
  font-size: 15px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .coupon button {
  width: 244px;
  max-width: 244px;
  color: var(--color-white);
  background: var(--color-black);
  font-size: 13px;
  border-radius: 5px;
  height: 48px;
  min-height: 48px;
  line-height: 38px;
}
@media (max-width: 800px) {
  .woocommerce-page table.cart td.actions .table-foot-wrapper .coupon button {
    font-size: 12px;
    min-width: fit-content;
    white-space: nowrap;
  }
}
.woocommerce-page table.cart td.actions .table-foot-wrapper .update-cart-wrapper {
  position: absolute;
  top: 26px;
  right: 0;
  padding-left: 30px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart] {
  width: 233px;
  max-width: 233px;
  color: var(--color-white);
  background: var(--color-black);
  font-size: 13px;
  border-radius: 5px;
  text-transform: none;
  height: 48px;
  min-height: 48px;
  padding: 15px 19px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart] svg {
  margin-right: 9px;
}
.woocommerce-page table.cart td.actions .table-foot-wrapper button[name=update_cart][clicked=true] svg {
  animation: rotate360 1s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.woocommerce .cart-collaterals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
  }
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after {
  display: none;
}
.woocommerce .cart-collaterals .cart-additional-text,
.woocommerce .cart-collaterals .cart_totals {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart-additional-text,
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .cart-additional-text img {
    border-radius: 5px !important;
    max-width: 100%;
  }
}
.woocommerce .cart-collaterals h2, .woocommerce .cart-collaterals .h2 {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals h2, .woocommerce .cart-collaterals .h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.woocommerce .cart-collaterals table tr th {
  font-size: 13px;
  font-family: var(--font-zalando-semibold);
  text-transform: uppercase;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals table tr th {
    padding: 10px;
  }
}
.woocommerce .cart-collaterals table tr td {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals table tr td {
    padding: 10px;
  }
}
.woocommerce .cart-collaterals table tr td,
.woocommerce .cart-collaterals table tr td * {
  text-align: right;
  font-family: var(--font-zalando-semibold);
  font-size: 15px;
}
.woocommerce .cart-collaterals table tr td small.includes_tax, .woocommerce .cart-collaterals table tr td .includes_tax.small {
  white-space: nowrap;
}
.woocommerce .cart-collaterals table tr td small.includes_tax, .woocommerce .cart-collaterals table tr td .includes_tax.small,
.woocommerce .cart-collaterals table tr td small.includes_tax *,
.woocommerce .cart-collaterals table tr td .includes_tax.small * {
  font-size: 10px !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals table tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .woocommerce .cart-collaterals table tbody tr th {
    display: block;
    padding: 10px !important;
  }
  .woocommerce .cart-collaterals table tbody tr td {
    display: block;
  }
  .woocommerce .cart-collaterals table tbody tr td::before {
    display: none;
  }
}
.woocommerce .cart-collaterals .shipping-label th {
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-totals td {
  border-top: none !important;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .woocommerce-shipping-totals td {
    padding: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce .cart-collaterals .order-total td,
  .woocommerce .cart-collaterals .order-total th {
    border-top: 0 !important;
    padding-top: 0 !important;
  }
}
.woocommerce .cart-collaterals .banner {
  max-width: 100%;
  margin: 0;
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .woocommerce .cart-collaterals .banner {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .banner .wrapper {
  width: unset;
}
.woocommerce .checkout-button {
  width: 242px !important;
  background: var(--color-black) !important;
  color: var(--color-white);
  font-size: 13px !important;
  height: 53px;
  line-height: normal;
  border-radius: 5px !important;
}
.woocommerce .checkout-button::before {
  display: none;
}

.woocommerce-cart h1, .woocommerce-cart .h1 {
  font-size: 30px;
}

/* mobile */
@media screen and (max-width: 1024px) {
  .woocommerce table.woocommerce-cart-form__contents {
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents .product-price {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents thead {
    width: 100%;
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce table.woocommerce-cart-form__contents thead .product-remove {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents thead th {
    padding: 10px;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody {
    width: 100%;
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr td {
    padding: 10px;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr td::before {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-remove {
    display: none;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail {
    display: block;
    padding: 0;
    width: 87px;
    height: 48px;
    position: absolute;
    top: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail a {
    width: 100%;
    display: block;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-thumbnail a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    display: block;
    width: 100%;
    min-width: unset;
    height: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name {
    text-align: left;
    padding-top: 58px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name a {
    text-align: left;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile {
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation {
    width: 100%;
  }
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation,
  .woocommerce table.woocommerce-cart-form__contents tbody tr .product-name .product-meta-mobile .variation * {
    font-weight: normal;
    text-align: left;
  }
  .woocommerce table.woocommerce-cart-form__contents .product-name {
    min-width: calc(100% - 180px);
  }
  .woocommerce table.woocommerce-cart-form__contents .product-quantity input {
    width: 60px !important;
  }
  .woocommerce table.woocommerce-cart-form__contents .product-quantity,
  .woocommerce table.woocommerce-cart-form__contents .product-subtotal {
    width: 90px;
    min-width: 90px;
  }
  .woocommerce table.woocommerce-cart-form__contents td.actions {
    width: 100%;
    display: block;
    padding: 10px !important;
  }
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    flex-wrap: wrap;
    max-width: 600px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon label {
    position: absolute;
    top: 0;
    left: 0;
  }
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
    margin-right: 10px;
    font-size: 12px;
    width: calc(100% - 223px - 30px);
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon input[name=coupon_code] {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .coupon button {
    width: 223px;
    max-width: unset;
    white-space: nowrap;
  }
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper .update-cart-wrapper {
    top: 31px;
    position: static;
    padding-top: 30px;
  }
  .woocommerce table.woocommerce-cart-form__contents td.actions .table-foot-wrapper button[name=update_cart] {
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    width: fit-content;
    max-width: unset;
    min-width: 240px;
  }
}

/* only cart - fix for different table in order page */
body.page-id-9 table,
body.page-id-9 table * {
  border-color: var(--color-border);
}
body.page-id-9 table.shop_table {
  border-bottom: solid 1px var(--color-border);
  border-radius: 5px;
}
@media (max-width: 1024px) {
  body.page-id-9 .table-foot-wrapper {
    flex-direction: row !important;
  }
}
@media (max-width: 800px) {
  body.page-id-9 .table-foot-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  body.page-id-9 .table-foot-wrapper .update-cart-wrapper {
    padding-left: 0 !important;
    padding-top: 10px !important;
  }
  body.page-id-9 .table-foot-wrapper input[name=coupon_code] {
    width: calc(100% - 223px - 10px) !important;
  }
}
body.page-id-9 .cart-collaterals .cart_totals .shop_table {
  border: solid 1px var(--color-border);
  margin: 0;
  border-radius: 5px 5px 0 0;
}
body.page-id-9 .cart-collaterals .cart_totals .shipping-table {
  border: solid 1px var(--color-border);
  border-top: none;
  border-bottom: none;
  width: 100%;
  margin-bottom: 0;
}
body.page-id-9 .cart-collaterals .cart_totals .shipping-table__title {
  padding-bottom: 0;
}
body.page-id-9 .cart-collaterals .cart_totals .order_total_table {
  border: solid 1px var(--color-border);
  border-top: none;
  border-radius: 0 0 5px 5px;
  width: 100%;
  margin-top: 0;
}
body.page-id-9 .cart-collaterals .cart_totals .order_total_table th,
body.page-id-9 .cart-collaterals .cart_totals .order_total_table td {
  padding-top: 0;
}

.woocommerce .woocommerce-checkout-payment ul,
.woocommerce ul.woocommerce-shipping-methods {
  width: 100%;
}
.woocommerce .woocommerce-checkout-payment ul li,
.woocommerce ul.woocommerce-shipping-methods li {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px 0 !important;
}
.woocommerce .woocommerce-checkout-payment ul li > div,
.woocommerce ul.woocommerce-shipping-methods li > div {
  width: 100%;
  height: 100%;
}
.woocommerce .woocommerce-checkout-payment ul li img,
.woocommerce .woocommerce-checkout-payment ul li svg,
.woocommerce ul.woocommerce-shipping-methods li img,
.woocommerce ul.woocommerce-shipping-methods li svg {
  width: 163px;
  height: 45px;
  margin-right: 30px;
}
@media (max-width: 800px) {
  .woocommerce .woocommerce-checkout-payment ul li img,
  .woocommerce .woocommerce-checkout-payment ul li svg,
  .woocommerce ul.woocommerce-shipping-methods li img,
  .woocommerce ul.woocommerce-shipping-methods li svg {
    width: 120px;
    margin-right: 10px;
  }
}
.woocommerce .woocommerce-checkout-payment ul li:only-child label,
.woocommerce ul.woocommerce-shipping-methods li:only-child label {
  pointer-events: none;
  border-color: var(--color-black) !important;
}
.woocommerce .woocommerce-checkout-payment ul label,
.woocommerce ul.woocommerce-shipping-methods label {
  border: solid 1px var(--color-border);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition-duration: 0.15s;
}
@media (max-width: 800px) {
  .woocommerce .woocommerce-checkout-payment ul label,
  .woocommerce ul.woocommerce-shipping-methods label {
    padding: 0 10px;
  }
}
.woocommerce .woocommerce-checkout-payment ul label:hover,
.woocommerce ul.woocommerce-shipping-methods label:hover {
  border-color: var(--color-black);
}
.woocommerce .woocommerce-checkout-payment ul label .amount::before,
.woocommerce ul.woocommerce-shipping-methods label .amount::before {
  content: " ";
}
.woocommerce .woocommerce-checkout-payment ul label,
.woocommerce .woocommerce-checkout-payment ul label *,
.woocommerce ul.woocommerce-shipping-methods label,
.woocommerce ul.woocommerce-shipping-methods label * {
  font-family: var(--font-zalando) !important;
  font-size: 10px !important;
  font-weight: normal !important;
}
.woocommerce .woocommerce-checkout-payment ul input:checked + div label, .woocommerce .woocommerce-checkout-payment ul input:checked + label,
.woocommerce ul.woocommerce-shipping-methods input:checked + div label,
.woocommerce ul.woocommerce-shipping-methods input:checked + label {
  pointer-events: none;
  border-color: var(--color-black) !important;
}

.shop_table .iworks-omnibus {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle {
  margin-bottom: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-login-toggle .woocommerce-info::before {
  content: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header {
  height: 140px !important;
  top: 0 !important;
  position: relative;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .header {
    height: 90px !important;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__top, body.woocommerce-checkout:not(.woocommerce-order-received) .header__bottom, body.woocommerce-checkout:not(.woocommerce-order-received) .header__menu {
  display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle {
  height: 140px;
  padding-top: 10px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle {
    height: 90px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__middle .wrapper {
  justify-content: center;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo {
  margin: 0;
  min-width: 352px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a {
  display: block;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a img {
  min-width: 352px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo {
    min-width: 148px;
    margin-top: 40px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .header__logo a img {
    min-width: 148px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main {
  padding-top: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .breadcrumbs {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 100000;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) main .back-to-cart a {
    padding: 10px;
    font-family: var(--font-zalando);
    font-size: 10px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1,
body.woocommerce-checkout:not(.woocommerce-order-received) main h2,
body.woocommerce-checkout:not(.woocommerce-order-received) main .h2 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1,
  body.woocommerce-checkout:not(.woocommerce-order-received) main h2,
  body.woocommerce-checkout:not(.woocommerce-order-received) main .h2 {
    font-size: 20px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main h1, body.woocommerce-checkout:not(.woocommerce-order-received) main .h1 {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info {
  all: unset;
  font-family: var(--font-zalando);
  font-size: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info a {
  color: var(--color-black);
  font-family: var(--font-zalando);
  font-size: 14px;
  text-decoration: underline;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-info a:hover {
  opacity: 0.7;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-coupon-toggle {
  margin-bottom: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) main #order_review {
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main #customer_details,
  body.woocommerce-checkout:not(.woocommerce-order-received) main #order_review {
    width: 100%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
  width: calc(50% - 15px);
  margin: 20px 0;
}
@media (max-width: 1280px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon .button {
    min-width: unset;
    white-space: wrap !important;
    height: fit-content !important;
    line-height: inherit;
  }
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon {
    width: 100%;
    min-width: unset;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon .form-row {
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon .form-row {
    width: 100%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon input {
  min-width: unset !important;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon input {
    width: 100%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon button {
  white-space: nowrap !important;
  min-height: 50px !important;
  height: 50px !important;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .checkout_coupon button {
    width: 100%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .form-row.create-account {
  overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login {
  max-width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login {
    max-width: 100%;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login * {
  float: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .form-row {
  margin: 0;
  padding: 0;
  float: none !important;
  width: 100%;
  display: block;
  overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin: -5px 0 25px 0;
  line-height: normal;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form-login .clear {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout {
    flex-direction: column;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    gap: 10px !important;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-account-fields {
  margin-top: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-account-fields .form-row #createaccount + span {
  text-decoration: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout #ship-to-different-address {
  margin-top: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(50% - 15px);
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row {
    width: 100%;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.validate-postcode {
    width: 143px;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.validate-postcode + .form-row {
    width: calc(100% - 10px - 143px);
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row#order_comments_field {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row label:not(.woocommerce-form__label-for-checkbox):not(.woocommerce-form__label-for-radio) {
  top: 14px;
  transform: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row::before, body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row::after {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row .input-text {
  min-width: unset;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input {
  width: 100%;
  display: block;
  margin: 5px 0 15px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input.checked {
  margin-bottom: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input input {
  display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row#billing_country_field, body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row#shipping_country_field {
  border: solid 1px var(--color-border);
  border-radius: 5px;
  padding: 15px 20px;
  height: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout textarea.input-text {
  height: 100px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main {
  /* checkboxes */
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input {
  overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input label,
body.woocommerce-checkout:not(.woocommerce-order-received) main form.woocommerce-checkout .form-row.fcf-conditional-input label * {
  transform: none !important;
  position: static;
  font-size: 10px;
  text-transform: none;
  font-style: normal;
  font-family: var(--font-zalando);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) main .checkbox {
  overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox {
  margin: 30px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox * {
  font-size: 20px;
  text-transform: none;
  font-style: normal;
  font-family: var(--font-zalando);
  text-decoration: none;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
  body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox * {
    font-size: 18px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main {
  /* table with products */
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name {
    padding-right: 0;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name th.product-name {
  font-size: 13px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name th.product-name {
    font-size: 12px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name #checkout_thumbnail {
  width: 68px;
  height: 48px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-name #checkout_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-title-inner {
  font-family: var(--font-zalando-semibold);
  font-size: 14px;
  width: calc(100% - 68px);
  padding-left: 30px;
  margin: 0;
  font-style: normal;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-title-inner {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    font-size: 13px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation {
  margin-top: 7px;
  display: flex !important;
  flex-wrap: wrap !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation * {
  font-weight: normal;
  font-size: 13px;
  display: inline;
  line-height: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .variation dd {
  margin-right: 4px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
  width: 120px;
  text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-quantity {
  font-family: var(--font-zalando-semibold);
  font-size: 13px;
}
@media (max-width: 800px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-total,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-subtotal,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table th.product-quantity {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
    width: 60px;
    min-width: 60px;
  }
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-subtotal,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .product-quantity {
    width: 90px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-total *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-subtotal *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-quantity,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table tbody .product-quantity * {
  vertical-align: top;
  font-family: var(--font-zalando-semibold);
  font-size: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th {
  font-size: 13px;
  text-transform: uppercase;
  font-family: var(--font-zalando-semibold);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
  text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td strong {
  font-family: var(--font-zalando-semibold);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax, body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small {
  white-space: nowrap;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax, body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td small.includes_tax *,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td .includes_tax.small * {
  font-size: 10px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td * {
  font-family: var(--font-zalando);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
  padding: 20px;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th,
  body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
    padding: 10px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th *:not(.includes_tax, .includes_tax *),
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td *:not(.includes_tax, .includes_tax *),
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th *:not(.includes_tax, .includes_tax *),
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td *:not(.includes_tax, .includes_tax *),
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th *:not(.includes_tax, .includes_tax *),
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td *:not(.includes_tax, .includes_tax *) {
  font-family: var(--font-zalando-semibold);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal th,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total th {
  font-size: 13px;
  text-transform: uppercase;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-total td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .cart-subtotal td,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table .order-total td {
  font-size: 15px;
  text-align: right;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout-review-order .order-total th {
  padding: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 50px;
  border-bottom: solid 1px var(--color-border);
  border-radius: 5px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table,
body.woocommerce-checkout:not(.woocommerce-order-received) main table.shop_table.woocommerce-checkout-review-order-table * {
  border-color: var(--color-border);
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .shipping-table {
  background: none;
  width: 100%;
  margin-bottom: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment {
  background: none;
  width: 100%;
  margin-bottom: 50px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment ul {
  display: block;
  padding: 0;
  border-bottom: none;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li {
    height: 67px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li:last-child {
  margin-bottom: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li input {
  display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li img {
  width: 163px;
  height: 45px;
  margin-right: 30px;
}
@media (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment li img {
    width: 110px;
  }
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
  text-decoration: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin: 20px 0 25px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  overflow: visible !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row label {
  display: inline-block;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  margin-bottom: 25px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row {
  width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .form-row label {
  position: static;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  background: none;
  border-radius: 5px;
  padding: 20px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions li {
  all: unset;
  margin: 0 0 10px 10px;
  display: list-item;
  padding-left: 10px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions ol,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions ul {
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment div.form-row {
  width: 100%;
  padding: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment div.form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-checkout #payment div.form-row * {
  font-size: 10px;
  line-height: 15px;
  white-space: normal;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .ssl {
  margin: 20px 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .ssl__icon {
  margin-right: 15px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .place-order__button-wrapper {
  margin-top: 30px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main .woocommerce-input-wrapper strong {
  font-weight: normal;
  font-family: var(--font-zalando);
  font-size: 13px;
}

.page-id-10 .shipping-table__title {
  display: none;
}

body.page-id-67008 .lp_header {
  border-radius: 5px;
}
body.page-id-67008 .lp_header--mobile {
  display: none;
}
@media (max-width: 767px) {
  body.page-id-67008 .lp_header--mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  body.page-id-67008 .lp_header--desktop {
    display: none;
  }
}
body.page-id-67008 .has-background-dim-100 {
  background-color: var(--color-black) !important;
}
body.page-id-67008 .clos_background-red-right {
  border-radius: 5px;
  margin: 60px auto;
}
body.page-id-67008 .clos_background-red-right * {
  color: var(--color-white) !important;
}
body.page-id-67008 .clos_background-red-right .has-text-align-center {
  margin-bottom: 30px;
}
body.page-id-67008 .clos_background-red-right .clos_icons {
  margin-bottom: 30px;
}
body.page-id-67008 .clos_background-red-right .clos_icons img {
  filter: brightness(0) invert(1);
}
body.page-id-67008 .clos_background-red-right .clos_icons-text {
  font-family: var(--font-zalando-semibold);
  margin-top: 20px;
}
body.page-id-67008 .lp_bestsellers {
  padding: 0;
}
body.page-id-67008 .lp_bestsellers .container {
  all: unset;
}
body.page-id-67008 .lp_bestsellers .has-background-dim-100 {
  background-color: transparent !important;
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container {
    flex-direction: column;
  }
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-group__inner-container {
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-group__inner-container {
    flex-direction: row;
  }
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-columns {
  width: 100%;
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-column {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-column figure {
  height: 215px;
  width: 100%;
  max-width: var(--grid-3);
  margin-bottom: 15px;
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-column .has-large-font-size {
  all: unset;
  text-align: center;
}
body.page-id-67008 .lp_bestsellers .wp-block-group__inner-container .wp-block-column .has-large-font-size strong {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: var(--font-zalando-semibold);
  font-style: normal;
  text-transform: none;
  text-align: center;
  line-height: 26px;
}
body.page-id-67008 .wp-element-button {
  text-decoration: none;
}

#page-dealer .dealer {
  margin: 50px auto 80px auto;
}
#page-dealer .dealer .wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  #page-dealer .dealer .wrapper {
    flex-direction: column-reverse;
  }
}
#page-dealer .dealer .products-slider {
  margin: -10px 0 0 0;
  padding-right: 100px;
}
@media (max-width: 1550px) {
  #page-dealer .dealer .products-slider {
    padding-right: 60px;
  }
}
@media (max-width: 800px) {
  #page-dealer .dealer .products-slider {
    padding-right: 0;
  }
}
#page-dealer .dealer .products-slider__items {
  max-width: var(--grid-4);
}
@media (max-width: 1450px) {
  #page-dealer .dealer .products-slider__items {
    max-width: calc(var(--grid-3) - 2px);
  }
}
@media (max-width: 800px) {
  #page-dealer .dealer .products-slider__items {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #page-dealer .dealer__slide {
    width: calc(100vw - 16px - 60px) !important;
  }
}
#page-dealer .dealer__slide ul.products-list {
  width: 100%;
}
#page-dealer .dealer__slide ul.products-list li.product {
  width: 100%;
}
#page-dealer .dealer__data {
  width: 100%;
}
@media (max-width: 800px) {
  #page-dealer .dealer__data {
    margin-bottom: 40px;
  }
}
#page-dealer .dealer__data--half {
  width: calc(50% - 15px);
}
@media (max-width: 800px) {
  #page-dealer .dealer__data--half {
    width: 100%;
  }
}
#page-dealer .dealer__data-heading {
  font-size: 24px;
}
@media (max-width: 800px) {
  #page-dealer .dealer__data-heading {
    font-size: 16px;
  }
}
#page-dealer .dealer__data-address, #page-dealer .dealer__data-phone, #page-dealer .dealer__data-email, #page-dealer .dealer__data-website {
  margin-bottom: 10px;
}
#page-dealer .dealer__data-address,
#page-dealer .dealer__data-address *, #page-dealer .dealer__data-phone,
#page-dealer .dealer__data-phone *, #page-dealer .dealer__data-email,
#page-dealer .dealer__data-email *, #page-dealer .dealer__data-website,
#page-dealer .dealer__data-website * {
  color: var(--color-black);
  font-size: 20px;
  font-family: var(--font-zalando);
}
@media (max-width: 800px) {
  #page-dealer .dealer__data-address,
  #page-dealer .dealer__data-address *, #page-dealer .dealer__data-phone,
  #page-dealer .dealer__data-phone *, #page-dealer .dealer__data-email,
  #page-dealer .dealer__data-email *, #page-dealer .dealer__data-website,
  #page-dealer .dealer__data-website * {
    font-size: 13px;
  }
}
#page-dealer .dealer__data-address a:hover, #page-dealer .dealer__data-phone a:hover, #page-dealer .dealer__data-email a:hover, #page-dealer .dealer__data-website a:hover {
  opacity: 0.7;
}
#page-dealer .dealer__data-address {
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  #page-dealer .dealer__data-address {
    margin-bottom: 20px;
  }
}
#page-dealer .dealer__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  #page-dealer .dealer__icon {
    width: 16px;
    height: 16px;
  }
}
#page-dealer .dealer__map {
  border-radius: 5px;
  border: solid 1px var(--color-border);
  overflow: hidden;
  width: 100%;
}
#page-dealer .dealer__map--half {
  width: calc(50% - 15px);
}
@media (max-width: 800px) {
  #page-dealer .dealer__map--half {
    width: 100%;
  }
}
#page-dealer .dealer__image {
  width: calc(50% - 15px);
}
@media (max-width: 800px) {
  #page-dealer .dealer__image {
    width: 100%;
    margin-top: 30px;
  }
}
#page-dealer .dealer-map {
  margin: 0 auto 80px auto;
}
#page-dealer .dealer-map .wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  #page-dealer .dealer-map .wrapper {
    flex-direction: column-reverse;
  }
}

body.page-id-3 h2.wp-block-heading, body.page-id-3 .wp-block-heading.h2,
body.page-id-3 h2.wp-block-heading *,
body.page-id-3 .wp-block-heading.h2 * {
  font-size: 16px;
  font-family: var(--font-zalando-bold);
  margin: 30px 0;
}
body.page-id-3 .page-content {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 800px) {
  .woocommerce .thankyou__content {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.woocommerce .thankyou__description {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__description {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details__title, .woocommerce .thankyou__heading {
    font-size: 20px;
    max-width: 230px;
    text-align: left;
    margin-left: 0;
  }
}
.woocommerce .thankyou__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
.woocommerce .thankyou__item {
  max-width: 100%;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__item {
    width: 100%;
  }
}
.woocommerce .thankyou__box {
  border: solid 1px var(--color-border);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.woocommerce .thankyou__box--details {
  width: var(--grid-4);
  max-width: 100%;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__box--details {
    width: 100%;
  }
}
.woocommerce .thankyou__box--details tr th {
  text-align: left;
  font-size: 13px;
  font-family: var(--font-zalando-semibold);
  text-transform: uppercase;
  padding: 5px 20px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__box--details tr th {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.woocommerce .thankyou__box--details tr td {
  text-align: right;
  font-size: 16px;
  padding: 5px 20px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__box--details tr td {
    font-size: 13px;
  }
}
.woocommerce .thankyou__box--details tr:first-of-type td,
.woocommerce .thankyou__box--details tr:first-of-type th {
  padding-top: 20px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__box--details tr:first-of-type td,
  .woocommerce .thankyou__box--details tr:first-of-type th {
    padding-top: 10px;
  }
}
.woocommerce .thankyou__box--details tr:last-of-type td,
.woocommerce .thankyou__box--details tr:last-of-type th {
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou__box--details tr:last-of-type td,
  .woocommerce .thankyou__box--details tr:last-of-type th {
    padding-bottom: 10px;
  }
}
.woocommerce .thankyou .woocommerce-column__title {
  margin-top: 10px;
}
.woocommerce .thankyou .woocommerce-customer-details h2, .woocommerce .thankyou .woocommerce-customer-details .h2,
.woocommerce .thankyou .wc-bacs-bank-details-heading, .woocommerce .thankyou__box-heading {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-customer-details h2, .woocommerce .thankyou .woocommerce-customer-details .h2,
  .woocommerce .thankyou .wc-bacs-bank-details-heading, .woocommerce .thankyou__box-heading {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.woocommerce .thankyou .woocommerce-bacs-bank-details {
  width: var(--grid-4);
  max-width: 100%;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-bacs-bank-details {
    width: 100%;
  }
}
.woocommerce .thankyou .woocommerce-order-details {
  width: 100%;
}
.woocommerce .thankyou .woocommerce-order-details table {
  border-bottom: solid 1px var(--color-border) !important;
  border-radius: 5px !important;
}
.woocommerce .thankyou .woocommerce-order-details table thead th {
  font-family: var(--font-zalando-semibold);
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details table thead th {
    font-size: 12px;
  }
}
.woocommerce .thankyou .woocommerce-order-details table thead th:last-child {
  text-align: right;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .order-item-product-top,
.woocommerce .thankyou .woocommerce-order-details table tbody .order-item-product-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details table tfoot .order-item-product-top,
  .woocommerce .thankyou .woocommerce-order-details table tbody .order-item-product-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .order-item-product-top img,
.woocommerce .thankyou .woocommerce-order-details table tbody .order-item-product-top img {
  max-width: 67px;
  max-height: 48px;
  object-fit: contain;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .order-item-product-top a,
.woocommerce .thankyou .woocommerce-order-details table tbody .order-item-product-top a {
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  max-width: 220px;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta,
.woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
  max-width: 100%;
  width: var(--grid-4);
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta,
  .woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta {
    flex-direction: column;
    gap: 0;
    width: auto;
  }
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta li,
.woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta li {
  width: fit-content;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta li,
.woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta li *,
.woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta li,
.woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta li * {
  line-height: 18px;
  font-size: 13px;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot .wc-item-meta .wc-item-meta-label,
.woocommerce .thankyou .woocommerce-order-details table tbody .wc-item-meta .wc-item-meta-label {
  all: unset;
  font-weight: normal;
}
.woocommerce .thankyou .woocommerce-order-details table tfoot th,
.woocommerce .thankyou .woocommerce-order-details table tbody th {
  text-transform: uppercase;
  font-family: var(--font-zalando-semibold);
  font-size: 13px;
  padding: 20px;
  border-color: var(--color-border);
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details table tfoot th,
  .woocommerce .thankyou .woocommerce-order-details table tbody th {
    font-size: 12px;
  }
}
.woocommerce .thankyou .woocommerce-order-details table tfoot td:not(.product-name),
.woocommerce .thankyou .woocommerce-order-details table tbody td:not(.product-name) {
  border-color: var(--color-border);
}
.woocommerce .thankyou .woocommerce-order-details table tfoot td:not(.product-name),
.woocommerce .thankyou .woocommerce-order-details table tfoot td:not(.product-name) *,
.woocommerce .thankyou .woocommerce-order-details table tbody td:not(.product-name),
.woocommerce .thankyou .woocommerce-order-details table tbody td:not(.product-name) * {
  font-family: var(--font-zalando-semibold);
  text-align: right;
  font-size: 15px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-order-details table tfoot td:not(.product-name),
  .woocommerce .thankyou .woocommerce-order-details table tfoot td:not(.product-name) *,
  .woocommerce .thankyou .woocommerce-order-details table tbody td:not(.product-name),
  .woocommerce .thankyou .woocommerce-order-details table tbody td:not(.product-name) * {
    font-size: 12px;
  }
}
.woocommerce .thankyou .wc-bacs-bank-details {
  border: solid 1px var(--color-border);
  border-top: 0;
  padding: 0 20px 20px 20px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .wc-bacs-bank-details {
    font-size: 13px;
    padding: 0 10px 10px 10px;
    margin-bottom: 0;
  }
}
.woocommerce .thankyou .wc-bacs-bank-details-account-name {
  all: unset;
  line-height: 20px;
  border: solid 1px var(--color-border);
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  padding: 20px 20px 0 20px;
  display: block;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .wc-bacs-bank-details-account-name {
    font-size: 13px;
    padding: 10px 10px 0 10px;
  }
}
.woocommerce .thankyou .wc-bacs-bank-details li {
  all: unset;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .wc-bacs-bank-details li {
    font-size: 13px;
    margin-top: 16px;
  }
}
.woocommerce .thankyou .wc-bacs-bank-details li strong {
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .wc-bacs-bank-details li strong {
    font-size: 13px;
  }
}
.woocommerce .thankyou .woocommerce-customer-details {
  width: 100%;
}
.woocommerce .thankyou .woocommerce-customer-details address {
  padding: 20px;
  width: var(--grid-4);
  max-width: 100%;
}
@media (max-width: 800px) {
  .woocommerce .thankyou .woocommerce-customer-details address {
    width: 100%;
  }
}
.woocommerce .thankyou .woocommerce-customer-details address p {
  margin: 10px 0;
}
.woocommerce .thankyou .woocommerce-customer-details address p::before {
  max-height: 20px;
  line-height: 20px;
}

/*# sourceMappingURL=style.css.map */
