@charset "UTF-8";
/*!
 * 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-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: -moz-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: -moz-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: -moz-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
       -moz-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
       -moz-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
       -moz-box-ordinal-group: 4 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
       -moz-box-ordinal-group: 5 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
       -moz-box-ordinal-group: 6 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
       -moz-box-ordinal-group: 7 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
       -moz-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
       -moz-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
       -moz-box-ordinal-group: 4 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
       -moz-box-ordinal-group: 5 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
       -moz-box-ordinal-group: 6 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
       -moz-box-ordinal-group: 7 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
       -moz-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
       -moz-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
       -moz-box-ordinal-group: 4 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
       -moz-box-ordinal-group: 5 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
       -moz-box-ordinal-group: 6 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
       -moz-box-ordinal-group: 7 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
       -moz-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
       -moz-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
       -moz-box-ordinal-group: 4 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
       -moz-box-ordinal-group: 5 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
       -moz-box-ordinal-group: 6 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
       -moz-box-ordinal-group: 7 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
       -moz-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
       -moz-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
       -moz-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
            flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
       -moz-box-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
            align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
            align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
            align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
            align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
            align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
            align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
            align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
            align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
            align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
            align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
       -moz-box-ordinal-group: 0 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
       -moz-box-ordinal-group: 1 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
       -moz-box-ordinal-group: 2 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
       -moz-box-ordinal-group: 3 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
       -moz-box-ordinal-group: 4 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
       -moz-box-ordinal-group: 5 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
       -moz-box-ordinal-group: 6 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
       -moz-box-ordinal-group: 7 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  bottom: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: var(--bs-tooltip-arrow-height) -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  left: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  top: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: 0 -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  right: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0 -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0 -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + var(--bs-border-width));
  padding-top: -moz-calc(0.375rem + var(--bs-border-width));
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.375rem + var(--bs-border-width));
  padding-bottom: -moz-calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + var(--bs-border-width));
  padding-top: -moz-calc(0.5rem + var(--bs-border-width));
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.5rem + var(--bs-border-width));
  padding-bottom: -moz-calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + var(--bs-border-width));
  padding-top: -moz-calc(0.25rem + var(--bs-border-width));
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: -webkit-calc(0.25rem + var(--bs-border-width));
  padding-bottom: -moz-calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
     -moz-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(1.5em + 0.5rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
     -moz-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(1.5em + 1rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
     -moz-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: -webkit-calc(1.5em + 0.75rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(1.5em + 0.75rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(1.5em + 0.5rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(1.5em + 1rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: -webkit-calc(1.5em + 0.75rem + -webkit-calc(var(--bs-border-width) * 2));
  height: -moz-calc(1.5em + 0.75rem + -moz-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + -webkit-calc(var(--bs-border-width) * 2));
  height: -moz-calc(1.5em + 0.5rem + -moz-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + -webkit-calc(var(--bs-border-width) * 2));
  height: -moz-calc(1.5em + 1rem + -moz-calc(var(--bs-border-width) * 2));
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

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

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: -webkit-calc(3.5rem + -webkit-calc(var(--bs-border-width) * 2));
  height: -moz-calc(3.5rem + -moz-calc(var(--bs-border-width) * 2));
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: -webkit-calc(3.5rem + -webkit-calc(var(--bs-border-width) * 2));
  min-height: -moz-calc(3.5rem + -moz-calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out, -moz-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -moz-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
       transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
     -moz-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -webkit-calc(var(--bs-border-width) * -1);
  margin-left: -moz-calc(var(--bs-border-width) * -1);
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right -webkit-calc(0.375em + 0.1875rem) center;
  background-position: right -moz-calc(0.375em + 0.1875rem) center;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
  width: -moz-calc(3rem + -moz-calc(1.5em + 0.75rem));
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background-size: 16px 12px, -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: -webkit-calc(3rem + -webkit-calc(1.5em + 0.75rem));
  width: -moz-calc(3rem + -moz-calc(1.5em + 0.75rem));
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -webkit-calc(var(--bs-border-width) * -1);
  margin-left: -moz-calc(var(--bs-border-width) * -1);
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -webkit-calc(var(--bs-border-width) * -1);
  margin-top: -moz-calc(var(--bs-border-width) * -1);
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.text-align-xs-right {
  text-align: right;
}

@media (min-width: 576px) {
  .text-align-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-align-md-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-align-lg-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-align-xl-right {
    text-align: right;
  }
}

.hidden {
  display: none;
}

/* flow-block-cyrillic-ext-400-normal */
@font-face {
  font-family: "Flow Block";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../dist/fonts/flow-block-cyrillic-ext-400-normal.woff2) format("woff2"), url(../../dist/fonts/flow-block-cyrillic-ext-400-normal.woff) format("woff");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* flow-block-cyrillic-400-normal */
@font-face {
  font-family: "Flow Block";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../dist/fonts/flow-block-cyrillic-400-normal.woff2) format("woff2"), url(../../dist/fonts/flow-block-cyrillic-400-normal.woff) format("woff");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* flow-block-vietnamese-400-normal */
@font-face {
  font-family: "Flow Block";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../dist/fonts/flow-block-vietnamese-400-normal.woff2) format("woff2"), url(../../dist/fonts/flow-block-vietnamese-400-normal.woff) format("woff");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* flow-block-latin-ext-400-normal */
@font-face {
  font-family: "Flow Block";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../dist/fonts/flow-block-latin-ext-400-normal.woff2) format("woff2"), url(../../dist/fonts/flow-block-latin-ext-400-normal.woff) format("woff");
  unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* flow-block-latin-400-normal */
@font-face {
  font-family: "Flow Block";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../../dist/fonts/flow-block-latin-400-normal.woff2) format("woff2"), url(../../dist/fonts/flow-block-latin-400-normal.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.featherlight-theme {
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /**
   * Configurator action tabs
   */
}
.featherlight-theme .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.featherlight-theme .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.featherlight-theme .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.featherlight-theme .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.featherlight-theme .bs-tooltip-top .tooltip-arrow, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  bottom: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.featherlight-theme .bs-tooltip-top .tooltip-arrow::before, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: var(--bs-tooltip-arrow-height) -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.featherlight-theme .bs-tooltip-end .tooltip-arrow, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  left: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.featherlight-theme .bs-tooltip-end .tooltip-arrow::before, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.featherlight-theme .bs-tooltip-bottom .tooltip-arrow, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  top: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.featherlight-theme .bs-tooltip-bottom .tooltip-arrow::before, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: 0 -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.featherlight-theme .bs-tooltip-start .tooltip-arrow, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: -webkit-calc(-1 * var(--bs-tooltip-arrow-height));
  right: -moz-calc(-1 * var(--bs-tooltip-arrow-height));
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.featherlight-theme .bs-tooltip-start .tooltip-arrow::before, .featherlight-theme .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) 0 -webkit-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) 0 -moz-calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.featherlight-theme .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.featherlight-theme .tooltip {
  font-size: 12px;
}
.featherlight-theme .calculator-actions,
.featherlight-theme .configurator-actions {
  z-index: 999;
  position: fixed;
  top: 30%;
  margin-left: -65px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .featherlight-theme .calculator-actions,
  .featherlight-theme .configurator-actions {
    margin-left: -78px;
    padding-left: 36px;
    -webkit-transition: margin-left 300ms ease-out;
    -moz-transition: margin-left 300ms ease-out;
    transition: margin-left 300ms ease-out;
  }
}
.featherlight-theme .calculator-actions .actions-list,
.featherlight-theme .configurator-actions .actions-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: #FFF;
}
.featherlight-theme .calculator-actions .actions-item:first-child,
.featherlight-theme .configurator-actions .actions-item:first-child {
  z-index: 990;
}
.featherlight-theme .calculator-actions .actions-list,
.featherlight-theme .calculator-actions .actions-item,
.featherlight-theme .configurator-actions .actions-list,
.featherlight-theme .configurator-actions .actions-item {
  background: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 48px;
  width: 46px;
  margin-top: -2px;
  border-radius: 3px;
}
.featherlight-theme .calculator-actions .action,
.featherlight-theme .configurator-actions .action {
  display: inline-block;
  text-align: center;
  border: solid 2px #9d9d9d;
  border-radius: 3px;
  height: 48px;
  width: 46px;
  position: relative;
  cursor: pointer;
}
.featherlight-theme .calculator-actions .action svg,
.featherlight-theme .configurator-actions .action svg {
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: calc(50% - 10px);
}
.featherlight-theme .calculator-actions .action.action-download svg,
.featherlight-theme .configurator-actions .action.action-download svg {
  top: -webkit-calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -webkit-calc(50% - 11px);
  left: -moz-calc(50% - 11px);
  left: calc(50% - 11px);
}
.featherlight-theme .calculator-actions .action.action-upload svg,
.featherlight-theme .configurator-actions .action.action-upload svg {
  top: -webkit-calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -webkit-calc(50% - 11px);
  left: -moz-calc(50% - 11px);
  left: calc(50% - 11px);
}
.featherlight-theme .calculator-actions .action.action-link svg,
.featherlight-theme .configurator-actions .action.action-link svg {
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
}
.featherlight-theme .calculator-actions .action.action-pdf svg,
.featherlight-theme .configurator-actions .action.action-pdf svg {
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -webkit-calc(50% - 8px);
  left: -moz-calc(50% - 8px);
  left: calc(50% - 8px);
}
.featherlight-theme .calculator-actions .action.action-email svg,
.featherlight-theme .configurator-actions .action.action-email svg {
  top: -webkit-calc(50% - 8px);
  top: -moz-calc(50% - 8px);
  top: calc(50% - 8px);
}
.featherlight-theme .calculator-actions .action.action-qrcode svg,
.featherlight-theme .configurator-actions .action.action-qrcode svg {
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
}
.featherlight-theme .calculator-actions .action.action-advanced svg,
.featherlight-theme .configurator-actions .action.action-advanced svg {
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
}
.featherlight-theme .calculator-actions .action.disabled,
.featherlight-theme .configurator-actions .action.disabled {
  cursor: not-allowed;
}
.featherlight-theme .calculator-actions .action.disabled .fill,
.featherlight-theme .configurator-actions .action.disabled .fill {
  fill: #d3d3d3;
}
.featherlight-theme .calculator-actions .action.disabled:hover .fill,
.featherlight-theme .configurator-actions .action.disabled:hover .fill {
  fill: #d3d3d3;
}
.featherlight-theme .calculator-actions .action:hover,
.featherlight-theme .configurator-actions .action:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#efefef));
  background: -webkit-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: linear-gradient(180deg, #f9f9f9 0, #efefef 100%);
}
.featherlight-theme .calculator-actions .action:hover .fill,
.featherlight-theme .configurator-actions .action:hover .fill {
  fill: rgb(0, 72, 134);
}
.featherlight-theme .calculator-actions .action:focus,
.featherlight-theme .configurator-actions .action:focus {
  outline: 0;
}
.featherlight-theme .calculator-actions .action.active,
.featherlight-theme .configurator-actions .action.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0079e2), to(#00539a));
  background: -webkit-linear-gradient(top, #0079e2 0, #00539a 100%);
  background: -moz-linear-gradient(top, #0079e2 0, #00539a 100%);
  background: linear-gradient(180deg, #0079e2 0, #00539a 100%);
  border-color: rgb(0, 72, 134);
}
.featherlight-theme .calculator-actions .action.active .fill,
.featherlight-theme .configurator-actions .action.active .fill {
  fill: rgb(255, 255, 255);
}
@media (max-width: 767.98px) {
  .featherlight-theme .calculator-actions,
  .featherlight-theme .configurator-actions {
    top: -webkit-calc(100% - 102px);
    top: -moz-calc(100% - 102px);
    top: calc(100% - 102px);
    height: 40px;
    width: 100%;
    margin-left: -40px;
    z-index: 1000;
  }
  .featherlight-theme .calculator-actions .actions-list,
  .featherlight-theme .configurator-actions .actions-list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
  .featherlight-theme .calculator-actions .actions-item,
  .featherlight-theme .configurator-actions .actions-item {
    margin-left: -2px;
    height: 48px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
  }
  .featherlight-theme .calculator-actions .actions-item .action,
  .featherlight-theme .configurator-actions .actions-item .action {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .featherlight-theme .calculator-actions .action, .featherlight-theme .calculator-actions .actions-item, .featherlight-theme .calculator-actions .actions-list,
  .featherlight-theme .configurator-actions .action,
  .featherlight-theme .configurator-actions .actions-item,
  .featherlight-theme .configurator-actions .actions-list {
    width: 30px;
  }
}
.featherlight-theme .storefront-handheld-footer-bar {
  z-index: 100;
}
.featherlight-theme .section-header {
  border-bottom: solid 1px #9d9d9d;
  background-color: #FFF;
  z-index: 99;
}
.featherlight-theme .configurator-section {
  padding-top: 0rem;
  margin-bottom: 1rem;
}
.featherlight-theme .configurator-section .section-item {
  padding-top: 1rem;
}
.featherlight-theme .configurator-section.section-preview-canvas .section-item {
  padding-top: 0;
}
.featherlight-theme .configurator-section.section-configure {
  margin-bottom: 0;
}
.featherlight-theme .calculator-section {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}
.featherlight-theme .calculator-section .section-description {
  color: rgb(67, 69, 74) !important;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.featherlight-theme .calculator-section.section-admin-tools {
  border-bottom: solid 1px #9d9d9d;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.featherlight-theme .calculator-section.stuck {
  padding-top: 141px;
}
.featherlight-theme .calculator-section.section-disabled {
  position: relative;
}
.featherlight-theme .calculator-section.section-disabled::before {
  content: "";
  position: absolute;
  z-index: 900;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.featherlight-theme .calculator-section.section-disabled::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.featherlight-theme .calculator-section.section-disabled .section-disabled-message {
  display: block;
  position: absolute;
  z-index: 901;
  top: 100px;
  text-align: center;
  width: 100%;
  padding: 0 8%;
}
.featherlight-theme .calculator-section.section-disabled .section-disabled-message .button-calculate {
  padding: 2px 7px;
}
.featherlight-theme .calculator-section .section-disabled-message {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  text-align: center;
  width: 100%;
}
.featherlight-theme .calculator-section.step-4 {
  padding-top: 0;
}
.featherlight-theme .calculator-section.step-4 .section-disabled-message {
  top: 50px;
}
.featherlight-theme .calculator-section.section-preview {
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  .featherlight-theme .calculator-section.section-preview {
    padding-top: 0;
  }
}
.featherlight-theme .sticky-wrapper {
  position: relative;
  z-index: 983;
}
.featherlight-theme .section-header {
  background: #FFFFFF;
  overflow: hidden;
}
.featherlight-theme .section-header.show-overflow {
  overflow: visible;
}
.featherlight-theme .section-header.stuck, .featherlight-theme .section-header.stickOnScroll-on {
  width: 100%;
  position: fixed;
  left: 0;
  z-index: 999;
  padding-left: -webkit-calc(50% - 532px);
  padding-left: -moz-calc(50% - 532px);
  padding-left: calc(50% - 532px);
  padding-right: -webkit-calc(50% - 532px);
  padding-right: -moz-calc(50% - 532px);
  padding-right: calc(50% - 532px);
  -webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.28);
}
@media only screen and (max-width: 1160px) {
  .featherlight-theme .section-header.stuck, .featherlight-theme .section-header.stickOnScroll-on {
    padding-left: 42px;
    padding-right: 42px;
  }
}
.featherlight-theme .section-header h2 + h3,
.featherlight-theme .section-header .beta + h3 {
  border-top: 0;
  color: #004584 !important;
}
.featherlight-theme .section-header .flex-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
          align-items: baseline;
}
.featherlight-theme .section-header .flex-title .section-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
.featherlight-theme .section-header .flex-title select {
  margin-left: 25px;
  font-size: 1rem;
  font-weight: normal;
  color: rgb(110, 109, 109);
  padding: 2px 8px;
  margin-top: 3px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .featherlight-theme .section-header .flex-title select {
    margin-top: -3px;
  }
}
@media (max-width: 767.98px) {
  .featherlight-theme .section-header .flex-title {
    display: block;
  }
  .featherlight-theme .section-header .flex-title .section-title {
    display: block;
  }
  .featherlight-theme .section-header .flex-title .align-right {
    display: block;
    padding-bottom: 10px;
  }
  .featherlight-theme .section-header .flex-title .align-right #units {
    float: right;
  }
}
.featherlight-theme .section-header .section-title {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: lighter;
  color: #004584 !important;
}
.featherlight-theme .section-header .section-title strong {
  font-weight: bold;
}
.featherlight-theme .section-header .section-title .terms {
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 1rem;
  font-weight: normal;
  color: #9d9d9d;
}
.featherlight-theme .section-header .section-title .selector-right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  font-weight: normal;
  color: rgb(82, 82, 82);
}
.featherlight-theme .section-header .section-title .selector-right select {
  margin-left: 15px;
  font-size: 1rem;
  font-weight: normal;
  color: rgb(110, 109, 109);
  padding: 2px 8px;
  margin-top: 1px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .featherlight-theme .section-header .section-title .selector-right {
    text-align: right;
    top: -28px;
  }
  .featherlight-theme .section-header .section-title .selector-right select {
    margin-top: 5px;
    display: block;
  }
}
.featherlight-theme .section-header .section-title select#units {
  margin-left: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #6e6d6d;
  padding: 2px 8px;
  margin-top: 1px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .featherlight-theme .section-header .section-title select#units {
    position: absolute;
    right: 0;
    top: -40px;
  }
}
.featherlight-theme .section-header p {
  margin: 0 0 1rem;
}
@media only screen and (min-width: 640px) {
  .featherlight-theme .a-b-sizes .col.mb-md-0 {
    margin-bottom: 0px !important;
  }
}
.featherlight-theme .featherlight-calculator,
.featherlight-theme .featherlight-configurator {
  position: relative;
  /**
   * Section item
   * A kind of a section within a section
   */
  /**
   * Section Item
   * Application Previews
   * .section-item.application-previews
   */
  /**
   * Section Item
   * Configurator specification table
   * .section-item.configurator-specs
   */
  /**
   * Section Item
   * View and simulate configuration
   * .section-item.view-and-simulate
   */
}
.featherlight-theme .featherlight-calculator .advanced-item,
.featherlight-theme .featherlight-calculator .row-advanced,
.featherlight-theme .featherlight-configurator .advanced-item,
.featherlight-theme .featherlight-configurator .row-advanced {
  display: none;
}
.featherlight-theme .featherlight-calculator.advanced-fields-visible .advanced-item,
.featherlight-theme .featherlight-configurator.advanced-fields-visible .advanced-item {
  display: block;
}
.featherlight-theme .featherlight-calculator.advanced-fields-visible .row-advanced,
.featherlight-theme .featherlight-configurator.advanced-fields-visible .row-advanced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.featherlight-theme .featherlight-calculator fieldset,
.featherlight-theme .featherlight-configurator fieldset {
  border: 0;
}
.featherlight-theme .featherlight-calculator .form-button,
.featherlight-theme .featherlight-configurator .form-button {
  padding: 2px 14px 2px 8px;
  background: rgb(255, 255, 255);
  color: rgb(160, 160, 160);
  font-size: 0.8rem;
  font-weight: 400;
  border: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-calculator .form-button svg,
.featherlight-theme .featherlight-configurator .form-button svg {
  top: 1px;
  position: relative;
  margin-right: 5px;
  margin-left: 3px;
}
.featherlight-theme .featherlight-calculator .form-button svg .fill,
.featherlight-theme .featherlight-configurator .form-button svg .fill {
  fill: rgb(160, 160, 160);
}
.featherlight-theme .featherlight-calculator .form-button svg .stroke,
.featherlight-theme .featherlight-configurator .form-button svg .stroke {
  fill: rgb(160, 160, 160);
}
.featherlight-theme .featherlight-calculator .form-button:hover,
.featherlight-theme .featherlight-configurator .form-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#efefef));
  background: -webkit-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: linear-gradient(180deg, #f9f9f9 0, #efefef 100%);
  color: rgb(0, 72, 134);
}
.featherlight-theme .featherlight-calculator .form-button:hover svg .fill,
.featherlight-theme .featherlight-configurator .form-button:hover svg .fill {
  fill: rgb(0, 72, 134);
}
.featherlight-theme .featherlight-calculator .form-button.active,
.featherlight-theme .featherlight-configurator .form-button.active {
  border-color: rgb(0, 99, 185);
  background: rgb(0, 72, 134);
  color: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .form-button.active svg .fill,
.featherlight-theme .featherlight-configurator .form-button.active svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .form-button.active:hover,
.featherlight-theme .featherlight-configurator .form-button.active:hover {
  border-color: rgb(0, 99, 185);
  background: rgb(0, 72, 134);
  color: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .form-button.active:hover svg .fill,
.featherlight-theme .featherlight-configurator .form-button.active:hover svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .form-button.button-montagetekening, .featherlight-theme .featherlight-calculator .form-button.button-sim-graph, .featherlight-theme .featherlight-calculator .form-button.button-sim-3d,
.featherlight-theme .featherlight-configurator .form-button.button-montagetekening,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph,
.featherlight-theme .featherlight-configurator .form-button.button-sim-3d {
  position: absolute;
  top: 4px;
}
.featherlight-theme .featherlight-calculator .form-button.button-montagetekening,
.featherlight-theme .featherlight-configurator .form-button.button-montagetekening {
  right: 0;
}
.featherlight-theme .featherlight-calculator .form-button.button-montagetekening svg,
.featherlight-theme .featherlight-configurator .form-button.button-montagetekening svg {
  top: 2px;
}
.featherlight-theme .featherlight-calculator .form-button.button-montagetekening .fa,
.featherlight-theme .featherlight-configurator .form-button.button-montagetekening .fa {
  margin-right: 5px;
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-graph,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph {
  right: 0;
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-graph svg,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph svg {
  top: 2px;
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-graph svg .fill,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph svg .fill {
  fill: #FFF;
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-graph svg .stroke,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph svg .stroke {
  stroke: rgb(160, 160, 160);
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-graph:hover svg .stroke,
.featherlight-theme .featherlight-configurator .form-button.button-sim-graph:hover svg .stroke {
  stroke: rgb(0, 72, 134);
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-3d,
.featherlight-theme .featherlight-configurator .form-button.button-sim-3d {
  right: 0;
}
.featherlight-theme .featherlight-calculator .form-button.button-sim-3d svg,
.featherlight-theme .featherlight-configurator .form-button.button-sim-3d svg {
  top: 3px;
}
.featherlight-theme .featherlight-calculator .form-button.button-plus,
.featherlight-theme .featherlight-configurator .form-button.button-plus {
  padding: 1px 1px 1px 1px;
  border-color: #e8e6e6;
}
.featherlight-theme .featherlight-calculator .form-button.button-plus .dashicons-plus,
.featherlight-theme .featherlight-configurator .form-button.button-plus .dashicons-plus {
  line-height: 23px;
}
.featherlight-theme .featherlight-calculator .form-button.button-min,
.featherlight-theme .featherlight-configurator .form-button.button-min {
  padding: 1px 1px 1px 1px;
  border-color: #e8e6e6;
}
.featherlight-theme .featherlight-calculator .form-button.button-min .dashicons-minus,
.featherlight-theme .featherlight-configurator .form-button.button-min .dashicons-minus {
  font-weight: bold;
}
.featherlight-theme .featherlight-calculator .form-button#montagetekeningknop,
.featherlight-theme .featherlight-configurator .form-button#montagetekeningknop {
  background-color: rgb(255, 255, 255) !important;
}
.featherlight-theme .featherlight-calculator .section-item,
.featherlight-theme .featherlight-configurator .section-item {
  margin-bottom: 2rem;
}
.featherlight-theme .featherlight-calculator .section-item:last-child,
.featherlight-theme .featherlight-configurator .section-item:last-child {
  margin-bottom: 0rem;
}
.featherlight-theme .featherlight-calculator .section-item .colum-header,
.featherlight-theme .featherlight-configurator .section-item .colum-header {
  position: relative;
  border-bottom: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-calculator .section-item .colum-header .colum-title,
.featherlight-theme .featherlight-configurator .section-item .colum-header .colum-title {
  margin-bottom: 2px;
  padding-bottom: 0;
  color: rgb(49, 49, 49);
  font-size: 1.1rem;
  font-weight: 500;
}
.featherlight-theme .featherlight-calculator .section-item .colum-header .header-advanced,
.featherlight-theme .featherlight-configurator .section-item .colum-header .header-advanced {
  position: absolute;
  top: 3px;
  right: 0;
  width: 135px;
}
.featherlight-theme .featherlight-calculator .section-item .row,
.featherlight-theme .featherlight-configurator .section-item .row {
  padding: 4px 0;
}
.featherlight-theme .featherlight-calculator .section-item .row-fix-height,
.featherlight-theme .featherlight-configurator .section-item .row-fix-height {
  height: 36px;
}
.featherlight-theme .featherlight-calculator .section-item .align-right,
.featherlight-theme .featherlight-configurator .section-item .align-right {
  text-align: right;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label,
.featherlight-theme .featherlight-configurator .section-item .specs-label {
  display: inline-block;
  color: rgb(82, 82, 82);
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 15px;
  position: relative;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .abc-maat,
.featherlight-theme .featherlight-configurator .section-item .specs-label .abc-maat {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .abc-maat.maat-a,
.featherlight-theme .featherlight-configurator .section-item .specs-label .abc-maat.maat-a {
  background-color: #FF8B00;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .abc-maat.maat-b,
.featherlight-theme .featherlight-configurator .section-item .specs-label .abc-maat.maat-b {
  background-color: #25C018;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .abc-maat.maat-c,
.featherlight-theme .featherlight-configurator .section-item .specs-label .abc-maat.maat-c {
  background-color: #E64EE6;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .abc-maat.maat-d,
.featherlight-theme .featherlight-configurator .section-item .specs-label .abc-maat.maat-d {
  background-color: #007EFF;
}
.featherlight-theme .featherlight-calculator .section-item .specs-label .fl-icon,
.featherlight-theme .featherlight-configurator .section-item .specs-label .fl-icon {
  position: absolute;
}
.featherlight-theme .featherlight-calculator .section-item .form-input,
.featherlight-theme .featherlight-configurator .section-item .form-input {
  padding: 4px 8px 4px 8px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  color: rgb(106, 106, 106);
  font-size: 0.8rem;
}
.featherlight-theme .featherlight-calculator .section-item .form-select,
.featherlight-theme .featherlight-configurator .section-item .form-select {
  padding: 2px 8px;
  margin-top: 1px;
  background-position: -webkit-calc(100% - 4px) -webkit-calc(50% + 1px);
  background-position: -moz-calc(100% - 4px) -moz-calc(50% + 1px);
  background-position: calc(100% - 4px) calc(50% + 1px);
  display: inline-block;
  width: auto;
  padding-right: 23px;
}
.featherlight-theme .featherlight-calculator .section-item .form-radio,
.featherlight-theme .featherlight-configurator .section-item .form-radio {
  width: 21px;
  height: 21px;
  accent-color: rgb(49, 155, 231);
  margin-right: 7px;
  font-size: 0.8rem;
}
.featherlight-theme .featherlight-calculator .section-item .form-checkbox,
.featherlight-theme .featherlight-configurator .section-item .form-checkbox {
  width: 17px;
  height: 17px;
  accent-color: rgb(49, 155, 231);
  margin-right: 0;
  font-size: 0.8rem;
  margin-top: 4px;
}
.featherlight-theme .featherlight-calculator .section-item .form-radio-items,
.featherlight-theme .featherlight-configurator .section-item .form-radio-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.featherlight-theme .featherlight-calculator .section-item .form-radio-item,
.featherlight-theme .featherlight-configurator .section-item .form-radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 0.8rem;
  cursor: pointer;
  padding-left: 10px;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended,
.featherlight-theme .featherlight-configurator .section-item .input-extended {
  position: relative;
  height: 32px;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended .label,
.featherlight-theme .featherlight-configurator .section-item .input-extended .label {
  position: absolute;
  right: 0;
  padding: 1px 70px 1px 8px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  background-color: rgb(250, 250, 250);
  color: rgb(157, 157, 157);
  font-size: 0.8rem;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended.input-extended-small .label,
.featherlight-theme .featherlight-configurator .section-item .input-extended.input-extended-small .label {
  padding-right: 55px;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended.input-extended-small .input-number-extended,
.featherlight-theme .featherlight-configurator .section-item .input-extended.input-extended-small .input-number-extended {
  width: 50px;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended.input-extended-large .label,
.featherlight-theme .featherlight-configurator .section-item .input-extended.input-extended-large .label {
  font-size: 1.1rem;
  padding-right: 90px;
}
.featherlight-theme .featherlight-calculator .section-item .input-extended.input-extended-large .input-number-extended,
.featherlight-theme .featherlight-configurator .section-item .input-extended.input-extended-large .input-number-extended {
  width: 80px;
}
.featherlight-theme .featherlight-calculator .section-item .input-number-extended,
.featherlight-theme .featherlight-configurator .section-item .input-number-extended {
  display: block;
  position: absolute;
  right: 0;
  width: 65px;
  padding: 2px 5px 0 8px;
  border: solid 1px #9d9d9d;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: rgb(106, 106, 106);
  font-size: 0.8rem;
  text-align: right;
}
.featherlight-theme .featherlight-calculator .section-item .input-number-extended::-webkit-inner-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number-extended::-webkit-inner-spin-button {
  display: inline-block;
  height: 23px;
  margin-top: 0px;
  margin-right: -3px;
  margin-left: 5px;
  padding-top: 1px;
  zoom: 80%;
  opacity: 1;
}
.featherlight-theme .featherlight-calculator .section-item .input-number-extended[disabled=disabled],
.featherlight-theme .featherlight-configurator .section-item .input-number-extended[disabled=disabled] {
  -moz-appearance: textfield;
  background-color: #ebebeb;
  color: #a09f9f;
}
.featherlight-theme .featherlight-calculator .section-item .input-number-extended[disabled=disabled]::-webkit-outer-spin-button, .featherlight-theme .featherlight-calculator .section-item .input-number-extended[disabled=disabled]::-webkit-inner-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number-extended[disabled=disabled]::-webkit-outer-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number-extended[disabled=disabled]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.featherlight-theme .featherlight-calculator .section-item .input-number,
.featherlight-theme .featherlight-configurator .section-item .input-number {
  display: block;
  width: 65px;
  padding: 2px 5px 0 8px;
  border: solid 1px #9d9d9d;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: rgb(106, 106, 106);
  font-size: 0.8rem;
  text-align: right;
}
.featherlight-theme .featherlight-calculator .section-item .input-number::-webkit-inner-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number::-webkit-inner-spin-button {
  display: inline-block;
  height: 23px;
  margin-top: 0px;
  margin-right: -3px;
  margin-left: 5px;
  padding-top: 1px;
  zoom: 80%;
  opacity: 1;
}
.featherlight-theme .featherlight-calculator .section-item .input-number[disabled=disabled],
.featherlight-theme .featherlight-configurator .section-item .input-number[disabled=disabled] {
  -moz-appearance: textfield;
  background-color: #ebebeb;
  color: #a09f9f;
}
.featherlight-theme .featherlight-calculator .section-item .input-number[disabled=disabled]::-webkit-outer-spin-button, .featherlight-theme .featherlight-calculator .section-item .input-number[disabled=disabled]::-webkit-inner-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number[disabled=disabled]::-webkit-outer-spin-button,
.featherlight-theme .featherlight-configurator .section-item .input-number[disabled=disabled]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.featherlight-theme .featherlight-calculator .section-item .custom-file-upload,
.featherlight-theme .featherlight-configurator .section-item .custom-file-upload {
  cursor: pointer;
}
.featherlight-theme .featherlight-calculator .section-item .custom-file-upload i.fa,
.featherlight-theme .featherlight-configurator .section-item .custom-file-upload i.fa {
  margin-right: 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 640px) {
  .featherlight-theme .featherlight-calculator .section-item .row,
  .featherlight-theme .featherlight-configurator .section-item .row {
    padding: 8px 0;
  }
  .featherlight-theme .featherlight-calculator .section-item .row-fix-height,
  .featherlight-theme .featherlight-configurator .section-item .row-fix-height {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .featherlight-theme .featherlight-calculator .section-item .input-extended,
  .featherlight-theme .featherlight-configurator .section-item .input-extended {
    font-size: 1rem;
  }
  .featherlight-theme .featherlight-calculator .section-item .input-extended .label,
  .featherlight-theme .featherlight-configurator .section-item .input-extended .label {
    font-size: 1rem;
    padding: 0px 70px 0px 8px;
    line-height: 30px;
  }
  .featherlight-theme .featherlight-calculator .section-item .input-extended .input-number-extended,
  .featherlight-theme .featherlight-configurator .section-item .input-extended .input-number-extended {
    font-size: 1rem;
    line-height: 25px;
    padding-bottom: 3px;
  }
  .featherlight-theme .featherlight-calculator .section-item .input-extended .input-number-extended::-webkit-inner-spin-button,
  .featherlight-theme .featherlight-configurator .section-item .input-extended .input-number-extended::-webkit-inner-spin-button {
    display: inline-block;
    height: 28px;
    margin-top: 1px;
    margin-right: -3px;
    margin-left: 5px;
    padding-top: 1px;
    zoom: 80%;
  }
  .featherlight-theme .featherlight-calculator .section-item .form-select,
  .featherlight-theme .featherlight-configurator .section-item .form-select {
    padding: 3px 8px;
    padding: 2px 23px 2px 8px;
    font-size: 1rem;
    margin-top: 0;
  }
  .featherlight-theme .featherlight-calculator .section-item .specs-label,
  .featherlight-theme .featherlight-configurator .section-item .specs-label {
    font-size: 0.95rem;
  }
}
.featherlight-theme .featherlight-calculator .manipulate-force .fl-input-container,
.featherlight-theme .featherlight-configurator .manipulate-force .fl-input-container {
  display: inline;
  margin-right: 5px;
}
.featherlight-theme .featherlight-calculator .manipulate-force .form-button,
.featherlight-theme .featherlight-configurator .manipulate-force .form-button {
  margin-left: 5px;
}
.featherlight-theme .featherlight-calculator .application-previews,
.featherlight-theme .featherlight-configurator .application-previews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col,
.featherlight-theme .featherlight-configurator .application-previews .preview-col {
  text-align: center;
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .preview-title,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .preview-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .image-input,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .image-input {
  width: 100%;
  cursor: pointer;
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .image-input,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .image-input {
  outline: none;
  opacity: 0.65;
  padding: 10px;
  border: solid 1px rgb(157, 157, 157);
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .image-input:hover,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .image-input:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border: solid 1px rgb(255, 145, 2);
  cursor: pointer;
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .image-input.input-active,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .image-input.input-active {
  cursor: pointer;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border: solid 1px rgb(149, 84, 0);
  background-color: rgb(255, 145, 2);
}
.featherlight-theme .featherlight-calculator .application-previews .preview-col .image-input.input-active:hover,
.featherlight-theme .featherlight-configurator .application-previews .preview-col .image-input.input-active:hover {
  border: solid 1px rgb(149, 84, 0);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .colum-header,
.featherlight-theme .featherlight-configurator .view-and-simulate .colum-header {
  padding-bottom: 10px;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .canvas-container,
.featherlight-theme .featherlight-configurator .view-and-simulate .canvas-container {
  position: relative;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .canvas-container .viewer-control-zoom,
.featherlight-theme .featherlight-calculator .view-and-simulate .canvas-container .viewer-controls-directions,
.featherlight-theme .featherlight-configurator .view-and-simulate .canvas-container .viewer-control-zoom,
.featherlight-theme .featherlight-configurator .view-and-simulate .canvas-container .viewer-controls-directions {
  position: absolute;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .canvas-container .viewer-controls-directions,
.featherlight-theme .featherlight-configurator .view-and-simulate .canvas-container .viewer-controls-directions {
  right: 1rem;
  bottom: 1.5rem;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .canvas-container .viewer-control-zoom,
.featherlight-theme .featherlight-configurator .view-and-simulate .canvas-container .viewer-control-zoom {
  top: 1rem;
  right: 1rem;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .col-sim-3d .colum-content,
.featherlight-theme .featherlight-configurator .view-and-simulate .col-sim-3d .colum-content {
  height: 100%;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .col-sim-3d .canvas-container,
.featherlight-theme .featherlight-configurator .view-and-simulate .col-sim-3d .canvas-container {
  height: -webkit-calc(100% - 44px);
  height: -moz-calc(100% - 44px);
  height: calc(100% - 44px);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .col-sim-3d .container-sim-3d,
.featherlight-theme .featherlight-configurator .view-and-simulate .col-sim-3d .container-sim-3d {
  height: 100%;
}
.featherlight-theme .featherlight-calculator .view-and-simulate canvas,
.featherlight-theme .featherlight-configurator .view-and-simulate canvas {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  border-bottom: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding: 6px;
  border-right: solid 1px #9d9d9d;
  border-radius: 0px !important;
  background: rgb(255, 255, 255);
  color: rgb(110, 109, 109);
  font-size: 0.85rem;
  font-weight: 500;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button svg,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button svg {
  position: relative;
  margin-right: 3px;
  margin-bottom: -2px;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button svg .fill,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button svg .fill {
  fill: rgb(110, 109, 109);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button:hover,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button:hover {
  background: rgb(249, 249, 249);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 249)), to(rgb(239, 239, 239)));
  background: -webkit-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(239, 239, 239) 100%);
  background: -moz-linear-gradient(top, rgb(249, 249, 249) 0%, rgb(239, 239, 239) 100%);
  background: linear-gradient(180deg, rgb(249, 249, 249) 0%, rgb(239, 239, 239) 100%);
  color: rgb(0, 72, 134);
  text-shadow: 1px 1px rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button:hover svg .fill,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button:hover svg .fill {
  fill: rgb(0, 72, 134);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button:focus,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button:focus {
  outline: 0;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button:last-child,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button:last-child {
  border-right: 0;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button#buttonsluiten svg,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button#buttonsluiten svg {
  -webkit-transform: rotate(90deg) scaleX(-1);
     -moz-transform: rotate(90deg) scaleX(-1);
      -ms-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button#buttonopenen svg,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button#buttonopenen svg {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar button#checkplotdicht svg,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar button#checkplotdicht svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing {
  border: 1px solid #d5d5d5;
  border-top: 0;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .container-sim-3d,
.featherlight-theme .featherlight-calculator .view-and-simulate .container-sim-graph,
.featherlight-theme .featherlight-configurator .view-and-simulate .container-sim-3d,
.featherlight-theme .featherlight-configurator .view-and-simulate .container-sim-graph {
  display: none;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .container-sim-3d.active,
.featherlight-theme .featherlight-calculator .view-and-simulate .container-sim-graph.active,
.featherlight-theme .featherlight-configurator .view-and-simulate .container-sim-3d.active,
.featherlight-theme .featherlight-configurator .view-and-simulate .container-sim-graph.active {
  display: block;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced {
  padding: 8px 13px 13px;
  border-top: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced form,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced form {
  margin: 0;
  padding: 0;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle {
  position: relative;
  margin-bottom: 0;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle label,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle label {
  cursor: pointer;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle label input,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-toggle label input {
  position: relative;
  top: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .tiny-button,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .tiny-button {
  position: relative;
  margin-top: 2px;
  margin-left: 5px;
  padding: 4px;
  border: 1px solid rgb(0, 72, 134);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  line-height: 10px;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .tiny-button:hover,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .tiny-button:hover {
  background: rgb(0, 99, 185);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .tiny-button:hover svg .fill,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .tiny-button:hover svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-form,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-form {
  margin-top: 10px;
  border-top: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-form .description,
.featherlight-theme .featherlight-configurator .view-and-simulate .drawing-toolbar-advanced .drawing-toolbar-advanced-form .description {
  margin-bottom: 0;
  padding: 15px 0 5px 0;
  font-size: 0.85rem;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .button-zoom-2d,
.featherlight-theme .featherlight-configurator .view-and-simulate .button-zoom-2d {
  position: absolute;
  right: 13px;
  bottom: 15px;
  margin-top: 2px;
  margin-left: 5px;
  padding: 4px;
  float: right;
  border: 1px solid rgb(0, 72, 134);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  line-height: 10px;
}
.featherlight-theme .featherlight-calculator .view-and-simulate .button-zoom-2d:hover,
.featherlight-theme .featherlight-configurator .view-and-simulate .button-zoom-2d:hover {
  background: rgb(0, 99, 185);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .button-zoom-2d:hover svg .fill,
.featherlight-theme .featherlight-configurator .view-and-simulate .button-zoom-2d:hover svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .button-zoom-2d.selected,
.featherlight-theme .featherlight-configurator .view-and-simulate .button-zoom-2d.selected {
  background: rgb(0, 99, 185);
}
.featherlight-theme .featherlight-calculator .view-and-simulate .button-zoom-2d.selected svg .fill,
.featherlight-theme .featherlight-configurator .view-and-simulate .button-zoom-2d.selected svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-calculator .calculator-configurator,
.featherlight-theme .featherlight-configurator .calculator-configurator {
  margin-top: 20px;
}
.featherlight-theme .featherlight-calculator .calculator-configurator #aanbouwdeelhuis_msdd,
.featherlight-theme .featherlight-calculator .calculator-configurator #aanbouwdeelstang_msdd,
.featherlight-theme .featherlight-calculator .calculator-configurator #typegasveer_msdd,
.featherlight-theme .featherlight-configurator .calculator-configurator #aanbouwdeelhuis_msdd,
.featherlight-theme .featherlight-configurator .calculator-configurator #aanbouwdeelstang_msdd,
.featherlight-theme .featherlight-configurator .calculator-configurator #typegasveer_msdd {
  width: 100%;
}
.featherlight-theme .featherlight-calculator .calculator-configurator .header,
.featherlight-theme .featherlight-configurator .calculator-configurator .header {
  font-weight: 900;
  font-size: 1.1rem;
  color: rgb(40, 40, 40);
  border-bottom: 1px solid #9d9d9d;
  padding-bottom: 11px;
  line-height: 19px;
  position: relative;
}
.featherlight-theme .featherlight-calculator .calculator-configurator .header .form-button,
.featherlight-theme .featherlight-configurator .calculator-configurator .header .form-button {
  margin-left: -1px;
  padding: 0 4px;
  position: absolute;
  right: 6px;
  top: 47px;
  z-index: 99;
}
.featherlight-theme .featherlight-calculator .calculator-configurator .header .form-button.button-2d,
.featherlight-theme .featherlight-configurator .calculator-configurator .header .form-button.button-2d {
  right: 32px;
}
.featherlight-theme .featherlight-calculator .calculator-configurator .col,
.featherlight-theme .featherlight-configurator .calculator-configurator .col {
  margin-bottom: 1.5rem;
}
.featherlight-theme .featherlight-calculator .ddcommon .ddTitle,
.featherlight-theme .featherlight-configurator .ddcommon .ddTitle {
  padding-right: 64px;
}
.featherlight-theme .featherlight-calculator .ddcommon.borderRadius,
.featherlight-theme .featherlight-configurator .ddcommon.borderRadius {
  border-radius: 0;
}
.featherlight-theme .featherlight-calculator .dd-placeholder .ddTitleText,
.featherlight-theme .featherlight-calculator .dd-placeholder .ddlabel,
.featherlight-theme .featherlight-calculator .dd-placeholder .my_instock_notification,
.featherlight-theme .featherlight-calculator .dd-placeholder .config_meas,
.featherlight-theme .featherlight-calculator .dd-placeholder .description,
.featherlight-theme .featherlight-calculator .dd-placeholder *,
.featherlight-theme .featherlight-configurator .dd-placeholder .ddTitleText,
.featherlight-theme .featherlight-configurator .dd-placeholder .ddlabel,
.featherlight-theme .featherlight-configurator .dd-placeholder .my_instock_notification,
.featherlight-theme .featherlight-configurator .dd-placeholder .config_meas,
.featherlight-theme .featherlight-configurator .dd-placeholder .description,
.featherlight-theme .featherlight-configurator .dd-placeholder * {
  font-family: "Flow Block" !important;
}
.featherlight-theme .featherlight-calculator .dd-placeholder-left .picdropdownright,
.featherlight-theme .featherlight-configurator .dd-placeholder-left .picdropdownright {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.featherlight-theme .featherlight-calculator .calculator-footer,
.featherlight-theme .featherlight-configurator .calculator-footer {
  padding-top: 50px;
}
.featherlight-theme .featherlight-theme .section-header .section-title {
  color: red !important;
}
.featherlight-theme #gasveerplot,
.featherlight-theme .gasveerplot-preview {
  border: solid 1px #9d9d9d;
}
.featherlight-theme .step-3 .button-rotate {
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
  padding: 4px;
  float: right;
  border: 1px solid rgb(0, 72, 134);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  line-height: 10px;
}
.featherlight-theme .step-3 .button-rotate:hover {
  background: rgb(0, 99, 185);
}
.featherlight-theme .step-3 .button-rotate:hover svg .fill {
  fill: rgb(255, 255, 255);
}
.featherlight-theme .step-3 .button-rotate.rotate-right svg {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.featherlight-theme .featherlight-configurator #typegasveer_msdd,
.featherlight-theme .featherlight-configurator #aanbouwdeelhuis_msdd,
.featherlight-theme .featherlight-configurator #aanbouwdeelstang_msdd {
  width: 100%;
}
.featherlight-theme .featherlight-configurator #form_step_3 > fieldset {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.featherlight-theme .featherlight-configurator .config-table {
  position: relative;
}
.featherlight-theme .featherlight-configurator .config-table.aanbouw-stang {
  padding-bottom: 0;
  width: 35%;
}
.featherlight-theme .featherlight-configurator .config-table .buttons-2d-3d {
  position: absolute;
  right: 16px;
  top: 37px;
  z-index: 99;
}
.featherlight-theme .featherlight-configurator .config-table h4,
.featherlight-theme .featherlight-configurator .config-table .header {
  font-weight: 900;
  font-size: 1.1rem;
  color: #282828;
  padding-bottom: 0;
  line-height: 19px;
  border-bottom: 0;
}
.featherlight-theme .featherlight-configurator .form-button {
  padding: 0 4px;
}
.featherlight-theme .featherlight-configurator .form-button.button-3d {
  margin-left: -5px;
}
.featherlight-theme .featherlight-configurator .plot-container {
  position: relative;
  border: solid 1px #9d9d9d;
}
.featherlight-theme .featherlight-configurator .plot-container .button-3d {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1rem;
  padding: 0 8px;
}
.featherlight-theme .featherlight-configurator .plot-container #krachttext {
  display: block;
  padding: 11px 61px 2rem 17px;
  font-size: 1.15rem;
  font-weight: bold;
}
.featherlight-theme .featherlight-configurator .plot-container #gasveerplot {
  border: 0;
}
.featherlight-theme .featherlight-configurator #form_step_3 {
  margin-bottom: 7px;
}
.featherlight-theme .featherlight-configurator #step-2-top {
  margin-bottom: 30px;
}
.featherlight-theme .featherlight-configurator .ddcommon-container {
  position: relative;
  margin-bottom: 10px;
}
.featherlight-theme .featherlight-configurator .ddcommon-container .buttons-2d-3d {
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 99;
}
.featherlight-theme .featherlight-configurator .ddcommon.no-buttons .ddTitle {
  padding-right: 26px;
}
.featherlight-theme .featherlight-configurator .ddcommon.one-button .ddTitle {
  padding-right: 40px;
}
.featherlight-theme .featherlight-configurator .ddcommon.borderRadius {
  border-radius: 0;
}
.featherlight-theme .featherlight-configurator .section-item .form-input-large {
  font-size: 1.1rem;
}
.featherlight-theme .featherlight-configurator .section-item .form-input-large::-webkit-inner-spin-button {
  display: inline-block;
  height: 25px;
  margin-top: 0;
  margin-right: -3px;
  margin-left: 5px;
  padding-top: 1px;
  zoom: 100%;
  opacity: 1;
}
.featherlight-theme .featherlight-configurator section.section-summary #add_to_cart_button,
.featherlight-theme .featherlight-configurator section.section-summary #fl_configurator_add_to_cart {
  font-size: 2rem;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0.6180469716em 10px;
  max-height: 90px;
}
.featherlight-theme .featherlight-configurator section.section-summary #add_to_cart_button .button-label,
.featherlight-theme .featherlight-configurator section.section-summary #fl_configurator_add_to_cart .button-label {
  display: none;
}
.featherlight-theme .featherlight-configurator section.section-summary #add_to_cart_button .dashicons,
.featherlight-theme .featherlight-configurator section.section-summary #fl_configurator_add_to_cart .dashicons {
  font-size: 2rem;
}
.featherlight-theme .featherlight-configurator section.section-summary #krachtinput,
.featherlight-theme .featherlight-configurator section.section-summary #aantalgasveren {
  width: 80%;
}
.featherlight-theme .featherlight-configurator section.section-summary #prijssupertotaal {
  font-size: 1.2rem;
}
.featherlight-theme .featherlight-configurator section.section-summary h4.colum-title,
.featherlight-theme .featherlight-configurator section.section-summary h4.colum-title label {
  font-weight: 900 !important;
  font-size: 1.1rem !important;
}
.featherlight-theme .featherlight-configurator {
  min-height: 350px;
}
.featherlight-theme .featherlight-configurator .container-div-flhtmls {
  position: relative;
  height: 100%;
}
.featherlight-theme .featherlight-configurator .container-div-flhtmls *:not(.fa, .fas, .dashicons, .fl-icon) {
  font-family: "fl-seravek", sans-serif !important;
}
.featherlight-theme .featherlight-configurator .container-div-flhtmls .product-title {
  font-weight: 600;
  height: 40px;
}
.featherlight-theme .featherlight-configurator .container-div-flhtmls .title-buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.featherlight-theme .featherlight-configurator .flhtmls-li.selected {
  background: rgba(1, 1, 1, 0.05);
}
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li {
  border-bottom: 1px solid;
  border-bottom-color: #9d9d9d;
}
.featherlight-theme .featherlight-configurator .shadow {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.featherlight-theme .featherlight-configurator .fl-mp-filter-container {
  height: 200px;
  width: 200px;
  position: relative;
}
.featherlight-theme .featherlight-configurator .fl-select-container {
  position: relative;
}
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container {
  position: absolute;
  z-index: 10;
  text-align: right;
  right: 6px;
  top: 5px;
}
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_3d_cad,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad_dd {
  padding: 0 4px;
  background: rgb(255, 255, 255);
  color: rgb(160, 160, 160);
  font-size: 0.8rem;
  font-weight: 400;
  border: 1px solid rgb(157, 157, 157);
  border-radius: 3px !important;
}
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad:hover,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_3d_cad:hover,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad_dd:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#efefef));
  background: -webkit-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #efefef 100%);
  background: linear-gradient(180deg, #f9f9f9 0, #efefef 100%);
}
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad:last-child,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_3d_cad:last-child,
.featherlight-theme .featherlight-configurator .fl-select-container .fl-select-button-container .show_2d_cad_dd:last-child {
  margin-left: -5px;
}
.featherlight-theme .featherlight-configurator .svg-cart-icon, .featherlight-theme .featherlight-configurator .svg-refine-icon {
  width: 35px;
  height: 25px;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls,
.featherlight-theme .featherlight-configurator .flhtmls-ul {
  z-index: 50;
  cursor: pointer;
  margin: 0;
  list-style: none;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls.disabled-no-click,
.featherlight-theme .featherlight-configurator .flhtmls-ul.disabled-no-click {
  cursor: default;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 0.5em;
  height: 215px;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-title,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-title {
  font-size: 1.15rem;
  line-height: 1.2rem;
  color: rgb(0, 99, 185);
  font-weight: 500;
  margin: 0;
  padding-bottom: 0.3em;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details-wapper,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper {
  height: 130px !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
          flex-grow: 0;
  width: 130px;
  height: auto;
  border-radius: 0;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image img,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image img {
  margin-top: 10px;
  width: 120px;
  background-color: rgb(255, 255, 255);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-sku, .featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-none,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-sku,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-none {
  padding-right: 5px;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgb(157, 157, 157);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-stock,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-stock {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  color: rgb(0, 156, 0);
  font-weight: 700;
  line-height: 1rem;
  font-size: 0.9rem;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-stock .fl-icon,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-stock .fl-icon {
  margin-left: 0;
  color: rgb(0, 156, 0);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-stock .out-of-stock,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-stock .out-of-stock {
  color: rgb(255, 145, 2);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-stock .out-of-stock .fl-icon,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-stock .out-of-stock .fl-icon {
  color: rgb(255, 145, 2);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  min-width: 150px;
  position: absolute;
  right: -8px;
  left: 130px;
  bottom: 0;
  margin-bottom: 5px;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs {
  font-weight: 500;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  max-width: 250px;
  min-width: 160px;
  line-height: 1rem;
  font-size: 0.95rem;
  color: rgb(82, 82, 82);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs .product-spec,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs .product-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-right: 5px;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs .product-spec:last-child,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-specs .product-spec:last-child {
  padding-right: 0;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-row,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
          flex: 2;
  text-align: left;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label .diameter,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label .diameter {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 0.8rem;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label-price,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-label-price {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
          flex: 2;
  text-align: left;
  font-weight: normal;
  color: rgb(157, 157, 157);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-value,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  text-align: right;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .spec-value-price,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .spec-value-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: normal;
  color: rgb(157, 157, 157);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
          align-items: baseline;
  font-size: 0.875rem;
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price .product-price,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price .product-price {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  color: rgb(157, 157, 157);
}
.featherlight-theme .featherlight-configurator .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price .product-price,
.featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details .product-stock-price .product-price {
  text-align: right;
  padding-right: 5px;
}
.featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
  height: 100px;
}
.featherlight-theme .featherlight-configurator #gasspring_container .product-image {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
          justify-content: left;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 400px;
}
.featherlight-theme .featherlight-configurator #gasspring_container .product-image img {
  height: auto;
  width: 120px;
  max-height: none;
  margin: 0;
}
.featherlight-theme .featherlight-configurator .refine {
  margin-top: -1px;
  border: 1px solid #9d9d9d;
}
.featherlight-theme .featherlight-configurator .refine-row {
  padding: 0 10px 6px 10px;
  margin: 0;
  margin-top: 10px !important;
}
.featherlight-theme .featherlight-configurator .refine-col {
  border-right: 1px solid #9d9d9d;
}
.featherlight-theme .featherlight-configurator .refine-header {
  font-size: 1rem !important;
  border: 0 !important;
  text-align: center;
}
.featherlight-theme .featherlight-configurator .refine-header .refine-header-text {
  position: relative;
  top: 5px;
}
.featherlight-theme .featherlight-configurator .refine-header .fa-question-circle {
  position: relative;
  top: 5px;
}
.featherlight-theme .featherlight-configurator .refine-col:nth-of-type(3) {
  border-right: 0;
}
.featherlight-theme .featherlight-configurator .cart-section {
  position: relative;
  margin-top: -1px;
  border: 1px solid #9d9d9d;
}
.featherlight-theme .featherlight-configurator #mp_rod_container .product-image img {
  width: 120px;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.featherlight-theme .featherlight-configurator .price {
  white-space: nowrap;
}
@media screen and (max-width: 1050px) {
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image img, .featherlight-theme .featherlight-configurator #mp_rod_container .product-image img, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-image img {
    width: 120px;
  }
}
@media screen and (max-width: 992px) {
  .featherlight-theme .featherlight-configurator .fl-select-container #gasspring_container .container-div-flhtmls .btn-flhtmls .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-details {
    right: 0;
    left: auto;
  }
  .featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details {
    right: 0;
    left: auto;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(2) {
    border-right: 0;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(3) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
    border-right: 0;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(1) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
    height: auto;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    position: relative;
    height: 120px;
    width: 100%;
    max-width: 375px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image img {
    height: 100%;
    width: auto;
    max-height: none;
    margin: 0;
  }
}
@media screen and (max-width: 965px) {
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(2) {
    border-right: 0;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(3) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
    border-right: 0;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(1) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details {
    right: 0;
    left: auto;
  }
}
@media (max-width: 800px) {
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li {
    height: 315px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container, .featherlight-theme .featherlight-configurator #mp_cyl_container {
    height: 320px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-title, .featherlight-theme .featherlight-configurator #mp_rod_container .product-sku, .featherlight-theme .featherlight-configurator #mp_rod_container .product-stock, .featherlight-theme .featherlight-configurator #mp_rod_container .product-none, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-title, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-sku, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-stock, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-none {
    text-align: center;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label, .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label-price, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label-price {
    text-align: left;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 210px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper .product-image, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper .product-image {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details {
    margin-top: 25px;
    max-width: 150px;
    position: relative;
    left: auto;
  }
}
@media (max-width: 660px) {
  .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
    height: auto;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
            justify-content: left;
    position: relative;
    height: 120px;
    width: -webkit-calc(55vw - 20px);
    width: -moz-calc(55vw - 20px);
    width: calc(55vw - 20px);
    max-width: 375px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image img {
    height: 100%;
    width: auto;
    max-height: none;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .featherlight-theme .featherlight-configurator .container-div-flhtmls {
    height: 190px;
  }
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li {
    height: 220px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container, .featherlight-theme .featherlight-configurator #mp_cyl_container, .featherlight-theme .featherlight-configurator #gasspring_container {
    height: auto;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-title, .featherlight-theme .featherlight-configurator #mp_rod_container .product-sku, .featherlight-theme .featherlight-configurator #mp_rod_container .product-stock, .featherlight-theme .featherlight-configurator #mp_rod_container .product-none, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-title, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-sku, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-stock, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-none, .featherlight-theme .featherlight-configurator #gasspring_container .product-title, .featherlight-theme .featherlight-configurator #gasspring_container .product-sku, .featherlight-theme .featherlight-configurator #gasspring_container .product-stock, .featherlight-theme .featherlight-configurator #gasspring_container .product-none {
    text-align: left;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label, .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label-price, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label-price, .featherlight-theme .featherlight-configurator #gasspring_container .spec-label, .featherlight-theme .featherlight-configurator #gasspring_container .spec-label-price {
    text-align: left;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper, .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-image, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-image, .featherlight-theme .featherlight-configurator #gasspring_container .product-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
            justify-content: left;
    position: relative;
    height: 120px;
    width: -webkit-calc(55vw - 20px);
    width: -moz-calc(55vw - 20px);
    width: calc(55vw - 20px);
    max-width: 375px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-image img, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-image img, .featherlight-theme .featherlight-configurator #gasspring_container .product-image img {
    height: auto;
    width: 120px;
    max-height: none;
    margin: 0;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper .product-image, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper .product-image, .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper .product-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details, .featherlight-theme .featherlight-configurator #gasspring_container .product-details {
    margin-top: 25px;
    max-width: 150px;
    position: relative;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper, .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
    height: auto;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container {
    margin-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .refine-header {
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .refine {
    margin-top: 30px;
    border: 0;
  }
  .featherlight-theme .featherlight-configurator .refine-col {
    border: 1px solid #9d9d9d;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(2) {
    border-right: 0;
    border-right: 1px solid #9d9d9d;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(3) {
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(1) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
  }
}
@media (max-width: 470px) {
  .featherlight-theme .featherlight-configurator .back_to_1_btn, .featherlight-theme .featherlight-configurator .refine_gas_spring_btn {
    font-size: 100%;
  }
  .featherlight-theme .featherlight-configurator .add_to_cart_btn {
    font-size: 100%;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(2) {
    border-right: 0;
    border-right: 1px solid #9d9d9d;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(3) {
    border-top: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .refine-col:nth-of-type(1) {
    border-top: 1px solid #9d9d9d;
    padding-top: 10px;
  }
  .featherlight-theme .featherlight-configurator .svg-cart-icon, .featherlight-theme .featherlight-configurator .svg-refine-icon {
    display: none;
  }
}
@media (max-width: 360px) {
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li {
    height: 310px;
  }
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: auto;
  }
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .featherlight-theme .featherlight-configurator .fl-select-container .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details {
    margin-top: 25px;
    width: 200px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper {
    height: 100px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-image, .featherlight-theme .featherlight-configurator #mp_rod_container .product-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    position: relative;
    height: 100px;
    width: -webkit-calc(55vw - 20px);
    width: -moz-calc(55vw - 20px);
    width: calc(55vw - 20px);
  }
  .featherlight-theme .featherlight-configurator #gasspring_container .product-image img, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-image img, .featherlight-theme .featherlight-configurator #mp_rod_container .product-image img {
    height: auto;
    width: 100px;
    min-width: 100px;
    max-height: none;
    margin: 0;
  }
}
@media (max-width: 320px) {
  .featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
  .featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details-wapper .product-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .featherlight-theme .featherlight-configurator .flhtmls-ul .flhtmls-li .flhtmls-li-wrapper .product-details {
    margin-top: 25px;
    width: 200px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container, .featherlight-theme .featherlight-configurator #mp_cyl_container, .featherlight-theme .featherlight-configurator #gasspring_container {
    height: 320px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-title, .featherlight-theme .featherlight-configurator #mp_rod_container .product-sku, .featherlight-theme .featherlight-configurator #mp_rod_container .product-stock, .featherlight-theme .featherlight-configurator #mp_rod_container .product-none, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-title, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-sku, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-stock, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-none, .featherlight-theme .featherlight-configurator #gasspring_container .product-title, .featherlight-theme .featherlight-configurator #gasspring_container .product-sku, .featherlight-theme .featherlight-configurator #gasspring_container .product-stock, .featherlight-theme .featherlight-configurator #gasspring_container .product-none {
    text-align: center;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label, .featherlight-theme .featherlight-configurator #mp_rod_container .spec-label-price, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label, .featherlight-theme .featherlight-configurator #mp_cyl_container .spec-label-price, .featherlight-theme .featherlight-configurator #gasspring_container .spec-label, .featherlight-theme .featherlight-configurator #gasspring_container .spec-label-price {
    text-align: left;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper, .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 210px !important;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details-wapper .product-image, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details-wapper .product-image, .featherlight-theme .featherlight-configurator #gasspring_container .product-details-wapper .product-image {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .featherlight-theme .featherlight-configurator #mp_rod_container .product-details, .featherlight-theme .featherlight-configurator #mp_cyl_container .product-details, .featherlight-theme .featherlight-configurator #gasspring_container .product-details {
    margin-top: 25px;
    max-width: 150px;
    position: relative;
  }
}
.featherlight-theme .featherlight-configurator .inner-div-flhtmls {
  display: none;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255);
  z-index: 999;
}
.featherlight-theme .featherlight-configurator .inner-div-flhtmls::-webkit-scrollbar {
  width: 5px;
}
.featherlight-theme .featherlight-configurator .inner-div-flhtmls::-webkit-scrollbar-thumb {
  background: rgb(160, 160, 160);
}
.featherlight-theme .featherlight-configurator .flhtmls-ul li.hidden {
  display: none;
}
.featherlight-theme .featherlight-configurator .flhtmls-ul li.visible {
  display: list-item;
}
.featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle {
  width: 350px;
}
.featherlight-theme .featherlight-configurator .cf-selector .cf-selector-gasspringtype {
  margin-left: 50px;
}
.featherlight-theme .featherlight-configurator .cf-selector .cf-selector-material {
  margin-left: 50px;
}
.featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .label {
  word-break: keep-all;
}
@media screen and (min-width: 961px) {
  .featherlight-theme .featherlight-configurator .section-selector {
    position: relative;
    margin-bottom: 4rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item {
    position: relative;
    min-width: 550px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .units {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    -webkit-box-flex: 0.1;
    -webkit-flex-grow: 0.1;
       -moz-box-flex: 0.1;
            flex-grow: 0.1;
    width: 190px !important;
  }
  .featherlight-theme .featherlight-configurator .section-selector .fl-input-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-select-mp-left {
    position: absolute;
    top: 35px;
    right: 30px;
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 17%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 25px 3px 5px;
    cursor: pointer;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-select-mp-right {
    position: absolute;
    top: 35px;
    right: 30px;
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 17%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 25px 3px 5px;
    cursor: pointer;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp {
    position: absolute;
    top: 12px;
    height: 198px;
    width: 284px;
    background-repeat: no-repeat;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp.cf-mp-left {
    top: 27px;
    left: -103px;
    background-size: 90%;
    background-image: url(../img/schroefoog.jpg);
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp.cf-mp-right {
    right: -101px;
    top: 26px;
    background-image: url(../img/schroefoog.jpg);
    background-size: 90%;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-cyl.fa.fa-question-circle {
    position: absolute;
    top: 0;
    right: 55px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    color: rgb(157, 157, 157);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-cyl.fa.fa-question-circle:hover {
    color: rgb(0, 156, 0);
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-rod.fa.fa-question-circle {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    position: absolute;
    top: 0;
    right: 55px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-rod.fa.fa-question-circle:hover {
    color: rgb(0, 156, 0);
  }
  .featherlight-theme .featherlight-configurator .cf-cut-off {
    display: none;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-left {
    width: 220px;
    height: 650px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-right {
    width: 220px;
    height: 650px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-left img {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .featherlight-theme .featherlight-configurator .cf-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin: 0 69px 0 93px;
    height: 121px;
    background-image: url(../img/gasspring-rod-dark.png);
    background-position: top right 25px;
    background-repeat: no-repeat;
  }
  .featherlight-theme .featherlight-configurator .cf-selector select option {
    color: black;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-left,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-right {
    height: 121px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-left {
    width: 98px;
    background-image: url(../img/gasspring-side-left.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    max-width: 600px;
    padding-top: 45px;
    background-image: url(../img/gasspring-cylinder.png);
    background-repeat: repeat-x;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 80px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-force {
    left: -18px;
    width: 126px;
    margin-top: 1px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-force .label-force {
    display: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-force i.fl-icon-question-step-1-force.fa.fa-question-circle {
    right: -10px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-material {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-material .label-material {
    display: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-material i.fl-icon-question-step-1-material.fa.fa-question-circle {
    right: -10px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-gasspringtype .label-type {
    display: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-form-middle .cf-selector-gasspringtype i.fl-icon-question-step-1-type.fa.fa-question-circle {
    right: -10px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .label {
    background: none;
    color: #9d9d9d;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .input-number-extended {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgb(255, 255, 255);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select:focus,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select {
    cursor: pointer;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 150px;
    max-width: 180px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-right {
    width: 45px;
    background-image: url(../img/gasspring-side-right.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-left, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-left {
    background-image: url(../img/gasspring-side-left-rvs.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-right, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-right {
    background-image: url(../img/gasspring-side-right-rvs.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle {
    background-image: url(../img/gasspring-cylinder-rvs.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .form-select, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .form-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .input-extended-large .input-number-extended,
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .input-extended-large .form-select, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .input-extended-large .input-number-extended,
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .input-extended-large .form-select {
    background-color: transparent;
  }
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-force.fa.fa-question-circle,
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-material.fa.fa-question-circle,
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-type.fa.fa-question-circle {
    position: absolute;
    top: -20px;
    right: -10px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-material.fa.fa-question-circle {
    top: -20px;
    right: -10px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-type.fa.fa-question-circle {
    top: -20px;
    right: -10px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-force.fa.fa-question-circle:hover,
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-material.fa.fa-question-circle:hover,
  .featherlight-theme .featherlight-configurator .cf-selector i.fl-icon-question-step-1-type.fa.fa-question-circle:hover {
    color: rgb(0, 156, 0);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width {
    position: absolute;
    width: -webkit-calc(100% - 69px);
    width: -moz-calc(100% - 69px);
    width: calc(100% - 69px);
    margin: 0 0 0 33px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width::before {
    content: "";
    position: absolute;
    left: -3px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left {
    position: absolute;
    width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: calc(100% - 190px);
    margin: 0 0 0 154px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right {
    position: absolute;
    width: -webkit-calc(100% - 191px);
    width: -moz-calc(100% - 191px);
    width: calc(100% - 191px);
    margin: 0 0 0 33px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both {
    position: absolute;
    width: -webkit-calc(100% - 312px);
    width: -moz-calc(100% - 312px);
    width: calc(100% - 312px);
    margin: 0 0 0 155px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-right::before {
    right: -2px;
  }
}
@media screen and (max-width: 960px) {
  .featherlight-theme .featherlight-configurator .section-selector {
    position: relative;
    margin-bottom: 4rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item {
    position: relative;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .label {
    font-size: 1rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .metric {
    font-size: 1rem;
    height: 30px;
    line-height: 1.5rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .imperial {
    font-size: 1rem;
    height: 30px;
    line-height: 1.5rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .units {
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
            align-items: baseline;
    -webkit-box-flex: 0.1;
    -webkit-flex-grow: 0.1;
       -moz-box-flex: 0.1;
            flex-grow: 0.1;
    width: 210px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-select-mp-left {
    position: absolute;
    top: 28px;
    right: 61px;
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 17%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 25px 3px 5px;
    cursor: pointer;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-select-mp-right {
    position: absolute;
    top: 28px;
    right: 64px;
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 3px center;
    background-size: 17%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 25px 3px 5px;
    cursor: pointer;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps {
    font-size: 1rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp {
    position: absolute;
    top: 12px;
    height: 198px;
    width: 284px;
    font-size: 0.85rem;
    background-repeat: no-repeat;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp.cf-mp-left {
    background-position-y: 8px;
    background-position-x: 53px;
    background-size: 60%;
    top: 21px;
    left: -115px;
    background-image: url(../img/schroefoog.jpg);
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-mps .cf-mp.cf-mp-right {
    background-position-y: 8px;
    background-position-x: 50px;
    background-size: 60%;
    right: -115px;
    top: 21px;
    background-image: url(../img/schroefoog.jpg);
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-cyl.fa.fa-question-circle {
    position: absolute;
    top: 0;
    right: 83px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    color: rgb(157, 157, 157);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-cyl.fa.fa-question-circle:hover {
    color: rgb(0, 156, 0);
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-rod.fa.fa-question-circle {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    position: absolute;
    top: 0;
    right: 55px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .section-selector i.fl-icon-question-step-1-mp-rod.fa.fa-question-circle:hover {
    color: rgb(0, 156, 0);
  }
  .featherlight-theme .featherlight-configurator .cf-cut-off {
    display: none;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-left {
    width: 220px;
    height: 650px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-right {
    width: 220px;
    height: 650px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
  }
  .featherlight-theme .featherlight-configurator .fl-dialog-left img {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .featherlight-theme .featherlight-configurator .cf-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin: 0 54px;
    height: 121px;
    background-image: url(../img/gasspring-rod-smallest.png);
    background-position: top right 12px;
    background-repeat: no-repeat;
  }
  .featherlight-theme .featherlight-configurator .cf-selector select option {
    color: black;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-left,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-right {
    height: 121px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-left {
    width: 73px;
    background-repeat: no-repeat;
    background-image: url(../img/gasspring-side-left-smallest.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    width: -webkit-calc((100vw - 260px) * 0.5);
    width: -moz-calc((100vw - 260px) * 0.5);
    width: calc((100vw - 260px) * 0.5);
    padding-top: 45px;
    background-image: url(../img/gasspring-cylinder-smallest.png);
    background-repeat: repeat-x;
    font-size: 1rem !important;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .form-input-large {
    font-size: 1rem !important;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .label {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .input-number-extended {
    border: 1px solid #000000;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select:focus,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .fl-input-container .form-select {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%280, 0, 0%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 150px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force {
    top: 0;
    position: relative;
    margin-left: 160px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force .label-force {
    display: block;
    position: relative;
    left: -135px;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force .label {
    border: 1px solid #000;
    background-color: #ffffff;
    top: 0;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force_imperial {
    top: 0;
    height: 30px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force i.fl-icon-question-step-1-force.fa.fa-question-circle {
    position: relative;
    top: -27px;
    cursor: pointer;
    left: -163px;
    margin-right: 4px;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material {
    margin-top: 10px;
    position: relative;
    margin-left: -160px;
    width: 170px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material .label-material {
    display: block;
    position: relative;
    right: 44px;
    margin-top: 5px;
    top: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material select#material {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 9px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material i.fl-icon-question-step-1-material.fa.fa-question-circle {
    position: relative;
    top: -2px;
    left: -71px;
    cursor: pointer;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype {
    top: 60px;
    position: relative;
    width: 260px;
    margin-left: -155px;
    min-width: 102px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype select#type {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: relative;
    left: -6px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype .label-type {
    display: block;
    position: relative;
    left: -22px;
    margin-top: -4px;
    top: 29px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype i.fl-icon-question-step-1-type.fa.fa-question-circle {
    position: relative;
    top: 0;
    left: -47px;
    cursor: pointer;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-right {
    width: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/gasspring-side-right-smallest.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-left, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-left {
    background-image: url(../img/gasspring-side-left-rvs-smallest.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-right, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-right {
    background-image: url(../img/gasspring-side-right-rvs-smallest.png);
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle {
    background-image: url(../img/gasspring-cylinder-rvs-smallest.png);
    font-size: 1rem !important;
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .form-input-large, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .form-input-large {
    font-size: 1rem !important;
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .form-select, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .form-select {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgb%280, 0, 0%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  }
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .input-extended-large .input-number-extended,
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs .cf-selector-middle .input-extended-large .form-select, .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .input-extended-large .input-number-extended,
  .featherlight-theme .featherlight-configurator .cf-selector.selector-rvs316 .cf-selector-middle .input-extended-large .form-select {
    border: 1px solid #000;
    background-color: transparent;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width {
    position: absolute;
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: calc(100% - 56px);
    margin: 0 0 0 25px;
    border-bottom: solid 2px rgb(49, 155, 231);
    left: 4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left {
    position: absolute;
    width: -webkit-calc(100% - 136px);
    width: -moz-calc(100% - 136px);
    width: calc(100% - 136px);
    margin: 0 0 0 109px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right {
    position: absolute;
    width: -webkit-calc(100% - 136px);
    width: -moz-calc(100% - 136px);
    width: calc(100% - 136px);
    margin: 0 0 0 29px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container {
    position: relative;
    width: 105px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-right .cf-selector-width-line.line-right::before {
    right: -2px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both {
    position: absolute;
    width: -webkit-calc(100% - 216px);
    width: -moz-calc(100% - 216px);
    width: calc(100% - 216px);
    margin: 0 0 0 110px;
    border-bottom: solid 2px rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .label {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .input-number-extended {
    color: rgb(0, 72, 134);
    border-color: rgb(49, 155, 231);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container .input-number-extended:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .fl-input-container.input-extended-large {
    width: 220px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-wrapper {
    width: 121px;
    padding: 8px;
    background: white;
    margin: 0 auto -28px auto;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-wrapper.large {
    width: 150px;
    margin-bottom: -24px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both::after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid rgb(49, 155, 231);
    z-index: 10;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line {
    position: absolute;
    bottom: 0;
    height: 100px;
    border-left: dashed 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -18px;
    height: 30px;
    border-left: solid 2px rgb(0, 72, 134);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-left {
    left: -3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-right {
    right: -4px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-both .cf-selector-width-line.line-right::before {
    right: -2px;
  }
}
@media screen and (max-width: 768px) {
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-top: 160px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force {
    top: 0;
    position: relative;
    margin-left: 160px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force .label-force {
    display: block;
    position: relative;
    left: -135px;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force .label {
    border: 1px solid #000;
    background-color: #ffffff;
    top: 0;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force,
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force_imperial {
    top: 0;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force i.fl-icon-question-step-1-force.fa.fa-question-circle {
    position: relative;
    top: -26px;
    cursor: pointer;
    left: -160px;
    margin-right: 4px;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material {
    width: 125px;
    position: relative;
    left: 0;
    top: 0;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material .label-material {
    display: block;
    position: relative;
    margin-top: 5px;
    top: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material select#material {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    left: 37px;
    top: -26px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material i.fl-icon-question-step-1-material.fa.fa-question-circle {
    position: relative;
    top: 2px;
    left: -68px;
    cursor: pointer;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype {
    top: 85px;
    position: relative;
    min-width: 102px;
    width: 260px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype select#type {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 250px;
    position: relative;
    left: 39px;
    top: -26px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype .label-type {
    display: block;
    position: relative;
    left: 23px;
    top: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype i.fl-icon-question-step-1-type.fa.fa-question-circle {
    position: relative;
    top: -27px;
    left: -1px;
    cursor: pointer;
    color: rgb(173, 173, 173);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .metric {
    height: 30px;
    line-height: 1.5rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .imperial {
    height: 30px;
    line-height: 1.5rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator #gasspring_wished_force,
  .featherlight-theme .featherlight-configurator #gasspring_wished_force_imperial {
    width: 82px;
  }
}
@media screen and (max-width: 520px) {
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material {
    margin-top: 9px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force {
    width: 88px;
    height: 26px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force #gasspring_wished_force_imperial {
    width: 82px;
    height: 26px;
  }
  .featherlight-theme .featherlight-configurator .cf-form-middle {
    margin-top: 170px;
    margin-left: 20px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item {
    margin-left: 0;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container.input-extended-large {
    top: 33px;
    right: 10px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container.input-extended-large .label.lable.mm.metric {
    width: auto;
    max-width: 300px;
    text-align: center;
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width .fl-input-container.input-extended-large .label.lable.inch.imperial {
    width: -webkit-calc(107vw - 60px);
    width: -moz-calc(107vw - 60px);
    width: calc(107vw - 60px);
    max-width: 300px;
    text-align: center;
  }
  .featherlight-theme .featherlight-configurator .section-selector .cf-form-middle {
    margin-top: 157px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item {
    position: relative;
    margin-left: -6px !important;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .label {
    font-size: 0.8rem;
    padding-right: 65px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .metric {
    font-size: 0.8rem !important;
    height: 26px;
    line-height: 1.4rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .imperial {
    font-size: 0.8rem !important;
    height: 26px;
    line-height: 1.4rem;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .input-extended .input-number-extended {
    width: 59px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .label {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .input-number-extended {
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-force i.fl-icon-question-step-1-force.fa.fa-question-circle {
    top: -20px;
    left: -160px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-material i.fl-icon-question-step-1-material.fa.fa-question-circle {
    top: 5px;
    left: -61px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-form-middle .cf-selector-gasspringtype i.fl-icon-question-step-1-type.fa.fa-question-circle {
    top: -18px;
    left: 3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .form-input-large {
    font-size: 0.8rem !important;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-force {
    margin-left: 53px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-force .label-force {
    top: 4px;
    font-size: 0.8rem;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-material .label-material {
    font-size: 0.8rem;
    margin-left: 8px;
    margin-top: 5px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-material select#material {
    left: 35px;
    top: -22px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-gasspringtype .label-type {
    margin-top: -9px;
    font-size: 0.8rem;
    left: 24px;
    top: 3px;
  }
  .featherlight-theme .featherlight-configurator .cf-selector .cf-selector-middle .cf-selector-gasspringtype select#type {
    left: 37px;
    top: -21px;
  }
  .featherlight-theme .featherlight-configurator #label-force-metric {
    padding-right: 96px;
  }
  .featherlight-theme .featherlight-configurator #label-force-imperial {
    padding-right: 89px;
  }
}
@media screen and (max-width: 440px) {
  .featherlight-theme .featherlight-configurator .cf-cut-off {
    display: block;
    position: absolute;
    width: 30px;
    height: 91px;
    top: 16px;
    left: -webkit-calc(50px + 25vw);
    left: -moz-calc(50px + 25vw);
    left: calc(50px + 25vw);
  }
  .featherlight-theme .featherlight-configurator .cf-selector-width-no-mp-left .fl-input-container.input-extended-large {
    width: 185px;
  }
}
@media screen and (max-width: 360px) {
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .label {
    margin-right: 10px;
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-left .input-number-extended {
    margin-right: 10px;
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .label {
    width: 88vw;
    margin-right: -30px;
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-right .input-number-extended {
    margin-right: -30px;
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .label {
    margin-right: 40px;
    margin-top: 33px;
  }
  .featherlight-theme .featherlight-configurator .section-selector .section-item .cf-selector-width-no-mp-both .input-number-extended {
    margin-right: 40px;
    margin-top: 33px;
  }
}
.featherlight-theme .featherlight-configurator.step-2 {
  min-height: 750px;
}
.featherlight-theme .footer-widgets {
  width: 100%;
}
.featherlight-theme .woocommerce-checkout .col-1,
.featherlight-theme .woocommerce-checkout .col-2 {
  width: 100%;
}
.featherlight-theme #gasspring_canvas, .featherlight-theme #gasspring_canvas_2 {
  width: 100%;
  border: 0;
}
.featherlight-theme #canvas_title {
  display: block;
  margin-top: -1.5rem;
  padding: 16px 0.5px 0.5rem 17px;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}
.featherlight-theme #popup-mp-cad-div-cyl {
  display: none;
  width: auto;
  height: 50px;
  z-index: 9;
  position: absolute;
}
.featherlight-theme #popup-mp-cad-div-rod {
  display: none;
  width: auto;
  height: 50px;
  z-index: 9;
  position: absolute;
}
.featherlight-theme #popup-mp-cad-div-gs {
  display: none;
  width: auto;
  height: 50px;
  z-index: 9;
  position: absolute;
}
.featherlight-theme .cad_iframe_2d {
  width: 100%;
  height: 100%;
}

.alarm-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.alarm-modal-content {
  background-color: #fd0000;
  color: #ffffff;
  margin: 15% auto;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid;
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}
.alarm-modal-content #confirm-button {
  background-color: #ffffff;
  color: #000000;
}

#alarm-modal-header {
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF !important;
  text-decoration: underline;
}

.fl_rotate {
  display: none;
}

.popup-2d-cad {
  display: none;
  position: absolute;
  border: 1px solid #9d9d9d;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
}

.popup-2d-cad img {
  max-height: 580px;
  width: auto;
}

#deviation_container {
  margin-top: 10px;
  padding: 3px;
  display: none;
}

#length_deviation_warning {
  display: none;
  color: #307bfb;
  font-size: 14px;
  text-align: center;
}

#force_deviation_warning {
  display: none;
  color: #307bfb;
  font-size: 14px;
  text-align: center;
}

.featherlight-configurator .hidden {
  display: none !important;
}
.featherlight-configurator .plot-container {
  padding-top: 1.5rem;
}
.featherlight-configurator .plot-container .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: absolute;
  right: 3px;
  top: 12px;
  font-size: 1rem;
  padding: 0 8px;
}
.featherlight-configurator .plot-container .buttons button {
  font-size: 1rem;
  padding: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.featherlight-configurator .plot-container .buttons button.canvas-button-left, .featherlight-configurator .plot-container .buttons button.canvas-button-right {
  padding-left: 4px;
  padding-right: 4px;
}
.featherlight-configurator .plot-container .buttons button.canvas-button-left .dashicons, .featherlight-configurator .plot-container .buttons button.canvas-button-right .dashicons {
  font-weight: bold;
}
.featherlight-configurator .plot-container .buttons button.canvas-button-left {
  padding-left: 3px;
}
.featherlight-configurator .plot-container .buttons button.canvas-button-right {
  margin-left: -1px;
  padding-right: 2px;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view {
  padding: 0 6px;
  margin-left: -1px;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view svg {
  top: 0px;
  position: static;
  margin-right: 0px;
  margin-left: 0px;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view:hover #cube-bg-outline {
  fill: rgb(0, 72, 134);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view #side-top {
  fill: #9d9d9d;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view #side-right {
  fill: #9d9d9d;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view #side-left {
  fill: #9d9d9d;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d #side-top {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d #side-right {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d #side-left {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d:hover #side-top, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d.button-3d-selected #side-top {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d:hover #side-right, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d.button-3d-selected #side-right {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d:hover #side-left, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-3d.button-3d-selected #side-left {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-top #side-top {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-top:hover #side-top, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-top.button-3d-selected #side-top {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-front #side-right {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-front:hover #side-right, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-front.button-3d-selected #side-right {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-side {
  margin-left: 30px;
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-side #side-left {
  fill: rgb(160, 160, 160);
}
.featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-side:hover #side-left, .featherlight-configurator .plot-container .buttons button.button-3d-view.button-3d-side.button-3d-selected #side-left {
  fill: rgb(255, 145, 2);
}
.featherlight-configurator .plot-container #container_2d_three {
  height: 225px;
  width: auto;
  margin: 0 1.5rem;
}
.featherlight-configurator i {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  color: rgb(157, 157, 157);
}
.featherlight-configurator i:hover {
  color: rgb(0, 156, 0);
}
.featherlight-configurator .help_div {
  max-width: 500px;
  text-align: justify;
  height: 500px;
}
.featherlight-configurator .help_div img {
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 400px;
}
.featherlight-configurator #mp_cyl_container li img,
.featherlight-configurator #mp_rod_container li img,
.featherlight-configurator #mp_cyl_container li img {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.featherlight-configurator #gasspring_wished_force_imperial {
  width: 75px;
}
.featherlight-configurator #gasspring_wished_force {
  width: 80px;
}
.featherlight-configurator #label-force-metric {
  padding-right: 90px;
}
.featherlight-configurator #label-force-imperial {
  padding-right: 80px;
}
.featherlight-configurator .flhtmls-ul li .show_3d_cad {
  display: none;
}
.featherlight-configurator .flcf-gs-filter {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.featherlight-configurator .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.featherlight-configurator #mp_cyl-btn-flhtmls::after, .featherlight-configurator #mp_rod-btn-flhtmls::after, .featherlight-configurator #gasspring-btn-flhtmls::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgb(165, 165, 165);
  cursor: pointer;
}
.featherlight-configurator .button-close {
  background-color: rgb(255, 145, 2) !important;
}
.featherlight-configurator .hidden {
  display: none;
}
.featherlight-configurator .cf_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 101%;
  height: 100%;
}
.featherlight-configurator .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.featherlight-configurator .loader-svg {
  width: 60px;
  height: 60px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}
.featherlight-configurator .outer-circle {
  -webkit-animation: spin 1s linear infinite;
     -moz-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.featherlight-configurator .inner-circle {
  animation: spin 1s linear infinite reverse;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dashOuter {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-moz-keyframes dashOuter {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dashOuter {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes dashInner {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@-moz-keyframes dashInner {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dashInner {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (prefers-reduced-motion: reduce) {
  .featherlight-configurator .loader-svg {
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
  }
  .featherlight-configurator .outer-circle,
  .featherlight-configurator .inner-circle {
    -webkit-animation: none;
       -moz-animation: none;
            animation: none;
  }
}
.featherlight-configurator .loader_non_transparent {
  background-color: rgb(250, 250, 250);
}
.featherlight-configurator .loader_transparent {
  background-color: rgba(255, 255, 255, 0.75);
}
.featherlight-configurator .fl-dialog {
  --sb-track-color: $fl-color-gray-10;
  --sb-thumb-color: $fl-color-gray-4;
  --sb-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  border: 0;
  border-radius: 10px;
}
.featherlight-configurator .fl-dialog::-webkit-scrollbar {
  width: var(--sb-size);
}
.featherlight-configurator .fl-dialog::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}
.featherlight-configurator .fl-dialog::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}
.featherlight-configurator .fl-dialog::-webkit-scrollbar-thumb:hover {
  background: #9d9d9d;
  cursor: pointer;
}
.featherlight-configurator .fl-dialog .fl-dialog-title {
  color: rgb(0, 99, 185);
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 2rem;
  position: relative;
  top: -6px;
}
.featherlight-configurator .fl-dialog .dialog-title {
  color: rgb(0, 99, 185);
  font-weight: 800;
  font-size: 2rem;
  border-bottom: solid 1px #9d9d9d;
  line-height: 2.5rem;
  margin: -2px 0 10px 0;
  padding: 0 0 10px;
}
.featherlight-configurator .fl-dialog .dialog-image {
  text-align: center;
  margin-top: 1rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.featherlight-configurator .fl-dialog .dialog-image img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.featherlight-configurator .fl-dialog .dialog-content {
  margin-top: 0.8rem;
  text-align: justify;
}
.featherlight-configurator .fl-dialog .button-close {
  position: absolute;
  padding: 0;
  z-index: 999;
  top: 12px;
  right: 12px;
  height: 30px;
  width: 30px;
  border-radius: 50% !important;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 145, 2);
  text-indent: -9999px;
  background-image: none;
}
.featherlight-configurator .fl-dialog .button-close::before {
  line-height: 30px;
  font-size: 40px;
  content: "×";
  right: -5px;
  top: 0px;
  position: absolute;
  font-weight: 800;
  display: block;
  color: rgb(255, 255, 255);
  height: 40px;
  width: 40px;
  text-align: center;
  text-indent: 0px;
}
.featherlight-configurator .fl-dialog .button-close-bottom {
  position: absolute;
  text-align: center;
  margin-top: 20px;
}
.featherlight-configurator .fl-dialog .button-upload {
  position: absolute;
  padding: 0;
  z-index: 999;
  top: 12px;
  right: 60px;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 145, 2);
  text-indent: -9999px;
  background-image: none;
}
.featherlight-configurator .fl-dialog .button-upload::before {
  line-height: 39px;
  font-size: 32px;
  content: "U";
  right: 0px;
  top: 0px;
  position: absolute;
  font-weight: 800;
  display: block;
  color: rgb(255, 255, 255);
  height: 40px;
  width: 40px;
  text-align: center;
  text-indent: 0px;
}
.featherlight-configurator .fl-dialog .button-save {
  position: absolute;
  padding: 0;
  z-index: 999;
  top: 12px;
  right: 108px;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 145, 2);
  text-indent: -9999px;
  background-image: none;
}
.featherlight-configurator .fl-dialog .button-save::before {
  line-height: 39px;
  font-size: 32px;
  content: "S";
  right: 0px;
  top: 0px;
  position: absolute;
  font-weight: 800;
  display: block;
  color: rgb(255, 255, 255);
  height: 40px;
  width: 40px;
  text-align: center;
  text-indent: 0px;
}
.featherlight-configurator .fl-dialog::-webkit-backdrop {
  background: rgba(0, 100, 185, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.featherlight-configurator .fl-dialog::backdrop {
  background: rgba(0, 100, 185, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.featherlight-configurator .fl-dialog canvas {
  border: 0px;
}
.featherlight-configurator #container_2d {
  width: 100%;
  height: 100%;
}
.featherlight-configurator #container_3d {
  cursor: move;
  width: 100%;
  height: 100%;
}
.featherlight-configurator .mounting-part-filter {
  height: 200px;
  position: relative;
}
.featherlight-configurator .mounting-part-filter .mp-filter-none {
  color: #000000;
  font-size: 20px;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, ssh root\@ -2px 2px 0 white, 2px 2px 0 white;
  background-image: url(/wp-content/plugins/fl_gasspring_configurator/assets/dist/img/none.jpg);
}
.featherlight-configurator .mounting-part-filter input[type=radio] {
  display: none;
}
.featherlight-configurator .mounting-part-filter ul, .featherlight-configurator .mounting-part-filter li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featherlight-configurator .mounting-part-filter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
}
.featherlight-configurator .mounting-part-filter ul li {
  border: solid 1px rgb(160, 160, 160);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 6px;
}
.featherlight-configurator .mounting-part-filter ul li label {
  cursor: pointer;
  height: 100px;
  text-align: center;
  -webkit-align-content: center;
          align-content: center;
}
.featherlight-configurator .mounting-part-filter ul li img {
  width: 100px;
  border: 0;
}
.featherlight-configurator .mounting-part-filter ul li:not(:has(label:not([style*="display: none;"]))) {
  border: none;
}
.featherlight-configurator .mounting-part-filter ul label:first-of-type {
  width: 100px;
}
.featherlight-configurator .mounting-part-filter .mp-container-cyl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  width: 220px;
  margin-bottom: 5px;
}
.featherlight-configurator .mounting-part-filter .mp-square-cyl {
  width: 100px;
  height: 100px;
  background-color: white;
  border: 1px solid #9d9d9d;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.featherlight-configurator .mounting-part-filter .mp-square-cyl img {
  width: 100px;
}
.featherlight-configurator .mounting-part-filter .mp-square-cyl.mp-selected-cyl img {
  width: 200px;
}
.featherlight-configurator .mounting-part-filter .mp-selected-cyl {
  width: 210px;
  height: 210px;
  border: 2px solid orange;
}
.featherlight-configurator .mounting-part-filter .mp-selected-text-cyl {
  color: #a9a9a9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  z-index: 1;
  display: block;
}
.featherlight-configurator .mounting-part-filter .mp-container-rod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  width: 220px;
  margin-bottom: 5px;
}
.featherlight-configurator .mounting-part-filter .mp-square-rod {
  width: 100px;
  height: 100px;
  background-color: white;
  border: 1px solid #9d9d9d;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.featherlight-configurator .mounting-part-filter .mp-square-rod img {
  width: 100px;
}
.featherlight-configurator .mounting-part-filter .mp-square-rod.mp-selected-rod img {
  width: 200px;
}
.featherlight-configurator .mounting-part-filter .mp-selected-rod {
  width: 210px;
  height: 210px;
  border: 2px solid orange;
}
.featherlight-configurator .mounting-part-filter .mp-selected-text-rod {
  color: #a9a9a9;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  z-index: 1;
  display: block;
}
.featherlight-configurator .mounting-part-filter .mp-attachments-explain p {
  padding: 5px;
  font-size: 0.9rem;
  color: #a9a9a9;
  text-align: justify;
}
.featherlight-configurator .mounting-part-filter label {
  cursor: pointer;
}
.featherlight-configurator .fl-explain-gs {
  background-color: #f5cea2;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #b4b4b4;
}
.featherlight-configurator .step2-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.featherlight-configurator .refine_gas_spring_btn {
  position: relative;
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #565656;
  border: 1px solid #9d9d9d;
  border-radius: 10px 10px 0 0 !important;
  background-color: #FFFFFF;
}
.featherlight-configurator .refine_gas_spring_btn:hover {
  background-color: #e7e7e7;
  color: #565656;
}
.featherlight-configurator .refine_gas_spring_btn:active {
  top: 2px;
  left: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #bdbdbd;
  color: #565656;
  border: 1px solid #9d9d9d;
}
.featherlight-configurator .refine_gas_spring_btn_2 {
  position: relative;
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #565656;
  border: 1px solid #9d9d9d;
  border-radius: 10px 10px 0 0 !important;
  background-color: #FFFFFF;
  cursor: default;
}
.featherlight-configurator .add_to_cart_btn, .featherlight-configurator .add_to_cart_btn_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  font-size: 18px;
}
.featherlight-configurator .add_to_cart_btn {
  cursor: default;
}
.featherlight-configurator .back_to_1_btn, .featherlight-configurator .back_to_1_btn_2, .featherlight-configurator .add_to_cart_btn, .featherlight-configurator .add_to_cart_btn_2 {
  padding: 0;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
}
.featherlight-configurator .back_to_1_btn, .featherlight-configurator .back_to_1_btn_2 {
  margin-top: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.featherlight-configurator .back_to_2_btn {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.featherlight-configurator .back_to_1_btn img, .featherlight-configurator .back_to_1_btn_2 img, .featherlight-configurator .back_to_2_btn img, .featherlight-configurator .add_to_cart_btn img, .featherlight-configurator .add_to_cart_btn_2 img, .featherlight-configurator .refine_gas_spring_btn img, .featherlight-configurator .refine_gas_spring_btn_2 img, .featherlight-configurator .show_best_matching_gas_spring_btn img {
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.featherlight-configurator .show_best_matching_gas_spring_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.featherlight-configurator .second-add-to-cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  margin-top: 30px;
}
.featherlight-configurator .add_to_cart_btn_3 {
  position: relative !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
}
.featherlight-configurator .add_to_cart_btn_3:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #e67800 !important;
}
.featherlight-configurator .add_to_cart_btn_3:active {
  top: 2px !important;
  left: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #e67800 !important;
}
.featherlight-configurator .add_to_cart_btn_3 img {
  height: 45px;
  margin-left: 10px;
  margin-right: 20px;
  vertical-align: middle;
}
.featherlight-configurator .start_over_btn {
  margin-top: 30px;
  background-color: #808080;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.featherlight-configurator .start_over_btn img {
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.featherlight-configurator .start_over {
  display: none;
}
.featherlight-configurator .find-gasspring-btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  left: -3px;
}
.featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  color: #ffffff !important;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #4198e4 !important;
}
.featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn:hover {
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #2060b7 !important;
  color: #ffffff !important;
}
.featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn:active {
  top: 2px !important;
  left: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #2060b7 !important;
  color: #ffffff !important;
}
.featherlight-configurator .back_to_1_btn, .featherlight-configurator .back_to_1_btn_2 {
  position: relative !important;
  color: #2061b8 !important;
  background-color: #ffffff !important;
  height: 50px;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.featherlight-configurator .back_to_2_btn,
.featherlight-configurator .show_2d_cad, .featherlight-configurator .show_2d_cad_dd, .featherlight-configurator .show_3d_cad {
  position: relative !important;
  color: #565656 !important;
  border: 1px solid #9d9d9d !important;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  height: 50px;
}
.featherlight-configurator .back_to_2_btn:hover,
.featherlight-configurator .show_2d_cad:hover, .featherlight-configurator .show_2d_cad_dd:hover, .featherlight-configurator .show_3d_cad:hover {
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
  background-color: #e7e7e7 !important;
  color: #565656 !important;
}
.featherlight-configurator .back_to_2_btn:active,
.featherlight-configurator .show_2d_cad:active, .featherlight-configurator .show_2d_cad_dd:active, .featherlight-configurator .show_3d_cad:active {
  top: 2px !important;
  left: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #e7e7e7 !important;
  color: #565656 !important;
}
.featherlight-configurator .refine_gas_spring_btn_2 {
  position: relative !important;
  color: #565656 !important;
  border-top: 1px solid #9d9d9d !important;
  border-right: 1px solid #9d9d9d !important;
  border-bottom: 0 !important;
  border-left: 1px solid #9d9d9d !important;
  background-color: #ffffff !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  height: auto;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
  padding-top: 12px !important;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #bbbbbb !important;
     -moz-text-decoration-color: #bbbbbb !important;
          text-decoration-color: #bbbbbb !important;
  text-underline-offset: 5px;
  z-index: 1;
}
.featherlight-configurator .add_to_cart_btn {
  position: relative !important;
  color: #565656 !important;
  border-top: 1px solid #9d9d9d !important;
  border-right: 1px solid #9d9d9d !important;
  border-bottom: 0 !important;
  border-left: 1px solid #9d9d9d !important;
  border-radius: 10px 10px 0 0 !important;
  background-color: #ffffff !important;
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1 1 auto;
     -moz-box-flex: 1.1;
          flex: 1.1 1 auto;
  height: auto;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
  margin-right: 10px;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #bbbbbb !important;
     -moz-text-decoration-color: #bbbbbb !important;
          text-decoration-color: #bbbbbb !important;
  text-underline-offset: 5px;
  z-index: 1;
}
.featherlight-configurator .add_to_cart_btn_2 {
  position: relative !important;
  color: #ffffff !important;
  border-top: 1px solid #9d9d9d !important;
  border-right: 1px solid #9d9d9d !important;
  border-bottom: 0 !important;
  border-left: 1px solid #9d9d9d !important;
  border-radius: 10px 10px 0 0 !important;
  background-color: #f99218 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  height: auto;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
  margin-right: 10px;
  bottom: 1px;
}
.featherlight-configurator .add_to_cart_btn_2:hover {
  background-color: #e67800 !important;
  color: #ffffff !important;
}
.featherlight-configurator .add_to_cart_btn_2:active {
  top: 2px !important;
  left: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #e7e7e7 !important;
  color: #565656 !important;
}
.featherlight-configurator .refine_gas_spring_btn {
  position: relative !important;
  color: #939393 !important;
  border-top: 1px solid #9d9d9d !important;
  border-right: 1px solid #9d9d9d !important;
  border-bottom: 0 !important;
  border-left: 1px solid #9d9d9d !important;
  background-color: #ffffff !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  height: auto;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
          align-items: center !important;
  padding-top: 12px !important;
  margin-left: 10px;
  bottom: 1px;
}
.featherlight-configurator .refine_gas_spring_btn:hover {
  background-color: #ffffff !important;
  color: #565656 !important;
}
.featherlight-configurator .refine_gas_spring_btn:active {
  top: 2px !important;
  left: 1px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #e7e7e7 !important;
  color: #565656 !important;
}
.featherlight-configurator .title-buttons {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.featherlight-configurator .btn_2d_cad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.featherlight-configurator .show_2d_cad, .featherlight-configurator .show_2d_cad_dd {
  height: 30px;
  width: 30px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url(/wp-content/plugins/fl_gasspring_configurator/assets/dist/img/2dgray.svg);
  z-index: 8;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  margin-left: 30px;
  margin-right: 0;
}
.featherlight-configurator .show_2d_cad_dd {
  margin-left: 0 !important;
}
.featherlight-configurator .show_3d_cad {
  height: 30px;
  width: 30px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url(/wp-content/plugins/fl_gasspring_configurator/assets/dist/img/3dgray.svg);
  z-index: 8;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  margin-left: 0px;
  margin-right: 30px;
}
.featherlight-configurator .show_3d_cad:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.featherlight-configurator .show_2d_cad:hover, .featherlight-configurator .show_2d_cad_dd:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.featherlight-configurator .show_3d_cad:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 2px !important;
  left: 1px !important;
}
.featherlight-configurator .show_2d_cad:active, .featherlight-configurator .show_2d_cad_dd:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 2px !important;
  left: 1px !important;
}
.featherlight-configurator .show_2d_cad img, .featherlight-configurator .show_2d_cad_dd img {
  margin-left: 3px;
  width: 20px;
  padding-bottom: 5px;
}
.featherlight-configurator .show_3d_cad img {
  margin-left: 3px;
  width: 20px;
  padding-bottom: 5px;
}
.featherlight-configurator .step-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #004584 !important;
}

.fl-select-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 35px;
  position: relative;
}

.fl-select-gs-next-prev-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fl-select-gs-next-prev-container .gs-select-button-left {
  width: 48%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.fl-select-gs-next-prev-container .gs-select-button-left img {
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
}
.fl-select-gs-next-prev-container .gs-select-button-right {
  width: 48%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.fl-select-gs-next-prev-container .gs-select-button-right img {
  height: 25px;
  margin-left: 10px;
  vertical-align: middle;
}

.add-to-cart-container {
  margin: 20px 0 0 0 !important;
  padding-bottom: 13px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.add-to-cart-container label, .add-to-cart-container .colum-title {
  font-size: 100%;
}

.add_to_cart_btn_3 {
  width: 100% !important;
}

@media screen and (max-width: 1160px) {
  .featherlight-configurator .find-gasspring-btn-container {
    margin-top: 210px;
    left: 17px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
}
@media screen and (max-width: 965px) {
  .back_to_1_btn, .back_to_1_btn_2 {
    position: relative !important;
    color: #2061b8 !important;
    background-color: #ffffff !important;
    height: 50px;
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .back_to_2_btn,
  .show_2d_cad .show_2d_cad_dd, .show_3d_cad {
    position: relative !important;
    color: #565656 !important;
    border: 1px solid #9d9d9d !important;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #ffffff !important;
  }
  .back_to_2_btn:hover,
  .show_2d_cad .show_2d_cad_dd:hover, .show_3d_cad:hover {
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1) !important;
    background-color: #e7e7e7 !important;
    color: #565656 !important;
  }
  .back_to_2_btn:active,
  .show_2d_cad .show_2d_cad_dd:active, .show_3d_cad:active {
    top: 2px !important;
    left: 1px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #e7e7e7 !important;
    color: #565656 !important;
  }
  .add-to-cart-container > .col-12.col-sm-3,
  .add-to-cart-container > .col-12.col-sm-2,
  .add-to-cart-container > .col-12.col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    margin-bottom: 20px;
  }
  .add-to-cart-container .col-6 {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .add-to-cart-container .pt-sm-2 {
    position: relative;
    width: 100px;
    margin-top: -10px;
  }
  .featherlight-configurator .find-gasspring-btn-container {
    margin-top: 210px;
    left: 18px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .featherlight-theme .calculator-actions .actions-list, .featherlight-theme .configurator-actions .actions-list {
    margin-top: 0;
  }
  .actions-list .actions-item:last-child {
    margin-right: 2px;
  }
  #canvas_title {
    width: 80%;
  }
  .featherlight-configurator .find-gasspring-btn-container {
    margin-top: 210px;
    left: 19px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
  }
  .featherlight-configurator .flcf-gs-filter {
    width: 140px !important;
  }
}
@media screen and (max-width: 650px) {
  .dialog-image {
    text-align: center;
    margin-top: 1rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .dialog-image img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #canvas_title {
    width: 70%;
  }
  .featherlight-configurator .find-gasspring-btn-container {
    left: 19px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .add-to-cart-container > .col-12.col-sm-3,
  .add-to-cart-container > .col-12.col-sm-2,
  .add-to-cart-container > .col-12.col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .add-to-cart-container .col-6 {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .add-to-cart-container .pt-sm-2 {
    position: relative;
    width: 100px;
    margin-top: -10px;
  }
  .add_to_cart_btn_3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .refine_gas_spring_btn_2, .add_to_cart_btn_2 {
    margin-bottom: -31px;
    z-index: 1;
    font-size: 100%;
    width: 40% !important;
  }
  .add_to_cart_btn, .refine_gas_spring_btn {
    z-index: 1;
    margin-bottom: 0px;
  }
  .add-to-cart-container .col-6 {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .add-to-cart-container .pt-sm-2 {
    position: relative;
    width: 100px;
    margin-top: 0;
  }
  #canvas_title {
    width: 60%;
  }
  .mp_cyl_container::after, .mp_rod_container::after, .gasspring_container::after {
    bottom: 7px !important;
  }
  .featherlight-configurator #mp_cyl-btn-flhtmls::after, .featherlight-configurator #mp_rod-btn-flhtmls::after, .featherlight-configurator #gasspring-btn-flhtmls::after {
    bottom: 5px;
  }
  .featherlight-configurator .find-gasspring-btn-container {
    margin-top: 210px;
    left: 18px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 568px) {
  .featherlight-theme .calculator-actions, .featherlight-theme .configurator-actions {
    margin-left: -21px;
  }
}
@media screen and (max-width: 520px) {
  .featherlight-configurator .find-gasspring-btn-container {
    margin-top: 210px;
    left: -9px;
    min-width: 390px;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 512px) {
  .featherlight-theme .calculator-actions, .featherlight-theme .configurator-actions {
    margin-left: -8px;
  }
}
@media screen and (max-width: 375px) {
  .featherlight-configurator .show_2d_cad, .featherlight-configurator .show_2d_cad_dd, .featherlight-configurator .show_3d_cad {
    margin-left: 0;
    margin-right: 0;
  }
  .featherlight-configurator .find-gasspring-btn-container {
    left: -50px;
    width: 120vw;
  }
  .featherlight-configurator .find-gasspring-btn-container .show_best_matching_gas_spring_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*# sourceMappingURL=main.min.css.map */
