@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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

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

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: -moz-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  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;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 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: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: -moz-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.nanolash-pre-glue .products-grid__wrapper {
  width:100%;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -moz-box-flex: 1;
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn-close {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  -moz-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: -webkit-calc(0.5rem - 1px);
  --bs-modal-inner-border-radius: -moz-calc(0.5rem - 1px);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

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

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

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

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-align-self: stretch;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -moz-box-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -moz-box-ordinal-group: 0 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -moz-box-ordinal-group: 1 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -moz-box-ordinal-group: 2 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -moz-box-ordinal-group: 3 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -moz-box-ordinal-group: 4 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -moz-box-ordinal-group: 5 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -moz-box-ordinal-group: 6 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -moz-box-ordinal-group: 7 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #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-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

.bg-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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-top {
  -webkit-border-top-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
  -webkit-border-top-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  -webkit-border-top-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topright: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
  -webkit-border-bottom-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  -webkit-border-bottom-right-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomright: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
  -webkit-border-bottom-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  -webkit-border-bottom-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-bottomleft: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  -webkit-border-top-left-radius: var(--bs-border-radius) !important;
  -moz-border-radius-topleft: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -moz-box-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -moz-box-ordinal-group: 0 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -moz-box-ordinal-group: 3 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -moz-box-ordinal-group: 4 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -moz-box-ordinal-group: 5 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -moz-box-ordinal-group: 6 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -moz-box-ordinal-group: 7 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.flag {
  width: 32px;
  height: 32px;
  background-image: url("../img/flags.avif");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  font-size: 0;
  line-height: 0;
}
.flag--none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background: none;
  font-family: "Nanocons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flag--none::before {
  content: "󩀁";
  font-size: 28px;
}
.flag--ad {
  background-position: -32px 0;
}
.flag--ae {
  background-position: -64px 0;
}
.flag--af {
  background-position: -96px 0;
}
.flag--ag {
  background-position: -128px 0;
}
.flag--ai {
  background-position: -160px 0;
}
.flag--al {
  background-position: -192px 0;
}
.flag--am {
  background-position: -224px 0;
}
.flag--an {
  background-position: -256px 0;
}
.flag--ao {
  background-position: -288px 0;
}
.flag--ar {
  background-position: -320px 0;
}
.flag--as {
  background-position: -352px 0;
}
.flag--at {
  background-position: -384px 0;
}
.flag--au {
  background-position: -416px 0;
}
.flag--aw {
  background-position: -448px 0;
}
.flag--az {
  background-position: 0 -32px;
}
.flag--ba {
  background-position: -32px -32px;
}
.flag--bb {
  background-position: -64px -32px;
}
.flag--bd {
  background-position: -96px -32px;
}
.flag--be {
  background-position: -128px -32px;
}
.flag--bf {
  background-position: -160px -32px;
}
.flag--bg {
  background-position: -192px -32px;
}
.flag--bh {
  background-position: -224px -32px;
}
.flag--bi {
  background-position: -256px -32px;
}
.flag--bj {
  background-position: -288px -32px;
}
.flag--bm {
  background-position: -320px -32px;
}
.flag--bn {
  background-position: -352px -32px;
}
.flag--bo {
  background-position: -384px -32px;
}
.flag--br {
  background-position: -416px -32px;
}
.flag--bs {
  background-position: -448px -32px;
}
.flag--bt {
  background-position: 0 -64px;
}
.flag--bw {
  background-position: -32px -64px;
}
.flag--by {
  background-position: -64px -64px;
}
.flag--bz {
  background-position: -96px -64px;
}
.flag--ca {
  background-position: -128px -64px;
}
.flag--cd {
  background-position: -160px -64px;
}
.flag--cf {
  background-position: -192px -64px;
}
.flag--cg {
  background-position: -224px -64px;
}
.flag--ch {
  background-position: -256px -64px;
}
.flag--ci {
  background-position: -288px -64px;
}
.flag--ck {
  background-position: -320px -64px;
}
.flag--cl {
  background-position: -352px -64px;
}
.flag--cm {
  background-position: -384px -64px;
}
.flag--cn {
  background-position: -416px -64px;
}
.flag--co {
  background-position: -448px -64px;
}
.flag--cr {
  background-position: 0 -96px;
}
.flag--cu {
  background-position: -32px -96px;
}
.flag--cv {
  background-position: -64px -96px;
}
.flag--cy {
  background-position: -96px -96px;
}
.flag--cz {
  background-position: -128px -96px;
}
.flag--de {
  background-position: -160px -96px;
}
.flag--dj {
  background-position: -192px -96px;
}
.flag--dk {
  background-position: -224px -96px;
}
.flag--dm {
  background-position: -256px -96px;
}
.flag--do {
  background-position: -288px -96px;
}
.flag--dz {
  background-position: -320px -96px;
}
.flag--ec {
  background-position: -352px -96px;
}
.flag--ee {
  background-position: -384px -96px;
}
.flag--eg {
  background-position: -416px -96px;
}
.flag--eh {
  background-position: -448px -96px;
}
.flag--er {
  background-position: 0 -128px;
}
.flag--es {
  background-position: -32px -128px;
}
.flag--et {
  background-position: -64px -128px;
}
.flag--fi {
  background-position: -96px -128px;
}
.flag--fj {
  background-position: -128px -128px;
}
.flag--fm {
  background-position: -160px -128px;
}
.flag--fo {
  background-position: -192px -128px;
}
.flag--fr {
  background-position: -224px -128px;
}
.flag--ga {
  background-position: -256px -128px;
}
.flag--gb {
  background-position: -288px -128px;
}
.flag--gd {
  background-position: -320px -128px;
}
.flag--ge {
  background-position: -352px -128px;
}
.flag--gg {
  background-position: -384px -128px;
}
.flag--gh {
  background-position: -416px -128px;
}
.flag--gi {
  background-position: -448px -128px;
}
.flag--gl {
  background-position: 0 -160px;
}
.flag--gm {
  background-position: -32px -160px;
}
.flag--gn {
  background-position: -64px -160px;
}
.flag--gp {
  background-position: -96px -160px;
}
.flag--gq {
  background-position: -128px -160px;
}
.flag--gr {
  background-position: -160px -160px;
}
.flag--gt {
  background-position: -192px -160px;
}
.flag--gu {
  background-position: -224px -160px;
}
.flag--gw {
  background-position: -256px -160px;
}
.flag--gy {
  background-position: -288px -160px;
}
.flag--hk {
  background-position: -320px -160px;
}
.flag--hn {
  background-position: -352px -160px;
}
.flag--hr {
  background-position: -384px -160px;
}
.flag--ht {
  background-position: -416px -160px;
}
.flag--hu {
  background-position: -448px -160px;
}
.flag--id {
  background-position: 0 -192px;
}
.flag--ie {
  background-position: -32px -192px;
}
.flag--il {
  background-position: -64px -192px;
}
.flag--im {
  background-position: -96px -192px;
}
.flag--in {
  background-position: -128px -192px;
}
.flag--iq {
  background-position: -160px -192px;
}
.flag--ir {
  background-position: -192px -192px;
}
.flag--is {
  background-position: -224px -192px;
}
.flag--it {
  background-position: -256px -192px;
}
.flag--je {
  background-position: -288px -192px;
}
.flag--jm {
  background-position: -320px -192px;
}
.flag--jo {
  background-position: -352px -192px;
}
.flag--jp {
  background-position: -384px -192px;
}
.flag--ke {
  background-position: -416px -192px;
}
.flag--kg {
  background-position: -448px -192px;
}
.flag--kh {
  background-position: 0 -224px;
}
.flag--ki {
  background-position: -32px -224px;
}
.flag--km {
  background-position: -64px -224px;
}
.flag--kn {
  background-position: -96px -224px;
}
.flag--kp {
  background-position: -128px -224px;
}
.flag--kr {
  background-position: -160px -224px;
}
.flag--kw {
  background-position: -192px -224px;
}
.flag--ky {
  background-position: -224px -224px;
}
.flag--kz {
  background-position: -256px -224px;
}
.flag--la {
  background-position: -288px -224px;
}
.flag--lb {
  background-position: -320px -224px;
}
.flag--lc {
  background-position: -352px -224px;
}
.flag--li {
  background-position: -384px -224px;
}
.flag--lk {
  background-position: -416px -224px;
}
.flag--lr {
  background-position: -448px -224px;
}
.flag--ls {
  background-position: 0 -256px;
}
.flag--lt {
  background-position: -32px -256px;
}
.flag--lu {
  background-position: -64px -256px;
}
.flag--lv {
  background-position: -96px -256px;
}
.flag--ly {
  background-position: -128px -256px;
}
.flag--ma {
  background-position: -160px -256px;
}
.flag--mc {
  background-position: -192px -256px;
}
.flag--md {
  background-position: -224px -256px;
}
.flag--me {
  background-position: -256px -256px;
}
.flag--mg {
  background-position: -288px -256px;
}
.flag--mh {
  background-position: -320px -256px;
}
.flag--mk {
  background-position: -352px -256px;
}
.flag--ml {
  background-position: -384px -256px;
}
.flag--mm {
  background-position: -416px -256px;
}
.flag--mn {
  background-position: -448px -256px;
}
.flag--mo {
  background-position: 0 -288px;
}
.flag--mq {
  background-position: -32px -288px;
}
.flag--mr {
  background-position: -64px -288px;
}
.flag--ms {
  background-position: -96px -288px;
}
.flag--mt {
  background-position: -128px -288px;
}
.flag--mu {
  background-position: -160px -288px;
}
.flag--mv {
  background-position: -192px -288px;
}
.flag--mw {
  background-position: -224px -288px;
}
.flag--mx {
  background-position: -256px -288px;
}
.flag--my {
  background-position: -288px -288px;
}
.flag--mz {
  background-position: -320px -288px;
}
.flag--na {
  background-position: -352px -288px;
}
.flag--nc {
  background-position: -384px -288px;
}
.flag--ne {
  background-position: -416px -288px;
}
.flag--ng {
  background-position: -448px -288px;
}
.flag--ni {
  background-position: 0 -320px;
}
.flag--nl {
  background-position: -32px -320px;
}
.flag--no {
  background-position: -64px -320px;
}
.flag--np {
  background-position: -96px -320px;
}
.flag--nr {
  background-position: -128px -320px;
}
.flag--nz {
  background-position: -160px -320px;
}
.flag--om {
  background-position: -192px -320px;
}
.flag--pa {
  background-position: -224px -320px;
}
.flag--pe {
  background-position: -256px -320px;
}
.flag--pf {
  background-position: -288px -320px;
}
.flag--pg {
  background-position: -320px -320px;
}
.flag--ph {
  background-position: -352px -320px;
}
.flag--pk {
  background-position: -384px -320px;
}
.flag--pl {
  background-position: -416px -320px;
}
.flag--pr {
  background-position: -448px -320px;
}
.flag--ps {
  background-position: 0 -352px;
}
.flag--pt {
  background-position: -32px -352px;
}
.flag--pw {
  background-position: -64px -352px;
}
.flag--py {
  background-position: -96px -352px;
}
.flag--qa {
  background-position: -128px -352px;
}
.flag--re {
  background-position: -160px -352px;
}
.flag--ro {
  background-position: -192px -352px;
}
.flag--rs {
  background-position: -224px -352px;
}
.flag--ru {
  background-position: -256px -352px;
}
.flag--rw {
  background-position: -288px -352px;
}
.flag--sa {
  background-position: -320px -352px;
}
.flag--sb {
  background-position: -352px -352px;
}
.flag--sc {
  background-position: -384px -352px;
}
.flag--sd {
  background-position: -416px -352px;
}
.flag--se {
  background-position: -448px -352px;
}
.flag--sg {
  background-position: 0 -384px;
}
.flag--si {
  background-position: -32px -384px;
}
.flag--sk {
  background-position: -64px -384px;
}
.flag--sl {
  background-position: -96px -384px;
}
.flag--sm {
  background-position: -128px -384px;
}
.flag--sn {
  background-position: -160px -384px;
}
.flag--so {
  background-position: -192px -384px;
}
.flag--sr {
  background-position: -224px -384px;
}
.flag--st {
  background-position: -256px -384px;
}
.flag--sv {
  background-position: -288px -384px;
}
.flag--sy {
  background-position: -320px -384px;
}
.flag--sz {
  background-position: -352px -384px;
}
.flag--tc {
  background-position: -384px -384px;
}
.flag--td {
  background-position: -416px -384px;
}
.flag--tg {
  background-position: -448px -384px;
}
.flag--th {
  background-position: 0 -416px;
}
.flag--tj {
  background-position: -32px -416px;
}
.flag--tl {
  background-position: -64px -416px;
}
.flag--tm {
  background-position: -96px -416px;
}
.flag--tn {
  background-position: -128px -416px;
}
.flag--to {
  background-position: -160px -416px;
}
.flag--tr {
  background-position: -192px -416px;
}
.flag--tt {
  background-position: -224px -416px;
}
.flag--tv {
  background-position: -256px -416px;
}
.flag--tw {
  background-position: -288px -416px;
}
.flag--tz {
  background-position: -320px -416px;
}
.flag--ua {
  background-position: -352px -416px;
}
.flag--ug {
  background-position: -384px -416px;
}
.flag--us {
  background-position: -416px -416px;
}
.flag--uy {
  background-position: -448px -416px;
}
.flag--uz {
  background-position: 0 -448px;
}
.flag--va {
  background-position: -32px -448px;
}
.flag--vc {
  background-position: -64px -448px;
}
.flag--ve {
  background-position: -96px -448px;
}
.flag--vg {
  background-position: -128px -448px;
}
.flag--vi {
  background-position: -160px -448px;
}
.flag--vn {
  background-position: -192px -448px;
}
.flag--vu {
  background-position: -224px -448px;
}
.flag--ws {
  background-position: -256px -448px;
}
.flag--ye {
  background-position: -288px -448px;
}
.flag--za {
  background-position: -320px -448px;
}
.flag--zm {
  background-position: -352px -448px;
}
.flag--zw {
  background-position: -384px -448px;
}

.NoSupportAvif .flag {
  background-image: url("../img/flags.webp");
}

.NoSupportWebp .flag {
  background-image: url("../img/flags.png");
}

@font-face { /*Roboto 900*/
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-900.woff2") format("woff2"), url("../fonts/roboto/roboto-900.woff") format("woff"), url("../fonts/roboto/roboto-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 700*/
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-700.woff2") format("woff2"), url("../fonts/roboto/roboto-700.woff") format("woff"), url("../fonts/roboto/roboto-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 400*/
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-400.woff2") format("woff2"), url("../fonts/roboto/roboto-400.woff") format("woff"), url("../fonts/roboto/roboto-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 300*/
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-300.woff2") format("woff2"), url("../fonts/roboto/roboto-300.woff") format("woff"), url("../fonts/roboto/roboto-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 100*/
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-100.woff2") format("woff2"), url("../fonts/roboto/roboto-100.woff") format("woff"), url("../fonts/roboto/roboto-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nanocons";
  src: url("../fonts/nanocons/Nanocons.eot");
  src: url("../fonts/nanocons/Nanocons.woff") format("woff"), url("../fonts/nanocons/Nanocons.ttf") format("truetype"), url("../fonts/nanocons/Nanocons.svg") format("svg"), url("../fonts/nanocons/Nanocons.eot#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=nc-], [class*=" nc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Nanocons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nc-search:before {
  content: "\e900";
}

.nc-basket:before {
  content: "\e900";
}

.nc-basket-plus:before {
  content: "\e901";
}

.nc-facebook:before {
  content: "\e902";
}

.nc-instagram:before {
  content: "\e903";
}

.nc-language:before {
  content: "\e904";
}

.nc-pinterest:before {
  content: "\e905";
}

.nc-search:before {
  content: "\e906";
}

.nc-tiktok:before {
  content: "\e907";
}

.nc-web:before {
  content: "\e908";
}

.nc-youtube:before {
  content: "\e909";
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  display: block;
}
.modal-backdrop {
  z-index: -1;
  opacity: 0.5;
}
.modal-container {
  max-width: -webkit-calc(1320px - 1.5rem);
  max-width: -moz-calc(1320px - 1.5rem);
  max-width: calc(1320px - 1.5rem);
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-title {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.modal__button {
  margin: 0 0.25rem;
  padding: 5px 10px;
  border: none;
  background-color: #2d2d2d;
  color: #ffffff;
}
.modal .btn-close {
  opacity: 1;
}
.modal .btn-close:focus, .modal .btn-close:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-tab {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 3% 6%;
  margin-top: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  vertical-align: bottom;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  cursor: pointer;
}
.modal-tab.current {
  background: #000;
  color: #fff;
}
.modal-tab-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1399.98px) {
  .modal-container {
    max-width: -webkit-calc(1140px - 1.5rem);
    max-width: -moz-calc(1140px - 1.5rem);
    max-width: calc(1140px - 1.5rem);
  }
}
@media (max-width: 1199.98px) {
  .modal-container {
    max-width: -webkit-calc(960px - 1.5rem);
    max-width: -moz-calc(960px - 1.5rem);
    max-width: calc(960px - 1.5rem);
  }
}
@media (max-width: 991.98px) {
  .modal-container {
    max-width: -webkit-calc(720px - 1.5rem);
    max-width: -moz-calc(720px - 1.5rem);
    max-width: calc(720px - 1.5rem);
  }
}
@media (max-width: 767.98px) {
  .modal-container {
    max-width: -webkit-calc(540px - 1.5rem);
    max-width: -moz-calc(540px - 1.5rem);
    max-width: calc(540px - 1.5rem);
  }
  .modal-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 1.5rem);
    min-height: -moz-calc(100% - 1.5rem);
    min-height: calc(100% - 1.5rem);
  }
  .modal-dialog-scrollable {
    height: -webkit-calc(100% - 1.5rem);
    height: -moz-calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }
  .modal-container {
    margin: 2.5rem 0.75rem;
    max-width: 100%;
  }
  .modal-body {
    padding: 0.5rem;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 4.5rem auto;
  }
}
.nav {
  --nav-color: #b4b4b4;
  --nav-padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  padding: var(--nav-padding) 0;
  background-color: #000000;
  color: #b4b4b4;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
  -webkit-transition-property: padding-top, padding-bottom;
  -o-transition-property: padding-top, padding-bottom;
  -moz-transition-property: padding-top, padding-bottom;
  transition-property: padding-top, padding-bottom;
}
.nav.mb {
  padding-bottom: 0;
}
.nav__products button, .nav__social a, .nav__language button, .nav__flag button, .nav__cart button, .nav__cart-badge {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.nav__products button:hover, .nav__social a:hover, .nav__language button:hover, .nav__flag button:hover, .nav__cart button:hover, .nav__cart-badge:hover {
  --nav-color: #ffffff;
}
.nav__row {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav__hamburger {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-align-self: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34px;
  -moz-box-flex: 0;
  flex: 0 0 34px;
}
.nav__logo {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  flex: 0 0 250px;
}
.nav__logo img {
  width: auto;
  height: 56px;
  -webkit-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.nav__products {
  position: relative;
}
.nav__products button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: none;
  background: none;
  color: var(--nav-color);
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav__products button::before, .nav__products button::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: var(--nav-color);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.nav__products button::before {
  right: 50%;
}
.nav__products button::after {
  left: 50%;
}
.nav__products button:hover::before, .nav__products button:hover::after {
  width: 50%;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
}
.nav__blog {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  background: none;
  color: var(--nav-color);
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
}
.nav__blog:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: var(--nav-color);
}
.nav__blog a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav__blog a:hover {
  color: #fff;
}
.nav__social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
}
.nav__social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0;
  padding: 0 30px 1px 0;
  list-style-type: none;
}
.nav__social li {
  position: relative;
  padding: 0 0.75rem;
}
.nav__social li:first-child {
  padding-left: 0;
}
.nav__social li:last-child {
  padding-right: 0;
}
.nav__social li:last-child::after {
  display: none;
}
.nav__social li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #b4b4b4;
}
.nav__social a {
  color: var(--nav-color);
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}
.nav__language {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
  padding-right: 0;
}
.nav__language button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  color: var(--nav-color);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}
.nav__language button > * {
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.nav__language i {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-left: 10px;
  font-size: 26px;
  line-height: 1;
}
.nav__flag {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
}
.nav__flag button {
  background-color: transparent;
  padding: 0;
  color: var(--nav-color);
}
.nav__cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0;
  -moz-box-flex: 0;
  flex: 0 0;
}
.nav__cart::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background-color: #b4b4b4;
}
.nav__cart button {
  position: relative;
  padding: 0;
  border: none;
  background: none;
  font-size: 32px;
  line-height: 1;
  color: var(--nav-color);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.nav__cart i {
  display: block;
}
.nav__cart-badge {
  position: absolute;
  top: -webkit-calc(16% - 9px);
  top: -moz-calc(16% - 9px);
  top: calc(16% - 9px);
  right: -webkit-calc(-1% - 9px);
  right: -moz-calc(-1% - 9px);
  right: calc(-1% - 9px);
  min-width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--nav-color);
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.nav .notification_promo {
  background-color: #FF7E00;
  padding: 5px;
  margin-top: 15px;
}
.nav .notification_promo .notification_text {
  text-align: center;
}
.nav .notification_promo .notification_text span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0;
}
.nav .notification_promo .notification_text span:first-of-type {
  font-size: 28px;
  font-weight: 600;
}
.nav .notification_promo .notification_text_inner {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: white;
}

@media (min-width: 768px) {
  .nav--scrolled {
    --nav-padding: 10px;
  }
  .nav--scrolled .nav__logo img {
    height: 38px;
  }
}
@media (max-width: 1399.98px) {
  .nav__products button {
    font-size: 20px;
  }
  .nav__social ul {
    padding: 0 0 1px 0;
  }
}
@media (max-width: 1199.98px) {
  .nav__products {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .nav__logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-flex-basis: 201px;
    flex-basis: 201px;
  }
  .nav__logo img {
    width: auto;
    height: 45px;
  }
  .nav__products button {
    font-size: 18px;
  }
  .nav__language i {
    margin-left: 0;
  }
  .nav__language span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .nav {
    --nav-padding: 10px;
  }
  .nav__logo {
    -webkit-flex-basis: 179px;
    flex-basis: 179px;
  }
  .nav__logo img {
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .nav {
    --nav-padding: 7px;
  }
  .nav__row .col:not(.nav__hamburger):not(.nav__flag):not(.nav__cart):not(.nav__blog) {
    padding-right: 0;
  }
  .nav__hamburger {
    -webkit-flex-basis: 26px;
    flex-basis: 26px;
  }
  .nav__logo {
    -webkit-flex-basis: 125px;
    flex-basis: 125px;
    text-align: left;
  }
  .nav__logo img {
    height: 28px;
  }
  .nav__cart button {
    padding-bottom: 2px;
    font-size: 26px;
  }
}
@media (max-width: 367.98px) {
  .nav__row .col.nav__hamburger {
    padding-right: -webkit-calc(var(--bs-gutter-x) * 0.2);
    padding-right: -moz-calc(var(--bs-gutter-x) * 0.2);
    padding-right: calc(var(--bs-gutter-x) * 0.2);
  }
  .nav__logo {
    -webkit-flex-basis: 108px;
    flex-basis: 108px;
    -webkit-align-self: center;
    align-self: center;
  }
  .nav__logo img {
    height: 24px;
  }
}
.hamburger {
  position: relative;
  display: block;
  width: 34px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
}
.hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
  background-color: #b4b4b4;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.hamburger--open .hamburger__line:nth-child(1) {
  top: 0;
  right: 8px;
}
.hamburger--open .hamburger__line:nth-child(2) {
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
}
.hamburger--open .hamburger__line:nth-child(3) {
  right: 4px;
  bottom: 0;
}

.hamburger--close .hamburger__line:nth-child(1) {
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.hamburger--close .hamburger__line:nth-child(2) {
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media (max-width: 575.98px) {
  .hamburger {
    width: 26px;
    height: 18px;
  }
  .hamburger--open .hamburger__line:nth-child(1) {
    right: 6px;
  }
  .hamburger--open .hamburger__line:nth-child(3) {
    right: 3px;
  }
}
.menu {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: -webkit-calc(-100vh + 100%);
  bottom: -moz-calc(-100vh + 100%);
  bottom: calc(-100vh + 100%);
  left: 0;
  z-index: 10;
}
.menu__container {
  position: relative;
  height: 100%;
}
.menu__wrapper {
  background-color: #ececec;
}
.menu__title {
  margin-bottom: 30px;
  text-align: center;
  color: #b2b2b2;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.menu-element__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 3% 6%;
  margin-top: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  vertical-align: bottom;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  cursor: pointer;
}
.menu-element__title:nth-child(3n) {
  border-right: none;
}
.menu-element__title.active {
  background: black;
  color: white;
}
.menu[style*="height:"] .menu__wrapper {
  overflow: hidden;
}

.menu-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 3rem;
  padding: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding: calc(var(--bs-gutter-x) * 0.5);
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.menu-product:nth-child(3n) {
  border-right: none;
}
.menu-product:nth-child(3n+1):nth-last-child(-n+3), .menu-product:nth-child(3n+1):nth-last-child(-n+3) ~ .menu-product {
  border-bottom: none;
}
.menu-product__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
  -moz-box-flex: 0;
  flex: 0 1 30%;
  text-align: right;
}
.menu-product__image img {
  width: 100px;
}
.menu-product__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
  -moz-box-flex: 0;
  flex: 0 1 70%;
}
.menu-product__name {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.menu-product__name a, .menu-product__name a:hover {
  color: #000000;
  text-decoration: none;
}
.menu-product__name strong {
  display: block;
  font-weight: 900;
}
.menu-product__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -moz-box-flex: 0;
  flex: 0 0 0;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
.menu-product__link a {
  display: inline-block;
  min-width: 120px;
  padding: 7px 12px;
  border: 1px solid #000000;
  color: #000000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.menu-product__link a:hover {
  color: #000000;
  background-color: lightgray;
}

@media (min-width: 992px) {
  .menu__wrapper {
    max-height: -webkit-calc(100% - 15px);
    max-height: -moz-calc(100% - 15px);
    max-height: calc(100% - 15px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .menu-product {
    gap: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .menu-product {
    gap: 1rem;
  }
  .menu-product__image img {
    width: 80px;
  }
  .menu-product__name {
    font-size: 16px;
  }
  .menu-product__link {
    font-size: 14px;
  }
  .menu-product__link a {
    min-width: 90px;
    padding: 5px 10px;
  }
}
@media (max-width: 991.98px) {
  .menu {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: -webkit-calc(-100vh + 100%);
    bottom: -moz-calc(-100vh + 100%);
    bottom: calc(-100vh + 100%);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: rgba(236, 236, 236, 0.95);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .menu__container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .menu__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
    padding-bottom: 10vh;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 200;
  }
  .menu__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .menu__products {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }
  .menu-product {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    border: none !important;
    text-align: center;
  }
  .menu-product::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: -webkit-calc(50% - 140px);
    left: -moz-calc(50% - 140px);
    left: calc(50% - 140px);
    width: 280px;
    border-top: 2px solid #d8d8d8;
  }
  .menu-product:last-of-type::before {
    border-bottom: 2px solid #d8d8d8;
  }
  .menu-product__image {
    display: none;
  }
  .menu-product__details {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .menu-product__name a:hover {
    color: #b2b2b2;
  }
  .menu-product__link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .menu__title {
    font-size: 24px;
  }
  .menu-product {
    margin-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
    margin-right: -moz-calc(var(--bs-gutter-x) * 0.5);
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
    margin-left: -moz-calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    width: -webkit-calc(100% - var(--bs-gutter-x));
    width: -moz-calc(100% - var(--bs-gutter-x));
    width: calc(100% - var(--bs-gutter-x));
  }
}
.languages {
  position: absolute;
  top: 100%;
  bottom: -webkit-calc(-100vh + 100%);
  bottom: -moz-calc(-100vh + 100%);
  bottom: calc(-100vh + 100%);
  left: -webkit-calc(50% + 536px);
  left: -moz-calc(50% + 536px);
  left: calc(50% + 536px);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 0;
  height: auto !important;
  overflow: visible !important;
}
.languages::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: #505050 transparent;
}
.languages__width-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  max-width: 248px;
  height: auto;
  max-height: -webkit-calc(100% - 15px);
  max-height: -moz-calc(100% - 15px);
  max-height: calc(100% - 15px);
  overflow: visible;
}
.languages__wrapper {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: 100%;
  padding: 7px 20px;
  background-color: #505050;
  overflow-y: auto;
}
.languages__element {
  display: block;
  color: #ffffff;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}
.languages__element--current {
  margin-bottom: 3px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.languages__element--link {
  opacity: 0.5;
  text-decoration: none;
}
.languages__element--link:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}
.languages__name {
  text-transform: uppercase;
}

@media (max-width: 1399.98px) {
  .languages {
    left: -webkit-calc(50% + 446px);
    left: -moz-calc(50% + 446px);
    left: calc(50% + 446px);
  }
}
@media (max-width: 1199.98px) {
  .languages {
    left: -webkit-calc(50% + 356px);
    left: -moz-calc(50% + 356px);
    left: calc(50% + 356px);
  }
}
@media (max-width: 991.98px) {
  .languages {
    left: -webkit-calc(50% + 236px);
    left: -moz-calc(50% + 236px);
    left: calc(50% + 236px);
  }
}
@media (max-width: 767.98px) {
  .languages {
    left: -webkit-calc(50% + 146px);
    left: -moz-calc(50% + 146px);
    left: calc(50% + 146px);
  }
}
@media (max-width: 575.98px) {
  .languages {
    left: -webkit-calc(100% - 118px);
    left: -moz-calc(100% - 118px);
    left: calc(100% - 118px);
  }
  .languages__width-container {
    max-width: 236px;
  }
}
.flags {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0;
  line-height: 0;
}
.flags a {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 991.98px) {
  .flags {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .flags {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.nav-cart {
  position: absolute;
  top: 100%;
  bottom: -webkit-calc(-100vh + 100%);
  bottom: -moz-calc(-100vh + 100%);
  bottom: calc(-100vh + 100%);
  left: -webkit-calc(50% + 634px);
  left: -moz-calc(50% + 634px);
  left: calc(50% + 634px);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 0;
  height: auto !important;
  overflow: visible !important;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}
.nav-cart.mb {
  margin-top: -46px;
}
.nav-cart::before {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: #8a8a8a transparent;
}
.nav-cart__width-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  max-width: 52px;
  height: auto;
  max-height: -webkit-calc(100% - 15px);
  max-height: -moz-calc(100% - 15px);
  max-height: calc(100% - 15px);
  overflow: visible;
}
.nav-cart__wrapper {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 600px;
  max-height: 100%;
  background-color: #e8e8e8;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-cart__wrapper--empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-width: 500px;
  background-color: #8a8a8a;
  text-align: center;
  font-weight: 700;
}
.nav-cart__details {
  display: table;
  min-width: 100%;
  text-transform: uppercase;
}
.nav-cart__row {
  display: table-row;
}
.nav-cart__row--header {
  background-color: #8a8a8a;
}
.nav-cart__row--product {
  text-transform: none;
}
.nav-cart__row--footer {
  font-weight: 700;
}
.nav-cart__row--footer .old-price,
.nav-cart__row--footer .new-price {
  text-transform: none;
}
.nav-cart__row .nav-cart__cell {
  border-bottom: 1px solid #c8c8c8;
}
.nav-cart__row:first-child .nav-cart__cell {
  padding-top: 14px;
  padding-bottom: 14px;
}
.nav-cart__row:first-child .nav-cart__cell, .nav-cart__row:last-child .nav-cart__cell {
  border-bottom: none;
}
.nav-cart__cell {
  display: table-cell;
  width: 100px;
  padding: 7px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
.nav-cart__cell:first-child {
  width: unset;
  padding-left: 14px;
  text-align: left;
  white-space: normal;
}
.nav-cart__cell:first-child span {
  display: block;
  color: #FF7E00;
  font-size: 0.9em;
  width: 85%;
}
.nav-cart__cell:last-child {
  padding-right: 14px;
}
.nav-cart__remove {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: none;
}
.nav-cart__remove::before, .nav-cart__remove::after {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: -moz-calc(50% - 1px);
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  height: 2px;
  background-color: #000000;
}
.nav-cart__remove::before {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.nav-cart__remove::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.nav-cart__remove:active {
  right: -1px;
  left: 1px;
}
.nav-cart__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #c8c8c8;
}
.nav-cart__shipping {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  padding: 14px;
}
.nav-cart__button {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  min-width: 150px;
  padding: 7px 14px;
  border: none;
  background-color: #505050;
  color: #ffffff;
  text-decoration: none;
}
.nav-cart__button:hover {
  background-color: #373737;
  color: #ffffff;
  text-decoration: none;
}
.nav-cart__empty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  padding: 30px 15px;
  text-align: center;
  font-size: 18px !important;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .nav-cart {
    left: -webkit-calc(50% + 544px);
    left: -moz-calc(50% + 544px);
    left: calc(50% + 544px);
  }
}
@media (max-width: 1199.98px) {
  .nav-cart {
    left: -webkit-calc(50% + 454px);
    left: -moz-calc(50% + 454px);
    left: calc(50% + 454px);
  }
}
@media (max-width: 991.98px) {
  .nav-cart {
    left: -webkit-calc(50% + 334px);
    left: -moz-calc(50% + 334px);
    left: calc(50% + 334px);
  }
}
@media (max-width: 767.98px) {
  .nav-cart {
    left: -webkit-calc(50% + 244px);
    left: -moz-calc(50% + 244px);
    left: calc(50% + 244px);
    font-size: 14px;
  }
  .nav-cart__wrapper {
    min-width: 540px;
  }
}
@media (max-width: 575.98px) {
  .nav-cart {
    left: -webkit-calc(100% - 23px);
    left: -moz-calc(100% - 23px);
    left: calc(100% - 23px);
    font-size: 12px;
  }
  .nav-cart::before {
    right: -8px;
    border-width: 0 8px 8px 8px;
  }
  .nav-cart__width-container {
    max-width: 46px;
    max-height: 100%;
  }
  .nav-cart__wrapper {
    width: 100vw;
    min-width: 0;
  }
  .nav-cart__row:first-child .nav-cart__cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-cart__cell {
    width: 15%;
    padding: 7px 5px;
  }
  .nav-cart__cell:first-child {
    padding-left: 10px;
  }
  .nav-cart__cell:last-child {
    padding-right: 10px;
  }
  .nav-cart__shipping {
    padding: 10px;
  }
  .nav-cart__button {
    min-width: 0;
    padding: 5px 10px;
  }
}
.order-repeated {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 5px 0;
  background: #94191d;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa1d21), to(#c02125));
  background: -webkit-linear-gradient(top, #aa1d21 0%, #c02125 100%);
  background: -moz-linear-gradient(top, #aa1d21 0%, #c02125 100%);
  background: -o-linear-gradient(top, #aa1d21 0%, #c02125 100%);
  background: linear-gradient(to bottom, #aa1d21 0%, #c02125 100%);
  color: #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}
.order-repeated--static {
  position: static;
  background: #e8e8e8;
  color: transparent;
}

@media (max-width: 367.98px) {
  .order-repeated {
    font-size: 0.8rem;
  }
}
@media (max-width: 389.98px) {
  .nav__blog {
    font-size: 20px;
  }
}
@media (max-width: 367.98px) {
  .nav__blog {
    padding: 0 5px;
    letter-spacing: 1px;
  }
  .nav__logo {
    padding-left: 5px;
    -webkit-flex-basis: 90px;
    flex-basis: 90px;
  }
  .nav__logo img {
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  html.menu-open {
    overflow-y: hidden;
  }
}
@media (max-width: 440px) {
  .nav-cart.mb {
    margin-top: -71px;
  }
  .nav .notification_promo .notification_text_inner {
    font-size: 15px !important;
  }
}
.qnt-counter {
  --quantity-counter-color: #000000;
  --quantity-counter-btn-color: #ffffff;
  --quantity-counter-btn-bg: #505050;
  --quantity-counter-input-bg: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: var(--quantity-counter-color);
  -webkit-text-fill-color: var(--quantity-counter-color);
  font-size: 18px;
}
.qnt-counter__button {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  width: 0.8em;
  height: 0.8em;
  padding: 0 1px;
  border: none;
  background-color: var(--quantity-counter-btn-bg);
  color: var(--quantity-counter-btn-color);
  -webkit-text-fill-color: var(--quantity-counter-btn-color);
  font-size: 1.75em;
  line-height: 0.86em;
  font-weight: 900;
}
.qnt-counter__button:active {
  padding: 0 0 0 2px;
}
.qnt-counter__button[disabled], .qnt-counter__button[disabled]:active {
  padding: 0 1px;
  opacity: 0.3;
}
.qnt-counter__input {
  width: 2.15em;
  padding: 0.15em 0.15em 0;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none;
  text-align: center;
  color: inherit;
  -webkit-text-fill-color: var(--quantity-counter-color);
  line-height: 1em;
  min-height: 40px;
  font-size: 1.2em;
}
.qnt-counter__input:focus:focus-visible {
  outline: none;
  background-color: var(--quantity-counter-input-bg);
}

.qnt-counter--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
}

.qnt-counter--small {
  font-size: 14px;
}

.qnt-counter--large {
  font-size: 22px;
}

.qnt-counter--btn-small .qnt-counter__button {
  width: 40px;
  height: 40px;
  font-size: 2rem;
}

.qnt-counter--relative {
  font-size: 1em;
}

.qnt-counter--clean .qnt-counter__button {
  background: none;
  color: inherit;
  -webkit-text-fill-color: var(--quantity-counter-color);
  line-height: 0.9em;
  font-weight: inherit;
}
.qnt-counter--clean .qnt-counter__input {
  font-weight: inherit;
}

.header {
  position: relative;
  padding-top: 86px;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 1000px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(rgba(232, 232, 232, 0)));
  background: -webkit-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
  background: -moz-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
  background: -o-linear-gradient(top, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%, rgba(232, 232, 232, 0) 100%);
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
}
.header__title strong {
  font-weight: 900;
}
.header__border {
  position: relative;
  margin: 50px 0 0;
  padding: 0;
}
.header__border::before {
  content: "";
  display: block;
  margin-left: 40px;
  width: 90px;
  height: 7px;
  background-color: #000000;
}
.header__border::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #000000;
}
.header__content {
  color: #ffffff;
}
.header__content h2, .header__content .h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
}
.header__content p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
}
.header__content p.big {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}
.header__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header__image {
  position: relative;
  z-index: 1;
  text-align: center;
  max-height: 615px;
}
.header__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background: none;
  -webkit-box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.3);
}
.header__product-name {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.header__product-name strong {
  display: block;
  padding-top: 10px;
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 100;
  letter-spacing: 0.15em;
}
.header__product-slogan {
  position: relative;
  display: block;
  margin: 15px 0 0 0;
  padding-top: 15px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}
.header__product-slogan h1, .header__product-slogan .h1 {
  font-size: unset;
  display: inline;
  font-weight: unset;
}
.header__product-slogan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30%;
  height: 2px;
  background-color: #000000;
}
.header__actions {
  margin-top: 35px;
  max-width: 500px;
}
.header--blog .search {
  position: relative;
  display: grid;
  grid-template-columns: 6fr 1fr;
  border-color: #787878;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: inherit;
}
.header--blog .search * {
  background-color: inherit;
}
.header--blog .search__input {
  padding: 1px 10px 1px 10px;
  height: 50px;
  border: none;
}
.header--blog .search__input:active, .header--blog .search__input:hover, .header--blog .search__input:focus {
  outline: 0;
  outline-offset: 0;
}
.header--blog .search__button {
  border: none;
}
.header--blog .header__title {
  font-size: 2.5rem;
  text-transform: unset;
  font-weight: 400;
}
.header--blog .header__title:after {
  content: "";
  margin-top: 20px;
  background-color: #000000;
  height: 4px;
  width: 120px;
  display: block;
}
.header--blog .header__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header--border {
  overflow: hidden;
}
.header--border::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100px;
  -webkit-transform: rotateZ(0.8deg);
  -moz-transform: rotateZ(0.8deg);
  -o-transform: rotateZ(0.8deg);
  transform: rotateZ(0.8deg);
  content: none;
}
.header--border .header__container {
  min-height: 560px;
}

.header--home {
  background-color: #7b7b7b;
  background-image: url("../img/home-header-woman/home-header-woman@xxl.avif");
  -webkit-background-size: auto 780px;
  -moz-background-size: auto 780px;
  -o-background-size: auto 780px;
  background-size: auto 780px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% + 330px) bottom;
  background-position: -moz-calc(50% + 330px) bottom;
  background-position: calc(50% + 330px) bottom;
}
.header--home__title {
  position: relative;
  padding-left: 25px;
}
.header--home__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 2px;
  height: auto;
  margin: 0;
  background: #fff;
}
.header--home__title__content {
  padding-left: 25px;
}

.NoSupportAvif .header--home {
  background-image: url("../img/home-header-woman/home-header-woman@xxl.webp");
}

.NoSupportWebp .header--home {
  background-image: url("../img/home-header-woman/home-header-woman@xxl.jpg");
}

.header--product {
  background-color: #e8e8e8;
}

@media (max-width: 1399.98px) {
  .header__title {
    font-size: 2.5rem;
  }
  .header__product-name strong {
    font-size: 3.5rem;
  }
  .header__actions {
    margin-top: 50px;
  }
  .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@xl.avif");
    background-position: -webkit-calc(50% + 360px) bottom;
    background-position: -moz-calc(50% + 360px) bottom;
    background-position: calc(50% + 360px) bottom;
  }
  .NoSupportAvif .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@xl.webp");
  }
  .NoSupportWebp .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@xl.jpg");
  }
}
@media (max-width: 1199.98px) {
  .header__content h2, .header__content .h2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .header__product-name strong {
    font-size: 3.2rem;
  }
  .header--border .header__container {
    min-height: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@lg.avif");
    -webkit-background-size: auto 660px;
    -moz-background-size: auto 660px;
    -o-background-size: auto 660px;
    background-size: auto 660px;
    background-position: -webkit-calc(50% + 300px) bottom;
    background-position: -moz-calc(50% + 300px) bottom;
    background-position: calc(50% + 300px) bottom;
  }
  .NoSupportAvif .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@lg.webp");
  }
  .NoSupportWebp .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@lg.jpg");
  }
}
@media (max-width: 991.98px) {
  .header {
    padding-top: 75px;
  }
  .header__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .header__content h2, .header__content .h2 {
    font-size: 1.85rem;
  }
  .header__product-name {
    font-size: 1.2rem;
  }
  .header__product-name strong {
    font-size: 2.6rem;
  }
  .header__product-slogan {
    font-size: 1.1rem;
  }
  .header--border .header__container {
    min-height: 320px;
    padding-top: 30px;
  }
  .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@md.avif");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@md.avif") 1x, url("../img/home-header-woman/home-header-woman@md@2x.avif") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@md.avif") 1x, url("../img/home-header-woman/home-header-woman@md@2x.avif") 2x);
    -webkit-background-size: auto 470px;
    -moz-background-size: auto 470px;
    -o-background-size: auto 470px;
    background-size: auto 470px;
    background-position: -webkit-calc(50% + 250px) bottom;
    background-position: -moz-calc(50% + 250px) bottom;
    background-position: calc(50% + 250px) bottom;
  }
  .NoSupportAvif .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@md.webp");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@md.webp") 1x, url("../img/home-header-woman/home-header-woman@md@2x.webp") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@md.webp") 1x, url("../img/home-header-woman/home-header-woman@md@2x.webp") 2x);
  }
  .NoSupportWebp .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@md.jpg");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@md.jpg") 1x, url("../img/home-header-woman/home-header-woman@md@2x.jpg") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@md.jpg") 1x, url("../img/home-header-woman/home-header-woman@md@2x.jpg") 2x);
  }
}
@media (max-width: 767.98px) {
  .header {
    padding-top: 60px;
  }
  .header__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header__border {
    margin-top: 30px;
  }
  .header__content h2, .header__content .h2 {
    font-size: 1.5rem;
  }
  .header__title {
    font-size: 2rem;
  }
  .header__order {
    margin-top: 30px;
  }
  .header__image img {
    width: 400px;
  }
  .header__product-slogan {
    display: none;
  }
  .header__actions {
    margin-top: 30px;
    max-width: 100%;
  }
  .header--border .header__container {
    min-height: 240px;
  }
  .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@sm.avif");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.avif") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.avif") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@sm.avif") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.avif") 2x);
    -webkit-background-size: auto 350px;
    -moz-background-size: auto 350px;
    -o-background-size: auto 350px;
    background-size: auto 350px;
    background-position: -webkit-calc(50% + 190px) bottom;
    background-position: -moz-calc(50% + 190px) bottom;
    background-position: calc(50% + 190px) bottom;
  }
  .NoSupportWebp .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@sm.webp");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.webp") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.webp") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@sm.webp") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.webp") 2x);
  }
  .NoSupportWebp .header--home {
    background-image: url("../img/home-header-woman/home-header-woman@sm.jpg");
    background-image: -webkit-image-set(url("../img/home-header-woman/home-header-woman@sm.jpg") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.jpg") 2x);
    background-image: image-set(url("../img/home-header-woman/home-header-woman@sm.jpg") 1x, url("../img/home-header-woman/home-header-woman@sm@2x.jpg") 2x);
  }
}
@media (max-width: 575.98px) {
  .header {
    padding-top: 47px;
  }
  .header__title {
    font-size: 1.7rem;
  }
  .header__border::before {
    margin-left: 30px;
    width: 80px;
  }
  .header__image img {
    width: 100%;
  }
  .header__product-name {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    font-size: 1rem;
  }
  .header__product-name strong {
    font-size: 2.2rem;
  }
  .header__actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .header--home {
    background-position: -webkit-calc(80% + 70px) bottom;
    background-position: -moz-calc(80% + 70px) bottom;
    background-position: calc(80% + 70px) bottom;
  }
}
@media (max-width: 419.98px) {
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__title {
    font-size: 1.4rem;
  }
  .header__border {
    margin-top: 20px;
  }
  .header__product-name strong {
    padding-top: 0;
    font-size: 1.75rem;
  }
  .header__actions {
    margin-top: 20px;
  }
  .header--border .header__container {
    padding-top: 20px;
  }
}
.header-content {
  background-color: #e8e8e8;
}
.header-content h2, .header-content .h2 {
  margin-bottom: 1rem;
}
.header-content p {
  margin: 0;
  font-weight: 400;
}

.image_variant__block {
  position: relative;
}

@media (max-width: 575.98px) {
  .image_variant__block {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .header__product-slogan {
    display: block;
  }
}
.header__product-capacity p {
  margin-bottom: 0;
}
.header__product-capacity p span {
  display: block;
}
.header__product-capacity ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 5px;
  list-style: none;
  padding: 0;
}

@media (max-width: 575.98px) {
  .header__product-slogan {
    display: block;
    max-width: 400px;
    margin: 15px auto;
  }
  .header__product-capacity {
    display: block;
    max-width: 400px;
    margin: 15px auto;
  }
  .header__product-capacity ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5px;
    list-style: none;
  }
}
.header--home {
  background-color: #7d7d7d;
}
.header--home .header__content h2, .header--home .header__content .h2 {
  font-size: 2.5rem;
}
.header--home .header__content p.big {
  margin-left: 25px;
}
.header--home .header--border {
  content: none;
}
.header--home__list {
  padding: 20px 20px 20px 45px;
  background: #222;
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#6f6f6f));
  background: -webkit-linear-gradient(left, #222 0%, #6f6f6f 100%);
  background: -moz-linear-gradient(left, #222 0%, #6f6f6f 100%);
  background: -o-linear-gradient(left, #222 0%, #6f6f6f 100%);
  background: linear-gradient(to right, #222 0%, #6f6f6f 100%);
  list-style: square;
}
.header--home__list li {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 4px;
}
.header--home__border {
  background-color: #222;
}
.header--home__border .icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header--home__border img {
  width: 100px;
  height: auto;
}
.header--home__border span {
  color: #fff;
}

@media screen and (max-width: 1199.98px) {
  .header--home {
    background-color: #7d7d7d;
  }
  .header--home .header__content h2, .header--home .header__content .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .header--home {
    background-color: #7d7d7d;
  }
  .header--home .header__content h2, .header--home .header__content .h2 {
    font-size: 1.75rem;
    background: #222;
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#6f6f6f));
    background: -webkit-linear-gradient(left, #222 0%, #6f6f6f 100%);
    background: -moz-linear-gradient(left, #222 0%, #6f6f6f 100%);
    background: -o-linear-gradient(left, #222 0%, #6f6f6f 100%);
    background: linear-gradient(to right, #222 0%, #6f6f6f 100%);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--home .header__content h2:before, .header--home .header__content .h2:before {
    content: none;
  }
  .icon-block {
    margin-left: auto;
    margin-right: auto;
  }
  .header--home__border img {
    width: 75px;
  }
  .header--home__border span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header__content h2, .header__content .h2 {
    font-size: 1.25rem;
  }
  .header--home__border img {
    width: 50px;
  }
  .header-content .header--home__title {
    padding-left: unset;
    font-size: 1.5rem;
  }
  .header-content .header--home__title:before {
    content: none;
  }
}
.main_product.animate img {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.main_product.animate.animate img {
  opacity: 0.1;
  -webkit-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.header__image.slider {
  display: grid;
  grid-template-columns: 1fr 5fr;
  padding-bottom: 10px;
}
.header__image.slider .image_variant__block {
  position: relative;
  z-index: -1;
}
.header__image.slider .slider {
  position: relative;
  z-index: 1;
}
.header__image.slider .slider .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  gap: 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-height: initial;
}
.header__image.slider .slider .dot {
  cursor: pointer;
  border: rgba(18, 18, 18, 0.3) solid 1px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header__image.slider .slider .dot img {
  pointer-events: none;
}
.header__image.slider .slider .dot.active {
  border-color: rgb(18, 18, 18);
  border-width: 2px;
}
.header__image.slider .slides {
  width: 100%;
  height: 100%;
  position: relative;
}
.header__image.slider .slides .slide {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 530px;
}
.header__image.slider .slides .slide img {
  max-width: 100%;
}
.header__image.slider .slides .slide.active {
  opacity: 1;
  position: relative;
}
.header__image.slider .main_product.slider .prev, .header__image.slider .main_product.slider .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
.header__image.slider .prev, .header__image.slider .next {
  width: 0 !important;
  height: 0 !important;
  font-size: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
}
.header__image.slider .prev {
  left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.header__image.slider .prev:before {
  content: "<";
}
.header__image.slider .next {
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.header__image.slider .next:after {
  content: ">";
}

@media screen and (max-width: 1399.98px) {
  .header__image.slider .slider .dot {
    max-width: 95px;
  }
  .header__image.slider .slides .slide {
    width: 451px;
    height: 514px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header__image.slider .slider .dot {
    max-width: 80px;
  }
  .header__image.slider .slides .slide {
    width: 376px;
    height: 428px;
  }
}
@media screen and (min-width: 992px) {
  .dots {
    height: 605px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .header__image.slider {
    display: unset;
    position: relative;
  }
  .header__image.slider .image_variant__block {
    width: 280px;
    margin-left: auto;
  }
  .header__image.slider .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .header__image.slider .slider .dots {
    gap: 5px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .header__image.slider .slider .dot {
    max-width: 60px;
    border-width: 2px;
  }
  .header__image.slider .slides .slide {
    width: 285px;
    height: auto;
  }
}
@media screen and (max-width: 575.98px) {
  .header__image.slider {
    grid-template-columns: 5fr 1fr;
    max-height: 425px;
    margin-bottom: 1.5rem;
  }
  .header__image.slider .slider {
    grid-row-start: 1;
    grid-column-start: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    align-items: end;
    margin-left: auto;
    height: 90vw;
    overflow-y: auto;
  }
  .header__image.slider .slider .dots {
    gap: 15px;
  }
  .header__image.slider .slider .dot {
    max-width: 65px;
  }
  .header__image.slider .slides .slide {
    width: 100%;
    height: 345px;
  }
  .header__image.slider .image_variant__block {
    grid-column-start: 1;
    grid-row-start: 1;
    max-height: 390px;
    height: 100%;
  }
}
@media screen and (max-width: 400.98px) {
  .header__image.slider .slider .dots {
    gap: 10px;
  }
  .header__image.slider .slider .dot {
    max-width: 55px;
  }
  .header__image.slider .slides .slide {
    width: 250px;
    height: 300px;
  }
}
.social-media + .footer {
  margin-top: 0;
}

.footer {
  margin-top: auto;
  padding: 40px 0;
  background-color: #f4f4f4;
}
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__element {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  margin: 5px 0;
  padding: 0 20px;
  border-right: 1px solid #787878;
  line-height: 1;
}
.footer__element:last-child {
  border-right: none;
}
.footer__element a, .footer__element a:link, .footer__element a:visited {
  color: #ababab;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
}
.footer__element a:hover {
  color: #454545;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .footer__element {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 20px 0;
  }
  .footer__element {
    padding: 0 10px;
  }
  .footer__element a, .footer__element a:link, .footer__element a:visited {
    font-size: 1rem;
  }
}
@media (max-width: 419.98px) {
  .footer {
    padding: 10px 0;
  }
}
.cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 0;
  border-top: 1px solid #787878;
  background-color: rgba(255, 255, 255, 0.9);
}
.cookies-popup {
  display: grid;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9020;
  place-items: center;
  padding: 10px;
  overflow: auto;
}
.cookies__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.cookies__content {
  font-size: 0.9rem;
  line-height: 1.2;
}
.cookies__close {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cookies__close button:focus, .cookies__close button:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cookies p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .cookies {
    padding: 5px 0;
  }
  .cookies__content {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .cookies__close {
    position: static;
  }
}
@media (max-width: 419.98px) {
  .cookies__content {
    padding-right: 0;
  }
  .cookies__close {
    padding-left: 0;
  }
}
/* cookies notice --------------------------------------------------------------------- */
.cookies-notice {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  left: 0;
  top: 0;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  max-width: 550px;
  height: 100%;
  max-height: -webkit-calc(100vh - 90px);
  max-height: -moz-calc(100vh - 90px);
  max-height: calc(100vh - 90px);
  min-height: 200px;
  padding: 10px;
  color: #000000;
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
  place-items: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cookies-notice-popup {
  display: grid;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9020;
  place-items: center;
  padding: 10px;
  overflow: auto;
}
.cookies-notice-popup.is-closed {
  opacity: 0;
  pointer-events: none;
}
.cookies-notice:not(.is-open) {
  height: unset;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #ccc;
}
.cookies-notice:not(.is-open) .cookies-notice__container {
  position: static;
  background: transparent;
  padding: 0;
}
.cookies-notice:not(.is-open) .cookies-notice__form {
  display: none;
}
.cookies-notice.is-closed {
  opacity: 0;
  pointer-events: none;
}
.cookies-notice__container {
  width: 635px;
  max-width: 100%;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.cookies-notice__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cookies-notice__close.show {
  display: block;
}
.cookies-notice__heading {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: left;
}
.cookies-notice__heading a {
  color: #222;
  text-decoration: underline;
}
.cookies-notice__message {
  display: block;
  margin-bottom: 10px;
  line-height: 1.7em;
  font-size: max(9px, 0.9em);
}
.cookies-notice__form, .cookies-notice__options {
  display: grid;
  gap: 10px;
}
.cookies-notice__form {
  grid-template-columns: 100%;
}
.cookies-notice__options {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  margin-top: 10px;
}
.cookies-notice__option {
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: unset;
  left: unset;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}
.cookies-notice__option input {
  z-index: 0;
  padding: 0;
  width: auto;
  margin: 0 5px 0 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
.cookies-notice__buttons {
  margin-top: 10px;
  display: block;
}
.cookies-notice__buttons.hidden {
  display: none;
}
.cookies-notice__button {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #ffffff;
  color: #2d2d2d;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
}
.cookies-notice__button__button:visited {
  color: #2d2d2d;
}
.cookies-notice__button.btn-lg {
  padding: 10px 15px;
  margin: 0;
  font-size: 0.7rem;
}
.cookies-notice__button:last-child {
  margin-bottom: 0;
}
.cookies-notice__button--accept-all {
  border-color: #2d2d2d;
  background: #2d2d2d;
  color: #ffffff;
}
.cookies-notice__button--accept-required {
  border-color: #e8e8e8;
  color: #2d2d2d;
}
.cookies-notice__button:hover, .cookies-notice__button:focus, .cookies-notice__button:active {
  color: #ffffff;
  background-color: #ee7330;
  border-color: #ee7330;
  text-decoration: none;
}

@media (min-width: 768px) {
  .cookies-notice__container {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .cookies-notice__form {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .cookies-notice__options {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
    grid-column-end: span 3;
  }
}
@media (min-width: 460px) {
  .cookies-notice__buttons {
    text-align: center;
    margin: 10px 0 5px;
  }
  .cookies-notice__button {
    max-width: none;
    min-width: 130px;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 10px 5px;
  }
  .cookies-notice__button:last-child {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .cookies-notice__message, .cookies-notice__buttons {
    display: block;
    vertical-align: middle;
  }
  .cookies-notice__buttons {
    margin-left: 15px;
  }
}
@media (min-width: 1300px) {
  .cookies-notice:not(.is-open) .cookies-notice__container {
    width: 1100px;
  }
}
@media (min-width: 1500px) {
  .cookies-notice:not(.is-open) .cookies-notice__container {
    width: 1300px;
  }
}
@media (max-width: 578px) {
  .cookies-popup {
    padding: 0;
  }
  .cookies-notice {
    max-width: 100vw;
  }
}
html, body {
  height: 100%;
  font-family: "Roboto";
  font-weight: 300;
  -webkit-text-size-adjust: none;
}

strong {
  font-weight: 700;
}

.strong {
  font-weight: 700;
  display: inline;
}

.h {
  font-size: unset;
  font-weight: unset;
  display: inline;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 10' style='enable-background:new 0 0 20 10;' xml:space='preserve'%3e%3cg id='layer1' transform='translate(0,-294.35415)'%3e%3cpath id='rect4522' d='M18.7,294.4L10,303l-8.7-8.7l-1.3,0l10,10l10-10L18.7,294.4z'/%3e%3c/g%3e%3c/svg%3e") right center/1em auto no-repeat;
}

select::-ms-expand {
  display: none;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: none\9 ;
    padding: 5px\9 ;
  }
}
body > div:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.new-price {
  white-space: nowrap;
  display: inline;
}

.old-price {
  font-size: 0.7em;
  line-height: 1;
  margin-right: 1px;
  white-space: nowrap;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  margin-right: 0.3em;
}
.old-price:after {
  content: "";
  border-bottom: 2px solid #94191d;
  position: absolute;
  width: 110%;
  height: 50%;
  -webkit-transform: rotate(-10deg) translateY(15%);
  -moz-transform: rotate(-10deg) translateY(15%);
  -o-transform: rotate(-10deg) translateY(15%);
  transform: rotate(-10deg) translateY(15%);
  left: -5%;
}

.nav-cart__cell .old-price:after {
  -webkit-transform: rotate(-15deg) translateY(30%);
  -moz-transform: rotate(-15deg) translateY(30%);
  -o-transform: rotate(-15deg) translateY(30%);
  transform: rotate(-15deg) translateY(30%);
}

.products-grid__price .old-price:after {
  -webkit-transform: rotate(-15deg) translateY(40%);
  -moz-transform: rotate(-15deg) translateY(40%);
  -o-transform: rotate(-15deg) translateY(40%);
  transform: rotate(-15deg) translateY(40%);
}

.module .add-to-cart__price .old-price:after {
  -webkit-transform: rotate(-10deg) translateY(50%);
  -moz-transform: rotate(-10deg) translateY(50%);
  -o-transform: rotate(-10deg) translateY(50%);
  transform: rotate(-10deg) translateY(50%);
}

.add-to-cart--white .old-price {
  color: rgba(255, 255, 255, 0.5);
}

.old-price {
  display: none;
}

.blackfriday .header {
  padding-top: 156px;
}
.blackfriday .old-price {
  display: initial;
}

.blackfriday .products-grid__actions {
  gap: -webkit-calc(var(--bs-gutter-x) * 0.2);
  gap: -moz-calc(var(--bs-gutter-x) * 0.2);
  gap: calc(var(--bs-gutter-x) * 0.2);
  min-height: 71px;
}

.faq__title, .gallery h3, .gallery .h3 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 100;
  text-transform: uppercase;
}
.faq__title strong, .gallery h3 strong, .gallery .h3 strong {
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .faq__title, .gallery h3, .gallery .h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .faq__title, .gallery h3, .gallery .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .faq__title, .gallery h3, .gallery .h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 367.98px) {
  .faq__title, .gallery h3, .gallery .h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575.98px) {
  .blackfriday .header {
    padding-top: 120px;
  }
}
.customers-opinions__author, .customers-opinions__comment, p, ul, ol {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
}

.hr {
  display: block;
  margin: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  background-color: #000000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, #000000), color-stop(80%, #000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
}

.section-title {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
}
.section-title > span {
  display: block;
}
.section-title > strong {
  font-weight: 900;
}

.section-subtitle {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

ol li::marker {
  font-weight: 900;
}

ul {
  list-style-type: square;
}

@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.2rem;
  }
  .section-subtitle {
    font-size: 1.3rem;
  }
  .customers-opinions__author, .customers-opinions__comment, p, ul, ol {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .customers-opinions__author, .customers-opinions__comment, p, ul, ol {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-subtitle {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    text-align: center;
    font-size: 1.5rem;
  }
}
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.parallax__layer > * {
  display: block;
}

.add-to-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "packs packs" "colors colors" "quantity price" "button button" "promotion promotion";
  font-size: 1rem;
  position: relative;
}
.add-to-cart__promo {
  grid-area: promotion;
  padding: 2%;
  font-size: 0.9rem;
}
.add-to-cart__promo-price {
  font-weight: 700;
}
.add-to-cart__packs {
  grid-area: packs;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.3);
}
.add-to-cart__packs-list {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px 20px;
}
.add-to-cart__packs span.percent {
  display: block;
  color: red;
  font-size: 0.8em;
}
.add-to-cart__pack-button {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  background-color: #dddddd;
  color: #565656;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.add-to-cart__pack-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.add-to-cart__pack-button.active {
  background-color: #818181;
  color: #e8e8e8;
}
.add-to-cart__pack-button.active:before {
  top: -0.12em;
  right: -0.12em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(0, 0, 0, 0.75);
}
.add-to-cart__colors {
  grid-area: colors;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.3);
}
.add-to-cart__colors-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  gap: 10px 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}
.add-to-cart__color {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  font-size: 32px;
}
.add-to-cart__colors-label {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
.add-to-cart__colors-label span {
  padding-left: 0.5em;
  font-weight: 300;
}
.add-to-cart__quantity {
  grid-area: quantity;
  justify-self: start;
  align-self: end;
  margin-right: 20px;
  font-size: 1.5em;
}
.add-to-cart__quantity > * {
  --quantity-counter-color: #2d2d2d;
  --quantity-counter-btn-color: #bebebe;
  --quantity-counter-btn-bg: #2d2d2d;
}
.add-to-cart__price {
  grid-area: price;
  justify-self: end;
  align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  gap: 0.2em 0.5em;
  color: #2d2d2d;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700;
  height: 40px;
  font-size: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.add-to-cart__button {
  grid-area: button;
  width: 100%;
  padding: 10px 20px;
  border: none;
  background-color: #2d2d2d;
  color: #bebebe;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: ease 300ms;
  -o-transition: ease 300ms;
  -moz-transition: ease 300ms;
  transition: ease 300ms;
  min-height: 40px;
}
.add-to-cart__button:hover {
  background-color: #141414;
}
.add-to-cart__button[disabled] {
  opacity: 0.25;
}
.add-to-cart__button[disabled]:hover {
  background-color: #2d2d2d;
}
.add-to-cart__button--active {
  opacity: 1 !important;
}

div.add-to-cart__button {
  background-color: #2d2d2d;
  opacity: 0.25;
  cursor: pointer;
  text-align: center;
}

.add-to-cart--white {
  color: #ffffff;
}
.add-to-cart--white .add-to-cart__colors {
  border-color: rgba(255, 255, 255, 0.3);
}
.add-to-cart--white .add-to-cart__quantity > * {
  --quantity-counter-color: #e8e8e8;
  --quantity-counter-btn-color: #131514;
  --quantity-counter-btn-bg: #e8e8e8;
  --quantity-counter-input-bg: rgba(255, 255, 255, 0.05);
}
.add-to-cart--white .add-to-cart__price {
  color: #e8e8e8;
}
.add-to-cart--white .add-to-cart__button {
  border: 1px solid #e8e8e8;
  background-color: #ff7e00;
  color: #ffffff;
}
.add-to-cart--white .add-to-cart__button:hover {
  background-color: rgba(255, 126, 0, 0.85);
}
.add-to-cart--white .add-to-cart__button[disabled] {
  background-color: transparent;
}
.add-to-cart--white .add-to-cart__button[disabled]:hover {
  background-color: transparent;
}

.add-to-cart--small .add-to-cart__colors {
  margin-bottom: 10px;
  padding: 7px 0;
}
.add-to-cart--small .add-to-cart__colors-list {
  gap: 5px 10px;
}
.add-to-cart--small .add-to-cart__color {
  font-size: 26px;
}
.add-to-cart--small .add-to-cart__colors-label {
  font-size: 0.8em;
}
.add-to-cart--small .add-to-cart__quantity {
  font-size: 1.3em;
}
.add-to-cart--small .add-to-cart__price {
  font-size: 1.1em;
}
.add-to-cart--small .add-to-cart__button {
  margin-top: 5px;
  font-size: 1em;
}

.add-to-cart--clean .add-to-cart__quantity {
  font-weight: 300;
}
.add-to-cart--clean .add-to-cart__price {
  font-weight: 300;
}
.add-to-cart--clean .add-to-cart__button {
  background-color: #e8e8e8;
  color: #000000;
  font-weight: 300;
}
.add-to-cart--clean .add-to-cart__button:hover {
  background-color: #cfcfcf;
}
.add-to-cart--clean .add-to-cart__button[disabled]:hover {
  background-color: #e8e8e8;
}

@media (max-width: 1399.98px) {
  .add-to-cart--small .add-to-cart__button {
    padding: 5px 10px;
    font-size: 0.85em;
  }
}
@media (max-width: 1199.98px) {
  .add-to-cart--small .add-to-cart__colors {
    gap: 10px 15px;
  }
  .add-to-cart--small .add-to-cart__button {
    font-size: 0.7em;
  }
}
@media (max-width: 991.98px) {
  .add-to-cart--small .add-to-cart__colors {
    gap: 7px 15px;
  }
  .add-to-cart--small .add-to-cart__color {
    font-size: 22px;
  }
  .add-to-cart--small .add-to-cart__price {
    font-size: 1em;
  }
}
@media (max-width: 575.98px) {
  .add-to-cart__colors {
    margin-bottom: 15px;
  }
  .add-to-cart__colors-list {
    gap: 15px;
  }
  .add-to-cart__color {
    font-size: 32px;
  }
  .add-to-cart__colors-arrow {
    font-size: 4px;
  }
  .add-to-cart__price {
    font-size: 1.25em;
  }
  .add-to-cart__button {
    margin-top: 5px;
    font-size: 1em;
  }
}
.button-block {
  grid-area: button;
  position: relative;
  margin-top: 10px;
}
.button-block span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.add-to-cart--white .button-block .add-to-cart__button--active {
  background-color: #ff7e00 !important;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .add-to-cart__colors-list {
    gap: 10px 5px;
  }
  .add-to-cart__packs-list {
    gap: 10px 5px;
  }
  .add-to-cart__color {
    font-size: 1.5rem;
  }
  .add-to-cart__pack-button {
    width: 1.5em;
    height: 1.5em;
  }
}
@media (max-width: 575.98px) {
  .add-to-cart__packs-label {
    font-size: 0.9rem;
  }
  .add-to-cart__colors-list {
    gap: 10px 5px;
  }
  .add-to-cart__packs-list {
    gap: 10px 5px;
  }
  .add-to-cart__color {
    font-size: 1.5rem;
  }
  .add-to-cart__pack-button {
    width: 1.5em;
    height: 1.5em;
  }
}
.variant-color {
  --variant-color: transparent;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.variant-color::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.variant-color i {
  background-color: var(--variant-color);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  flex: 1 1 0;
  display: block;
}
.variant-color--unavailable {
  cursor: default;
}
.variant-color--unavailable > i {
  opacity: 0.5;
}
.variant-color--unavailable::before, .variant-color--unavailable::after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 0.5px);
  top: -moz-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  right: 10%;
  bottom: -webkit-calc(50% - 0.5px);
  bottom: -moz-calc(50% - 0.5px);
  bottom: calc(50% - 0.5px);
  left: 10%;
  z-index: 3;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.variant-color--unavailable::before {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.variant-color--unavailable::after {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.variant-color--active::before {
  top: -0.12em;
  right: -0.12em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

.variant-color--white.active:before {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.variant-color--white.variant-color {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.variant-color--white.variant-color--unavailable::before, .variant-color--white.variant-color--unavailable::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.variant-color--white.variant-color--active::before {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.color-alert {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 7px 14px;
  border: 1px #000000 solid;
  background-color: #ffffff;
  display: none;
  color: #000000;
}
.color-alert:after {
  content: "";
  width: 12px;
  height: 12px;
  bottom: -7px;
  left: 18px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  border-bottom: 1px #000000 solid;
  border-right: 1px #000000 solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.esk-alert {
  top: 30px;
}

.hero__insert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.hero_starter__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  align-items: baseline;
  font-family: "Roboto";
  max-width: 500px;
}
.hero_starter-price p {
  font-weight: 100;
  text-transform: uppercase;
  color: #0F0F0F;
}
.hero_starter-container button {
  background-color: #e8e8e8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 45px;
  text-decoration: none;
}
.hero_starter-container button:hover {
  background-color: rgba(255, 126, 0, 0.8);
  color: #fff;
  border-color: rgba(255, 126, 0, 0.8);
}

.starter_section {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.starter_section.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  height: 100%;
}
.starter_section.active + .product-content {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.starter_section-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  justify-items: start;
  gap: 20px;
  margin-top: 3.5em;
}

.product-starter {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-starter-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  justify-items: start;
  gap: 20px;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.product-starter-text ul {
  list-style: disc;
  margin-left: 30px;
}
.product-starter-text ul li {
  font-size: 1.1rem;
}
.product-starter-text a {
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 45px;
  text-decoration: none;
  text-align: center;
  width: 60%;
}
.product-starter.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  height: 100%;
}
.product-content {
  margin-top: 3em;
}

.add-to-cart__select {
  grid-area: packs;
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: inherit;
  margin-bottom: 15px;
}
.add-to-cart__select .display {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #000;
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}
.add-to-cart__select .display .current {
  padding-right: 20%;
}
.add-to-cart__select .display .arrow {
  display: block;
  width: 20%;
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.add-to-cart__select .display .arrow:before, .add-to-cart__select .display .arrow:after {
  content: "";
  display: block;
  background-color: #777;
  position: absolute;
  top: 60%;
  width: 20px;
  height: 3px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.add-to-cart__select .display .arrow:before {
  -webkit-transform: rotate(150deg) translateX(-45%);
  -moz-transform: rotate(150deg) translateX(-45%);
  -o-transform: rotate(150deg) translateX(-45%);
  transform: rotate(150deg) translateX(-45%);
  left: 40%;
}
.add-to-cart__select .display .arrow:after {
  -webkit-transform: rotate(30deg) translateX(-45%);
  -moz-transform: rotate(30deg) translateX(-45%);
  -o-transform: rotate(30deg) translateX(-45%);
  transform: rotate(30deg) translateX(-45%);
  left: 40%;
}
.add-to-cart__select .options-container {
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  position: absolute;
  z-index: 10;
  background-color: #e5e5e5;
  color: #000;
  border: 1px #000 solid;
  border-top: none;
  left: -2px;
  width: -webkit-calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: calc(100% + 4px);
}
.add-to-cart__select .option {
  font-size: 20px;
  line-height: 24px;
  padding: 10px;
  cursor: pointer;
  background-color: inherit;
}
.add-to-cart__select .option:hover {
  background-color: #f7f7f7;
}
.add-to-cart__select .option.selected {
  background-color: #ffffff;
}
.add-to-cart--white .add-to-cart__select .display {
  color: #ccc;
}

.add-to-cart__others.list-grid {
  grid-area: colors;
}
.add-to-cart__others-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  position: relative;
  margin: 10px 0 30px 0;
}
.add-to-cart__others-list .other-block {
  display: block;
  border: 1px rgba(0, 0, 0, 0.25) solid;
  max-width: 30%;
  -webkit-transition: border-color 300ms;
  -o-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  position: relative;
}
.add-to-cart__others-list .other-block picture {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.add-to-cart__others-list .other-block.active {
  border: 1px black solid;
  border-color: rgba(28, 28, 28, 0.75);
  background-color: rgb(223, 223, 223);
}
.add-to-cart__others-list .other-block.active picture {
  opacity: 0;
}
.add-to-cart__others-list .other-block.active::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  width: 100%;
  padding: 12% 0;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
}
.add-to-cart__others-list img {
  max-width: 100%;
  height: auto;
}
.add-to-cart__others-list.nanolash-mapp {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(28, 28, 28, 0.3);
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 10px;
}
.add-to-cart__others-list.nanolash-mapp .other-block {
  text-align: center;
  padding: 10px 0px;
  max-width: 100%;
  max-height: 48px;
}
.add-to-cart__others-list.nanolash-mapp .other-block span {
  cursor: pointer;
}
.add-to-cart__others-list.nanolash-lacm .other-block.active::after, .add-to-cart__others-list.nanolash-vum .other-block.active::after {
  padding: 5% 0;
  font-size: 11px;
}
.add-to-cart__others-list.nanolash-twc .other-block.active picture, .add-to-cart__others-list.nanolash-twls .other-block.active picture, .add-to-cart__others-list.nanolash-twp .other-block.active picture {
  opacity: 1;
}
.add-to-cart__others-list.nanolash-twc .other-block.active picture img, .add-to-cart__others-list.nanolash-twls .other-block.active picture img, .add-to-cart__others-list.nanolash-twp .other-block.active picture img {
  min-height: 45px;
}
.add-to-cart__others-list.nanolash-hep {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(28, 28, 28, 0.3);
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 10px;
}
.add-to-cart__others-list.nanolash-hep .other-block {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
  max-width: 100%;
  max-height: 48px;
}
.add-to-cart__others-list.nanolash-hep .other-block span {
  cursor: pointer;
}

.other-tab {
  grid-area: packs;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-height: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(28, 28, 28, 0.3);
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  padding: 10px 0;
  margin-bottom: 20px;
}
.other-tab-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
.other-tab-colors-list {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.other-tab-colors-list.active {
  color: white;
}
.other-tab-colors-list.active::before {
  top: -0.22em;
  right: -0.22em;
  bottom: -0.22em;
  left: -0.2em;
  border: 1px solid black;
}
.other-tab-colors-list.black {
  background-color: #000;
}
.other-tab-colors-list.brown {
  background-color: #896d68;
}
.other-tab-colors-list.clear {
  background-color: #cacaca;
}
.other-tab-colors-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.other-tab-title {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.other-tab-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 10px;
}
.other-tab-container .other-block {
  max-width: 100%;
}

@media (hover) {
  .add-to-cart__others-list .other-block:hover {
    border-color: rgba(0, 0, 0, 0.75);
    background-color: rgb(223, 223, 223);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .add-to-cart__others-list .other-block:hover picture {
    opacity: 0;
  }
  .add-to-cart__others-list .other-block:hover::after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    padding: 5% 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
  .add-to-cart__others-list.nanolash-lacm .other-block:hover, .add-to-cart__others-list.nanolash-vum .other-block:hover {
    border-color: rgba(0, 0, 0, 0.75);
    background-color: rgb(223, 223, 223);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .add-to-cart__others-list.nanolash-lacm .other-block:hover picture, .add-to-cart__others-list.nanolash-vum .other-block:hover picture {
    opacity: 0;
  }
  .add-to-cart__others-list.nanolash-lacm .other-block:hover::after, .add-to-cart__others-list.nanolash-vum .other-block:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    padding: 5% 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
}
@media (any-pointer: coarse) {
  .add-to-cart__others-list .other-block.active {
    border: 1px black solid;
  }
  .add-to-cart__others-list .other-block:hover {
    border-color: rgba(0, 0, 0, 0.75);
    background-color: rgb(223, 223, 223);
  }
  .add-to-cart__others-list .other-block:hover::after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    padding: 5% 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
  }
  .add-to-cart__others-list img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .add-to-cart__others-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .add-to-cart__others-list .other-block {
    max-width: 100%;
    max-height: 48px;
  }
}
@media screen and (max-width: 567px) {
  .product-starter-content {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .product-starter-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .product-starter-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
.products-grid {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8e8e8;
}
.products-grid__image img {
  height: auto;
}
.products-grid__more {
  display: block;
  padding: 10px 10px;
  width: 100%;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.products-grid__more p {
  margin: 0;
}
.products-grid__promo {
  padding: 5% 0 0 0;
  font-size: 0.9rem;
}
.products-grid__promo-price {
  font-weight: 700;
}
.products-grid__slider-nav {
  display: none;
}
.products-grid__element {
  padding-top: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-top: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  font-size: 1rem;
}
.products-grid__element:focus {
  outline: none;
}
.products-grid__element--group .products-grid__actions, .products-grid__element--unavailable .products-grid__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 47px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.products-grid__element--group .products-grid__actions:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.products-grid__element--unavailable .products-grid__image, .products-grid__element--unavailable .products-grid__details, .products-grid__element--unavailable .products-grid__actions {
  opacity: 0.5;
}
.products-grid__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.nanolash-pre-glue .products-grid__container
{
  max-width:85%;
}
.products-grid__content:hover .products-grid__backdrop {
  visibility: visible;
  opacity: 1;
}
.products-grid__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
}
.products-grid__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.products-grid__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  flex: 0 0 60%;
  text-align: center;
}
.products-grid__details {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -moz-box-flex: 0;
  flex: 0 0 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.products-grid__name {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
.products-grid__description {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
}
.products-grid__description span.percent {
  display: block;
  color: red;
  font-size: 0.8em;
}
.products-grid__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
  gap: -webkit-calc(var(--bs-gutter-x) * 0.5);
  gap: -moz-calc(var(--bs-gutter-x) * 0.5);
  gap: calc(var(--bs-gutter-x) * 0.5);
  padding: 5px 20px;
  border: 1px solid #000000;
  color: #000000;
  min-height: 71px;
}
.products-grid__actions > * {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}
.products-grid__colors {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.products-grid__colors button {
  position: relative;
  padding-left: 10.3923048454px;
  padding-right: 31.1769145362px;
  border-style: solid;
  border-width: 0 1px;
  border-color: #000000;
  background: none;
}
.products-grid__colors button:hover::after {
  right: 8.3923048454px;
}
.products-grid__colors button::after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 6px);
  top: -moz-calc(50% - 6px);
  top: calc(50% - 6px);
  right: 10.3923048454px;
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 10.3923048454px;
  border-color: transparent #787878;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.products-grid__colors ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 0 5px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: unset;
  left: unset;
  min-width: unset;
}
.products-grid__colors li {
  margin: 0.5em 0;
  font-size: 14px;
}
.products-grid__colors li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.products-grid__colors--expanded button:hover::after {
  right: 10.3923048454px;
}
.products-grid__colors--expanded button::after {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.products-grid__colors--expanded ul {
  display: block;
}
.products-grid__color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0.5em;
  text-align: left;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.products-grid__color--unavailable {
  cursor: default !important;
}
.products-grid__color--unavailable:hover {
  background: none !important;
}
.products-grid__color .variant-color {
  font-size: 1.5em;
}
.products-grid__price {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
  -moz-box-orient: inherit;
  -moz-box-direction: inherit;
  flex-direction: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.products-grid__quantity {
  text-align: center;
  font-size: 18px;
}
.products-grid__button {
  position: relative;
}
.products-grid__button button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 1px;
  border: none;
  background: none;
  color: #000000;
}
.products-grid__button button:active {
  padding: 0 0 0 2px;
}
.products-grid__button button[disabled] {
  opacity: 1;
}
.products-grid__button button[disabled]:active {
  padding: 0 1px;
}
.products-grid__button button > span {
  display: none;
}
.products-grid__button button > i {
  font-size: 32px;
}
.products-grid__button--mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.products-grid__button .disabled-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  cursor: default;
}
.products-grid .button-block {
  position: relative;
}
.products-grid .color-alert {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 7px 14px;
  border: 1px #000 solid;
  background-color: #fff;
  display: none;
  color: #000;
  z-index: 20;
}
.products-grid .color-alert--main {
  min-width: 130px;
  text-align: center;
  left: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products-grid .color-alert:after {
  content: "";
  width: 12px;
  height: 12px;
  bottom: -7px;
  left: 18px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-bottom: 1px #000 solid;
  border-right: 1px #000 solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add-to-cart__packs {
  grid-area: packs;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  gap: 15px;
  max-width: 100%;
  padding: 10px 0;
}
.add-to-cart__packs-list {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 6px 6px;
}
.add-to-cart__promo {
  grid-area: promotion;
  padding: 2%;
  font-size: 0.9rem;
}
.add-to-cart__promo-price {
  font-weight: 700;
}
.add-to-cart__pack-button {
  position: relative;
  font-size: 0.8rem;
  font-weight: 900;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  background-color: #dddddd;
  color: #565656;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.add-to-cart__pack-button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.add-to-cart__pack-button.active {
  background-color: #818181;
  color: #e8e8e8;
}
.add-to-cart__pack-button.active:before {
  top: -0.12em;
  right: -0.12em;
  bottom: -0.18em;
  left: -0.12em;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

*:lang("id-ID") .products-grid__actions {
  gap: -webkit-calc(var(--bs-gutter-x) * 0.2);
  gap: -moz-calc(var(--bs-gutter-x) * 0.2);
  gap: calc(var(--bs-gutter-x) * 0.2);
}

.change_color {
  font-size: 0.8rem;
}

@media (min-width: 1400px) {
  .products-grid__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
  }
  .products-grid__image img {
    width: 140px;
  }
  .products-grid__details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
  }
  .products-grid__actions {
    padding: 5px 10px;
  }
}
@media (max-width: 1199.98px) {
  .products-grid__details {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
  }
}
@media (max-width: 991.98px) {
  .products-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-grid__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    font-size: 0.8rem;
  }
  .products-grid__element--group .products-grid__actions, .products-grid__element--unavailable .products-grid__actions {
    min-height: 87px;
    padding: 5px 15px;
    border: 1px solid #000000;
    font-size: 1.3em;
    line-height: 1;
  }
  .products-grid__backdrop {
    display: none;
  }
  .products-grid__image img {
    max-width: 100px;
  }
  .products-grid__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .products-grid__details {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .products-grid__name {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
  }
  .products-grid__description {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1;
  }
  .products-grid__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(-webkit-max-content, 1fr));
    grid-template-columns: repeat(2, minmax(max-content, 1fr));
    grid-template-areas: "packs    packs" "colors    colors" "quantity  price" "button    button";
    gap: 5px 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    margin-top: auto;
    padding: 0;
    border: none;
  }
  .products-grid__colors {
    grid-area: colors;
  }
  .products-grid__color {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .products-grid__color button {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px;
  }
  .products-grid__color ul {
    top: 100%;
  }
  .products-grid__color li {
    font-size: 12px;
  }
  .products-grid__price {
    grid-area: price;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    line-height: 1;
  }
  .products-grid__quantity {
    grid-area: quantity;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 1.3em;
  }
  .products-grid__button {
    grid-area: button;
  }
  .products-grid__button button {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #000000;
    text-align: center;
  }
  .products-grid__button button:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .products-grid__button button:active {
    padding: 5px 9px 5px 11px;
  }
  .products-grid__button button[disabled]:hover {
    background: none;
  }
  .products-grid__button button[disabled]:active {
    padding: 5px 10px;
  }
  .products-grid__button button > span {
    display: inline;
  }
  .products-grid__button button > i {
    display: none;
  }
  .products-grid .color-alert {
    top: -40px;
  }
}
@media (max-width: 575.98px) {
  .products-grid {
    padding-top: 0;
    padding-bottom: 0;
  }
  .products-grid__element {
    font-size: 0.7rem;
  }
  .products-grid__element--group .products-grid__actions, .products-grid__element--unavailable .products-grid__actions {
    min-height: 85px;
  }
  .products-grid__image img {
    max-width: 100px;
  }
  .products-grid__name {
    font-size: 1.05rem;
  }
  .products-grid__description {
    font-size: 0.8rem;
  }
  .products-grid__color li {
    font-size: 10px;
  }
  *:lang("id-ID") .products-grid__price {
    font-size: 0.85rem;
  }
  *:lang("id-ID") .products-grid__quantity {
    font-size: 1.1em;
  }
  .products-grid__price {
    min-height: 50px;
    padding: 5px 5px;
  }
  .products-grid__more {
    padding: 0;
  }
  .products-grid__quantity {
    padding: 5px 5px;
  }
}
@media (max-width: 349.98px) {
  .products-grid {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .products-grid__container {
    position: relative;
    z-index: 1;
  }
  .products-grid__slider-nav {
    display: block;
  }
  .products-grid__nav-element {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: -webkit-calc(50vw - 115px);
    width: -moz-calc(50vw - 115px);
    width: calc(50vw - 115px);
    cursor: pointer;
  }
  .products-grid__nav-element--left {
    left: 0;
  }
  .products-grid__nav-element--right {
    right: 0;
  }
  .products-grid__nav-element:active .products-grid__nav-arrow--left::before, .products-grid__nav-element:active .products-grid__nav-arrow--left::after {
    right: 2px;
    left: -2px;
  }
  .products-grid__nav-element:active .products-grid__nav-arrow--right::before, .products-grid__nav-element:active .products-grid__nav-arrow--right::after {
    right: -2px;
    left: 2px;
  }
  .products-grid__nav-element:hover .products-grid__nav-arrow {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  .products-grid__nav-arrow {
    position: absolute;
    top: -webkit-calc(50% - 1.55em);
    top: -moz-calc(50% - 1.55em);
    top: calc(50% - 1.55em);
    left: -webkit-calc(50% - 1em);
    left: -moz-calc(50% - 1em);
    left: calc(50% - 1em);
    width: 2em;
    height: 3.1em;
    border: none;
    background: none;
    -webkit-transition: ease 300ms;
    -o-transition: ease 300ms;
    -moz-transition: ease 300ms;
    transition: ease 300ms;
  }
  .products-grid__nav-arrow::before, .products-grid__nav-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 4px;
    background-color: #000000;
  }
  .products-grid__nav-arrow::before {
    -webkit-transform: rotateZ(60deg);
    -moz-transform: rotateZ(60deg);
    -o-transform: rotateZ(60deg);
    transform: rotateZ(60deg);
  }
  .products-grid__nav-arrow::after {
    -webkit-transform: rotateZ(-60deg);
    -moz-transform: rotateZ(-60deg);
    -o-transform: rotateZ(-60deg);
    transform: rotateZ(-60deg);
  }
  .products-grid__nav-arrow--left, .products-grid__nav-arrow--left::before, .products-grid__nav-arrow--left::after {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
  .products-grid__nav-arrow--left::before {
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .products-grid__nav-arrow--left::after {
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .products-grid__nav-arrow--right, .products-grid__nav-arrow--right::before, .products-grid__nav-arrow--right::after {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }
  .products-grid__nav-arrow--right::before {
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .products-grid__nav-arrow--right::after {
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
  }
  .products-grid__wrapper {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .products-grid__wrapper .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .products-grid__element {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -moz-box-flex: 0;
    flex: 0 0 220px;
    z-index: 1;
    padding: 5px;
    background-color: whitesmoke;
    opacity: 0.35;
    -webkit-transition: ease 500ms;
    -o-transition: ease 500ms;
    -moz-transition: ease 500ms;
    transition: ease 500ms;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .products-grid__element--group .products-grid__actions, .products-grid__element--unavailable .products-grid__actions {
    min-height: 29px;
  }
  .products-grid__element--active {
    opacity: 1;
  }
  .products-grid__colors ul {
    background-color: whitesmoke;
  }
}
.variant-color.color--active:before {
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px black solid;
}

@media (min-width: 992px) {
  .button-block {
    width: 125px;
  }
  .products-grid__element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

}
@media screen and (max-width: 575.98px) {
  .change_color {
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
}
.gallery {
  position: relative;
  padding: 50px 0;
}
.gallery::before {
  content: "";
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 50px);
  left: -moz-calc(50% - 50px);
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 7px;
  background-color: #000000;
}
.gallery h3, .gallery .h3 {
  text-align: center;
}
.gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, -webkit-min-content) 0;
  grid-template-rows: repeat(2, min-content) 0;
  margin: 20px auto 0;
  width: 100%;
  max-width: 1920px;
}
.gallery__single {
  width: 100%;
  overflow: hidden;
}
.gallery__single img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: ease 500ms;
  -o-transition: ease 500ms;
  -moz-transition: ease 500ms;
  transition: ease 500ms;
  width: 100%;
  height: auto;
}
.gallery__single img:hover {
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.gallery__description {
  margin: 50px auto;
  width: 80%;
  text-align: center;
}

.gallery--no-border::before {
  content: none;
}

@media (max-width: 991.98px) {
  .gallery__wrapper {
    grid-template-columns: repeat(8, 1fr);
  }
  .gallery__description {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .gallery__wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, -webkit-min-content) 0;
    grid-template-rows: repeat(3, min-content) 0;
    margin: 10px auto 0;
  }
  .gallery__description {
    margin: 40px auto;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .gallery {
    padding: 30px 0;
  }
  .gallery::before {
    height: 5px;
  }
  .gallery__wrapper {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content);
    margin: 0 auto;
  }
  .gallery__description {
    margin: 30px auto;
  }
}
.customers-opinions {
  background-color: #e8e8e8;
  background: -webkit-gradient(linear, left top, right top, from(#cfcfcf), color-stop(40%, #e8e8e8), color-stop(60%, #e8e8e8), to(#cfcfcf));
  background: -webkit-linear-gradient(left, #cfcfcf 0%, #e8e8e8 40%, #e8e8e8 60%, #cfcfcf 100%);
  background: -moz-linear-gradient(left, #cfcfcf 0%, #e8e8e8 40%, #e8e8e8 60%, #cfcfcf 100%);
  background: -o-linear-gradient(left, #cfcfcf 0%, #e8e8e8 40%, #e8e8e8 60%, #cfcfcf 100%);
  background: linear-gradient(to right, #cfcfcf 0%, #e8e8e8 40%, #e8e8e8 60%, #cfcfcf 100%);
  font-size: 30px;
}
.customers-opinions__wrapper {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  margin: 0 auto;
  width: 1200px;
  padding: 60px 1.2em;
}
.customers-opinions__pagination {
  position: absolute;
  top: -4px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  width: 100%;
  height: 8px;
  padding: 0;
  list-style-type: none;
}
.customers-opinions__pagination > * {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
  -moz-box-flex: 0;
  flex: 0 1 15%;
  height: 100%;
  background-color: #cfcfcf;
  cursor: pointer;
}
.customers-opinions__pagination > *.slick-active {
  background-color: #131514;
  cursor: default;
}
.customers-opinions__pagination > * button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  opacity: 0;
}
.customers-opinions__outer {
  width: 100%;
  overflow: hidden;
}
.customers-opinions__element {
  width: 100%;
  padding: 0 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customers-opinions__comment {
  text-align: center;
  margin-bottom: 15px;
}
.customers-opinions__author {
  text-align: right;
}
.customers-opinions__navigation {
  position: absolute;
  top: -webkit-calc(50% - 0.5em);
  top: -moz-calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  right: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.customers-opinions__nav-button {
  position: relative;
  width: 0.9em;
  height: 1em;
  border: none;
  background: none;
}
.customers-opinions__nav-button::before, .customers-opinions__nav-button::after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 0.5px);
  top: -moz-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #787878;
}
.customers-opinions__nav-button::before {
  -webkit-transform: rotateZ(30deg);
  -moz-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg);
}
.customers-opinions__nav-button::after {
  -webkit-transform: rotateZ(-30deg);
  -moz-transform: rotateZ(-30deg);
  -o-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
}
.customers-opinions__nav-button--left:active::before, .customers-opinions__nav-button--left:active::after {
  right: 2px;
  left: -2px;
}
.customers-opinions__nav-button--left::before, .customers-opinions__nav-button--left::after {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.customers-opinions__nav-button--right:active::before, .customers-opinions__nav-button--right:active::after {
  right: -2px;
  left: 2px;
}
.customers-opinions__nav-button--right::before, .customers-opinions__nav-button--right::after {
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.customers-opinions .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .customers-opinions {
    font-size: 24px;
  }
  .customers-opinions__wrapper {
    padding: 40px 1.2em;
  }
}
@media (max-width: 575.98px) {
  .customers-opinions {
    font-size: 20px;
  }
  .customers-opinions__wrapper {
    padding: 30px 1.25em;
  }
  .customers-opinions__element {
    padding: 0 10px;
  }
  .customers-opinions__navigation {
    right: 0.25em;
    left: 0.25em;
  }
}
.faq {
  padding: 50px 0 30px;
  background-color: #131514;
  color: #ffffff;
}
.faq__title {
  color: #787878;
}
.faq__title strong {
  color: #ffffff;
}
.faq__image {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  text-align: center;
}
.faq__image--flash {
  position: relative;
  z-index: 1;
}
.faq__image--flash::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  background: none;
  -webkit-box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 200px 200px rgba(255, 255, 255, 0.2);
}
.faq__element {
  padding: 10px 0;
}
.faq__question {
  position: relative;
  padding-left: 1.6em;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.faq__question::after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.692820323em;
  border-color: transparent #787878;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.faq__question:hover::after {
  left: 0.4em;
}
.faq__question--active::after, .faq__question--active:hover::after {
  left: 0;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  border-color: transparent #ffffff;
}
.faq__answer {
  margin-top: 20px;
  margin-left: 0.5196152423em;
  padding-bottom: 10px;
  padding-left: -webkit-calc(1.8803847577em - 1px);
  padding-left: -moz-calc(1.8803847577em - 1px);
  padding-left: calc(1.8803847577em - 1px);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}

.faq--relative {
  margin-top: 57px;
}
.faq--relative .faq__image {
  position: relative;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  top: -100px;
  margin-bottom: -100px;
}
.faq--relative .faq__image::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -webkit-calc(var(--bs-gutter-x) * 0.5 + 14px);
  right: -moz-calc(var(--bs-gutter-x) * 0.5 + 14px);
  right: calc(var(--bs-gutter-x) * 0.5 + 14px);
  bottom: 7px;
  left: -webkit-calc(var(--bs-gutter-x) * 0.5 + 14px);
  left: -moz-calc(var(--bs-gutter-x) * 0.5 + 14px);
  left: calc(var(--bs-gutter-x) * 0.5 + 14px);
  display: block;
  border: 2px solid #131514;
}

@media (max-width: 1199.98px) {
  .faq__question {
    font-size: 1.4rem;
  }
  .faq__answer {
    margin-left: 0.4849742261em;
    padding-left: -webkit-calc(1.7550257739em - 1px);
    padding-left: -moz-calc(1.7550257739em - 1px);
    padding-left: calc(1.7550257739em - 1px);
  }
  .faq--relative .faq__image {
    top: 0;
    margin-bottom: 0;
  }
  .faq--relative .faq__image::after {
    top: 7px;
  }
}
@media (max-width: 991.98px) {
  .faq__question {
    font-size: 1.3rem;
  }
  .faq__answer {
    margin-left: 0.45033321em;
    padding-left: -webkit-calc(1.62966679em - 1px);
    padding-left: -moz-calc(1.62966679em - 1px);
    padding-left: calc(1.62966679em - 1px);
  }
}
@media (max-width: 767.98px) {
  .faq__question {
    font-size: 1.2rem;
  }
  .faq__answer {
    margin-left: 0.4156921938em;
    padding-left: -webkit-calc(1.5043078062em - 1px);
    padding-left: -moz-calc(1.5043078062em - 1px);
    padding-left: calc(1.5043078062em - 1px);
  }
}
@media (max-width: 575.98px) {
  .faq {
    padding: 30px 0;
  }
  .faq__question {
    font-size: 1.1rem;
  }
  .faq__answer {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px;
    font-size: 0.9rem;
  }
  .faq--relative {
    margin-top: 0;
  }
}
@media (max-width: 419.98px) {
  .faq__element {
    padding: 5px 0;
  }
  .faq__answer {
    margin-top: 5px;
  }
}
.brand-banner {
  position: relative;
}
.brand-banner__image {
  text-align: center;
}
.brand-banner__image img {
  width: 1920px;
}
.brand-banner__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.brand-banner__title {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .brand-banner__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .brand-banner__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .brand-banner__title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 575.98px) {
  .brand-banner__title {
    font-size: 1rem;
  }
}
@media (max-width: 419.98px) {
  .brand-banner__title {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) {
  .brand-banner__wrapper {
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .brand-banner__wrapper {
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .brand-banner__wrapper {
    gap: 25px;
  }
}
.brand-title {
  color: #E1DFDF;
  text-decoration: none;
  font-size: 13px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}

.brands {
  background-color: #000000;
}
.brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.5rem 0;
  gap: 3rem;
  position: relative;
}
.brands-grid:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #E1E1E1;
}
.brands-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  color: initial;
  text-decoration: none;
}
.brands-column:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.brands-column img {
  max-width: 100%;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  -webkit-transition: -webkit-filter 300ms ease-out;
  transition: -webkit-filter 300ms ease-out;
  -o-transition: filter 300ms ease-out;
  -moz-transition: filter 300ms ease-out;
  transition: filter 300ms ease-out;
  transition: filter 300ms ease-out, -webkit-filter 300ms ease-out;
  margin-top: auto;
}
.brands-column.current img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.brands.margin {
  margin: 5rem 0;
  z-index: -1;
}
.brands-grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brands-grid-item .brands-column {
  grid-column: 1/3;
}
.brands-grid-item .brands-column img {
  margin-top: unset;
}
.brands-grid-item-image-block {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .brands-grid-item .brands-column {
    grid-column: 2/3;
  }
  .brands-grid-item-image-block {
    display: block;
  }
  .brands-grid-item-image-block img {
    position: absolute;
    top: -100%;
  }
}
@media screen and (max-width: 567px) {
  .brands-grid {
    gap: 1rem;
  }
  .brands-navigation .brands-grid {
    padding: 1.5rem 0.5rem;
    gap: 1rem;
  }
  .brands.margin {
    margin: 1rem 0;
  }
}
.social-media {
  margin-top: auto;
  padding: 40px 0;
}
.social-media__header {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
}
.social-media__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.social-media__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}
.social-media__element {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-basis: 32px;
  flex-basis: 32px;
  border: 1px solid #454545;
  text-align: center;
}
.social-media__icon {
  display: block;
  padding: 5px;
  color: #454545;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}
.social-media__icon:hover {
  background-color: #454545;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .social-media {
    padding: 30px 0;
  }
  .social-media__header {
    font-size: 1.2rem;
  }
  .social-media__icons {
    margin-top: 10px;
  }
  .social-media__element {
    -webkit-flex-basis: 20px;
    flex-basis: 20px;
  }
  .social-media__icon {
    font-size: 20px;
  }
}
@media (max-width: 419.98px) {
  .social-media {
    padding: 15px 0;
  }
}
.facebook:hover i {
  color: #087AE9;
}

.instagram:hover i {
  background: -webkit-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);
  background: -moz-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);
  background: -o-linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);
  background: linear-gradient(45deg, #f4b651 33%, #ca2d8e 66%, #a332ae);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #dc2b6d;
}

.tiktok:hover i {
  color: #000;
  text-shadow: -1px -1px 0 #00f3ee;
}

.youtube:hover i {
  color: #ff0000;
}

.pinterest:hover i {
  color: #b6071b;
}

.social-media-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 0 10px;
}
.social-media-section a {
  color: inherit;
  font-size: 3rem;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.social-media-section a:hover {
  text-decoration: none;
}

.soicial-media-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 0 10px;
}
.soicial-media-brand a {
  color: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px #000000 solid;
  padding: 5px;
}

@media (min-width: 576px) {
  .soicial-media-brand a {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .soicial-media-brand a {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .soicial-media-brand a {
    font-size: 2.5rem;
    border: 2px #000000 solid;
  }
}
@media (min-width: 1400px) {
  .soicial-media-brand a {
    font-size: 3rem;
    border: 2.75px #000000 solid;
  }
}
@media screen and (max-width: 567px) {
  .social-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    gap: 10px;
  }
  .social-section > img {
    height: 50px;
    margin: 1rem 0;
  }
  .social-section .social-media-section {
    gap: 0 30px;
  }
}
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -moz-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  display: block;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

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

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-box-ordinal-group: 10000;
  order: 9999;
}

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

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  -moz-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes swiper-preloader-spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: -moz-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.socials {
  margin-top: 3rem;
  position: relative;
}
.socials__title {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  color: #191919;
  padding: 1rem;
}
.socials__wall {
  margin: auto;
  background-color: #F2F2F2;
}
.socials__links {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  justify-items: center;
  width: 40%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 20px;
  margin: auto;
}
.socials__links__title {
  font-size: 24px;
  line-height: 1.2;
  grid-column: 1/3;
  text-align: center;
  letter-spacing: 0.7;
  font-weight: 300;
}
.socials__links__follow {
  grid-column: 1/2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.socials__links__follow img {
  display: block;
  max-width: 100%;
}
.socials__links__links {
  top: -5px;
  position: relative;
  grid-column: 2/3;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.socials__links__links img {
  display: block;
  width: 45px;
  height: auto;
}
.socials__slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  overflow: hidden;
  width: 95%;
}
.socials__slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
  width: 235px;
  height: 235px;
}
.socials__slides.animating .socials__slide {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.socials__slides.animating .socials__slide.slide-in {
  -webkit-animation-name: slideIn;
  -moz-animation-name: slideIn;
  -o-animation-name: slideIn;
  animation-name: slideIn;
}
.socials__slides.animating .socials__slide.slide-out {
  -webkit-animation-name: slideOut;
  -moz-animation-name: slideOut;
  -o-animation-name: slideOut;
  animation-name: slideOut;
}
.socials__slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  height: auto;
  position: relative;
  cursor: pointer;
}
.socials__slide--animate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.socials__control {
  position: absolute;
  z-index: 2;
  width: 50px;
  border: none;
  height: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  opacity: 0.75;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  touch-action: manipulation;
  cursor: pointer;
}
.socials__control:hover {
  opacity: 1;
}
.socials__control:before, .socials__control:after {
  content: "";
  display: block;
  background-color: #777;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.socials__prev {
  left: 5px;
}
.socials__prev:before {
  -webkit-transform: rotate(-45deg) translateX(45%);
  -moz-transform: rotate(-45deg) translateX(45%);
  -o-transform: rotate(-45deg) translateX(45%);
  transform: rotate(-45deg) translateX(45%);
  right: 25px;
}
.socials__prev:after {
  -webkit-transform: rotate(45deg) translateX(45%);
  -moz-transform: rotate(45deg) translateX(45%);
  -o-transform: rotate(45deg) translateX(45%);
  transform: rotate(45deg) translateX(45%);
  right: 25px;
}
.socials__next {
  right: 5px;
}
.socials__next:before {
  -webkit-transform: rotate(45deg) translateX(-45%);
  -moz-transform: rotate(45deg) translateX(-45%);
  -o-transform: rotate(45deg) translateX(-45%);
  transform: rotate(45deg) translateX(-45%);
  left: 25px;
}
.socials__next:after {
  -webkit-transform: rotate(-45deg) translateX(-45%);
  -moz-transform: rotate(-45deg) translateX(-45%);
  -o-transform: rotate(-45deg) translateX(-45%);
  transform: rotate(-45deg) translateX(-45%);
  left: 25px;
}
.socials__hash {
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.socials_img_title {
  text-align: center;
}
.socials__img_title {
  width: 30%;
  padding: 2rem 0;
}

.socials__video {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

.socials__slide.swiper-slide {
  width: 100% !important;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideIn {
  from {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes slideIn {
  from {
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes slideOut {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes slideOut {
  from {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.socials__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.video__wrapper {
  max-width: 100%;
  position: relative;
}

.video-container {
  width: 25%;
  height: 70%;
}

.socials__video .socials__control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-block {
  overflow: unset !important;
}

.video-block video {
  max-height: 100%;
  width: auto;
}

.socials__close {
  position: absolute;
  top: 50px;
  right: 50px;
  border: none;
  background: none;
  color: white;
  font-size: 50px;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .video-container {
    width: 100%;
  }
  .socials__video .socials__control.socials__prev {
    left: 0;
  }
  .socials__video .socials__control.socials__next {
    right: 0;
  }
  .video-block video {
    display: block;
    margin: auto;
  }
  .socials__links {
    width: 100%;
  }
  .socials__img_title {
    width: 50%;
    padding: 3rem 0;
  }
  .socials__hash {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-container {
    width: 50%;
    height: 70%;
  }
  .socials__control.socials__prev {
    left: -125px;
  }
  .socials__control.socials__next {
    right: -125px;
  }
}
@media screen and (min-width: 992px) {
  .socials__video .socials__control.socials__prev {
    left: -250px;
  }
  .socials__video .socials__control.socials__next {
    right: -250px;
  }
}
@media screen and (min-width: 768px) {
  .socials__title {
    font-size: 36px;
  }
  .socials__links {
    gap: 30px;
  }
  .socials__links__links {
    top: 0px;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .socials__wall {
    width: 100%;
  }
  .socials__slide:hover .socials__slide--animate {
    z-index: 1;
  }
}
@media screen and (max-width: 567px) {
  .socials__img_title {
    width: 70%;
    padding: 2rem 0;
  }
  .social-media-section a {
    font-size: 1.5rem;
  }
  .socials__links .flex-wrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }
  .socials__links .flex-wrap img {
    height: 50px;
  }
  .socials__links .flex-wrap .social-media-section {
    gap: 0 30px;
  }
  .socials__links {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.mark-section {
  padding-bottom: 40px;
}
.mark-title {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  padding-left: 15%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mark-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10%;
  height: 3px;
}
.mark-container {
  margin-left: auto;
  margin-right: 5%;
  padding-top: 40px;
  position: relative;
}
.mark-container.dark {
  color: #f3f3f3;
}
.mark-container.dark .mark-title:before {
  background-color: #afafaf;
}
.mark-container.dark:before {
  background-color: #000000;
}
.mark-container.light {
  color: #000000;
}
.mark-container.light .mark-title:before {
  background-color: #000000;
}
.mark-container.light:before {
  background-color: #E9E9E9;
}
.mark-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 10%;
  right: -100%;
  bottom: 50%;
  z-index: -1;
}
.mark-content {
  margin-left: auto;
  text-align: justify;
  padding-left: 15%;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 10px;
}
.mark-content * {
  color: inherit;
}
.mark-images {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}
.mark-images img {
  max-width: 145px;
}
.mark-images .image--one {
  padding-top: 50px;
}
.mark-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.25rem;
  color: #000000;
  margin-top: 15px;
  gap: 5px 10px;
}
.mark-icons .icons-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 5px;
}
.mark-icons .icons-icon {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000000;
  background-color: #000000;
}

@media screen and (min-width: 400px) {
  .mark-images {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .mark-block:first-child {
    margin-bottom: 2rem;
  }
  .mark-title, .mark-content {
    padding-left: 0;
  }
  .mark-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    display: grid;
    padding: 80px 0 0;
    grid-template-columns: 1fr auto;
    gap: 0 15px;
  }
  .mark-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    bottom: 0;
    z-index: -1;
  }
  .mark-container.dark .mark-container:before {
    background-color: #000000;
  }
  .mark-container.light .mark-container:before {
    background-color: #E9E9E9;
  }
  .mark-container.left:before {
    left: 0%;
    right: 5%;
  }
  .mark-container.left .mark-text {
    grid-column: 1/2;
    padding-left: 5%;
  }
  .mark-container.left .mark-images {
    grid-column: 2/3;
  }
  .mark-container.right:before {
    left: 5%;
    right: 0;
  }
  .mark-container.right .mark-text {
    grid-column: 2/3;
    padding-right: 5%;
  }
  .mark-container.right .mark-images {
    grid-column: 1/2;
  }
  .mark-text {
    position: relative;
    padding: 5% 0;
  }
  .mark-title {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    align-self: center;
  }
  .mark-title:before {
    bottom: 0;
    right: 50%;
    height: 2px;
    background-color: #fff;
  }
  .mark-content {
    -webkit-align-self: stretch;
    align-self: stretch;
  }
  .mark-images {
    position: relative;
    margin-top: unset;
    grid-column: 2/3;
    grid-row: 1/2;
    max-height: 100%;
  }
  .mark-images img {
    position: relative;
    display: block;
    -webkit-box-shadow: 1px 1px 10px #000;
    -moz-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
    width: auto;
  }
  .mark-images .image--one {
    left: 0;
    padding-top: unset;
    top: 25px;
  }
  .mark-images .image--two {
    top: -25px;
  }
  .mark-icons {
    margin-top: 5px;
    font-size: 1.2rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .mark-title:before {
    left: -10px;
  }
  .mark-container {
    margin-right: unset;
    padding-top: 50px;
  }
  .mark-content {
    font-size: 1rem;
  }
  .mark-icons {
    font-size: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .mark-icons .icons-icon {
    width: 1rem;
    height: 1rem;
  }
  .mark-images img {
    max-width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .mark-container {
    padding-top: 100px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .mark-content {
    font-size: 1.5rem;
    text-align: left;
  }
  .mark-title {
    font-size: 2rem;
  }
  .mark-images {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .mark-images img {
    max-width: 220px;
    height: 100%;
  }
  .mark-images .image--one {
    padding-top: unset;
    top: 30px;
  }
  .mark-images .image--two {
    top: -70px;
  }
  .mark-icons {
    margin-top: unset;
    -webkit-align-self: center;
    align-self: center;
    width: 50%;
  }
  .mark-icons.left {
    margin-right: auto;
  }
  .mark-icons.right {
    margin-left: auto;
  }
  .mark-icons .icons__item {
    font-size: 20px;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .mark-icons {
    font-size: 1.25rem;
    width: 40%;
  }
  .mark-icons .icons-item {
    gap: 1rem;
  }
  .mark-icons .icons-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .mark-images img {
    max-width: 320px;
  }
  .mark-text {
    padding-top: 30px;
  }
  .mark-title {
    font-size: 2.25rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .mark-title:before {
    left: -20px;
  }
  .mark-content {
    font-size: 20px;
    line-height: 35px;
    line-height: 35px;
    font-weight: 300;
  }
  .mark-content * {
    font-size: inherit;
    line-height: inherit;
  }
}
@media screen and (min-width: 1400px) {
  .mark-icons {
    width: 50%;
  }
  .mark-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .mark-title:before {
    height: 3px;
  }
  .mark-icons {
    font-size: 1.2rem;
    gap: 10px 20px;
  }
}
@media screen and (min-width: 1600px) {
  .mark-section .container {
    max-width: 1540px;
  }
  .mark-container.left {
    padding-left: 100px;
  }
  .mark-container.right {
    padding-right: 100px;
  }
}
@media screen and (max-width: 576px) {
  .mark-title {
    font-size: 1.1rem;
  }
  .mark-container {
    padding-top: 10px;
  }
  .mark-content {
    font-size: 0.8rem;
  }
  .mark-container:before {
    bottom: 45%;
  }
  .mark-icons .icons-item {
    font-size: 0.8rem;
  }
  .mark-icons .icons-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .mark-images .image--one {
    height: 100%;
  }
}
.cookies {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 10px 0;
  border-top: 1px solid #787878;
  background-color: rgba(255, 255, 255, 0.9);
}
.cookies-popup {
  display: grid;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9020;
  place-items: center;
  padding: 10px;
  overflow: auto;
}
.cookies__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.cookies__content {
  font-size: 0.9rem;
  line-height: 1.2;
}
.cookies__close {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cookies__close button:focus, .cookies__close button:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cookies p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .cookies {
    padding: 5px 0;
  }
  .cookies__content {
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .cookies__close {
    position: static;
  }
}
@media (max-width: 419.98px) {
  .cookies__content {
    padding-right: 0;
  }
  .cookies__close {
    padding-left: 0;
  }
}
/* cookies notice --------------------------------------------------------------------- */
.new-cookies-notices {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  left: 0;
  top: 0;
  width: -webkit-calc(100% - 15px);
  width: -moz-calc(100% - 15px);
  width: calc(100% - 15px);
  max-width: 550px;
  height: 100%;
  max-height: -webkit-calc(100vh - 90px);
  max-height: -moz-calc(100vh - 90px);
  max-height: calc(100vh - 90px);
  min-height: 200px;
  padding: 10px;
  color: #000000;
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
  place-items: center;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.new-cookies-notices-popup {
  display: grid;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9020;
  place-items: center;
  padding: 10px;
  overflow: auto;
}
.new-cookies-notices-popup.is-closed {
  opacity: 0;
  pointer-events: none;
}
.new-cookies-notices:not(.is-open) {
  height: unset;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #ccc;
}
.new-cookies-notices:not(.is-open) .new-cookies-notices__container {
  position: static;
  background: transparent;
  padding: 0;
}
.new-cookies-notices:not(.is-open) .new-cookies-notices__form {
  display: none;
}
.new-cookies-notices.is-closed {
  opacity: 0;
  pointer-events: none;
}
.new-cookies-notices__container {
  width: 635px;
  max-width: 100%;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.new-cookies-notices__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.new-cookies-notices__close.show {
  display: block;
}
.new-cookies-notices__heading {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: left;
}
.new-cookies-notices__heading a {
  color: #222;
  text-decoration: underline;
}
.new-cookies-notices__message {
  display: block;
  margin-bottom: 10px;
  line-height: 1.7em;
  font-size: max(9px, 0.9em);
}
.new-cookies-notices__form, .new-cookies-notices__options {
  display: grid;
  gap: 10px;
}
.new-cookies-notices__form {
  grid-template-columns: 100%;
}
.new-cookies-notices__options {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  margin-top: 10px;
}
.new-cookies-notices__option {
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: unset;
  left: unset;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}
.new-cookies-notices__option input {
  z-index: 0;
  padding: 0;
  width: auto;
  margin: 0 5px 0 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
.new-cookies-notices__buttons {
  margin-top: 10px;
  display: block;
}
.new-cookies-notices__buttons.hidden {
  display: none;
}
.new-cookies-notices__button {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: #ffffff;
  color: #2d2d2d;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-align: center;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
  -webkit-appearance: none;
}
.new-cookies-notices__button__button:visited {
  color: #2d2d2d;
}
.new-cookies-notices__button.btn-lg {
  padding: 10px 15px;
  margin: 0;
  font-size: 0.7rem;
}
.new-cookies-notices__button:last-child {
  margin-bottom: 0;
}
.new-cookies-notices__button--accept-all {
  border-color: #2d2d2d;
  background: #2d2d2d;
  color: #ffffff;
}
.new-cookies-notices__button--accept-required {
  border-color: #e8e8e8;
  color: #2d2d2d;
}
.new-cookies-notices__button:hover, .new-cookies-notices__button:focus, .new-cookies-notices__button:active {
  color: #ffffff;
  background-color: #ee7330;
  border-color: #ee7330;
  text-decoration: none;
}

@media (min-width: 768px) {
  .new-cookies-notices__container {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .new-cookies-notices__form {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .new-cookies-notices__options {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
    grid-column-end: span 3;
  }
}
@media (min-width: 460px) {
  .new-cookies-notices__buttons {
    text-align: center;
    margin: 10px 0 5px;
  }
  .new-cookies-notices__button {
    max-width: none;
    min-width: 130px;
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 4px 10px 5px;
  }
  .new-cookies-notices__button:last-child {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .new-cookies-notices__message, .new-cookies-notices__buttons {
    display: block;
    vertical-align: middle;
  }
  .new-cookies-notices__buttons {
    margin-left: 15px;
  }
}
@media (min-width: 1300px) {
  .new-cookies-notices:not(.is-open) .new-cookies-notices__container {
    width: 1100px;
  }
}
@media (min-width: 1500px) {
  .new-cookies-notices:not(.is-open) .new-cookies-notices__container {
    width: 1300px;
  }
}
@media (max-width: 578px) {
  .cookies-popup {
    padding: 0;
  }
  .new-cookies-notices {
    max-width: 100vw;
  }
}
header, .product-effects {
  background: white;
}

.section-title {
  font-size: 1.7em;
  margin-bottom: 1em;
}

.header-title {
  text-transform: uppercase;
}

.nanolash-pre-glue .products-grid__wrapper {
  width: 100%;
}

.nanolash-pre-glue .products-grid__container {
  max-width: 85%;
}

.products-grid__container {
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 1400px) and (max-width: 1900px) {
  .products-grid.nanolash-pre-glue .products-grid__container {
    max-width: 100%;
  }
}


.steps-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  gap: 10px;
  margin-top: 1.3em;
}
.steps-container .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}
.steps-container .step-content {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0 5px;
}
.steps-container .step-image {
  width: 100%;
}
.steps-container .step-number {
  font-family: Amaranth;
  font-size: 90px;
  line-height: 0.9;
  font-weight: bold;
  grid-column: 1/2;
  color: #E4E4E4;
  grid-row: 1/3;
}
.steps-container .step-title {
  grid-column: 2/3;
  margin-top: auto;
  font-size: 20px;
  position: relative;
  top: 25%;
  text-transform: uppercase;
}
.steps-container .step-description {
  grid-column: 2/3;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}

.product-starter-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  justify-items: start;
  gap: 20px;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.product-starter-text ul {
  list-style: disc;
  margin-left: 30px;
}
.product-starter-text ul li {
  font-size: 1.1rem;
}
.product-starter-text a {
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 45px;
  text-decoration: none;
  text-align: center;
  width: 60%;
}
.product-content {
  margin-top: 3em;
}

.products-list {
  padding: 70px 0;
}
.products-list__element {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-template-areas: "gallery   title" "gallery   content" "gallery   actions" "separator separator";
  gap: 20px;
  margin-bottom: 40px;
}
.products-list__element:last-child {
  grid-template-areas: "gallery   title" "gallery   content" "gallery   actions";
}
.products-list__element:last-child .products-list__separator {
  display: none;
}
.products-list__gallery {
  grid-area: gallery;
}
.products-list__images {
  margin: 0 auto 20px;
  max-width: 270px;
  overflow: hidden;
}
.products-list__images .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.products-list__gallery-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list__gallery-dots li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: relative;
  cursor: pointer;
}
.products-list__gallery-dots li.slick-active {
  background-color: #e8e8e8;
  cursor: default;
}
.products-list__gallery-dots li button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: none;
  background: none;
  font-size: 0;
  color: transparent;
  opacity: 0;
}
.products-list__title {
  grid-area: title;
}
.products-list__title strong {
  display: block;
}
.products-list__content {
  grid-area: content;
}
.products-list__content > *:last-child {
  margin-bottom: 0;
}
.products-list__actions {
  grid-area: actions;
  width: 100%;
  max-width: 450px;
}
.products-list__separator {
  grid-area: separator;
  margin-top: 20px;
}

.additional {
  margin-top: 4em;
}

.diy__section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 3em 0;
}
.diy__section__content {
  padding-left: -webkit-calc(25% - 1vw);
  padding-left: -moz-calc(25% - 1vw);
  padding-left: calc(25% - 1vw);
}
.diy__section__content ul {
  list-style-type: none;
  margin-left: 10px;
}
.diy__section__content ul li {
  margin-bottom: 12px;
  margin-left: -10px;
  position: relative;
  font-size: 35px;
  font-weight: 300;
  max-width: 91%;
}
.diy__section__content ul li:first-child::before {
  position: relative;
}
.diy__section__content ul li::before {
  position: absolute;
  top: 15%;
  content: "+";
  font-weight: 700;
  margin-left: -1.3em;
  margin-right: 15px;
  padding: 10px;
}
.diy__section__content ul li strong {
  font-weight: 700;
}
.diy__section__image {
  max-width: 75vw;
  margin: auto;
}
.diy__section__image picture {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  display: block;
}
.diy__section__image picture img {
  display: block;
  position: relative;
}

.other-tab {
  border: none;
}

@media (max-width: 1199.98px) {
  .products-list__images {
    max-width: 230px;
  }
  .products-list__images img {
    max-width: 230px;
  }
}
@media (max-width: 991.98px) {
  .products-list__element {
    grid-template-columns: 200px 1fr;
    grid-template-areas: "title     title" "gallery   content" "gallery   actions" "separator separator";
  }
  .products-list__element:last-child {
    grid-template-areas: "title     title" "gallery   content" "gallery   actions";
  }
  .products-list__images {
    max-width: 200px;
  }
  .products-list__images img {
    max-width: 200px;
  }
  .products-list__title strong {
    display: inline;
  }
  .products-list__actions {
    max-width: 350px;
  }
  .products-list__actions .add-to-cart {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .products-list {
    padding: 50px 0;
  }
  .products-list__element:last-child {
    margin-bottom: 0;
  }
  .products-list__title h3, .products-list__title .h3, .products-list__title strong {
    font-weight: 700;
  }
}
@media (max-width: 575.98px) {
  .products-list__element {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "gallery" "content" "actions" "separator";
    gap: 15px;
    margin-bottom: 20px;
  }
  .products-list__element:last-child {
    grid-template-areas: "title" "gallery" "content" "actions";
  }
  .products-list__images {
    margin-bottom: 10px;
  }
  .products-list__title h3, .products-list__title .h3 {
    font-size: 1.3rem;
  }
  .products-list__content {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .products-list__actions {
    margin: 0 auto;
  }
  .products-list__separator {
    margin: 0 auto 5px;
    width: 100%;
    max-width: 400px;
  }
}
.logo-section {
  position: relative;
  z-index: 1;
  background-color: #131514;
  color: #ffffff;
}
.logo-section__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0.15;
}
.logo-section__container {
  position: relative;
}
.logo-section__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
  min-height: 240px;
  padding: 30px 0;
}
.logo-section__description {
  color: #787878;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

.products-grid__description {
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 300;
}

input[type=radio] {
  display: none;
}

label {
  color: white;
  z-index: 10;
  cursor: pointer;
}
label h4, label .h4 {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

.black-font {
  color: black !important;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.main-container-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.main-container-before {
  text-transform: uppercase;
  letter-spacing: 15px;
  color: hwb(0deg 0% 100%/50%);
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
}

.main-container-toggle-black {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #4d4d4d;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-container-toggle-brown {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  height: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #896d68;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-container-before {
  text-transform: uppercase;
  letter-spacing: 21px;
  color: hwb(0deg 0% 100%/50%);
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-container-before-black {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}
.main-container-before-brown {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}

.main-container-before-mobile, .main-container-after-mobile {
  display: none;
}

.switch {
  height: 34px;
  width: 80px;
  background-color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 4px;
  top: 3px;
  -webkit-transition: ease-in;
  -o-transition: ease-in;
  -moz-transition: ease-in;
  transition: ease-in;
  z-index: 1;
}

/*---------------- LEFT ------------------- */
.switch.left-to-center-left {
  -webkit-animation-name: leftToCenterleft;
  -moz-animation-name: leftToCenterleft;
  -o-animation-name: leftToCenterleft;
  animation-name: leftToCenterleft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-right {
  -webkit-animation-name: leftToRight;
  -moz-animation-name: leftToRight;
  -o-animation-name: leftToRight;
  animation-name: leftToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-center {
  -webkit-animation-name: leftToCenter;
  -moz-animation-name: leftToCenter;
  -o-animation-name: leftToCenter;
  animation-name: leftToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-center-right {
  -webkit-animation-name: leftToCenterright;
  -moz-animation-name: leftToCenterright;
  -o-animation-name: leftToCenterright;
  animation-name: leftToCenterright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-centerright-right {
  -webkit-animation-name: leftToCenterrightright;
  -moz-animation-name: leftToCenterrightright;
  -o-animation-name: leftToCenterrightright;
  animation-name: leftToCenterrightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-right-right {
  -webkit-animation-name: leftToRightright;
  -moz-animation-name: leftToRightright;
  -o-animation-name: leftToRightright;
  animation-name: leftToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-to-right-last {
  -webkit-animation-name: leftToRightlast;
  -moz-animation-name: leftToRightlast;
  -o-animation-name: leftToRightlast;
  animation-name: leftToRightlast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.left-position {
  left: 3px;
}

.left-label {
  position: absolute;
  left: 1%;
}

#left + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#left:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.switch.center-far-right-position {
  left: 170px;
}

.center-far-right-label {
  position: absolute;
  left: 61%;
}

#center-far-right + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#center-far-right:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* -------------------- center ------------------ */
.switch.center-to-center-left {
  -webkit-animation-name: centerToCenterLeft;
  -moz-animation-name: centerToCenterLeft;
  -o-animation-name: centerToCenterLeft;
  animation-name: centerToCenterLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-center-right {
  -webkit-animation-name: centerToCenterRight;
  -moz-animation-name: centerToCenterRight;
  -o-animation-name: centerToCenterRight;
  animation-name: centerToCenterRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-left {
  -webkit-animation-name: centerToLeft;
  -moz-animation-name: centerToLeft;
  -o-animation-name: centerToLeft;
  animation-name: centerToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-right {
  -webkit-animation-name: centerToRight;
  -moz-animation-name: centerToRight;
  -o-animation-name: centerToRight;
  animation-name: centerToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-centerright-right {
  -webkit-animation-name: centerToCenterrightright;
  -moz-animation-name: centerToCenterrightright;
  -o-animation-name: centerToCenterrightright;
  animation-name: centerToCenterrightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-right-right {
  -webkit-animation-name: centerToRightright;
  -moz-animation-name: centerToRightright;
  -o-animation-name: centerToRightright;
  animation-name: centerToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-to-right-last {
  -webkit-animation-name: centerToRightLast;
  -moz-animation-name: centerToRightLast;
  -o-animation-name: centerToRightLast;
  animation-name: centerToRightLast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-position {
  left: 160px;
}

.center-label {
  position: absolute;
  left: 41%;
}

#center + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#center:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* -------------------- center-left ------------------ */
.switch.center-left-to-left {
  -webkit-animation-name: centerleftToLeft;
  -moz-animation-name: centerleftToLeft;
  -o-animation-name: centerleftToLeft;
  animation-name: centerleftToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-center {
  -webkit-animation-name: centerleftToCenter;
  -moz-animation-name: centerleftToCenter;
  -o-animation-name: centerleftToCenter;
  animation-name: centerleftToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-center-right {
  -webkit-animation-name: centerleftToCenterRight;
  -moz-animation-name: centerleftToCenterRight;
  -o-animation-name: centerleftToCenterRight;
  animation-name: centerleftToCenterRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-right {
  -webkit-animation-name: centerleftToRight;
  -moz-animation-name: centerleftToRight;
  -o-animation-name: centerleftToRight;
  animation-name: centerleftToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-centerright-right {
  -webkit-animation-name: centerleftToCenterrightright;
  -moz-animation-name: centerleftToCenterrightright;
  -o-animation-name: centerleftToCenterrightright;
  animation-name: centerleftToCenterrightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-right-right {
  -webkit-animation-name: centerleftToRightright;
  -moz-animation-name: centerleftToRightright;
  -o-animation-name: centerleftToRightright;
  animation-name: centerleftToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-to-right-last {
  -webkit-animation-name: centerleftToRightLast;
  -moz-animation-name: centerleftToRightLast;
  -o-animation-name: centerleftToRightLast;
  animation-name: centerleftToRightLast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-left-position {
  left: 80px;
}

.center-left-label {
  position: absolute;
  left: 23%;
}

#center-left + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#center-left:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* -------------------- centerright-right ------------------ */
.switch.centerright-right-to-center {
  -webkit-animation-name: centerrightrightToCenter;
  -moz-animation-name: centerrightrightToCenter;
  -o-animation-name: centerrightrightToCenter;
  animation-name: centerrightrightToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right {
  -webkit-animation-name: centerrightrightToRight;
  -moz-animation-name: centerrightrightToRight;
  -o-animation-name: centerrightrightToRight;
  animation-name: centerrightrightToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-center-left {
  -webkit-animation-name: centerrightrightToCenterleft;
  -moz-animation-name: centerrightrightToCenterleft;
  -o-animation-name: centerrightrightToCenterleft;
  animation-name: centerrightrightToCenterleft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-left {
  -webkit-animation-name: centerrightrightToLeft;
  -moz-animation-name: centerrightrightToLeft;
  -o-animation-name: centerrightrightToLeft;
  animation-name: centerrightrightToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-center-right {
  -webkit-animation-name: centerrightrightToCenterRight;
  -moz-animation-name: centerrightrightToCenterRight;
  -o-animation-name: centerrightrightToCenterRight;
  animation-name: centerrightrightToCenterRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right-right {
  -webkit-animation-name: centerrightrightToRightright;
  -moz-animation-name: centerrightrightToRightright;
  -o-animation-name: centerrightrightToRightright;
  animation-name: centerrightrightToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right-last {
  -webkit-animation-name: centerrightrightToRightLast;
  -moz-animation-name: centerrightrightToRightLast;
  -o-animation-name: centerrightrightToRightLast;
  animation-name: centerrightrightToRightLast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.centerright-right-position {
  left: 240px;
}

.centerright-right-label {
  position: absolute;
  left: 1%;
}

#centerright-right + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#centerright-right:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.center-right-last-label {
  position: absolute;
  left: 81%;
}

#center-right-last + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#center-right-last:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* -------------------- center-right ------------------ */
.switch.center-right-to-center {
  -webkit-animation-name: centerrightToCenter;
  -moz-animation-name: centerrightToCenter;
  -o-animation-name: centerrightToCenter;
  animation-name: centerrightToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-right {
  -webkit-animation-name: centerrightToRight;
  -moz-animation-name: centerrightToRight;
  -o-animation-name: centerrightToRight;
  animation-name: centerrightToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-center-left {
  -webkit-animation-name: centerrightToCenterleft;
  -moz-animation-name: centerrightToCenterleft;
  -o-animation-name: centerrightToCenterleft;
  animation-name: centerrightToCenterleft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-left {
  -webkit-animation-name: centerrightToLeft;
  -moz-animation-name: centerrightToLeft;
  -o-animation-name: centerrightToLeft;
  animation-name: centerrightToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-centerright-right {
  -webkit-animation-name: centerrightTocenterright;
  -moz-animation-name: centerrightTocenterright;
  -o-animation-name: centerrightTocenterright;
  animation-name: centerrightTocenterright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-right-right {
  -webkit-animation-name: centerrightToRightright;
  -moz-animation-name: centerrightToRightright;
  -o-animation-name: centerrightToRightright;
  animation-name: centerrightToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-to-right-last {
  -webkit-animation-name: centerrightToRightLast;
  -moz-animation-name: centerrightToRightLast;
  -o-animation-name: centerrightToRightLast;
  animation-name: centerrightToRightLast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.center-right-position {
  left: 325px;
}

.center-right-label {
  position: absolute;
  left: 21%;
}

#center-right + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#center-right:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* ------------------- RIGHT ------------------- */
.switch.right-to-left {
  -webkit-animation-name: rightToLeft;
  -moz-animation-name: rightToLeft;
  -o-animation-name: rightToLeft;
  animation-name: rightToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-center-right {
  -webkit-animation-name: rightToCenterright;
  -moz-animation-name: rightToCenterright;
  -o-animation-name: rightToCenterright;
  animation-name: rightToCenterright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-center {
  -webkit-animation-name: rightToCenter;
  -moz-animation-name: rightToCenter;
  -o-animation-name: rightToCenter;
  animation-name: rightToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-center-left {
  -webkit-animation-name: rightToCenterleft;
  -moz-animation-name: rightToCenterleft;
  -o-animation-name: rightToCenterleft;
  animation-name: rightToCenterleft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-centerright-right {
  -webkit-animation-name: rightToCenterrightright;
  -moz-animation-name: rightToCenterrightright;
  -o-animation-name: rightToCenterrightright;
  animation-name: rightToCenterrightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-right-right {
  -webkit-animation-name: rightToRightright;
  -moz-animation-name: rightToRightright;
  -o-animation-name: rightToRightright;
  animation-name: rightToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-to-right-last {
  -webkit-animation-name: rightToRightLast;
  -moz-animation-name: rightToRightLast;
  -o-animation-name: rightToRightLast;
  animation-name: rightToRightLast;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-position {
  left: 400px;
}

.right-label {
  position: absolute;
  right: 144px;
  left: auto;
}

#right + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#right:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* ------------------- RIGHT-RIGHT ------------------- */
.switch.right-right-position {
  left: 460px;
}

.right-right-label {
  position: absolute;
  right: 72px;
  left: auto;
}

#right-right + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#right-right:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/* ------------------- RIGHT- LAST ------------------- */
.switch.right-last-to-left {
  -webkit-animation-name: rightlastToLeft;
  -moz-animation-name: rightlastToLeft;
  -o-animation-name: rightlastToLeft;
  animation-name: rightlastToLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-center-right {
  -webkit-animation-name: rightlastToCenterright;
  -moz-animation-name: rightlastToCenterright;
  -o-animation-name: rightlastToCenterright;
  animation-name: rightlastToCenterright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-center {
  -webkit-animation-name: rightlastToCenter;
  -moz-animation-name: rightlastToCenter;
  -o-animation-name: rightlastToCenter;
  animation-name: rightlastToCenter;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-center-left {
  -webkit-animation-name: rightlastToCenterleft;
  -moz-animation-name: rightlastToCenterleft;
  -o-animation-name: rightlastToCenterleft;
  animation-name: rightlastToCenterleft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-centerright-right {
  -webkit-animation-name: rightlastToCenterrightright;
  -moz-animation-name: rightlastToCenterrightright;
  -o-animation-name: rightlastToCenterrightright;
  animation-name: rightlastToCenterrightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-right-right {
  -webkit-animation-name: rightlastToRightright;
  -moz-animation-name: rightlastToRightright;
  -o-animation-name: rightlastToRightright;
  animation-name: rightlastToRightright;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-to-right {
  -webkit-animation-name: rightlastToRight;
  -moz-animation-name: rightlastToRight;
  -o-animation-name: rightlastToRight;
  animation-name: rightlastToRight;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.switch.right-last-position {
  left: 520px;
}

.right-last-label {
  position: absolute;
  right: 2px;
  left: auto;
}

#right-last + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#right-last:checked + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

@media screen and (max-width: 568px) {
  .main-container-toggle {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .switch {
    width: 60px;
  }
  .main-container-toggle {
    width: 90%;
  }
  .description p {
    font-size: 1.2rem;
  }
  .products__item {
    min-height: 333px;
  }
}
@media screen and (max-width: 640px) {
  .products__item {
    min-height: 340px;
    width: 100%;
  }
  .products__item .description p {
    font-size: 1rem;
  }
  .main-container-toggle {
    background: none;
    display: grid;
    border: none;
    width: 100%;
  }
  .main-container-toggle-black {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #4d4d4d;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container-toggle-black h4, .main-container-toggle-black .h4 {
    font-size: 14px;
  }
  .main-container-toggle-brown {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #896d68;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container-toggle-brown h4, .main-container-toggle-brown .h4 {
    font-size: 14px;
  }
  #switch {
    z-index: 1;
    left: 1%;
    width: 70px;
  }
  .left-label {
    left: 3%;
  }
  .center-left-label {
    left: 23%;
  }
  .center-label {
    left: 41%;
  }
  .center-far-right-label {
    left: 61%;
  }
  .centerright-right-label {
    left: 15px;
  }
  .center-right-label {
    left: 23%;
  }
  .right-label {
    left: 44%;
  }
  .right-right-label {
    left: 62%;
  }
  .right-last-label {
    right: 10px;
  }
  .main-container-before {
    display: none;
  }
  .main-container-before-mobile, .main-container-after-mobile {
    display: block;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: hwb(0deg 0% 100%/50%);
    font-size: 1.2em;
  }
  .main-container-before-mobile {
    margin-bottom: 4px;
  }
  .main-container-after-mobile {
    margin-top: 5px;
  }
  .main-container {
    margin-bottom: 15%;
  }
  #left + label, #left:checked + label, #center:checked + label, #center + label, #center-left + label, #center-left:checked + label, #centerright-right + label, #centerright-right:checked + label, #center-right + label, #center-right:checked + label, #right + label, #right:checked + label, #center-right-last:checked + label, #center-far-right:checked + label, #center-far-right + label, #center-right-last + label {
    width: 60px;
  }
}
@media screen and (max-width: 470px) {
  .right-right-label {
    left: 59%;
  }
  .right-last-label {
    right: 0px;
  }
}
@media screen and (max-width: 440px) {
  .main-container-before {
    letter-spacing: 16px;
  }
}
@media screen and (max-width: 440px) {
  #switch {
    width: 60px;
  }
  .main-container-toggle-black h4, .main-container-toggle-black .h4, .main-container-toggle-brown h4, .main-container-toggle-brown .h4 {
    font-size: 12px;
  }
  #left + label, #left:checked + label, #center:checked + label, #center + label, #center-left + label, #center-left:checked + label, #centerright-right + label, #centerright-right:checked + label, #center-right + label, #center-right:checked + label, #right + label, #right:checked + label, #center-right-last:checked + label, #center-far-right:checked + label, #center-far-right + label, #center-right-last + label {
    width: 50px;
  }
  .right-right-label {
    left: 57%;
  }
  .right-last-label {
    right: -5px;
  }
}
@media (max-width: 991.98px) {
  .logo-section__content {
    min-height: 140px;
  }
  .logo-section__content strong {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .logo-section__content img {
    width: 200px;
  }
  .logo-section__description {
    font-size: 1.5rem;
  }
}
.header__product.group ul {
  padding-left: 1rem;
  margin-top: 1rem;
}

@media (max-width: 767.98px) {
  .logo-section--first {
    margin-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .logo-section--first {
    margin-top: 47px;
  }
}
.add-to-cart__button--orange {
  border: 1px solid #e8e8e8;
  background-color: #ff7e00;
  color: #fff;
}
.add-to-cart__button--orange:hover {
  background-color: rgba(255, 126, 0, 0.85);
}

.products-list__gallery {
  position: relative;
  max-height: 350px;
}
.products-list__element {
  grid-template-columns: 450px 8fr;
}
.products-list__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}
.products-list__navigation button {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: none;
}
.products-list__images {
  max-width: 350px;
}
.products-list__images .slick-slide {
  display: block;
}
.products-list__images .slick-slide img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.products-list__images .slick-slide img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.products-list__nav-button--left:before, .products-list__nav-button--left:after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 0.5px);
  top: -moz-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #787878;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
.products-list__nav-button--left:before {
  -webkit-transform: rotateZ(50deg);
  -moz-transform: rotateZ(50deg);
  -o-transform: rotateZ(50deg);
  transform: rotateZ(50deg);
}
.products-list__nav-button--left:after {
  -webkit-transform: rotateZ(-50deg);
  -moz-transform: rotateZ(-50deg);
  -o-transform: rotateZ(-50deg);
  transform: rotateZ(-50deg);
}
.products-list__nav-button--right:before, .products-list__nav-button--right:after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% - 0.5px);
  top: -moz-calc(50% - .5px);
  top: -moz-calc(50% - 0.5px);
  top: calc(50% - 0.5px);
  right: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #787878;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}
.products-list__nav-button--right:before {
  -webkit-transform: rotateZ(50deg);
  -moz-transform: rotateZ(50deg);
  -o-transform: rotateZ(50deg);
  transform: rotateZ(50deg);
}
.products-list__nav-button--right:after {
  -webkit-transform: rotateZ(-50deg);
  -moz-transform: rotateZ(-50deg);
  -o-transform: rotateZ(-50deg);
  transform: rotateZ(-50deg);
}

.products-grid__image {
  text-align: left;
}
.products-grid__image img {
  max-width: 250px;
  max-height: 350px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1399.98px) {
  .diy__section__content {
    padding-left: -webkit-calc(0% - 1vw);
    padding-left: -moz-calc(0% - 1vw);
    padding-left: calc(0% - 1vw);
  }
  .diy__section__image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .products-list__images {
    max-width: 350px;
  }
  .products-list__images img {
    max-width: unset;
  }
}
@media screen and (max-width: 991.98px) {
  .products-list__gallery {
    max-height: 230px;
  }
  .products-list__element {
    grid-template-columns: 300px 1fr;
  }
  .products-list__images {
    max-width: 230px;
  }
  .products-list__images img {
    max-width: 230px;
  }
  .diy__section {
    grid-template-columns: 1fr;
  }
  .diy__section__content {
    padding-left: -webkit-calc(12% - 1vw);
    padding-left: -moz-calc(12% - 1vw);
    padding-left: calc(12% - 1vw);
  }
  .diy__section__content ul li::before {
    top: -21%;
  }
  .steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }
  .product-starter-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .product-starter-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .product-starter-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .products-list__element {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "gallery" "content" "actions" "separator";
  }
  .products-list__element:last-child {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "gallery" "content" "actions" "separator";
  }
  .products-list__gallery {
    max-height: 350px;
  }
  .products-list__images {
    max-width: 300px;
  }
  .products-list__images img {
    max-width: 300px;
  }
  .products-list__actions {
    max-width: 100%;
  }
  .products-list__actions .add-to-cart__price {
    font-size: 24px;
  }
  .products-grid__container > div {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .products-list__gallery {
    max-height: 430px;
    max-width: 100%;
  }
  .products-list__images {
    width: 100%;
    max-width: -webkit-calc(100vw - 1.5rem);
    max-width: -moz-calc(100vw - 1.5rem);
    max-width: calc(100vw - 1.5rem);
  }
  .products-list__images .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .products-list__images img {
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .products-list__navigation {
    max-width: 350px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 100;
  }
  .products-list__navigation button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(91, 91, 91, 0.25);
    width: 1.75rem;
    height: 1.75rem;
  }
  .products-list__nav-button--left:before, .products-list__nav-button--left:after, .products-list__nav-button--right:before, .products-list__nav-button--right:after {
    right: 9px;
    left: 9px;
    background-color: #fff;
  }
  .steps-container {
    grid-template-columns: 1fr;
  }
  .main-container-toggle label h4, .main-container-toggle label .h4 {
    font-size: 0.7rem;
  }
  .products-grid__image {
    max-height: clamp(150px, 40vw, 250px);
  }
  .products-grid__price {
    font-size: 1rem;
  }
  .main-container-before {
    letter-spacing: 10px;
    padding: 10px 0 5px;
  }
  .other-tab {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 0px;
  }
  .products-grid__description {
    font-size: 0.7rem;
    line-height: 2.5;
  }
  .diy__section__content ul li {
    font-size: 22px;
  }
  .diy__section__content ul li:first-child::before {
    margin-right: -5px;
  }
  .diy__section__image {
    width: 100vw;
  }
}
/*# sourceMappingURL=products-group-pre-glue.css.map */