/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.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: 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;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.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 {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 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 {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 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 {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 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 {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 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 {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

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

.theme-2024 .flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

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

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/* ---------------------- Colors ---------------------- */
/* ---------------------- end Colors ---------------------- */
/* ---------------------- RADIUS ---------------------- */
/* ---------------------- end RADIUS ---------------------- */
/* ---------------------- BREAKPOINTS ---------------------- */
/* ---------------------- end BREAKPOINTS ---------------------- */
/* ------------ classic ------------ */
/* ------------ highlight ------------ */
/* ------------ ShoppingCart ------------ */
/* ---------------- loader ---------------- */
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%, 60%, 100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
/* ---------------- end loader ---------------- */
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
/* ---------------- Layer Right ---------------- */
@keyframes dialogRight2Left {
  from {
    transform: translateX(150%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes dialogLeft2Right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes backdrop-fade-in {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes dialogBottom2Top {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
    top: 5%;
  }
}
@keyframes dialogTop2Bottom {
  from {
    bottom: 0;
    top: 5%;
  }
  to {
    top: unset;
    bottom: -100%;
  }
}
/* ---------------- end Layer Right ---------------- */
.btn-pill {
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 200px;
  padding: 13px 20px;
}

.btn-primary {
  padding-block: 29px;
}

.btn-primary-text-blue {
  background-color: #3275F9;
  color: #FFFFFF;
}
.btn-primary-text-blue:not([disabled]):hover {
  background-color: #1457DB;
}

.btn-light-purple-blue, .btn-light-blue {
  color: #3275F9;
  height: max-content;
}
.btn-light-purple-blue, .btn-light-blue {
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 200px;
  padding: 13px 20px;
}
.btn-light-purple-blue:focus, .btn-light-purple-blue:hover, .btn-light-blue:focus, .btn-light-blue:hover {
  outline: 3px solid #c4cee3;
}

.btn-light-blue {
  background-color: #EEF3FE;
}
.btn-light-blue:hover, .btn-light-blue:active {
  background-color: #E2EBFE;
}
.btn-light-blue:hover {
  color: #1457DB;
}
.btn-light-blue:active {
  color: #1340AA;
}

.btn-light-purple-blue {
  background-color: #E2EBFE;
}

.btn-img {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.increase-btn, .decrease-btn {
  cursor: pointer;
}

.text-btn {
  display: block;
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.text-btn.text-blue:hover {
  color: #1457DB;
}
.text-btn.text-blue:active {
  color: #1340AA;
}

.btn-text-red {
  color: #FF4D4D;
}
.btn-text-red:hover {
  color: #FF4D4D;
}
.btn-text-red:active {
  color: #D20707;
}

.text-btn, .btn-pill, .btn-light-blue,
.btn-text-light-blue, .circle-close-btn,
.btn-primary-blue {
  cursor: pointer;
  font-weight: bold;
}

:where(.btn-pill)[disabled] {
  background-color: #D7DDEB;
  cursor: not-allowed;
}

.btn-basic {
  color: #3275F9;
}
.btn-basic:hover {
  background-color: #E2EBFE;
  color: #1457DB;
}

.btn-special-1, .btn-primary-1 {
  display: flex;
  align-items: center;
  padding: 8px;
}
.btn-special-1 .label-text, .btn-primary-1 .label-text {
  margin: 0 auto;
}

.btn-primary-1 .img-element-wrapper {
  display: flex;
  place-content: center;
}
.btn-primary-1 .label-text {
  font-weight: 700;
}

.btn-special-1 .img-element-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
}
.btn-special-1 .img-element-wrapper.pink-bg {
  background-color: #FE67F8;
}

.btn-primary:disabled, .btn-special-1:disabled {
  background-color: #D7DDEB;
}
.btn-primary:disabled .img-element-wrapper, .btn-special-1:disabled .img-element-wrapper {
  background-color: #BDC4D7;
}

.btn-dark-blue:not([disabled]):hover {
  background-color: #10368E;
}

.btn-cancel-red {
  color: white;
  background-color: #FF4D4D;
}
.btn-cancel-red:hover {
  background-color: #F20D0D;
}
.btn-cancel-red:focus, .btn-cancel-red:active {
  background-color: #D20707;
}

.theme-2024 input[type=text]:not(#yourPhone), .theme-2024 input[type=password]:not(#yourPhone) {
  height: initial;
  line-height: initial;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
body.filter-open {
  overflow: hidden;
}

header {
  transition: opacity 0.2s ease-in-out;
}
header.filter-open {
  opacity: 0.2;
}

h2, h3, p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a:not(.link-btn, .classic_link, .btn-primary-dark-blue, .btn-pink, .btn-transparent, .btn-secondary-blue) {
  text-decoration: none;
  color: inherit;
}

.link-btn {
  display: inline-block;
  text-decoration: none;
}

a[download] {
  color: #3275F9;
}

a.classic_link {
  text-decoration: underline;
  color: black;
}

figure {
  margin: 0;
}

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

.container-2024 {
  margin: auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1320px;
}
.container-2024 .row {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

dialog {
  border: none;
}

.text-bold {
  font-weight: bold;
}

a.base_anchor {
  text-decoration: none;
  color: #3275F9;
}

.position-relative {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

small {
  color: #7D879F;
}

@media screen and (min-width: 768px) {
  .only-tablet {
    display: none;
  }
}
dialog header[tabindex] {
  outline: none;
}

.text-white {
  color: white;
}

.text-black {
  color: #1A1D24;
}

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

.text-red {
  color: #F20D0D;
}

.text-danger {
  color: #a94442;
}

.text-medium-gray {
  color: #BDC4D7;
}

.text-light-gray {
  color: #7D879F;
}

.text-blue {
  color: #3275F9;
}

.text-light-blue {
  color: #1457DB;
}

.error {
  color: #e32b9c;
}

.text-bold {
  font-weight: bold;
}

.font-medium {
  font-size: 16px;
}

.font-large {
  font-size: 18px;
}

.font-heading {
  font-size: 20px;
}

.font-heading-title {
  font-size: 24px;
}

.text-lvl-1 {
  font-size: 16px;
}

.text-lvl-2 {
  font-size: 14px;
  line-height: 19.6px;
}

.text-lvl-3 {
  font-size: 12px;
  line-height: 16.8px;
}

.balanced-wrap {
  text-wrap: balance;
}

.text-grey {
  color: #7D879F;
}

.text-grey-2 {
  color: #393F4D;
}

.text-font-600 {
  font-weight: 600;
}

.theme-2024 .base_form input {
  padding: 1em;
  background-color: #F7F9FF;
  border-radius: 0.25em;
  border: none;
}
.theme-2024 .base_form input.error {
  border: 1.5px solid #FF4D4D;
}
.theme-2024 .base_form input[type=search]::-webkit-search-decoration,
.theme-2024 .base_form input[type=search]::-webkit-search-cancel-button,
.theme-2024 .base_form input[type=search]::-webkit-search-results-button,
.theme-2024 .base_form input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.base_form button {
  border: none;
  padding: 1em 2em;
  cursor: pointer;
}
.base_form .btn-blue:not(:disabled) {
  background-color: #3275F9;
}

.btn-submit {
  border-radius: 2em !important;
  transition: background-color 0.3s ease-in-out;
}
.btn-submit:hover {
  background-color: #162D6A !important;
  color: #FFFFFF !important;
}

.form-group {
  position: relative;
}

* {
  /* mobile experimental font-size correction */
  text-size-adjust: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

form[tabindex] {
  outline: none;
}
form.close-dialog-form {
  margin: 0px;
}
form .circle-close-btn {
  border: none;
  height: 3em;
  width: 3em;
  clip-path: circle(40%);
  background-color: #EEF3FE;
  position: absolute;
  font-weight: bold;
  padding: 0px;
}
form .circle-close-btn:focus, form .circle-close-btn:hover {
  outline: 3px solid #c4cee3;
}

.loading:before, .loading:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 10;
}
.loading:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.loading:after {
  left: 50%;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border-left: 3px solid #3275F9;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-2024 .btn, .theme-2024 .btn-primary-white, .theme-2024 .btn-primary-light-red, .theme-2024 .btn-primary-light-blue-2, .theme-2024 .btn-primary-light-blue, .theme-2024 .btn-primary-dark-blue, .theme-2024 .btn-primary-red, .theme-2024 .btn-primary-blue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 8px;
  font-size: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}
.theme-2024 .btn:disabled, .theme-2024 .btn-primary-white:disabled, .theme-2024 .btn-primary-light-red:disabled, .theme-2024 .btn-primary-light-blue-2:disabled, .theme-2024 .btn-primary-light-blue:disabled, .theme-2024 .btn-primary-dark-blue:disabled, .theme-2024 .btn-primary-red:disabled, .theme-2024 .btn-primary-blue:disabled {
  background-color: #D7DDEB;
  cursor: not-allowed;
}
.theme-2024 .btn:disabled:hover, .theme-2024 .btn-primary-white:disabled:hover, .theme-2024 .btn-primary-light-red:disabled:hover, .theme-2024 .btn-primary-light-blue-2:disabled:hover, .theme-2024 .btn-primary-light-blue:disabled:hover, .theme-2024 .btn-primary-dark-blue:disabled:hover, .theme-2024 .btn-primary-red:disabled:hover, .theme-2024 .btn-primary-blue:disabled:hover {
  background-color: #D7DDEB;
}
.theme-2024 .btn span, .theme-2024 .btn-primary-white span, .theme-2024 .btn-primary-light-red span, .theme-2024 .btn-primary-light-blue-2 span, .theme-2024 .btn-primary-light-blue span, .theme-2024 .btn-primary-dark-blue span, .theme-2024 .btn-primary-red span, .theme-2024 .btn-primary-blue span {
  /*padding: 8px 20px;*/
}

.btn-primary-blue {
  background-color: #3275F9;
  color: #FFFFFF;
}
.btn-primary-blue:hover {
  background-color: #1457DB;
  color: #FFFFFF;
}
.btn-primary-blue img {
  margin-left: 8px;
}
.btn-primary-blue span {
  padding: 8px 20px 8px 10px;
}
.btn-primary-red {
  background-color: #FF4D4D;
  color: #FFFFFF;
}
.btn-primary-red:hover {
  background-color: #F20D0D;
  color: #FFFFFF;
}
.btn-primary-red img {
  margin-left: 8px;
}
.btn-primary-red span {
  padding: 8px 20px 8px 10px;
}
.btn-primary-dark-blue {
  background-color: #1340AA;
  color: #F7F9FF;
  flex-direction: row-reverse;
}
.btn-primary-dark-blue:hover {
  background-color: #10368E;
  color: #F7F9FF;
}
.btn-primary-dark-blue img {
  margin-right: 8px;
}
.btn-primary-dark-blue span {
  padding: 8px 10px 8px 20px;
}
.btn-primary-light-blue {
  padding: 12px 22px;
  background-color: #EEF3FE;
  color: #3275F9;
}
.btn-primary-light-blue:hover {
  background-color: #EEF3FE;
  color: #1457DB;
}
.btn-primary-light-blue span {
  padding: 0;
  margin-left: 10px;
}
.btn-primary-light-blue-2 {
  padding: 12px 22px;
  background-color: #1457DB;
  color: #FFFFFF;
}
.btn-primary-light-blue-2:hover {
  background-color: #3275F9;
  color: #FFFFFF;
}
.btn-primary-light-blue-2 span {
  padding: 0;
  margin-left: 10px;
}
.btn-primary-light-red {
  padding: 12px 22px;
  background-color: #EEF3FE;
  color: #FF4D4D;
  border: 2px solid #FF4D4D;
}
.btn-primary-light-red span {
  padding: 0;
  margin-left: 10px;
}
.btn-primary-rounded-corners {
  border-radius: 100px;
  border: none;
}
.btn-primary-white {
  padding: 12px 22px;
  background-color: #FFFFFF;
  color: #3275F9;
}
.btn-primary-white:hover {
  background-color: #FFFFFF;
  color: #1457DB;
}
.btn-primary-white span {
  padding: 0;
  margin-left: 10px;
}

.btn-shopping-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #EEF3FE;
  border-radius: 50%;
  position: relative;
}
.btn-shopping-cart span {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #3275F9;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -3px;
  font-size: 10px;
}

#user, .btn-account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #EEF3FE;
  border-radius: 2em;
  padding: 1em;
  flex-wrap: nowrap;
  gap: 8px;
}
#user > span, .btn-account > span {
  text-wrap: nowrap;
}

#recommander {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.btn-blue {
  color: white;
}

.btn-dark-blue {
  border: none;
  color: white;
  background-color: #1340AA;
}

.btn-text-light-blue {
  font-weight: bold;
  padding: 12px 22px;
  background-color: #EEF3FE;
  color: #3275F9;
  font-size: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}
.btn-text-light-blue:hover {
  color: #1457DB;
}
.btn-text-light-blue:focus, .btn-text-light-blue:hover {
  outline: 3px solid #c4cee3;
}

.btn-secondary-blue {
  background-color: #EEF3FE;
  color: #3275F9;
}
.btn-secondary-blue:hover {
  background-color: #e4ecfd;
}

.btn-large {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-size: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  gap: 12px;
}
.btn-large:disabled {
  background-color: #D7DDEB;
  cursor: not-allowed;
}
.btn-large:hover {
  background-color: #D7DDEB;
}
.btn-large.btn-large-primary {
  background-color: #3275F9;
  color: #FFFFFF;
}
.btn-large.btn-large-primary:hover {
  background-color: #1457DB;
  color: #FFFFFF;
}
.btn-large.btn-large-primary:disabled {
  background-color: #D7DDEB;
  cursor: not-allowed;
}
.btn-large.w-100-center {
  width: 100%;
  text-align: center;
}

.btn-with-circle .circle-background {
  display: flex;
  background: #E2EBFE;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.btn-with-circle .circle-background.big-circle {
  width: 64px;
  height: 64px;
}
.btn-with-circle .circle-background.small-circle {
  width: 32px;
  height: 32px;
}
.btn-with-circle .circle-background.pink-background {
  background: #FE67F8;
}

.btn-circle {
  border: none;
  height: 32px;
  width: 32px;
  clip-path: circle(48%);
  padding: 0;
  background: #3275F9;
  background: #3275F9;
}
.btn-circle img {
  padding: 6px;
}
.btn-circle:not(:disabled) {
  cursor: pointer;
}
.btn-circle:disabled {
  background: #D7DDEB;
}

.theme-2024 .loader-container {
  display: block;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.theme-2024 .loader-container div:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.theme-2024 .loader {
  width: 90px;
  height: 90px;
  border: 8px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
  margin: auto;
}
.theme-2024 .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

body > header {
  top: 0px;
  position: sticky;
  z-index: 3;
  background-color: white;
  container-type: inline-size;
  container-name: header-container;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  /*?? */
}
@media screen and (max-width: 390.5px) {
  body > header .logo img {
    width: 120px;
  }
}
body > header .mx-3, body > header .mx-5 {
  margin: 0px;
}
body > header #banner-comm {
  font-size: 1em;
  text-align: center;
  padding: 0.5em;
  background-color: #3275F9;
  color: #FFFFFF;
}
body > header #banner-comm p {
  text-align: center;
}
body > header > nav {
  display: grid;
  grid-template-columns: max-content 5fr 1fr;
  transition: width 500ms ease-in-out;
  column-gap: 1em;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  align-items: center;
  container-type: inline-size;
  container-name: nav-container;
}
@media screen and (max-width: 768px) {
  body > header > nav {
    grid-template-columns: 1fr 1fr;
    row-gap: 0.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body > header > nav > .logo {
    width: 140px;
  }
  body > header > nav > .logo > img {
    width: 100%;
  }
}
body > header #scanner {
  cursor: pointer;
  width: 20px;
}
body > header .left-nav {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  column-gap: 1em;
  container-type: inline-size;
  container-name: left-nav;
  position: relative;
}
@media screen and (max-width: 768px) {
  body > header .left-nav {
    grid-template-columns: 1fr;
  }
}
body > header .left-nav #search_form {
  margin: 0px;
  min-width: 200px;
}
body > header .left-nav #search_form #search-catalogue {
  padding-right: 35px;
}
body > header .left-nav #search_form:has(#scanner) #search-catalogue {
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  body > header .left-nav #search_form {
    position: relative;
  }
}
body > header .left-nav #search_form > button {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 1em;
  padding: 1em 0px;
}
body > header .left-nav #search_form > button[type=reset] {
  display: none;
}
body > header .left-nav #search_form > span {
  display: flex;
  position: absolute;
  right: 1em;
  top: 0;
  align-items: center;
  gap: 1em;
}
body > header .left-nav #search_form > span > :is([type=submit], #scanner) {
  display: block;
}
body > header .left-nav #search_form > span > button {
  background-color: transparent;
  border: none;
  padding: 1em 0px;
}
body > header .left-nav #search_form > span > button[type=reset] {
  display: none;
}
@media screen and (min-width: 768px) {
  body > header .left-nav #search_form #search-catalogue {
    transition: left 0.3s ease-in;
    left: 50%;
  }
  body > header .left-nav #search_form #search-catalogue:focus {
    transition: left 0.3s ease-in;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -1em;
    width: auto;
  }
  body > header .left-nav #search_form #search-catalogue:focus ~ button {
    top: -1em;
  }
  body > header .left-nav #search_form:has([type=search]:focus) > span {
    margin-top: -1em;
  }
}
body > header .left-nav #search-catalogue {
  width: 100%;
}
body > header .right-nav-end {
  height: max-content;
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center;
  column-gap: 1em;
}
body > header .right-nav-end #recommander > span {
  text-wrap: nowrap;
}
body > header .right-nav-end img {
  display: inherit;
  max-width: inherit;
}
body > header .right-nav-end #logo-burger {
  border: none;
  background-color: white;
  margin-left: 20px;
  cursor: pointer;
  background-image: url("../../../images/2024/svg/burger.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  transition: background-image 0.4s ease;
}
body > header .right-nav-end #logo-burger.nav-mobile-open {
  background-image: url("../../../images/2024/svg/close-blue.svg");
}
@media screen and (min-width: 768px) {
  body > header .right-nav-end #logo-burger {
    display: none;
  }
}
body > header #user.connected > span {
  display: none;
}
@media screen and (max-width: 768px) {
  body > header #user > span {
    display: none;
  }
}
body > header #mobile-search {
  display: none;
}
body > header #banner-info {
  background-color: #B9CEFE;
  color: #121E3C;
}
body > header #banner-info:has(div.yellow-banner) {
  background-color: #FFE989;
}
body > header #banner-info .banner-info-container {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}
body > header #banner-info .banner-info-container .banner-info-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
body > header #banner-info .banner-info-container:has(.banner-promo-text) {
  display: grid;
  grid-template-columns: 1fr max-content;
}
body > header #banner-info .banner-info-container:not(:has(.banner-promo-text)) {
  display: flex;
  justify-content: end;
}
body > header #banner-info .banner-right-info {
  justify-self: right;
  display: grid;
  grid-auto-flow: column;
  column-gap: 1em;
  display: none;
}
@media screen and (min-width: 768px) {
  body > header #banner-info .banner-right-info {
    display: flex;
  }
}
body > header #banner-info .banner-right-info > div.banner-info-item {
  display: none;
}
@media screen and (min-width: 991px) {
  body > header #banner-info .banner-right-info > div.banner-info-item {
    display: flex;
  }
}
body > header #result-search-catalogue-container {
  position: relative;
  margin: 0 auto;
  height: 0px; /* hack for position */
}
body > header #result-search-catalogue-container output {
  display: inline-block;
}
body > header #result-search-catalogue {
  top: 0px;
  background-color: #F7F9FF;
  transform: translateY(-208vh);
  position: fixed;
  padding: 16px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: auto;
  max-height: 80vh;
}
body > header #result-search-catalogue:not(.open) {
  width: var(--search-catalog-width);
  margin: 0 auto;
}
body > header #result-search-catalogue header [type=reset] {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 1em;
  cursor: pointer;
}
body > header #result-search-catalogue:not(.has-matches) #search-results {
  display: none;
}
body > header #result-search-catalogue #search-results, body > header #result-search-catalogue .search-results {
  transition: opacity 0.25s ease-in-out;
}
body > header #result-search-catalogue #no-results {
  margin-top: 150px;
}
body > header #result-search-catalogue.has-matches #no-results {
  display: none;
}
body > header #result-search-catalogue.open {
  transform: translateY(0);
  position: sticky;
  border-radius: 16px;
  box-shadow: 0 1px 1px 1px rgba(183, 182, 182, 0.8980392157);
}
body > header #result-search-catalogue > h2 {
  width: 100%;
  font-size: 24px;
  margin: 20px 0;
  color: #1A1D24;
}
body > header #result-search-catalogue > h2 span {
  font-size: inherit;
}
body > header #result-search-catalogue #loader-search {
  display: flex;
  margin: 25px 0;
}
body > header #result-search-catalogue #loader-search .loader {
  width: 90px;
  height: 90px;
  border: 8px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
  margin: auto;
}
body > header #result-search-catalogue #loader-search .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}
body > header #result-search-catalogue section h3 {
  color: #7D879F;
  font-size: 18px;
}
body > header #result-search-catalogue section #nb-products, body > header #result-search-catalogue section #nb-brands {
  font-weight: bold;
}
body > header #result-search-catalogue section span {
  margin-left: 0 !important;
  font-weight: bold;
}
body > header #result-search-catalogue section span:nth-child(3) {
  margin-left: 3px;
}
body > header #result-search-catalogue section a {
  font-weight: bold;
}
body > header #result-search-catalogue section#search-results {
  display: flex;
  flex-wrap: wrap;
  container-type: inline-size;
  container-name: search-results-container;
  margin-bottom: 20px;
}
body > header #result-search-catalogue section#search-results > div {
  display: grid;
  grid-template-columns: 1fr max-content;
  width: 100%;
  margin-bottom: 10px;
}
body > header #result-search-catalogue section#search-results > div.search-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
}
@media screen and (min-width: 768px) {
  body > header #result-search-catalogue section#search-results > div.search-results {
    max-height: 390px;
    overflow: auto;
  }
}
body > header #result-search-catalogue section#search-results > div.search-results article {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  justify-content: space-between;
  width: 100%;
  margin: 5px 0;
  border-radius: 8px;
  cursor: pointer;
  max-height: 147px;
  overflow: hidden;
}
body > header #result-search-catalogue section#search-results > div.search-results article figure {
  height: 120px; /*to use container height*/
}
@media screen and (max-width: 768px) {
  body > header #result-search-catalogue section#search-results > div.search-results article figure {
    height: 120px;
  }
}
body > header #result-search-catalogue section#search-results > div.search-results article figure img {
  height: 100%;
}
body > header #result-search-catalogue section#search-results > div.search-results article div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 68%;
  margin-left: 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body > header #result-search-catalogue section#search-results > div.search-results article div {
    width: 75%;
  }
}
body > header #result-search-catalogue section#search-results > div.search-results article div h3 {
  width: 100%;
  color: #000000;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body > header #result-search-catalogue section#search-results > div.search-results article div p {
  width: 100%;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  body > header #result-search-catalogue section#search-results > div.search-results article div p {
    overflow: hidden;
    white-space: nowrap;
  }
}
body > header #result-search-catalogue section#search-results > div.search-results article div p:first-child {
  font-size: 18px;
}
body > header #result-search-catalogue section#search-results > div.search-results article div p:last-child {
  font-size: 16px;
  color: #3275F9;
  font-weight: bold;
}
body > header #result-search-catalogue section#search-results-brands {
  display: none;
}
body > header .banner-right-tel {
  width: 300px;
}
body > header .banner-right-tel a {
  float: right;
}
body > header .container-2024.light-version {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body > header > nav .left-nav {
    grid-row: 2;
    grid-column: span 3/4;
  }
  body > header > nav.light-version {
    display: block;
  }
  body > header > nav.light-version a {
    float: left;
    margin-left: 15px;
  }
  body > header .banner-right-tel {
    display: none;
  }
}

body:not(.user-connected) #mobile_recommander, body:not(.user-connected) #recommander {
  display: none !important;
}
@media screen and (min-width: 768px) {
  body:not(.user-connected) #user::after {
    content: attr(aria-label);
    white-space: nowrap;
    font-weight: bold;
  }
}

body.user-connected #nav-connection .singup-info {
  display: none;
}

body.search-results-open main {
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  body.search-results-open #result-search-catalogue-container {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  body.search-results-open #result-search-catalogue-container {
    width: 68%;
  }
}

body:not(.search-results-open) #result-search-catalogue-container {
  width: var(--search-catalog-width);
}

@media screen and (min-width: 768px) {
  #nav-connection {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    --bottom-links-padding: 3em;
  }
  body > header:has(#banner-comm) {
    --bottom-links-padding: 5em;
  }
  .nav-links {
    animation-delay: 0.1s;
    transition: transform 0.5s ease-in;
    height: 100%;
    transform: translateX(-100%);
  }
  .nav-links .nav-links-list {
    display: grid !important;
    grid-auto-flow: row !important;
    height: 100%;
    align-items: center;
  }
  .nav-links .nav-links-list > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    margin: 20px 0;
    width: 100%;
    justify-content: space-between;
  }
  .nav-links .nav-links-list > a:after {
    margin-left: 1em;
    content: url("../../../images/2024/svg/arrow-right-blue.svg");
  }
  .nav-links .nav-links-list > a:after > span {
    max-width: 210px;
  }
  body.nav-mobile > header {
    position: fixed; /* to see on the refactor*/
    z-index: 4;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: white;
  }
  body.nav-mobile > header > nav {
    height: 100%;
    grid-template-rows: max-content 1fr;
    align-items: start;
  }
  body.nav-mobile > header > nav > .left-nav {
    height: 100%;
    grid-template-rows: max-content;
  }
  body.nav-mobile > header > nav > .left-nav > .nav-links {
    /*grid-auto-rows: max-content;*/
    height: 100%;
    padding-bottom: var(--bottom-links-padding);
    transform: translateX(0);
  }
  body.nav-mobile > header #banner-info {
    display: none;
  }
  .nav-links {
    grid-row: 2;
    background-color: white;
    grid-auto-flow: row !important;
    height: fit-content;
  }
  .nav-links #nav-connection {
    display: flex;
    justify-content: center;
  }
  .nav-links #nav-connection #mobile_recommander {
    padding: 1em;
    border-radius: 2em;
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 0.5em;
    background-color: #1340AA;
    color: #F7F9FF;
  }
  .nav-links #nav-connection #mobile_recommander > div {
    display: flex;
    flex-direction: column;
  }
  .nav-links #nav-connection #mobile_recommander > div > small {
    font-size: 0.7em;
  }
  .nav-links #nav-connection .singup-info p a {
    margin-left: 0.75em;
  }
  .nav-links #nav-connection #mobile_user {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    padding: 1em;
  }
  .nav-links #nav-connection p > a {
    font-weight: bold;
    color: #3275F9;
  }
  body:not(.nav-mobile) .nav-links {
    height: 0px;
    overflow: hidden;
  }
}
#recommander, #dropdown_recommander {
  text-decoration: none;
}
#recommander:visited, #dropdown_recommander:visited {
  color: white;
}
#recommander.btn-primary-dark-blue img, #dropdown_recommander.btn-primary-dark-blue img {
  margin-right: 0px;
}

@container header-container (width < 600px) {
  #recommander {
    display: none;
  }
}
@container header-container (width < 804px) {
  .banner-info-container:not(:has(.banner-promo-text)) {
    display: none !important;
  }
}
@container left-nav (width < 600px) {
  body:not(.nav-mobile) .nav-links #promo-menu-link {
    display: none !important;
  }
}
@container nav-container (width < 1072px) {
  #recommander {
    display: none !important;
  }
}
@container nav-container (width < 1020px) {
  body:not(.nav-mobile) #user > span {
    display: none !important;
  }
}
@container nav-container (width < 980px) {
  body:not(.nav-mobile) .right-nav-end #user > span {
    display: none !important;
  }
}
@container nav-container (width < 900px) {
  body:not(.nav-mobile) #search_form {
    min-width: 80px !important;
  }
}
@container search-results-container (width < 724px) {
  .search-results {
    /*overflow: auto;*/
    grid-template-columns: 1fr !important;
    max-height: max-content !important;
  }
}
#userInfoPopup {
  height: 100%;
  max-height: 100%;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 2em 2em 1em 2em;
  right: -100%;
  transition: all 0.2s ease-in-out;
}
#userInfoPopup > header {
  display: grid;
  justify-items: center;
  grid-auto-rows: max-content;
  row-gap: 1em;
}
#userInfoPopup > header [method=dialog] {
  margin: 0px;
  justify-self: start;
}
#userInfoPopup > header [method=dialog] .circle-close-btn {
  clip-path: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #userInfoPopup > header picture img {
    height: 18px;
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  #userInfoPopup > header picture img {
    height: 18px;
    aspect-ratio: 1/1;
  }
}
#userInfoPopup > header #dropdown_top_link {
  display: grid;
  gap: 8px;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #userInfoPopup > header #dropdown_top_link {
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  #userInfoPopup > header #dropdown_top_link {
    align-items: center;
  }
}
#userInfoPopup > header #userInfo {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #162D6A;
}
#userInfoPopup > header #userInfo img {
  width: 24px;
  height: 24px;
  margin-right: 0.25em;
}
#userInfoPopup > header #userInfo .userInfoName {
  padding-inline: 60px;
  text-align: center;
}
#userInfoPopup > header .userInfoStatus {
  display: flex;
  justify-content: center;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#userInfoPopup > header .userInfoStatus.essentiel {
  color: #05A3B8;
}
#userInfoPopup > header .userInfoStatus.premium {
  color: #EA48E3;
}
#userInfoPopup > header .userInfoStatus.vip {
  color: #FFAE00;
}
#userInfoPopup > header .userInfoStatus span {
  margin-left: 0.25em;
}
#userInfoPopup > header .userInfoStatus img {
  margin-right: 0.5em;
}
#userInfoPopup > header .userInfoStatus:has(> span:empty) {
  display: none;
}
@media screen and (min-width: 768px) {
  #userInfoPopup nav {
    margin-top: 2em;
  }
}
#userInfoPopup nav ul {
  display: grid;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul {
    margin-top: 24px;
  }
}
#userInfoPopup nav ul > li {
  padding: 16px;
  background-color: #F7F9FF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul > li {
    padding: 12px 19px;
  }
}
#userInfoPopup nav ul > li > a {
  display: grid;
  align-items: center;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul > li > a {
    font-size: 16px;
  }
}
#userInfoPopup nav ul > li > a:after {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  background-image: url("../../../images/2024/svg/myaccount/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  #userInfoPopup nav ul > li > a:after {
    background-size: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul > li > a:after {
    background-color: #E2EBFE;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-position: center;
    background-size: 6px;
  }
}
#userInfoPopup nav ul > li [data-link]:hover {
  color: #3275F9;
}
@media screen and (min-width: 768px) {
  #userInfoPopup nav ul > li [data-link]:hover::before {
    -webkit-filter: invert(34%) sepia(86%) saturate(1749%) hue-rotate(210deg) brightness(99%) contrast(105%);
    filter: invert(34%) sepia(86%) saturate(1749%) hue-rotate(210deg) brightness(99%) contrast(105%);
  }
}
#userInfoPopup nav ul > li [data-link]::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul > li [data-link]::before {
    background-color: #E2EBFE;
    border: 3px solid #EEF3FE;
    width: 42px;
    aspect-ratio: 1/1;
    border-radius: 100%;
  }
}
#userInfoPopup nav ul > li [data-link=my-dashboard]::before {
  background-image: url("../../../images/2024/svg/myaccount/my-dashboard.svg");
}
#userInfoPopup nav ul > li [data-link=my-orders]::before {
  background-image: url("../../../images/2024/svg/menu/my-orders.svg");
}
#userInfoPopup nav ul > li [data-link=fidelity-points]::before {
  background-image: url("../../../images/2024/svg/menu/fidelity-ponts.svg");
}
#userInfoPopup nav ul > li [data-link=coupons]::before {
  background-image: url("../../../images/2024/svg/menu/coupons.svg");
}
#userInfoPopup nav ul > li [data-link=reference]::before {
  background-image: url("../../../images/2024/svg/menu/reference.svg");
}
#userInfoPopup nav ul > li [data-link=my_communications]::before {
  background-image: url("../../../images/2024/svg/menu/my_communications.svg");
}
#userInfoPopup nav ul > li [data-link=settings]::before {
  background-image: url("../../../images/2024/svg/menu/settings.svg");
}
#userInfoPopup nav ul > li [data-link=help]::before {
  background-image: url("../../../images/2024/svg/menu/help-2.svg");
}
@media screen and (max-width: 768px) {
  #userInfoPopup nav ul > li .promo-highlight {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 30px;
    background-image: url("../../../images/2024/svg/union.svg");
  }
}
#userInfoPopup nav ul > li .link-subinfo {
  color: #3275F9;
  font-size: 14px;
  font-weight: bold;
}
#userInfoPopup[open] {
  animation: dialogRight2Left 0.4s forwards;
  display: grid;
  grid-template-rows: max-content max-content max-content;
}
#userInfoPopup[open].hideDialog {
  right: -150%;
}
#userInfoPopup[open]::backdrop {
  animation: backdrop-fade-in 0.6s ease-out forwards;
  cursor: url("../../../images/2024/svg/close-solid.svg") 16 16, auto;
}
#userInfoPopup footer {
  align-self: center;
  margin: 26px 0;
}
@media screen and (max-width: 768px) {
  #userInfoPopup footer {
    margin-top: 16px;
    padding-bottom: 48px;
  }
}

a.link-logout {
  color: red;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #userInfoPopup {
    right: 0;
    width: 100%;
    max-width: 768px;
    border-bottom-left-radius: 1em;
  }
  #userInfoPopup > header > picture > img {
    height: 35px;
  }
  #userInfoPopup[open] {
    animation: dialogBottom2Top 0.5s forwards;
  }
}
#miniCartDialog {
  height: 100%;
  max-height: 100%;
  border-top-left-radius: 1em;
  padding: 2em 2em 1em 2em;
  width: 100%;
  max-height: 1200px;
  background-color: #F7F9FF;
}
@media screen and (max-width: 768px) {
  #miniCartDialog {
    border-top-right-radius: 1em;
    bottom: -100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #miniCartDialog {
    right: -100%;
    max-width: 475px;
    border-bottom-left-radius: 1em;
  }
}
#miniCartDialog[open] {
  animation: dialogBottom2Top 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #miniCartDialog[open] {
    display: flex;
    flex-direction: column;
    animation: dialogRight2Left 0.5s forwards;
  }
}
#miniCartDialog[open]::backdrop {
  animation: backdrop-fade-in 0.3s ease-out forwards;
  cursor: url("../../../images/2024/svg/close-solid.svg") 16 16, auto;
}
#miniCartDialog[open].hideDialog {
  animation: dialogTop2Bottom 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #miniCartDialog[open].hideDialog {
    animation: dialogLeft2Right 0.5s forwards;
  }
}
#miniCartDialog .close-dialog-form .circle-close-btn {
  top: 1.8em;
  right: var(--side-padding-width);
  clip-path: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#miniCartDialog header {
  padding: 0.25em 0 0;
  width: 100%;
}
#miniCartDialog header > span {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  display: block;
}
#miniCartDialog .discount {
  display: inline-block;
  background-color: #FFE989;
  padding: 8px 10px;
  font-weight: 600;
}
#miniCartDialog .prices {
  margin-top: 6px;
}
#miniCartDialog form:not(.close-dialog-form) {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#miniCartDialog .action_buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0;
}
#miniCartDialog .action_buttons form {
  width: 100%;
  margin: 0.5em 0;
}
#miniCartDialog .action_buttons form button {
  border: none;
  display: block;
  border-radius: 100px;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  padding-block: 13px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#miniCartDialog .action_buttons form button.btn-next {
  background-color: #3275F9;
}
#miniCartDialog .action_buttons form button.btn-next:hover {
  background-color: #1340AA;
}
#miniCartDialog .mini-product-card-list {
  display: grid;
  row-gap: 12px;
  padding: 15px 0;
  column-gap: 6px;
  grid-template-columns: max-content 1fr max-content;
}
#miniCartDialog .mini-product-card-list:has(.empty-cart-container) {
  grid-template-columns: auto;
}
#miniCartDialog .mini-product-card-list article.min-product-card {
  display: grid;
  margin: 0;
  padding: 20px 16px;
  grid-template-columns: subgrid;
  grid-column: span 3;
  background-color: white;
  border-radius: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}
#miniCartDialog .mini-product-card-list article.min-product-card:hover {
  box-shadow: 0 4px 16px -3px rgba(0, 0, 0, 0.25);
}
#miniCartDialog .mini-product-card-list article.min-product-card.remove-cart {
  animation: removeProductMiniCart 0.6s ease-in-out forwards;
}
#miniCartDialog .mini-product-card-list article.min-product-card > a img {
  width: 126px;
}
@media screen and (min-width: 768px) {
  #miniCartDialog .mini-product-card-list article.min-product-card > a img {
    width: 103px;
  }
}
#miniCartDialog .mini-product-card-list article.min-product-card .brand {
  color: #3275F9;
}
#miniCartDialog .mini-product-card-list article.min-product-card .total-line-price {
  font-weight: 600;
  justify-self: center;
}
#miniCartDialog .mini-product-card-list article.min-product-card footer {
  margin-top: 0px;
  display: grid;
  align-content: space-between;
}
#miniCartDialog .mini-product-card-list article.min-product-card footer .btn-img {
  display: inline-block;
  padding: 0px;
  justify-self: end;
  width: 20px;
  height: 26px;
}
#miniCartDialog .mini-product-card-list article.min-product-card footer .btn-img img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}
#miniCartDialog .mini-product-card-list article.min-product-card footer .btn-img:hover img {
  transform: rotate(360deg);
}
#miniCartDialog .net-price {
  font-size: 18px;
}
#miniCartDialog footer button {
  width: 20px;
  height: 26px;
  background-color: transparent;
  right: 17px;
}
#miniCartDialog .empty-cart-container {
  margin-top: 32px;
  justify-self: center;
  text-align: center;
  display: grid;
  row-gap: 48px;
  width: 100%;
}
#miniCartDialog .empty-cart-container .link-btn {
  width: 100%;
}
#miniCartDialog #loader-total {
  text-align: center;
}
#miniCartDialog .loader {
  width: 90px;
  height: 90px;
  border: 8px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
  margin: auto;
}
#miniCartDialog .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}
#miniCartDialog #mini-cart-total {
  border-top: 2px solid #1A1D24;
  border-bottom: 2px solid black;
  padding: 1em 0;
  margin: 1em 0;
}
#miniCartDialog #mini-cart-total .grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  row-gap: 16px;
}
#miniCartDialog #mini-cart-total .grid-2-col .shipping-info-row {
  grid-column: span 2;
  display: grid;
  justify-content: space-between;
  grid-template-columns: max-content 1fr;
  align-items: center;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  #miniCartDialog #mini-cart-total .grid-2-col .shipping-info-row {
    grid-template-columns: max-content max-content;
  }
}
#miniCartDialog #mini-cart-total .grid-2-col .shipping-promo {
  grid-column: 1/-1;
  display: flex;
  font-size: 14px;
  color: #121E3C;
  align-items: center;
  gap: 4px;
  justify-content: center;
  text-align: center;
}
#miniCartDialog #mini-cart-total .grid-2-col .shipping-promo::before {
  content: url("../../../images/2024/svg/promo.svg");
  width: 16px;
  height: 17px;
}
#miniCartDialog #mini-cart-total .grid-2-col .promo-label {
  background-color: #FFE989;
  padding: 8px 10px;
  border-radius: 8px;
}
#miniCartDialog #mini-cart-total .grid-2-col .value {
  justify-self: end;
  padding: 4px 8px;
  min-width: 80px;
  text-align: right;
}
#miniCartDialog #mini-cart-total .grid-2-col .value.discount {
  background-color: #FFE989;
  padding: 4px 8px;
  font-weight: bold;
  border-radius: 8px;
}
#miniCartDialog #mini-cart-total .grid-2-col .value.coupon-conde-reduction {
  align-self: end;
}
#miniCartDialog #mini-cart-total .grid-2-col .recap-col-1 {
  font-size: 16px;
}
#miniCartDialog #mini-cart-total .grid-2-col .total {
  font-size: 20px;
  font-weight: 600;
}
#miniCartDialog #mini-cart-total .grid-2-col .uc-first {
  text-align: center;
}

@keyframes removeProductMiniCart {
  0% {
    opacity: 1;
    height: auto;
  }
  90% {
    opacity: 0;
    height: auto;
  }
  100% {
    height: 0;
    opacity: 0;
    display: none;
  }
}
#scannerDialog {
  height: 100%;
  border-top-left-radius: 1em;
  padding: 2em 2em 1em 2em;
  width: 100%;
  max-height: 1200px;
  background-color: #F7F9FF;
}
@media screen and (max-width: 768px) {
  #scannerDialog {
    border-top-right-radius: 1em;
    bottom: -100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #scannerDialog {
    right: -100%;
    max-width: 475px;
    border-bottom-left-radius: 1em;
  }
}
#scannerDialog[open] {
  animation: dialogBottom2Top 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #scannerDialog[open] {
    display: flex;
    flex-direction: column;
    animation: dialogRight2Left 0.5s forwards;
  }
}
#scannerDialog[open]::backdrop {
  animation: backdrop-fade-in 0.3s ease-out forwards;
  cursor: url("../../../images/2024/svg/close-solid.svg") 16 16, auto;
}
#scannerDialog[open].hideDialog {
  animation: dialogTop2Bottom 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #scannerDialog[open].hideDialog {
    animation: dialogLeft2Right 0.5s forwards;
  }
}
#scannerDialog:has(.loading)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 4;
}
#scannerDialog .close-dialog-form .circle-close-btn {
  top: 1.8em;
  right: var(--side-padding-width);
  clip-path: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scannerDialog header {
  padding: 0.25em 0 0;
  width: 100%;
}
#scannerDialog header > span {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  display: block;
}
#scannerDialog header h2 {
  text-align: center;
}
#scannerDialog button.btn-continue, #scannerDialog a.btn-continue, #scannerDialog button.btn-close, #scannerDialog button.btn-no-result {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
  margin: 1em 0;
  border: none;
  display: block;
  border-radius: 100px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding-block: 13px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#scannerDialog button.btn-continue[data-continue=true], #scannerDialog button.btn-continue[data-validate=true], #scannerDialog button.btn-continue[data-empty=true], #scannerDialog a.btn-continue[data-continue=true], #scannerDialog a.btn-continue[data-validate=true], #scannerDialog a.btn-continue[data-empty=true], #scannerDialog button.btn-close[data-continue=true], #scannerDialog button.btn-close[data-validate=true], #scannerDialog button.btn-close[data-empty=true], #scannerDialog button.btn-no-result[data-continue=true], #scannerDialog button.btn-no-result[data-validate=true], #scannerDialog button.btn-no-result[data-empty=true] {
  background-color: #3275F9;
  color: white;
}
#scannerDialog button.btn-continue[data-continue=true]:disabled, #scannerDialog button.btn-continue[data-validate=true]:disabled, #scannerDialog button.btn-continue[data-empty=true]:disabled, #scannerDialog a.btn-continue[data-continue=true]:disabled, #scannerDialog a.btn-continue[data-validate=true]:disabled, #scannerDialog a.btn-continue[data-empty=true]:disabled, #scannerDialog button.btn-close[data-continue=true]:disabled, #scannerDialog button.btn-close[data-validate=true]:disabled, #scannerDialog button.btn-close[data-empty=true]:disabled, #scannerDialog button.btn-no-result[data-continue=true]:disabled, #scannerDialog button.btn-no-result[data-validate=true]:disabled, #scannerDialog button.btn-no-result[data-empty=true]:disabled {
  background-color: #7D879F;
  cursor: not-allowed;
}
#scannerDialog button.btn-continue[data-continue=true]:disabled:hover, #scannerDialog button.btn-continue[data-validate=true]:disabled:hover, #scannerDialog button.btn-continue[data-empty=true]:disabled:hover, #scannerDialog a.btn-continue[data-continue=true]:disabled:hover, #scannerDialog a.btn-continue[data-validate=true]:disabled:hover, #scannerDialog a.btn-continue[data-empty=true]:disabled:hover, #scannerDialog button.btn-close[data-continue=true]:disabled:hover, #scannerDialog button.btn-close[data-validate=true]:disabled:hover, #scannerDialog button.btn-close[data-empty=true]:disabled:hover, #scannerDialog button.btn-no-result[data-continue=true]:disabled:hover, #scannerDialog button.btn-no-result[data-validate=true]:disabled:hover, #scannerDialog button.btn-no-result[data-empty=true]:disabled:hover {
  background-color: #7D879F;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}
#scannerDialog button.btn-continue[data-continue=true]:hover, #scannerDialog button.btn-continue[data-validate=true]:hover, #scannerDialog button.btn-continue[data-empty=true]:hover, #scannerDialog a.btn-continue[data-continue=true]:hover, #scannerDialog a.btn-continue[data-validate=true]:hover, #scannerDialog a.btn-continue[data-empty=true]:hover, #scannerDialog button.btn-close[data-continue=true]:hover, #scannerDialog button.btn-close[data-validate=true]:hover, #scannerDialog button.btn-close[data-empty=true]:hover, #scannerDialog button.btn-no-result[data-continue=true]:hover, #scannerDialog button.btn-no-result[data-validate=true]:hover, #scannerDialog button.btn-no-result[data-empty=true]:hover {
  background-color: #1340AA;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}
#scannerDialog section {
  width: 100%;
}
#scannerDialog section p {
  font-size: 16px;
  margin: 0.5em 0;
}
#scannerDialog section#scanner-barcode {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#scannerDialog section#scanner-barcode .logo-scan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#scannerDialog section#aggreements p {
  min-height: 70px;
}
#scannerDialog section#aggreements form {
  width: 100%;
}
#scannerDialog section#aggreements form button:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}
#scannerDialog section#scan-process #scan-action {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 250px;
}
#scannerDialog section#scan-process #scan-action video {
  width: 100%;
  height: 100%;
}
#scannerDialog section#scan-process #scan-action canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
#scannerDialog section#scan-process #right, #scannerDialog section#scan-process #left {
  display: flex;
  flex-wrap: wrap;
}
#scannerDialog section#scan-process #right p, #scannerDialog section#scan-process #left p {
  min-height: 70px;
}
#scannerDialog section#scan-process #right p, #scannerDialog section#scan-process #right button, #scannerDialog section#scan-process #left p, #scannerDialog section#scan-process #left button {
  width: 100%;
}
#scannerDialog section#scan-process #right .before-scan, #scannerDialog section#scan-process #right .after-scan, #scannerDialog section#scan-process #right .no-result-scan, #scannerDialog section#scan-process #left .before-scan, #scannerDialog section#scan-process #left .after-scan, #scannerDialog section#scan-process #left .no-result-scan {
  width: 100%;
}
#scannerDialog section#scan-process #product-result {
  margin: 1em 0 3em;
}
#scannerDialog section#scan-process #product-result .product {
  border-radius: 8px;
  padding: 10px 0;
  margin: 1.2em 0;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0 !important;
}
#scannerDialog section#scan-process #product-result .product > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0.5em 0;
}
#scannerDialog section#scan-process #product-result .product > div.header {
  font-family: "Manrope", sans-serif;
  width: 100%;
}
#scannerDialog section#scan-process #product-result .product > div.header img {
  width: 50%;
}
#scannerDialog section#scan-process #product-result .product > div.header > div {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  flex-direction: column;
  justify-content: center;
}
#scannerDialog section#scan-process #product-result .product > div.header > div h3 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
#scannerDialog section#scan-process #product-result .product > div.header > div p:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #7D879F;
}
#scannerDialog section#scan-process #product-result .product > div.header > div p:last-child {
  font-size: 16px;
  font-weight: 700;
  color: #3275F9;
}
#scannerDialog section#scan-process #product-result .product > div.params-div {
  width: 100%;
}
#scannerDialog section#scan-process #product-result .product > div.params-div span {
  font-size: 14px;
  font-weight: 500;
  color: #7D879F;
}
#scannerDialog section#scan-process #product-result .product > div.params-div strong {
  font-size: 14px;
  font-weight: 700;
  color: #393F4D;
}
#scannerDialog section#scan-process #product-result .product > div.qty-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  align-items: center;
  justify-content: left;
  gap: 16px;
}
#scannerDialog section#scan-process #product-result .product > div.qty-div select {
  width: 100px;
  padding: 1em;
  background-color: #F7F9FF;
  font-weight: 500;
  border: 0;
  border-radius: 8px !important;
}
#scannerDialog section#endSection {
  padding: 100px 0;
}
#scannerDialog section#endSection p {
  text-align: center;
}
#scannerDialog section#endSection a[data-continue=true] {
  margin-top: 5em;
}
#scannerDialog .loader {
  width: 90px;
  height: 90px;
  border: 8px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
  margin: 20px auto;
}
#scannerDialog .loader:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #3275F9;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}
#scannerDialog .scandit-container .scandit-paintboard {
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}
#scannerDialog .scandit-container .scandit-paintboard video {
  border-radius: 16px;
}
#scannerDialog p.no-result-string {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  animation: bounce 1s ease-in-out infinite;
}
#scannerDialog p.no-result-string span {
  margin: auto;
  background-color: #CAFEE9;
  border-radius: 8px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}

#scanner {
  position: relative;
}
#scanner .new-badge {
  position: absolute;
  top: -10px;
  right: -18px;
  background-color: #CAFFE9;
  color: #1A1D24;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
  animation: bounce 1.2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.nav-links {
  display: grid;
  grid-auto-flow: column;
  column-gap: 2em;
  align-items: center;
}
.nav-links .nav-links-list {
  display: grid;
  grid-auto-flow: column;
  column-gap: 1em;
  height: 100%;
}
.nav-links .nav-links-list > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #162D6A;
}
.nav-links .nav-links-list > a:hover {
  color: #3275F9;
}
@media screen and (min-width: 768px) {
  .nav-links .nav-links-list {
    justify-content: space-evenly;
  }
}
.nav-links #promo-menu-link {
  position: relative;
}
.nav-links #promo-menu-link > span {
  position: relative;
}
.nav-links #promo-menu-link > span > img {
  width: 105%;
  min-width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.nav-links .menu-dropdown-overlay {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 6px;
  max-width: 1300px;
}
@media screen and (min-width: 991px) {
  .nav-links .menu-dropdown-overlay {
    left: -190px;
    right: -280px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1240px) {
  .nav-links .menu-dropdown-overlay {
    left: -190px;
    width: calc(100vw - 50px);
  }
  @-moz-document url-prefix() {
    .nav-links .menu-dropdown-overlay {
      /* firefox */
      width: 100vw;
    }
  }
}
@media screen and (max-width: 990px) {
  .nav-links .menu-dropdown-overlay {
    left: -180px;
    width: calc(100vw - 14px);
  }
  @-moz-document url-prefix() {
    .nav-links .menu-dropdown-overlay {
      /* firefox */
      width: 100vw;
    }
  }
}
@media screen and (min-width: 992px) {
  .nav-links .menu-dropdown-overlay {
    left: -190px;
    right: -280px;
  }
}
.nav-links .menu-dropdown {
  display: flex;
  background-color: white;
  min-height: 270px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-links .categ-list {
  width: 270px;
  padding: 2em;
  background-color: #EEF3FE;
}
@media screen and (max-width: 990px) {
  .nav-links .categ-list {
    width: auto;
    padding: 16px;
  }
}
.nav-links .product-list {
  padding: 2em;
  flex: 1;
  columns: 3;
  column-gap: 1em;
}
.nav-links .menu-img-preview-container {
  min-width: 200px;
}
@media screen and (max-width: 992px) {
  .nav-links .menu-img-preview-container {
    display: none;
  }
}
.nav-links .brand-li > a {
  color: #3275F9;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.nav-links .brand-li > a span {
  margin-right: 20px;
  font-size: 12px;
}
.nav-links .brand-li > a span img {
  margin-left: 4px;
  width: 10px;
}
.nav-links .brand-sublinks {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .nav-links .nav-links-list > a:hover + .menu-dropdown-overlay {
    display: block;
  }
  .nav-links .menu-dropdown-overlay:hover {
    display: block;
  }
}
.nav-links .brand-li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 1em;
}
.nav-links .prod-li > img {
  display: none;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 220px;
}
.nav-links .prod-li {
  line-height: 1.8em;
}
.nav-links .prod-li > a:hover {
  color: #3275F9;
}
@media screen and (min-width: 992px) {
  .nav-links .prod-li > a:hover + img {
    display: block;
  }
}
.nav-links .categ-li > a {
  color: #162D6A;
}
.nav-links .categ-list > a:hover, .nav-links .categ-li > a:hover {
  text-decoration: underline;
}
.nav-links .all-brand-type-li {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.nav-links .categs-section-link {
  line-height: 30px;
  font-weight: bold;
}
.nav-links .link-button-udnerlined {
  padding-bottom: 5px;
  color: #3275F9;
  font-weight: bold;
  text-decoration: underline;
}
.nav-links .link-button-udnerlined img {
  margin-left: 4px;
  width: 10px;
}

#loginDialog, #forgotPasswordDialog {
  height: 100%;
  max-height: 100%;
  border-top-left-radius: 1em;
  padding: 2em 2em 1em 2em;
  width: 100%;
  max-height: 1200px;
}
@media screen and (max-width: 768px) {
  #loginDialog, #forgotPasswordDialog {
    border-top-right-radius: 1em;
    bottom: -100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #loginDialog, #forgotPasswordDialog {
    right: -100%;
    max-width: 450px;
    border-bottom-left-radius: 1em;
  }
}
#loginDialog[open], #forgotPasswordDialog[open] {
  animation: dialogBottom2Top 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #loginDialog[open], #forgotPasswordDialog[open] {
    align-content: space-around;
    display: grid;
    grid-template-rows: max-content max-content;
    animation: dialogRight2Left 0.5s forwards;
  }
}
#loginDialog[open]::backdrop, #forgotPasswordDialog[open]::backdrop {
  animation: backdrop-fade-in 0.3s ease-out forwards;
  cursor: url("../../../images/2024/svg/close-solid.svg") 16 16, auto;
}
#loginDialog[open].hideDialog, #forgotPasswordDialog[open].hideDialog {
  animation: dialogTop2Bottom 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #loginDialog[open].hideDialog, #forgotPasswordDialog[open].hideDialog {
    animation: dialogLeft2Right 0.5s forwards;
  }
}
#loginDialog .close-dialog-form .circle-close-btn, #forgotPasswordDialog .close-dialog-form .circle-close-btn {
  top: 1.8em;
  right: var(--side-padding-width);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: none;
  border-radius: 100%;
}
#loginDialog header, #forgotPasswordDialog header {
  padding-top: 1.5em;
}
#loginDialog header > span, #forgotPasswordDialog header > span {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  display: block;
}
#loginDialog form:not(.close-dialog-form), #forgotPasswordDialog form:not(.close-dialog-form) {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

#forgotPasswordDialog header {
  padding-top: 15%;
}
#forgotPasswordDialog header > span {
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  display: block;
}
#forgotPasswordDialog[open] {
  animation: dialogBottom2Top 0.5s forwards;
}
@media screen and (min-width: 768px) {
  #forgotPasswordDialog[open] {
    animation: dialogRight2Left 0.5s forwards;
    display: unset;
    align-content: unset;
  }
}

#login-section {
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  #login-section {
    margin-bottom: 2em;
  }
}
#login-section .form-group {
  position: relative;
}
#login-section .btn-submit {
  background-color: #3275F9;
  color: white;
}
#login-section #toggle-password {
  cursor: pointer;
  position: absolute;
  top: 2.57em;
  right: 1em;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #login-section #toggle-password {
    top: 2.65em;
  }
}
#login-section #login_email:not(.invalid-value) ~ #error_invalid_email {
  display: none;
}
#login-section #password-input:not(.invalid-value) ~ #error_invalid_password {
  display: none;
}
#login-section .error {
  min-width: 368px;
  width: min-content;
  margin: 0.5em 0;
}

#singup-section .btn-submit {
  background-color: white;
  color: #3275F9;
}
#singup-section header {
  padding: 0 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #singup-section header {
    padding-top: 2em;
  }
}

#login-section, #singup-section form {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#login-section .form-group, #singup-section form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.login_dialog_separator {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 1.75em 0;
}

.login_dialog_separator span {
  background: #fff;
  padding: 0 10px;
}

.family-join-card {
  overflow: hidden;
  position: relative;
  background-color: #3275F9;
  padding: 2em;
  border-radius: 1em;
  cursor: pointer;
}
.family-join-card > p {
  margin-top: 1em;
  inline-size: 65%;
  position: relative;
  z-index: 1;
}
.family-join-card button.btn-submit {
  z-index: 10;
  position: relative;
}
.family-join-card #art-element {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #8FB4FF;
  background-clip: content-box;
  border: 30px solid #508AFF;
}
.family-join-card #art-element > div {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  clip-path: circle(40%);
}

#forgot-password {
  color: #3275F9;
}
#forgot-password:hover {
  text-decoration: underline;
}

#forgotPasswordDialog {
  padding-bottom: 2em;
}
#forgotPasswordDialog > header {
  margin-bottom: 2em;
}
#forgotPasswordDialog > p {
  margin: 1em 0px;
}
#forgotPasswordDialog #lostPWD_email:not(.invalid-value) ~ #lostpswd_error_invalid_email {
  display: none;
}
#forgotPasswordDialog:not(.submitted) .lostPWD-confirmMsg {
  display: none;
}
#forgotPasswordDialog.submitted #forgotPasswordDialogForm, #forgotPasswordDialog.submitted .lostPWD_msg {
  display: none;
}

#hardBounced_notification section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#hardBounced_notification section a {
  width: max-content;
}
#hardBounced_notification section button {
  margin-top: 16px;
}
#hardBounced_notification section .hiddenWithAnimation {
  transform: scale(0.95) !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

nav#nav-mobile {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  z-index: 2;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav#nav-mobile.open {
  transform: translateX(0);
}
nav#nav-mobile > section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
nav#nav-mobile > section#nav-links {
  padding: 120px 30px 0 30px;
}
nav#nav-mobile > section#nav-links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  margin: 20px 0;
  width: 100%;
  justify-content: space-between;
}
nav#nav-mobile > section#nav-links a:last-child span {
  background: url("../../../images/2024/svg/union.svg") no-repeat left;
  background-size: 100%;
}
nav#nav-mobile > section#nav-connection {
  justify-content: center;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue {
  margin: auto;
  padding: 10px 20px;
  width: 285px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue div {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue div span {
  padding: 0;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue div span:first-child {
  font-size: 12px;
  color: #B9CEFE;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue div span:last-child {
  font-size: 20px;
}
nav#nav-mobile > section#nav-connection .btn-primary-dark-blue img {
  width: 56px;
  height: 56px;
}
nav#nav-mobile > section#nav-connection div .btn-primary-light-blue {
  justify-content: center;
  width: 285px;
}
nav#nav-mobile > section#nav-connection div p {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
nav#nav-mobile > section#nav-connection div p span {
  color: #7D879F;
}
nav#nav-mobile > section#nav-connection div p a {
  font-weight: bold;
  color: #3275F9;
}
@media screen and (min-width: 768px) {
  nav#nav-mobile {
    display: none;
  }
}

main {
  padding-top: 25px;
  transition: opacity 0.4s ease-in-out;
  background-color: #F5F5F5;
  width: 100%;
}
main.search-open {
  opacity: 0.1;
}

@media (min-width: 576px) and (max-width: 991px) {
  .container-sm, .container {
    max-width: revert;
  }
}
a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.dialog-animation {
  height: 100%;
  max-height: 100%;
  padding: 2em 2em 1em 2em;
  right: -100%;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .dialog-animation {
    width: 630px;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
  }
}
.dialog-animation[open] {
  animation: dialogRight2Left 0.4s forwards;
  display: grid;
  grid-template-rows: max-content max-content max-content;
}
.dialog-animation[open].hideDialog {
  animation: dialogTop2Bottom 0.5s forwards;
}
@media screen and (min-width: 768px) {
  .dialog-animation[open].hideDialog {
    animation: dialogLeft2Right 0.5s forwards;
  }
}
.dialog-animation[open]::backdrop {
  animation: backdrop-fade-in 0.6s ease-out forwards;
  cursor: url("../../../images/2024/svg/close-solid.svg") 16 16, auto;
}
.dialog-animation .modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.dialog-animation .modal-header h2 {
  font-weight: 600 !important;
}
.dialog-animation .modal-header .close-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.dialog-animation .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEF3FE;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.dialog-animation .close-btn.primary {
  background-color: #3275F9;
}
.dialog-animation .modal-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .dialog-animation {
    right: 0;
    width: 100%;
    max-width: 768px;
    border-radius: 1em 1em 0 0;
  }
  .dialog-animation[open] {
    animation: dialogBottom2Top 0.5s forwards;
  }
}
.success-message {
  background: #F7F9FF;
  color: #03C69F;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
}
.success-message::before {
  content: url("../../../images/2024/svg/success-tick-green.svg");
  padding-inline: 6px;
}

body .main-footer {
  padding: 40px 0;
  background: #121E3C;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .main-footer .footer-text {
  color: #F7F9FF;
  padding: 20px 0px 50px;
  font-size: 9px;
}
body .main-footer .footer-text a {
  color: #F7F9FF !important;
  font-size: 9px;
}
body .main-footer .version-number {
  border-left: 1px solid #F7F9FF;
  padding-left: 5px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body .main-footer.has-sticky-btn .footer-text {
    padding-bottom: 3.125em;
  }
}
body .main-footer section {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  width: 100%;
}
body .main-footer section h2, body .main-footer section p.title {
  color: #F7F9FF;
  font-size: 16px;
  font-weight: bold;
}
body .main-footer section h2 a, body .main-footer section p.title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
body .main-footer section a:any-link:hover {
  text-decoration: underline;
}
body .main-footer section#top #footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  body .main-footer section#top #footer-links {
    justify-content: unset;
  }
}
@media screen and (min-width: 768px) {
  body .main-footer section#top #footer-links .footer-bloc-link:nth-child(4), body .main-footer section#top #footer-links .footer-bloc-link:nth-child(8) {
    text-align: right;
  }
}
body .main-footer section#top #footer-links .footer-bloc-link:nth-child(4) a, body .main-footer section#top #footer-links .footer-bloc-link:nth-child(8) a {
  font-weight: bold;
}
body .main-footer section#top #footer-links .footer-bloc-link:nth-child(4) a#tel-contact, body .main-footer section#top #footer-links .footer-bloc-link:nth-child(8) a#tel-contact {
  font-size: 20px;
}
body .main-footer section#top #footer-links .footer-bloc-link:nth-child(4) a.contact-support-link > span, body .main-footer section#top #footer-links .footer-bloc-link:nth-child(8) a.contact-support-link > span {
  text-decoration: underline;
}
body .main-footer section#top #footer-links .footer-bloc-link ul {
  margin-top: 16px;
}
body .main-footer section#top #footer-links .footer-bloc-link ul li {
  margin: 5px 0;
  color: #E2EBFE;
  font-size: 14px;
}
body .main-footer section#top #footer-links .footer-bloc-link ul li a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  body .main-footer section#top #footer-links #footer-partners {
    justify-content: end;
  }
}
body .main-footer section#top #footer-links #footer-partners h2 {
  width: 100%;
  height: 22px;
}
@media screen and (min-width: 768px) {
  body .main-footer section#top #footer-links #footer-partners h2 {
    text-align: end;
  }
}
body .main-footer section#top #footer-links #footer-partners ul {
  display: flex;
  text-align: end;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  body .main-footer section#top #footer-links #footer-partners ul {
    flex-direction: row;
    gap: 1em;
  }
}
@media screen and (max-width: 576px) {
  body .main-footer section#top #footer-links #footer-partners ul {
    justify-content: center;
  }
}
body .main-footer section#top #footer-links #footer-partners ul a {
  text-align: end;
  width: 70px;
  height: auto;
}
@media screen and (min-width: 768px) {
  body .main-footer section#top #footer-links #footer-partners ul a img {
    width: auto;
  }
}
body .main-footer section#logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .main-footer section#logos div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
}
@media screen and (max-width: 992px) {
  body .main-footer section#logos div#countries {
    margin-bottom: 22px;
  }
}
body .main-footer section#logos div#countries a {
  width: 24px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .main-footer section#logos div#countries a img {
  width: 100%;
  height: 100%;
}
body .main-footer section#logos div#payments img {
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}
body .main-footer section#bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  body .main-footer section#bottom {
    flex-direction: row;
  }
}
body .main-footer section#bottom div, body .main-footer section#bottom a {
  color: #F7F9FF;
}
body .main-footer section#bottom span {
  font-weight: bold;
}
body .main-footer section#bottom > div #right-reserved {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  body .main-footer section#bottom > div #right-reserved {
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  body .main-footer section#bottom > div #right-reserved {
    display: block;
  }
}
body .main-footer section#bottom > div #right-reserved span:not(:last-child) {
  border-right: 1px solid #FFFFFF;
  margin-right: 5px;
  padding-right: 5px;
}
body .main-footer section#bottom > div #right-reserved span:last-child {
  margin-left: 5px;
}
body .main-footer section#bottom > div #right-reserved img {
  height: 20px;
  margin-bottom: -3px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  body .main-footer section#bottom > div #right-reserved a {
    display: block;
  }
}
body .main-footer section#bottom > div #legal-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: unset;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  body .main-footer section#bottom > div #legal-infos {
    flex-direction: row;
    margin-top: 16px;
    justify-content: start;
  }
}
@media screen and (max-width: 768px) {
  body .main-footer section#bottom > div #legal-infos {
    margin-bottom: 2%;
  }
}
body .main-footer section#bottom > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body .main-footer section#bottom > div:last-child {
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  body .main-footer section#bottom > div:last-child {
    display: -webkit-box;
    padding: 0;
  }
}
body .main-footer section#bottom > div:last-child a {
  display: flex;
  height: 24px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  body .main-footer section#bottom .social-logo-wrapper {
    margin-top: 16px;
  }
}
body .main-footer hr {
  width: 100%;
  border: 1px solid #E2EBFE;
  max-width: 1280px;
}
body .main-footer .logo.left-footer-logo {
  float: left;
  width: 100%;
}

#container-footer-suppliers {
  border-top: 1px solid #dddedf;
}
#container-footer-suppliers .footer-partners {
  border-top: none;
}
@media (max-width: 720px) {
  #container-footer-suppliers {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body:has(.navbar-fixed-bottom) .footer-text {
    padding-bottom: 3.125em;
  }
}

/* for the "cms" pages */
.breadcrumbs-wrapper {
  margin-bottom: 20px;
}

main {
  padding-top: 0px;
}

.static-page-wrapper {
  background-color: white;
}
.static-page-wrapper h1 {
  margin: 0px;
  font-size: 52px;
  color: #121E3C;
}
@media screen and (max-width: 768px) {
  .static-page-wrapper h1 {
    font-size: 36px;
  }
}
.static-page-wrapper h1:after {
  content: url("../../../images/2024/svg/doodle.svg");
  text-align: center;
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .static-page-wrapper h1:after {
    padding-top: 8px;
  }
}
.static-page-wrapper > header {
  background-color: #F7F9FF;
  display: grid;
  place-content: center;
  padding-block: 69px;
}
.static-page-wrapper .static-content {
  display: grid;
  padding-bottom: 48px;
}
.static-page-wrapper .static-content h1 {
  display: grid;
  place-content: center;
  padding-block: 69px;
  background-color: #F7F9FF;
  height: max-content;
  text-align: center;
  padding-inline: 24px;
}
.static-page-wrapper #text {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .static-page-wrapper #text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .static-page-wrapper #text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .static-page-wrapper #text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .static-page-wrapper #text {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .static-page-wrapper #text {
    max-width: 1320px;
  }
}
.static-page-wrapper #text {
  padding-top: 96px;
  font-size: 16px;
}
.static-page-wrapper #text hr {
  border: none;
  border-top: 4px solid #EEF3FE;
  width: 100%;
  margin-block: 32px;
}
@media screen and (max-width: 768px) {
  .static-page-wrapper #text {
    padding-top: 64px;
    padding-inline: 24px;
  }
}
.static-page-wrapper #text a {
  color: #3275F9;
  font-weight: bold;
}
.static-page-wrapper .refund-and-return h2, .static-page-wrapper .refund-and-return h3 {
  color: #121E3C;
  margin-bottom: 8px;
}
.static-page-wrapper .refund-and-return h2 {
  font-size: 24px;
}
.static-page-wrapper .refund-and-return h3 {
  font-size: 20px;
}
.static-page-wrapper .refund-and-return hr + h2 {
  margin-top: 36px;
}
.static-page-wrapper .static-content:not(:has(#text)) {
  --container-width: 100%;
  display: grid;
}
@media (min-width: 768px) {
  .static-page-wrapper .static-content:not(:has(#text)) {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  .static-page-wrapper .static-content:not(:has(#text)) {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  .static-page-wrapper .static-content:not(:has(#text)) {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .static-page-wrapper .static-content:not(:has(#text)) {
    --container-width: 1320px;
  }
}
.static-page-wrapper .static-content:not(:has(#text)) {
  margin-inline: auto;
  max-width: var(--container-width);
}
@media screen and (max-width: 768px) {
  .static-page-wrapper .static-content:not(:has(#text)) {
    display: block;
    width: 100%;
    max-width: min(100%, var(--container-width));
  }
  .static-page-wrapper .static-content:not(:has(#text)) > * {
    padding-inline: 24px;
  }
}
.static-page-wrapper .static-content:not(:has(#text)) > h2 {
  font-size: 24px;
}
.static-page-wrapper .static-content:not(:has(#text)) > h3 {
  font-size: 20px;
}
.static-page-wrapper .static-content:not(:has(#text)) > * {
  color: #121E3C;
  text-align: left;
}
.static-page-wrapper .static-content:not(:has(#text)) > h2 {
  margin-bottom: 16px;
}
.static-page-wrapper .static-content:not(:has(#text)) > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.static-page-wrapper .static-content:not(:has(#text)) h3 p {
  text-align: left;
}
.static-page-wrapper .static-content:not(:has(#text)) > p:empty {
  display: none;
}
.static-page-wrapper .static-content:not(:has(#text)) > p + h2 {
  margin-top: 48px;
}
.static-page-wrapper .static-content:not(:has(#text)) > h3 + p {
  margin-top: 10px;
}
.static-page-wrapper .static-content:not(:has(#text)) a {
  color: #3275F9;
  font-weight: bold;
}
.static-page-wrapper .static-content:not(:has(#text)) > center + p[style] {
  margin-top: 16px;
  margin-bottom: 0px;
  color: #7D879F;
}
@media screen and (max-width: 768px) {
  .static-page-wrapper .static-content:not(:has(#text)) > center:first-of-type {
    padding-inline: 0px;
    margin-inline: 0px;
  }
}

/*# sourceMappingURL=static_page_bootstrap.css.map */
