@font-face {
  font-family: "SimplonNorm-Bold";
  src: url("../fonts/simplonnorm-bold.ttf");
  src: url("../fonts/simplonnorm-bold.ttf") format("truetype"), url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SimplonNorm-Medium";
  src: url("../fonts/simplonnorm-medium.ttf");
  src: url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Medium.ttf") format("truetype"), url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SimplonNorm-Regular";
  src: url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Regular.woff");
  src: url("../fonts/simplonnorm-regular.ttf") format("truetype"), url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Regular.otf") format("opentype"), url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Regular.woff") format("woff");
}
@font-face {
  font-family: "SimplonNorm-Light";
  src: url("../fonts/simplonnorm-light.ttf");
  src: url("../fonts/simplonnorm-light.ttf") format("truetype"), url("https://ipevo-web-uk.s3.us-west-1.amazonaws.com/code/font/Simplon/SimplonNorm-Light.otf") format("opentype");
}
.fade {
  transition: opacity 0.15s linear;
}
html,body{height:100%}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.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: 425px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.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.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.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: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.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: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.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: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.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;
  }
}
@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
.gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
.gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
.gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
.gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
.gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
.gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
.gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
.gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
.gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
.gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
.gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
.gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 425px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 424.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
}
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
#nav {
  font-family: "SimplonNorm-Regular";
  letter-spacing: -0.015em;
}
.nav--main .nav--item .nav--link {
  display: block;
  cursor: pointer;
  color: #000000;
  padding-top: 31px;
  height: 80px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: 0.3s all ease;
  border-bottom: 3px solid transparent;
}
.nav--main .nav--item .nav--link:hover, .nav--main .nav--item .nav--link.is-active {
  border-bottom: 3px solid #76B900;
}
.nav--submenu .nav--title {
  padding-top: 5px;
  transition: 0.3s all ease;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.nav--submenu .nav--title .label {
  font-family: "SimplonNorm-Medium";
  font-size: 18px;
  line-height: 22px;
  color: #000;
  letter-spacing: -0.02em;
}
.nav--submenu .nav--title:hover, .nav--submenu .nav--title.is-active {
  border-bottom: 3px solid #76B900;
}
.nav--submenu .nav--item .nav--link {
  display: block;
  cursor: pointer;
  color: #888888;
  padding-top: 26px;
  height: 70px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: 0.3s all ease;
  border-bottom: 3px solid transparent;
}
.nav--submenu .nav--item .nav--link:hover, .nav--submenu .nav--item .nav--link.is-active {
  color: #000000;
  border-bottom: 3px solid #76B900;
}
.switch--lang {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 48px;
  /*border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 16px;*/
}
.switch--lang .label {
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #888888;
}
.switch--lang a.current {
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
}
.switch--lang:hover a.current {
  text-decoration: underline;
}
.switch--lang--mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
}
.switch--lang--mobile .label {
  font-size: 11px;
  line-height: 14px;
  color: #888888;
}
.switch--lang--mobile a.current {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
}
.switch--lang--mobile:hover a.current {
  text-decoration: underline;
}
.group--items .group--title,
.group--sitemap .group--title {
  display: block;
  min-height: 44px;
  margin-bottom: 10px;
  color: #000000;
  text-decoration: none;
}
.group--items .group--title > .title,
.group--sitemap .group--title > .title {
  font-family: "SimplonNorm-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.015em;
  margin-bottom: 5px;
}
.group--items .group--title > .caption,
.group--sitemap .group--title > .caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.015em;
  color: #888888;
}
.group--items a.group--title:hover,
.group--sitemap a.group--title:hover {
  text-decoration: underline;
}
.group--sitemap {
  width: 250px;
  max-width: 100%;
}
.card--item {
  text-decoration: none;
}
.card--item .caption {
  color: #333333;
}
.card--item .caption .product--name {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.card--item .caption .product--name span {
  white-space: nowrap;
}
.card--item .caption .product--description {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: -0.02em;
}
.card--item:hover .caption {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .card--item .caption .product--description br {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .card--item .caption .product--description br {
    display: none;
  }
}
@media (max-width: 767.98px) {

}
.nav--drawer a.nav--lang {
  text-decoration: none;
}
.nav--drawer a.nav--lang .label {
  color: #000000;
}
.nav--drawer a.nav--lang .icon {
  margin-right: 10px;
}
.nav--drawer a.nav--title {
  text-decoration: none;
}
.nav--drawer a.nav--title .label {
font-family: "SimplonNorm-regular";
    font-size: 18px;
    line-height: 24px;
    color: #000000; padding-left: 5px;}
.nav--drawer a.nav--title:hover .label {
  text-decoration: underline;
}
.nav--drawer .nav--collapse a.nav--link,
.nav--drawer .nav--collapse a.nav--link[href],
.nav--drawer .nav--item a.nav--link,
.nav--drawer .nav--item a.nav--link[href] {
  text-decoration: none;
}
.nav--drawer .nav--collapse a.nav--link .label,
.nav--drawer .nav--collapse a.nav--link[href] .label,
.nav--drawer .nav--item a.nav--link .label,
.nav--drawer .nav--item a.nav--link[href] .label {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.nav--drawer .nav--collapse a.nav--link .small,
.nav--drawer .nav--collapse a.nav--link[href] .small,
.nav--drawer .nav--item a.nav--link .small,
.nav--drawer .nav--item a.nav--link[href] .small {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: -0.015em;
  color: #888888;
  text-decoration: none;
}
.nav--drawer .nav--collapse:active,
.nav--drawer .nav--item:active {
  text-decoration: none;
}
.nav--drawer .nav--collapse:active a.nav--link .label,
.nav--drawer .nav--collapse:active a.nav--link[href] .label,
.nav--drawer .nav--item:active a.nav--link .label,
.nav--drawer .nav--item:active a.nav--link[href] .label {
  text-decoration: underline;
}
.nav--drawer .nav--collapse:active a.nav--link .small,
.nav--drawer .nav--collapse:active a.nav--link[href] .small,
.nav--drawer .nav--item:active a.nav--link .small,
.nav--drawer .nav--item:active a.nav--link[href] .small {
  text-decoration: none;
}
.nav--drawer .nav--collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product--tags {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.product--tags .tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.015em;
  color: #158406;
  border: 1px solid #158406;
  border-radius: 2px;
  padding: 2px 4px 0;
}
.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  list-style: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #000000;
}
.sitemap ul li + li {
  margin-top: 10px;
}
.sitemap ul a {
  color: #000000;
  text-decoration: none;
}
.sitemap ul a:hover {
  text-decoration: underline;
}
.sprite {
  font-size: 0 !important;
}
body.demo {
  margin: 0;
  padding: 0;
  background: #dedede;
}
body.demo main {
  height: 200vh;
}
*:focus {
  box-shadow: none;
  outline: #000 dotted 2px;
}
#nav {
  font-family: "SimplonNorm-Regular";
}
#nav * {
  box-sizing: border-box;
}
@media (max-width: 1023.98px) {
  #nav {
    height: 60px;
  }
}
@media (max-width: 1023.98px) {
  .nav--desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav--mobile {
    display: none;
  }
}
.nav--desktop {
  position: relative;
  width: 100%;
  z-index: 10099;
}
.nav--desktop .nav--dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.nav--desktop .nav--dropdown > .spacer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 5vh;
  background: rgba(0, 0, 0, 0.00001);
}
.nav--desktop .nav--bar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 80px;
  padding: 20px 35px;
}
.nav--desktop .nav--bar .col--logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}
.nav--desktop .nav--bar .col--nav {
  display: flex;
  justify-content: center;
}
.nav--desktop .nav--bar .col--action {
  display: flex;
  justify-content: flex-end;
}
.nav--desktop .nav--bar .col--cart {
  display: flex;
  justify-self: flex-end;
}
.nav--desktop .nav--bar .col--lang {
  justify-self: flex-end;
  display: flex;
}
.nav--desktop .nav--bar .logo {
  margin-right: 20px;
}
.nav--desktop .nav--main {
  display: flex;
}
.nav--desktop .nav--main {
  display: flex;
}
.nav--desktop .nav--main .nav--item:not(:first-child) {
  margin-left: 40px;
}
.nav--desktop .nav--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
  height: 70px;
}
.nav--desktop .button--toggle {
  order: 2;
}
.nav--desktop .nav--submenu {
  order: 1;
  display: flex;
}
.nav--desktop .nav--submenu .nav--item + .nav--item {
  margin-left: 40px;
}
.nav--desktop .hd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav--desktop .hd .nav--title {
  display: flex;
  align-items: center;
  height: 70px;
  margin-right: 40px;
}
.nav--desktop .hd .nav--title .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .nav--desktop .nav--bar .col--logo .sprite.slogan {
    display: none !important;
  }
  .nav--desktop .hd .nav--title {
    margin-right: 25px;
  }
  .nav--desktop .nav--main .nav--item:not(:first-child) {
    margin-left: 25px;
  }
}
.button--cart a, .button--location a, .button--login a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /*padding: 0 12px 0 8px;*/
  /*height: 48px;*/
  /*background: #000;
  border-radius: 20px;*/
  transition: 0.3s all ease;
}
 .button--cart .icon, .button--location .icon, .button--login .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 48px;
  height: 48px;*/
}
a.button--cart .label {
  font-family: "SimplonNorm-Regular";
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
.button--cart a:hover, .button--location a:hover, .button--login a:hover {
  /*background: #76B900;*/
  fill: #74ba00; filter: invert(.5) sepia(.5) saturate(5) hue-rotate(50deg);
}

.button--toggle {
  cursor: pointer;
}
.button--toggle .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.nav--panel {
  background: #ffffff;
  border-top: 1px solid #BDBDBD;
}
.nav--panel .hd.is-sp {
  background: #F3F3F3;
}
.nav--panel .bd {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1800px;
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.card--item {
  max-width: 180px;
  width: 10.5vw;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .card--item {
    width: 10.5vw;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .card--item {
    width: 10.5vw;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .card--item {
    width: 9.5vw;
  }
}
.card--item .pic {
  aspect-ratio: 1/1;
  background: #f3f3f3;
  width: 100%;
  margin-bottom: 15px;
}
.card--item .pic img {
  max-width: 100%;
}
.group--items {
  padding: 0 35px;
  margin-bottom: 3%;
  border-right: 1px solid #bdbdbd;
}
.group--items.is-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.is-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.group--items .group {
  display: flex;
}
.group--items .group > * + * {
  margin-left: 40px;
}
.Changelanguage{cursor: pointer;}
.change_language_title{font-family: "SimplonNorm-Medium"; font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.015em; margin-bottom: 5px; text-align: center;}
.languagelist .is-col-5{text-align: center; line-height: 40px; height:40px; border-left:1px #999 solid;}
.languagelist .is-col-5 a{color:#333; text-decoration: none;}
.languagelist .is-col-5 a:hover{text-decoration:underline;}
.languagelist .is-col-5:nth-child(1){border:0px;}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .group--items {
    padding: 0 30px;
  }
  .group--items:first-child {
    padding-left: 35px;
  }
  .group--items .group > * + * {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .group--items {
    padding: 0 25px;
  }
  .group--items:first-child {
    padding-left: 35px;
  }
  .group--items .group > * + * {
    margin-left: 25px;
  }
}
.group--items + .group--items {
  border-right: 1px solid #bdbdbd;
}
.group--items:last-child { border-right: none;}
.nav--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 10999;
}
.nav--mobile.is-fixed {
  position: fixed;
}
.nav--mobile .nav--bar {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  height: 60px;
  padding: 15px;
}
.nav--mobile .nav--bar .col--buttons {
  display: flex;
}
.nav--mobile .nav--bar .logo-mobile img {
  width: 240px !important;
}
.nav--mobile .nav--drawer {
  transition: 0.4s all ease;
  width: 100vw;
  height: calc(100vh - 95px);
  height: calc(100dvh - 95px);
  overflow-y: scroll;
  background: #ffffff;
  transform: translateX(-100%);
}
.nav--mobile .nav--drawer.is-active {
  transform: translateX(0%);
}
.nav--mobile hr {
  margin: 10px 15px;
  border-top: 1px solid #bdbdbd;
}
.nav--mobile a.nav--title,
.nav--mobile .nav--title,
.nav--mobile .nav--collapse,
.nav--mobile .nav--item,
.nav--mobile a.nav--lang,
.nav--mobile .nav--lang {
  display: flex;
  padding: 15px;
  min-height: 50px;
  transition: 0.3s all ease;
}
.nav--mobile a.nav--title:active-x,
.nav--mobile .nav--title:active-x,
.nav--mobile .nav--collapse:active-x,
.nav--mobile .nav--item:active-x,
.nav--mobile a.nav--lang:active-x,
.nav--mobile .nav--lang:active-x {
  background: #F3F3F3;
}
.nav--mobile .nav--lang {
  display: flex;
}
.nav--mobile .nav--lang .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.nav--mobile .nav--collapse {
  position: relative;
  margin: 11px 11px 0 11px;
  padding: 10px 20px;
}
.nav--mobile .nav--collapse .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s transform ease;
}
.nav--mobile .nav--collapse.is-collapsed .icon {
  transform: rotate(180deg);
}
.button--icon--mobile,
.button--toggle--drawer {
  cursor: pointer;
}
.button--icon--mobile .icon,
.button--toggle--drawer .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 1rem;
}
.button--icon--mobile .icon > *,
.button--toggle--drawer .icon > * {
  max-width: 20px;
}
.button--icon--mobile .icon > *:nth-child(1),
.button--toggle--drawer .icon > *:nth-child(1) {
  display: block !important;
}
.button--icon--mobile .icon > *:nth-child(2),
.button--toggle--drawer .icon > *:nth-child(2) {
  display: none !important;
}
.button--icon--mobile.is-active .icon > *:nth-child(1),
.button--toggle--drawer.is-active .icon > *:nth-child(1) {
  display: none !important;
}
.button--icon--mobile.is-active .icon > *:nth-child(2),
.button--toggle--drawer.is-active .icon > *:nth-child(2) {
  display: block !important;
}
.button--icon--mobile + .button--toggle--drawer {
  margin-left: 7px;
}
.collapse--product {
  width: 100vw;
  overflow-x: hidden;
  padding-left: 15px;
}
.collapse--product > .nav--item,
.collapse--product > .nav--collapse {
  margin-left: -15px;
  padding-left: 30px;
}
.collapse--product > .collapse--product {
  width: 100vw;
  display: block;
}
.collapse--product > .collapse--product > .card--item {
  width: 140px;
  min-width: 140px;
}
.collapse--product > .collapse--product > .card--item + .card--item {
  margin-left: 10px;
}
.js--tab {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.js--tab--lv2 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #ffffff;
}
.js--tabs {
  z-index: 2;
  width: 100%;
  background: #ffffff;
}
.js--tabs > * {
  position: absolute;
  width: 100%;
  background: #ffffff;
  transition: 0.5s opacity ease;
}
#nav .sprite {
  display: inline-block;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
}
#nav .sprite.autosize {
  width: 100%;
}
#nav .sprite:before {
  content: "";
  display: block;
}
#nav .icon--arrow {
  width: 7.5px;
  height: auto;
  background-position: 67.5840978593% 49.5145631068%;
  background-size: 4460% auto;
}
#nav .icon--arrow:before {
  padding-top: 186.6666666667%;
}
#nav .icon--bars {
  width: 32px;
  height: 32px;
  background-position: 63.2750397456% 57%;
  background-size: 1672.5% auto;
}
#nav.v1-header .icon--bars { height: 20px !important;}
#nav .icon--bars:before {
  padding-top: 77.5%;
}
#nav .icon--cart--black {
  width: 21.5px;
  height: auto;
  background-position: 56.0702875399% 56.043956044%;
  background-size: 1555.8139534884% auto;
}
#nav.v1-header .icon--cart--black { height: 30px !important;}
#nav .icon--cart--black:before {
  padding-top: 93.023255814%;
}
#nav .button--cart .icon--cart, #nav .button--location .icon--location, #nav .button--location .icon--login {
  width: 48px;
  height: auto;
  /*background-position: 48.5623003195% 56.6666666667%;
  background-size: 1555.8139534884% auto;*/
}
#nav .button--icon--mobile .icon--cart, #nav .button--icon--mobile .icon--location, #nav .button--icon--mobile .icon--login {
  width: 32px;
  height: auto;
}
#nav.v1-header .icon--cart { height: 30px !important;}
#nav .icon--cart:before {
  padding-top: 95.3488372093%;
}
#nav .icon--close {
  width: 23.5px;
  height: auto;
  background-position: 32.9581993569% 60.7142857143%;
  background-size: 1423.4042553191% auto;
  line-height: 0;
}
#nav.v1-header .icon--close { height: 23px;}
#nav .nav--mobile .icon--close {
  width: 23.5px;
  height: auto;
  background-position: 32.9581993569% 60.7142857143%;
  background-size: 1423.4042553191% auto;
}
#nav.v1-header .nav--mobile .icon--close { height: 23px;}
#nav .icon--close:before {
  padding-top: 100%;
}
#nav .icon--global {
  width: 22px;
  height: auto;
  background-position: 40.96% 58.6206896552%;
  background-size: 1520.4545454545% auto;
}
#nav.v1-header .icon--global { height: 22px;}
#nav .icon--global:before {
  padding-top: 100%;
}
#nav .icon--triangle {
  width: 11px;
  height: auto;
  background-position: 71.2519319938% 42.5%;
  background-size: 3040.9090909091% auto;
}
#nav .icon--triangle:before {
  padding-top: 50%;
}
#nav .logo {
  width: 357px;
  height: auto;
  background: url("../images/logo_db.png") center center no-repeat;
}
#nav .logo:before {
  padding-top: 39.8009950249%;
}
#nav .slogan {
  width: 100px;
  height: auto;
  background-position: 0 0%;
  background-size: 100% auto;
}
#nav .slogan:before {
  padding-top: 7.0254110613%;
}
#nav .slogan {
  background-image: url("");
  background-position: 0 0;
}



/* ----------------------------------------------
landing page haeder
---------------------------------------------- */
/* header */
#product-header.header-box{ padding-top: 15px;}
#product-header.header-box .header-wrapper{background-color: #ffffff; position: relative;}
/* logo */
#product-header.header-box .header-logo{ width: 100%!important;}
#product-header .ipevo-logo .ipevo-icon .slogan{ display: block!important;}
#product-header .ipevo-logo{ width: 100%; position: relative;}
#product-header .ipevo-logo .ipevo-link{ display:inline-block; padding:5px;}
#product-header .ipevo-logo .ipevo-icon{ height: 45px; display: inline-block; float:left;}
#product-header .ipevo-logo .ipevo-icon img{ height:100%; float:left;}
#product-header .ipevo-logo .ipevo-icon .logo{ padding:0; margin:0;}
#product-header .ipevo-logo .ipevo-icon .slogan{ margin-left:15px;}
#product-header .ipevo-logo .ipevo-text{position: absolute;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(0px 0px 99.9% 99.9%);clip-path: inset(0px 0px 99.9% 99.9%);overflow: hidden;height: 1px;width: 1px;padding: 0;border: 0;}

@media (max-width: 768px) {
  #product-header .ipevo-logo .ipevo-icon .slogan { display: none !important;}
}

@media (max-width: 1024px) {
  .menuCategory{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "SimplonNorm-regular";
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 11px 32px;
    background-color: #f6f6f6;
  }
  .menuCategory.active{
    border-left: 2px solid #74ba00;
  }
  .nav--collapse .is-collapsed{
    border: #eee 1px solid;
    border-bottom: 3px solid #76B900;
  }
  .card--item .caption{
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }
  .product--tags{ order: 1;}
  .card--item {
    width: 100%!important;
    display: flex;
    justify-content: flex-start;
    margin-left: 0!important;
    max-width: 100%;
  }
  .product--tags .tag{
    font-size: 14px;
    padding: 2px 5px;
    margin: 5px 0;
  }
  .card--item .caption .product--description{
    margin-bottom: 5px;
    order: 3;
    text-align: left;
  }
  .nav--drawer .nav--collapse a.nav--link[href] .label, .nav--drawer .nav--item a.nav--link .label, .nav--drawer .nav--item a.nav--link[href] .label{
    font-size: 14px;
    color: #121212;
  }
  .nav--drawer .nav--collapse a.nav--link .small, .nav--drawer .nav--collapse a.nav--link[href] .small, .nav--drawer .nav--item a.nav--link .small, .nav--drawer .nav--item a.nav--link[href] .small{
    font-family: "SimplonNorm-regular";
    font-size: 14px;
    color: #888;
  }
  .nav--mobile hr{
    border-bottom: #eee 1px solid;
    margin-bottom: 10px;
    padding: 1rem 0;
  }
  .mobile-menu-item{
    border: #eee 1px solid;
    border-bottom: 3px solid #76B900;
  }
  .navSec{
    font-size: 16px;
  }
  .nav--mobile a.nav--title, .nav--mobile .nav--title, .nav--mobile .nav--collapse, .nav--mobile a.nav--lang, .nav--mobile .nav--lang{
    margin: 11px 11px 0 11px;
  }
  .nav--mobile .nav--drawer{ padding: 0px 0;}
  .card--item .pic { 
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
  .collapse--productBox{
    /*display: block!important;*/
    padding: 8px 2px 16px 2px;
    width: 95%!important;
    margin: 0 auto;
  }
  .collapse--product{
    /*display: block!important;*/
    border-bottom: #eee 1px solid;
    padding: 8px 2px 16px 2px;
    width: 95%!important;
    margin: 0 auto;
  }
  .menuCategory.nav--collapse.is-collapsed{
    border-left: 3px solid #74ba00;
    background-color: #f6f6f6;
  }
  .nav--collapse.is-collapsed{
    background: #fff;
    color: #000;
    border: #eee 1px solid;
    border-bottom: 3px solid #76B900;
    font-size: 16px;
    padding: 8px 18px;
    margin-bottom: 0.2rem;
  }
  .nav--link>.label{
    font-size: 14px;
    color: #121212;
  }
  .nav--collapse {
    position: relative;
    margin: 11px auto;
    padding: 10px 10px 10px 20px;
    width: 95%;
    background: #f7f7f7;
    border-bottom: #eee 1px solid;
  }
  .product--tags {
    justify-content: flex-start;
  }
  .caption{
    margin-left: 10px;
  }
  .navSub--collapse{
    display: block;
    border-bottom: #eee 1px solid;
    padding: 0px 14px;
    font-size: 14px;
    color: #121212;
    border: 0px;
    width: 95%!important;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .linkTitle{
    font-size: 16px;
    font-weight: 700;
  }
  .linkDescription{
    font-size: 14px;
    color: #888;
    margin-top: 5px;
  }
  .software--collapse{
    padding: 11px 32px;
    margin: 11px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .support--collapse{
    padding: 11px 32px 21px 32px;
    margin: 11px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #eee 1px solid;
  }
  .software--collapse a,.nav--mobile .nav--itemSolution a,.support--collapse a{
    text-decoration: none;
  }
  .store{
    margin: 11px 0;
  }
  .mobile-menu .page-link {
    margin-bottom: 14px;
  }
  .nav--mobile .nav--item{
    margin: 0 11px;
    padding: 0 25px;
    min-height: 2em;
  }
  .nav--mobile .nav--itemSolution{
    padding: 20px 0;
    border-bottom: #eee 1px solid;
    margin: 0 32px;
  }
  .nav--mobile .nav--itemSolution:last-child,.support--collapse:last-child{
    border:none;
  }
  #nav{ letter-spacing: 0.6px; }
  .card--item .caption .product--name {
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
    order: 2;
  }
}


.side{position:fixed;width:60px;right:0;bottom:100px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
@media screen and (min-width:1367px){
    .side{right:80px;}
}
.side ul{padding:0;margin-block-start: 0;padding-inline-start:0px;}
.side ul li{width:60px;height:60px;float:left;position:relative; color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer;list-style: none; padding:0;}
.side ul li:hover{background:#075ed9;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{width:60px; height:60px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;transition:all .3s}
.side ul li i.bgs1{background-image:url(../img/sidebar_1.png)}
.side ul li i.bgs2{background-image:url(../img/sidebar_2.png)}
.side ul li i.bgs3{background-image:url(../img/sidebar_3.png)}
.side ul li i.bgs4{background-image:url(../img/sidebar_4.png?t=20240817)}
.side ul li i.bgs5{background-image:url(../img/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../img/sidebar_5.png); margin-left:-1px;}
.side ul li i.bgs7{background-image:url(../img/sidebar_6.png?t=20240817)}
.side ul li i.bgs8{background-image:url(../img/sidebar_7.png)}
.side ul li i.bgs9{background-image:url(../img/sidebar_11.png?t=20240817)}
.side ul li:hover i.bgs1{background-image:url(../img/sidebar_1.png)}
.side ul li:hover i.bgs2{background-image:url(../img/sidebar_2.png)}
.side ul li:hover i.bgs3{background-image:url(../img/sidebar_3.png)}
.side ul li:hover i.bgs4{background-image:url(../img/sidebar_4.png?t=20240817)}
.side ul li:hover i.bgs5{background-image:url(../img/sidebar_5.png)}
.side ul li:hover i.bgs7{background-image:url(../img/sidebar_6.png?t=20240817)}
.side ul li:hover i.bgs9{background-image:url(../img/sidebar_11.png?t=20240817)}
.side ul li .sidebox{position:absolute;width:60px;height:60px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:180px;display:none;color:#075ed9;text-align:center;padding-top:0px;position:absolute;left:-182px;top:-62px; border:1px solid #e0e0e0; line-height:0; font-size:0;}
.side ul li.sideewm .ewBox img{width:180px;}
.side ul li.sideetel .telBox.son{width:300px;height:60px;display:none;color:#fff;text-align:left;position:absolute;left:-300px;top:0px;background:#075ed9}
.side ul li.sideetel .telBox dd{display:block;height:60px;overflow:hidden;padding-left:60px;line-height:60px;font-size:18px;margin-inline-start:0px;}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../img/right_pic8.png) 10px center no-repeat;background-color:#075ed9}
.side ul li.sideetel .telBox dd.bgs2{background:url(../img/right_pic9.png) 10px center no-repeat}
.side ul li.sideetel .telBox dd.bgs3{background:url(../img/right_pic10.png) 10px center no-repeat}
.side ul li.sideetel .telBox dd.bgs7{background:url(../img/right_pic7.png) 10px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}

