@charset "UTF-8";
/* Bootstrap
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@200;300;400;500;600;700;800&display=swap");
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-8,
.gx-8 {
  --bs-gutter-x: 9rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 9rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 11rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 11rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 13rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 13rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.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;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 13rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 9rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 9rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 11rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 11rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 13rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 13rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.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;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 13rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.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;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 13rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 13rem;
  }
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: none;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2811.7, 99, 227.7%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: rgb(134, 182.5, 254);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(11.7, 99, 227.7);
  --bs-accordion-active-bg: rgb(230.8, 240.5, 254.8);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 22px;
  font-weight: 400;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button span {
  display: inline-block;
  width: 90%;
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: #fe9e38;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  padding: 0 0 5px;
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 30px;
  border-radius: 100%;
  border: 1.2px solid #F27C00;
  font-size: 24px;
  font-weight: 200;
  color: #F27C00;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border-bottom: 1px solid #D1C0B1;
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

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

.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: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  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: 0;
}
.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) 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: 0;
  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: 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: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  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: 0;
  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: 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;
  font-size: 14px;
  line-height: 24px;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 9rem !important;
}

.m-9 {
  margin: 11rem !important;
}

.m-10 {
  margin: 13rem !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-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

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

.mx-8 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-9 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-10 {
  margin-right: 13rem !important;
  margin-left: 13rem !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-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

.my-8 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-9 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-10 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !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-6 {
  margin-top: 5rem !important;
}

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

.mt-8 {
  margin-top: 9rem !important;
}

.mt-9 {
  margin-top: 11rem !important;
}

.mt-10 {
  margin-top: 13rem !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-6 {
  margin-right: 5rem !important;
}

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

.me-8 {
  margin-right: 9rem !important;
}

.me-9 {
  margin-right: 11rem !important;
}

.me-10 {
  margin-right: 13rem !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-6 {
  margin-bottom: 5rem !important;
}

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

.mb-8 {
  margin-bottom: 9rem !important;
}

.mb-9 {
  margin-bottom: 11rem !important;
}

.mb-10 {
  margin-bottom: 13rem !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-6 {
  margin-left: 5rem !important;
}

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

.ms-8 {
  margin-left: 9rem !important;
}

.ms-9 {
  margin-left: 11rem !important;
}

.ms-10 {
  margin-left: 13rem !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;
}

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

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 9rem !important;
}

.p-9 {
  padding: 11rem !important;
}

.p-10 {
  padding: 13rem !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;
}

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

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

.px-8 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-9 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-10 {
  padding-right: 13rem !important;
  padding-left: 13rem !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;
}

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

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

.py-8 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-9 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-10 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !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;
}

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

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

.pt-8 {
  padding-top: 9rem !important;
}

.pt-9 {
  padding-top: 11rem !important;
}

.pt-10 {
  padding-top: 13rem !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;
}

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

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

.pe-8 {
  padding-right: 9rem !important;
}

.pe-9 {
  padding-right: 11rem !important;
}

.pe-10 {
  padding-right: 13rem !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;
}

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

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

.pb-8 {
  padding-bottom: 9rem !important;
}

.pb-9 {
  padding-bottom: 11rem !important;
}

.pb-10 {
  padding-bottom: 13rem !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;
}

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

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

.ps-8 {
  padding-left: 9rem !important;
}

.ps-9 {
  padding-left: 11rem !important;
}

.ps-10 {
  padding-left: 13rem !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-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-8 {
    margin: 9rem !important;
  }
  .m-sm-9 {
    margin: 11rem !important;
  }
  .m-sm-10 {
    margin: 13rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-10 {
    margin-right: 13rem !important;
    margin-left: 13rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-10 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 9rem !important;
  }
  .mt-sm-9 {
    margin-top: 11rem !important;
  }
  .mt-sm-10 {
    margin-top: 13rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-8 {
    margin-right: 9rem !important;
  }
  .me-sm-9 {
    margin-right: 11rem !important;
  }
  .me-sm-10 {
    margin-right: 13rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 13rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-8 {
    margin-left: 9rem !important;
  }
  .ms-sm-9 {
    margin-left: 11rem !important;
  }
  .ms-sm-10 {
    margin-left: 13rem !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;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-8 {
    padding: 9rem !important;
  }
  .p-sm-9 {
    padding: 11rem !important;
  }
  .p-sm-10 {
    padding: 13rem !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;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-10 {
    padding-right: 13rem !important;
    padding-left: 13rem !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;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !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;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 9rem !important;
  }
  .pt-sm-9 {
    padding-top: 11rem !important;
  }
  .pt-sm-10 {
    padding-top: 13rem !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;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-8 {
    padding-right: 9rem !important;
  }
  .pe-sm-9 {
    padding-right: 11rem !important;
  }
  .pe-sm-10 {
    padding-right: 13rem !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;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 13rem !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;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-8 {
    padding-left: 9rem !important;
  }
  .ps-sm-9 {
    padding-left: 11rem !important;
  }
  .ps-sm-10 {
    padding-left: 13rem !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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-8 {
    margin: 9rem !important;
  }
  .m-md-9 {
    margin: 11rem !important;
  }
  .m-md-10 {
    margin: 13rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-10 {
    margin-right: 13rem !important;
    margin-left: 13rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-10 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 9rem !important;
  }
  .mt-md-9 {
    margin-top: 11rem !important;
  }
  .mt-md-10 {
    margin-top: 13rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-8 {
    margin-right: 9rem !important;
  }
  .me-md-9 {
    margin-right: 11rem !important;
  }
  .me-md-10 {
    margin-right: 13rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 11rem !important;
  }
  .mb-md-10 {
    margin-bottom: 13rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-8 {
    margin-left: 9rem !important;
  }
  .ms-md-9 {
    margin-left: 11rem !important;
  }
  .ms-md-10 {
    margin-left: 13rem !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;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-8 {
    padding: 9rem !important;
  }
  .p-md-9 {
    padding: 11rem !important;
  }
  .p-md-10 {
    padding: 13rem !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;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-10 {
    padding-right: 13rem !important;
    padding-left: 13rem !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;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !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;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 9rem !important;
  }
  .pt-md-9 {
    padding-top: 11rem !important;
  }
  .pt-md-10 {
    padding-top: 13rem !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;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-8 {
    padding-right: 9rem !important;
  }
  .pe-md-9 {
    padding-right: 11rem !important;
  }
  .pe-md-10 {
    padding-right: 13rem !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;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 9rem !important;
  }
  .pb-md-9 {
    padding-bottom: 11rem !important;
  }
  .pb-md-10 {
    padding-bottom: 13rem !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;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-8 {
    padding-left: 9rem !important;
  }
  .ps-md-9 {
    padding-left: 11rem !important;
  }
  .ps-md-10 {
    padding-left: 13rem !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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-8 {
    margin: 9rem !important;
  }
  .m-lg-9 {
    margin: 11rem !important;
  }
  .m-lg-10 {
    margin: 13rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-10 {
    margin-right: 13rem !important;
    margin-left: 13rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-10 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 11rem !important;
  }
  .mt-lg-10 {
    margin-top: 13rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-8 {
    margin-right: 9rem !important;
  }
  .me-lg-9 {
    margin-right: 11rem !important;
  }
  .me-lg-10 {
    margin-right: 13rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 13rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-8 {
    margin-left: 9rem !important;
  }
  .ms-lg-9 {
    margin-left: 11rem !important;
  }
  .ms-lg-10 {
    margin-left: 13rem !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;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-8 {
    padding: 9rem !important;
  }
  .p-lg-9 {
    padding: 11rem !important;
  }
  .p-lg-10 {
    padding: 13rem !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;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-10 {
    padding-right: 13rem !important;
    padding-left: 13rem !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;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !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;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 9rem !important;
  }
  .pt-lg-9 {
    padding-top: 11rem !important;
  }
  .pt-lg-10 {
    padding-top: 13rem !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;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-8 {
    padding-right: 9rem !important;
  }
  .pe-lg-9 {
    padding-right: 11rem !important;
  }
  .pe-lg-10 {
    padding-right: 13rem !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;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 13rem !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;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-8 {
    padding-left: 9rem !important;
  }
  .ps-lg-9 {
    padding-left: 11rem !important;
  }
  .ps-lg-10 {
    padding-left: 13rem !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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-8 {
    margin: 9rem !important;
  }
  .m-xl-9 {
    margin: 11rem !important;
  }
  .m-xl-10 {
    margin: 13rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-10 {
    margin-right: 13rem !important;
    margin-left: 13rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-10 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 9rem !important;
  }
  .mt-xl-9 {
    margin-top: 11rem !important;
  }
  .mt-xl-10 {
    margin-top: 13rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-8 {
    margin-right: 9rem !important;
  }
  .me-xl-9 {
    margin-right: 11rem !important;
  }
  .me-xl-10 {
    margin-right: 13rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 13rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-8 {
    margin-left: 9rem !important;
  }
  .ms-xl-9 {
    margin-left: 11rem !important;
  }
  .ms-xl-10 {
    margin-left: 13rem !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;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-8 {
    padding: 9rem !important;
  }
  .p-xl-9 {
    padding: 11rem !important;
  }
  .p-xl-10 {
    padding: 13rem !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;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-10 {
    padding-right: 13rem !important;
    padding-left: 13rem !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;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !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;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 9rem !important;
  }
  .pt-xl-9 {
    padding-top: 11rem !important;
  }
  .pt-xl-10 {
    padding-top: 13rem !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;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-8 {
    padding-right: 9rem !important;
  }
  .pe-xl-9 {
    padding-right: 11rem !important;
  }
  .pe-xl-10 {
    padding-right: 13rem !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;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 13rem !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;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-8 {
    padding-left: 9rem !important;
  }
  .ps-xl-9 {
    padding-left: 11rem !important;
  }
  .ps-xl-10 {
    padding-left: 13rem !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-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-8 {
    margin: 9rem !important;
  }
  .m-xxl-9 {
    margin: 11rem !important;
  }
  .m-xxl-10 {
    margin: 13rem !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-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-8 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-9 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-10 {
    margin-right: 13rem !important;
    margin-left: 13rem !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-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-8 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-9 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-10 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !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-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-8 {
    margin-top: 9rem !important;
  }
  .mt-xxl-9 {
    margin-top: 11rem !important;
  }
  .mt-xxl-10 {
    margin-top: 13rem !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-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-8 {
    margin-right: 9rem !important;
  }
  .me-xxl-9 {
    margin-right: 11rem !important;
  }
  .me-xxl-10 {
    margin-right: 13rem !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-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 13rem !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-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-8 {
    margin-left: 9rem !important;
  }
  .ms-xxl-9 {
    margin-left: 11rem !important;
  }
  .ms-xxl-10 {
    margin-left: 13rem !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;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-8 {
    padding: 9rem !important;
  }
  .p-xxl-9 {
    padding: 11rem !important;
  }
  .p-xxl-10 {
    padding: 13rem !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;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-8 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-9 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-10 {
    padding-right: 13rem !important;
    padding-left: 13rem !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;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-8 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-9 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-10 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !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;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-8 {
    padding-top: 9rem !important;
  }
  .pt-xxl-9 {
    padding-top: 11rem !important;
  }
  .pt-xxl-10 {
    padding-top: 13rem !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;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-8 {
    padding-right: 9rem !important;
  }
  .pe-xxl-9 {
    padding-right: 11rem !important;
  }
  .pe-xxl-10 {
    padding-right: 13rem !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;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 13rem !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;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-8 {
    padding-left: 9rem !important;
  }
  .ps-xxl-9 {
    padding-left: 11rem !important;
  }
  .ps-xxl-10 {
    padding-left: 13rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Base
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* Font sizes
   ========================================================================== */
/* Line height
   ========================================================================== */
/* Colors
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #1a0c30;
  background: #e9e5e1;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  position: relative;
  max-width: 1190px;
}

body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body svg {
  vertical-align: middle;
}
body address {
  font-style: normal;
}
body table {
  width: 100%;
}
body iframe {
  max-width: 100%;
  border: 0;
}
body blockquote:before,
body blockquote:after,
body q:before,
body q:after {
  content: "";
  content: none;
}
body a,
body a:before,
body a:after,
body button,
body [type=submit],
body [type=button] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

/* Utils
   ========================================================================== */
.has-border {
  border-bottom: 1px solid #d1c0b1;
  padding-bottom: 75px;
}

/* Colors */
.color-beige {
  color: #ded4ca;
}

.color-orange {
  color: #f27c00;
}

.color-dark-orange {
  color: #ca8245;
}

.color-white {
  color: #ffffff;
}

.color-purple {
  color: #321f4e;
}

.color-dgreen {
  color: #01403d;
}

.bg--purple {
  background-color: #1a0c30;
}
.bg--green {
  background-color: #003431;
}
.bg--white {
  background-color: #ffffff;
}
.bg--blue {
  background-color: #a9d1ed;
}

/* Font sizes */
.fs-14 {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.fs-16 {
  font-size: 1rem;
  line-height: 2;
}

.fs-18 {
  font-size: 1.125rem;
  line-height: 2;
}

.fs-20 {
  font-size: 1.25rem;
  line-height: 1.8;
}

.fs-40 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 2.5rem;
  }
}
.fs-40 {
  line-height: 2.15;
}

.fs-44 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  .fs-44 {
    font-size: 2.75rem;
  }
}
.fs-44 {
  line-height: 1.2272727273;
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .fs-80 {
    font-size: 5rem;
  }
}
.fs-80 {
  line-height: 1.075;
}

.fs-60 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 3.75rem;
  }
}
.fs-60 {
  line-height: 1.2333333333;
}

.fs-160 {
  font-size: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
  .fs-160 {
    font-size: 10rem;
  }
}
.fs-160 {
  line-height: 0.9375;
}
@media (max-width: 991.98px) {
  .fs-160 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .fs-160 {
    font-size: 5rem;
  }
}

/* Text align */
.text-center {
  text-align: center;
}

/* Text transform */
.text-uppercase {
  text-transform: uppercase;
}

/* Border radius */
.radius--md {
  border-radius: 3.75rem;
}
.radius--lg {
  border-radius: 5rem;
}

/* Insets */
.inset-x {
  margin: 0 2rem;
}

/* Overflows */
.overflow-hidden {
  overflow: hidden;
}

.content-regular p {
  margin-bottom: 1rem;
}
.content-regular p:last-child {
  margin-bottom: 0;
}

.icon {
  height: 4rem;
  margin-bottom: 2rem;
}
.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.has-check {
  position: relative;
  padding-right: 3rem;
}
.has-check:before {
  content: "";
  position: absolute;
  left: -3rem;
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33"><g id="Group_4505" data-name="Group 4505" transform="translate(-826 -365)"><g id="Group_1326" data-name="Group 1326" transform="translate(686 -86.486)"><path id="Path_107" data-name="Path 107" d="M18.987,738.195l3.712,4.125,6.117-6.952" transform="translate(132.513 -270.881)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g><g id="Ellipse_11" data-name="Ellipse 11" transform="translate(826 365)" fill="none" stroke="%23f27c00" stroke-width="1"><circle cx="16.5" cy="16.5" r="16.5" stroke="none"/><circle cx="16.5" cy="16.5" r="16" fill="none"/></g></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  height: 2rem;
  width: 2rem;
}
@media (max-width: 991.98px) {
  .has-check {
    padding-left: 4.5rem;
  }
  .has-check:before {
    left: 1rem;
  }
}

.before--beige {
  position: relative;
}
.before--beige figure {
  position: relative;
  z-index: 1;
}
.before--beige figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.before--beige:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 8.5rem);
  background-color: #ded4ca;
  z-index: 0;
  top: 6rem;
  border-radius: 4rem;
}

.fw-500 {
  font-weight: 500;
}

.hero-figure {
  width: 100%;
  margin-top: -2rem;
}
.hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .hero-figure {
    margin-top: 0;
    height: 12rem;
  }
}

.content-image {
  height: 33.375rem;
  width: 100%;
}
.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .content-image {
    height: 12rem;
  }
}

.content-figure {
  height: 21.875rem;
  border-radius: 3.75rem;
  overflow: hidden;
}
.content-figure--mt {
  margin-top: 6rem;
}
.content-figure--mb {
  margin-bottom: 6rem;
}
.content-figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .content-figure {
    height: 20rem;
    margin-bottom: 2rem;
  }
  .content-figure img {
    object-position: top;
  }
}

.section--ingredients {
  background-color: #ded4ca;
  padding-top: 4rem;
}

.section--team {
  overflow: hidden;
  padding-bottom: 10rem;
}

.team-carousel .flickity-viewport {
  overflow: visible;
}
.team-carousel figure {
  height: 21.875rem;
}
.team-carousel figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.team-card {
  position: relative;
  margin-right: 1rem;
}
.team-card figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(26, 12, 48) 0%, rgba(26, 12, 48, 0) 40%);
}
.team-card p {
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 2rem;
  font-weight: 700;
}
.team-card p span {
  font-weight: 400;
}

.ingredient-container {
  width: 5.125rem;
  height: 12.125rem;
  overflow: hidden;
  margin: 0 0.25rem;
  position: relative;
}
.ingredient-container .ingredient {
  position: absolute;
  top: 8.125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 1.625rem;
  border-top-right-radius: 1.625rem;
  padding-top: 0.75rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease all;
}
.ingredient-container .ingredient figure {
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
}
.ingredient-container .ingredient figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ingredient-container .ingredient-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
  overflow: visible;
  height: 6.25rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1rem;
  transition: 0.5s ease all;
}
.ingredient-container:hover .ingredient {
  top: 0;
}
.ingredient-container:hover .ingredient-text {
  margin-top: 1rem;
  margin-bottom: 10rem;
}
@media (max-width: 991.98px) {
  .ingredient-container {
    width: 30%;
    margin-bottom: 1rem;
  }
}

.page-template-design-template .header {
  background-color: #a9d1ed;
}
.page-template-design-template .header--visible {
  background-color: #e9e5e1;
}
.page-template-design-template .section--block {
  background-color: #ffffff;
}

.page-template-about-new-template .section--block {
  padding-top: 2rem;
}

.section--hero-blue {
  padding-top: 4rem;
}
.section--hero-blue figure {
  width: 100%;
}
.section--hero-blue figure img {
  width: 100%;
}

.section--usps {
  padding: 4rem 0;
  border-bottom: 1px solid #d1c0b1;
}

.sustainability-icon {
  margin-top: -2rem;
  margin-bottom: 1rem;
}

/* Components
   ========================================================================== */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.button--small {
  height: 31px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.button--small:hover {
  background: #f27c00;
  color: #FFF;
}
.button--medium {
  height: 46px;
}
.button--large {
  height: 50px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.button--smalltxt {
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
.button--border-orange {
  color: #f27c00;
  border: 1px solid #f27c00;
}
.button--border-black {
  color: #1a0c30;
  border: 1px solid #1a0c30;
}
.button--border-black:hover {
  color: #FFF;
  background: #1a0c30;
}
.button--border-brown {
  color: #ca8245;
  border: 1px solid #ca8245;
}
.button--border-brown:hover {
  color: #FFF;
  background: #ca8245;
}
.button--orange {
  color: #FFF;
  background: #f27c00;
}
.button--orange:hover {
  background: #ff9e38;
}

[type=submit],
[type=button],
button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

[type=text],
[type=tel],
[type=email],
[type=search],
[type=password],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  height: 70px;
  padding: 20px !important;
  border-radius: 10px;
  border: 1px solid #ded4ca;
  font-size: 16px !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #ca8245;
}
.gform_wrapper.gravity-theme textarea {
  max-height: 180px;
  resize: none;
}
.gform_wrapper.gravity-theme .button {
  height: 50px;
  background: #f27c00;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border: none;
  color: #FFF;
}
.gform_wrapper.gravity-theme .button:hover {
  background: #ff9e38;
}
.gform_wrapper.gravity-theme ::placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  font-size: 14px !important;
  border-radius: 10px;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button svg {
  display: none;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.066' height='19.565' viewBox='0 0 9.066 19.565'%3E%3Cpath d='M0,0,9.175,7.013,18.35,0' transform='translate(8.271 0.607) rotate(90)' fill='none' stroke='%23f27c00' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 17px center;
}

.flickity-prev-next-button.next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.066' height='19.565' viewBox='0 0 9.066 19.565'%3E%3Cpath d='M0,0,9.175,7.013,18.35,0' transform='translate(0.794 18.957) rotate(-90)' fill='none' stroke='%23f27c00' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 20px center;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin: auto;
  text-align: center;
  clear: both;
}

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

.single-product .woocommerce-notices-wrapper {
  background: #1a0c30;
  max-width: 100%;
  width: 100%;
  padding: 0 12rem;
  margin: 0 !important;
}

/* Header
   ========================================================================== */
.header {
  position: sticky;
  z-index: 99;
  left: 0;
  top: 0;
  height: 140px;
  width: 100%;
  background: #e9e5e1;
  transition: 0.3s ease all;
}
.header--container {
  max-width: 1920px;
  padding: 24px 80px 0 80px;
}
.header--container .row {
  height: 100%;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header {
    height: 78px;
    padding-top: 1rem;
  }
  .header--container {
    padding: 0 16px;
  }
}
.header--hidden {
  top: -280px;
}
.header--visible {
  top: 0;
}

.page-template-sustainability-template .header {
  background: #003431;
}
.page-template-sustainability-template .header .header__menu a {
  color: #ffffff;
}
.page-template-sustainability-template .header .header__shop svg {
  color: #ffffff;
}

.home .header,
.page-template-samplebox-template .header,
.single-product .header {
  background: #1a0c30;
}
.home .header .header__menu a,
.page-template-samplebox-template .header .header__menu a,
.single-product .header .header__menu a {
  color: #ffffff;
}
.home .header .header__shop svg,
.page-template-samplebox-template .header .header__shop svg,
.single-product .header .header__shop svg {
  color: #ffffff;
}

.menu-open .header {
  position: fixed;
}

.header__toggle {
  width: 50px;
  height: 50px;
}
.header__toggle a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
}
.header__toggle a span {
  position: relative;
  display: block;
  height: 2px;
  width: 24px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #1a0c30;
}

.home .header__toggle a span {
  background: #FFF;
}

.menu-open .header__toggle a span:first-child {
  top: 7px;
  transform: rotate(45deg);
}
.menu-open .header__toggle a span:nth-child(2) {
  opacity: 0;
}
.menu-open .header__toggle a span:last-child {
  top: -7px;
  transform: rotate(-45deg);
}

.header__menu {
  font-size: 14px;
  font-weight: 500;
}
.header__menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.header__menu li {
  margin-right: 25px;
}
.header__menu li:last-child {
  margin-right: 0;
}
.header__menu li.current-menu-item a {
  color: #f27c00;
}
.header__menu a {
  color: #1a0c30;
  text-decoration: none;
  text-transform: uppercase;
}
.header__menu a:hover {
  color: #f27c00;
}
@media (max-width: 1399.98px) {
  .header__menu li {
    margin-right: 15px;
    font-size: 0.8rem;
  }
}
@media (max-width: 1199.98px) {
  .header__menu {
    padding: 25px 20px;
  }
  .header__menu li {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header__menu a {
    color: #FFF;
  }
}

.request__quote-mobile {
  display: none;
}

.home .header__menu a {
  color: #FFF;
}
.home .header__menu a:hover {
  color: #f27c00;
}

@media (max-width: 1199.98px) {
  .header__col {
    position: fixed;
    left: -200%;
    top: 77px;
    width: 100%;
    height: 100%;
    background: #1a0c30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open body {
    overflow: hidden;
  }
  .menu-open .header__col {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .request__quote-mobile {
    margin-bottom: 1.5rem;
    display: inline-block;
    width: auto;
    margin-right: auto;
  }
  .request__quote-mobile:hover {
    color: white !important;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .header__logo {
    justify-content: flex-start;
  }
}

.header__shop {
  display: flex;
  justify-content: flex-end;
}
.header__shop-buttons {
  margin-right: 15px;
  display: flex;
}
.header__shop-buttons .button {
  margin-left: 10px;
  font-size: 0.6rem;
}
@media (max-width: 1399.98px) {
  .header__shop-buttons .button {
    font-size: 0.53rem;
  }
}
.header__shop ul {
  display: flex;
  list-style: none;
}
.header__shop li {
  position: relative;
  margin-left: 20px;
}
.header__shop li a {
  color: #1a0c30;
}
.header__shop li a:hover {
  color: #f27c00;
}
.header__shop li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #f27c00;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 1399.98px) {
  .header__shop-buttons {
    margin-right: 0;
    width: 100%;
  }
  .header__shop-buttons .button {
    margin-left: 5px;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .header__shop-buttons {
    display: none;
  }
}

.home .header__shop li a {
  color: #FFF;
}
.home .header__shop li a:hover {
  color: #f27c00;
}

.top-bar {
  border-bottom: 1px solid #d1c0b1;
  margin: 0 4.75rem;
  padding: 0.75rem 0;
}
@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }
}
.top-bar .language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top-bar .language-switcher figure {
  width: 24px;
  height: 100%;
}
.top-bar .language-switcher figure img {
  width: 100%;
  height: 100%;
}
.top-bar .language-switcher ul {
  display: none;
  justify-content: center;
  position: absolute;
  background: #FFF;
  width: 100%;
  bottom: -46px;
  z-index: 999;
}
.top-bar .language-switcher ul li {
  padding: 1rem 0;
  width: 24px;
}
.top-bar .language-switcher:after {
  content: "";
  height: 12px;
  width: 12px;
  margin-left: 1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.01 144.15"><path d="M131.8,116c1.81-2.14,2.71-3.36,3.76-4.42,35.51-35.54,71-71.1,106.63-106.53,2.18-2.17,5.23-3.96,8.19-4.76,4.63-1.25,9.63,1.54,12.03,5.73,2.43,4.24,2.09,9.52-.95,13.38-.93,1.17-2.03,2.2-3.09,3.26-38.61,38.62-77.22,77.25-115.84,115.86-7.46,7.46-13.51,7.49-20.87.13C82.67,99.69,43.72,60.7,4.72,21.76.98,18.03-1.03,13.92.54,8.63,2.95.51,12.58-2.61,19.28,2.55c1.18.91,2.21,2.03,3.27,3.09,35.44,35.43,70.87,70.87,106.29,106.33,.96,.96,1.63,2.2,2.96,4.04" style="stroke-width: 0px; fill: currentColor;"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-bar .switcher-open ul {
  display: flex;
}

.home .header .language-switcher:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.01 144.15"><path d="M131.8,116c1.81-2.14,2.71-3.36,3.76-4.42,35.51-35.54,71-71.1,106.63-106.53,2.18-2.17,5.23-3.96,8.19-4.76,4.63-1.25,9.63,1.54,12.03,5.73,2.43,4.24,2.09,9.52-.95,13.38-.93,1.17-2.03,2.2-3.09,3.26-38.61,38.62-77.22,77.25-115.84,115.86-7.46,7.46-13.51,7.49-20.87.13C82.67,99.69,43.72,60.7,4.72,21.76.98,18.03-1.03,13.92.54,8.63,2.95.51,12.58-2.61,19.28,2.55c1.18.91,2.21,2.03,3.27,3.09,35.44,35.43,70.87,70.87,106.29,106.33,.96,.96,1.63,2.2,2.96,4.04" style="stroke-width: 0px; fill: %23FFFFFF;"/></svg>');
}

/* Content
   ========================================================================== */
.content--regular h1, .content--regular h2 {
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 25px;
}
.content--regular h3, .content--regular h4 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 25px;
}
.content--regular h5, .content--regular h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
.content--regular p {
  margin-bottom: 30px;
}
.content--regular ul, .content--regular ol {
  margin: 0 0 30px 15px;
}
.content--regular a {
  color: #f27c00;
  text-decoration: none;
}
.content--regular a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .content--regular h1, .content--regular h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

.content {
  padding: 75px 0 100px;
}
.content--white {
  background: #fff;
}
.content__page ul, .content__page ol {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .content {
    padding: 50px 0 75px;
  }
}

/* Global
   ========================================================================== */
.blocks .col-lg-4 {
  margin-bottom: 75px;
}
.blocks__inner {
  width: calc(100% - 160px);
  max-width: 1920px;
  min-height: 530px;
  margin: 0 auto 75px;
  border: 1px solid #D1C0B1;
  border-radius: 80px;
  padding: 100px 100px 25px;
}
.blocks__item {
  padding-right: 30px;
}
.blocks__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.blocks__item-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .blocks {
    margin-bottom: 175px;
  }
  .blocks .col-lg-4 {
    margin-bottom: 30px;
  }
  .blocks__inner {
    width: calc(100% - 32px);
    padding: 50px 16px 25px;
    border-radius: 40px;
  }
  .blocks__item {
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .single-products .blocks {
    margin-bottom: 75px;
  }
}
.cta {
  margin-bottom: 200px;
}
.cta__inner {
  position: relative;
  width: calc(100% - 160px);
  min-height: 682px;
  max-width: 1920px;
  margin: 0 auto 75px;
  border-radius: 80px;
  padding: 75px 100px 50px;
  background: #FFF;
}
.cta__bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 95px;
  text-align: center;
  text-transform: uppercase;
  color: #2A1943;
}
.cta__holder {
  position: relative;
  height: 100%;
}
.cta__image {
  position: absolute;
  margin-top: 20px;
  z-index: 1;
  height: 692px;
  width: 100%;
}
.cta__title {
  font-size: 60px;
  line-height: 74px;
  color: #ca8245;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.cta__content {
  line-height: 32px;
}
.cta__bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  border-radius: 80px 0 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  .cta__title {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  .cta {
    margin-bottom: 100px;
  }
  .cta__inner {
    width: calc(100% - 32px);
    padding: 50px 16px;
    border-radius: 40px;
  }
  .cta__bgtitle {
    font-size: 13.5vw;
    line-height: 30vw;
  }
  .cta__image {
    position: relative;
    margin: -125px auto 50px;
    max-width: 500px;
    height: auto;
  }
  .cta__title {
    font-size: 34px;
    line-height: 42px;
  }
  .cta__bgimage {
    width: 100%;
    height: 200px;
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 575.98px) {
  .cta__bgtitle {
    line-height: 40vw;
  }
}

.page-template-home-template .cta {
  background: #1a0c30;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .page-template-home-template .cta {
    padding-bottom: 1px;
  }
}

.single-products .cta {
  background: #1a0c30;
  padding: 475px 0 100px;
  margin-top: -375px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .single-products .cta {
    padding: 425px 0 1px;
  }
}

/* Uiteindelijk weghalen */
.home .video {
  display: none;
}

.video {
  position: relative;
  margin-bottom: 150px;
}
.video__content {
  background: #1a0c30;
  padding: 50px 0 300px;
}
.video__title {
  font-size: 60px;
  line-height: 74px;
  text-transform: uppercase;
  color: #f27c00;
}
.video__text {
  padding-left: 30px;
  line-height: 32px;
  color: #fff;
}
.video__player {
  width: 100%;
  height: 556px;
  margin-top: -225px;
  border-radius: 80px;
  background: #000;
}
.video__player a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video__player a:hover {
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  .video__title {
    font-size: 44px;
    line-height: 52px;
  }
  .video__player {
    border-radius: 40px;
  }
  .video__text {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .video__content {
    padding-bottom: 250px;
  }
  .video__title {
    font-size: 28px;
    line-height: 42px;
  }
  .video__player {
    height: 475px;
  }
}

@media (max-width: 767.98px) {
  .video {
    margin-bottom: 75px;
  }
}
.single-products .video {
  margin: 150px 0 0;
}
.single-products .video__content {
  background: none;
  padding: 0;
  margin-bottom: 75px;
}
.single-products .video__title {
  color: #1a0c30;
}
.single-products .video__text {
  color: #1a0c30;
}
.single-products .video__player {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .single-products .video {
    margin-top: 25px;
  }
  .single-products .video__text {
    padding: 20px 0 0 0;
  }
}

.page-template-design-template .video__player {
  margin-top: 4rem !important;
}

/* Uiteindelijk weghalen */
.reviews {
  display: none;
}

.reviews {
  margin-bottom: 125px;
}
.reviews__title {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3.2px;
  color: #ca8245;
}
.reviews__card {
  width: 768px;
  min-height: 456px;
  border-radius: 80px;
  background: #ded4ca;
  margin: 0 30px;
  padding: 60px;
}
.reviews__card-stars {
  margin-bottom: 25px;
}
.reviews__card-stars-1 path:first-child {
  fill: #f27c00;
}
.reviews__card-stars-1 path:nth-child(2),
.reviews__card-stars-1 path:nth-child(3),
.reviews__card-stars-1 path:nth-child(4),
.reviews__card-stars-1 path:last-child {
  fill: #C4B3A1;
}
.reviews__card-stars-2 path:first-child,
.reviews__card-stars-2 path:nth-child(3) {
  fill: #f27c00;
}
.reviews__card-stars-2 path:nth-child(2),
.reviews__card-stars-2 path:nth-child(4),
.reviews__card-stars-2 path:last-child {
  fill: #C4B3A1;
}
.reviews__card-stars-3 path:nth-child(-n+3) {
  fill: #f27c00;
}
.reviews__card-stars-3 path:nth-child(4),
.reviews__card-stars-3 path:last-child {
  fill: #C4B3A1;
}
.reviews__card-stars-4 path:nth-child(-n+4) {
  fill: #f27c00;
}
.reviews__card-stars-4 path:last-child {
  fill: #C4B3A1;
}
.reviews__card-stars-5 path {
  fill: #f27c00;
}
.reviews__card-intro {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.reviews__card-text {
  font-weight: 300;
  margin-bottom: 40px;
}
.reviews__card-name {
  font-size: 14px;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .reviews {
    margin-bottom: 100px;
  }
  .reviews__card {
    width: 500px;
    padding: 50px 35px;
    margin: 0 10px;
    border-radius: 40px;
  }
}
@media (max-width: 991.98px) {
  .reviews__card {
    padding: 35px;
    width: calc(100% - 32px);
  }
}

.faq {
  margin: 100px 0 30px;
}
.faq__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  margin-top: 25px;
  color: #ca8245;
}
.faq__accordion {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .faq {
    margin-top: 30px;
  }
  .faq__title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .faq .accordion-button span {
    font-size: 18px;
    line-height: 24px;
    width: 80%;
  }
  .faq .accordion-body {
    padding-bottom: 0;
  }
}

.archive .faq {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .archive .faq {
    margin-bottom: 75px;
  }
}

.single-products .faq {
  padding: 75px 0 100px;
  margin: 0;
  background: #1a0c30;
}
.single-products .faq__title {
  color: #a8d1ed;
}
.single-products .faq .accordion-item {
  border-color: #33204E;
  color: #FFF;
}
.single-products .faq .accordion-button {
  color: #FFF;
}
.single-products .faq .accordion-button:not(.collapsed) {
  background: none;
}

.block {
  position: relative;
  height: 370px;
  border-radius: 80px;
  overflow: hidden;
  margin-bottom: 75px;
  background: #1a0c30;
}
.block__bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 189px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.block__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.block__image {
  position: relative;
  z-index: 1;
  width: 180px;
  height: 226px;
  margin-left: 92px;
  border-radius: 80px;
  overflow: hidden;
}
.block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block__content {
  position: relative;
  z-index: 1;
  margin-left: 92px;
  width: 100%;
  max-width: 490px;
  color: #FFF;
}
.block__content-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
}
.block__content-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .block {
    height: 100%;
    padding: 30px 16px;
  }
  .block__bgimage {
    left: 0;
    top: 0;
    height: 189px;
    width: 100%;
  }
  .block__inner {
    justify-content: center;
  }
  .block__image {
    margin-left: 0;
  }
  .block__content {
    max-width: initial;
    margin-left: 0;
    text-align: center;
  }
  .block__content-title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .block__content-text br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .section--block {
    margin-bottom: 75px;
  }
}
.subscribe {
  margin-bottom: 60px;
}
.subscribe__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
.subscribe__form {
  position: relative;
  max-width: 386px;
  margin: auto;
}
.subscribe__form .gform_wrapper.gravity-theme input[type=email] {
  background: none;
  width: 87% !important;
  padding-bottom: 10px !important;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #1a0c30;
}
.subscribe__form .gform_wrapper.gravity-theme .button {
  position: absolute;
  right: 0;
  bottom: 32px;
  width: 38px;
  height: 38px;
  padding: 0;
  text-indent: -9999em;
  border-radius: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.786' height='16.215' viewBox='0 0 7.786 16.215'%3E%3Cpath d='M0,0,7.5,5.733,15,0' transform='translate(0.794 15.607) rotate(-90)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 17px center;
}
.subscribe__form .gform_wrapper.gravity-theme .validation_message {
  display: none !important;
}
@media (max-width: 991.98px) {
  .subscribe {
    margin-bottom: 40px;
  }
}

.single-products .subscribe {
  background: #1a0c30;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.single-products .subscribe__title {
  color: #FFF;
}
.single-products .subscribe .gform_wrapper.gravity-theme input[type=email] {
  border-color: #2A1943;
}

.section--condition__inner .table-wrap {
  background: white;
  border-radius: 80px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 100px;
  padding-left: 0px;
  padding-right: 0px;
}

.section--condition__inner ul {
  list-style: none;
}

.section--condition__inner .title {
  display: flex;
  align-items: center;
  padding-left: 50px;
  width: 280px;
  font-weight: 500;
}

.section--condition__inner .icon {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 70px;
}

.section--condition__inner ul:nth-child(odd) {
  background: #f7f8f9;
}

.section--condition__inner .icon {
  position: relative;
  width: 12%;
  border-left: solid 0.5px;
  border-color: #DDD1C6;
  align-items: center;
}

.cloud {
  height: 19px;
  width: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.738' height='19.198' viewBox='0 0 33.738 19.198'%3E%3Cg id='Group_4539' data-name='Group 4539' transform='translate(0.5 0.5)'%3E%3Cg id='Group_4537' data-name='Group 4537' transform='translate(0 0)'%3E%3Cg id='Group_4538' data-name='Group 4538' transform='translate(0 0)'%3E%3Cpath id='Path_543' data-name='Path 543' d='M29.818 11.85a5.752 5.752 0 0 0-5.7-6.539 5.739 5.739 0 0 0-1.965.345A8.475 8.475 0 0 0 14.275.5h0A8.305 8.305 0 0 0 5.8 8.632c0 .181.007.363.02.543-.122-.01-.243-.016-.366-.017A4.858 4.858 0 0 0 .5 13.911a4.858 4.858 0 0 0 4.957 4.754c1.049 0 23.8.038 24.355.038a3.427 3.427 0 0 0 .007-6.853Z' transform='translate(-0.5 -0.505)' fill='none' stroke='%23879caa' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.sun {
  height: 34px;
  width: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Group_4524' data-name='Group 4524' width='34.102' height='33.991' viewBox='0 0 34.102 33.991'%3E%3Cg id='Group_4528' data-name='Group 4528' transform='translate(0 0)'%3E%3Cellipse id='Ellipse_20' data-name='Ellipse 20' cx='6.85' cy='6.85' rx='6.85' ry='6.85' transform='translate(10.145 10.145)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/ellipse%3E%3Cline id='Line_77' data-name='Line 77' y2='6.609' transform='translate(16.995)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_78' data-name='Line 78' y2='6.609' transform='translate(16.995 27.382)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_79' data-name='Line 79' x2='4.652' y2='4.652' transform='translate(4.899 4.899)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_80' data-name='Line 80' x2='4.652' y2='4.652' transform='translate(24.438 24.44)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_81' data-name='Line 81' x1='6.609' transform='translate(0 16.995)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_82' data-name='Line 82' x2='6.578' y2='0.002' transform='translate(27.524 16.995)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_83' data-name='Line 83' y1='4.65' x2='4.652' transform='translate(4.898 24.441)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3Cline id='Line_84' data-name='Line 84' y1='4.65' x2='4.652' transform='translate(24.438 4.902)' fill='none' stroke='%23f2ba00' stroke-miterlimit='10' stroke-width='1'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.rain {
  height: 25px;
  width: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.739' height='25.666' viewBox='0 0 16.739 25.666'%3E%3Cg id='Group_4631' data-name='Group 4631' transform='translate(0.5 1.033)'%3E%3Cg id='Group_4527' data-name='Group 4527' transform='translate(0 0)'%3E%3Cpath id='Path_540' data-name='Path 540' d='M1.487 13.476l-.012.022a7.869 7.869 0 1 0 13.792.007l-.007-.012L8.369 1.033Z' transform='translate(-0.5 -1.033)' fill='none' stroke='%23a8d1ed' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1px;
}

.weight {
  height: 25px;
  width: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.741' height='25.117' viewBox='0 0 23.741 25.117'%3E%3Cg id='Group_4649' data-name='Group 4649' transform='translate(0.625 0.5)'%3E%3Cg id='Group_4531' data-name='Group 4531' transform='translate(0 0)'%3E%3Cpath id='Path_541' data-name='Path 541' d='M23.117 47.158H.625L4.749 28.8H18.993Z' transform='translate(-0.625 -23.041)' fill='none' stroke='%23441889' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3Cellipse id='Ellipse_21' data-name='Ellipse 21' cx='2.882' cy='2.882' rx='2.882' ry='2.882' transform='translate(8.364)' fill='none' stroke='%23441889' stroke-miterlimit='10' stroke-width='1'%3E%3C/ellipse%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.fire {
  height: 25px;
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.192' height='25.697' viewBox='0 0 18.192 25.697'%3E%3Cg id='Group_4534' data-name='Group 4534' transform='translate(0.605 0.5)'%3E%3Cg id='Group_4535' data-name='Group 4535' transform='translate(0 0)'%3E%3Cpath id='Path_542' data-name='Path 542' d='M3.492 10.348c-4.307 4.845-2.476 15.6 6.068 15.6s11.428-8.493 5.775-14.629S11.729 1.25 11.729 1.25c-9.915 6.513-.993 14.069-4.643 14.97A2.284 2.284 0 0 1 4.525 14.95 11.7 11.7 0 0 1 3.492 10.348Z' transform='translate(-1.249 -1.25)' fill='none' stroke='%23ea0101' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.recycle {
  height: 23px;
  width: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Group_4650' data-name='Group 4650' width='23.246' height='23.163' viewBox='0 0 23.246 23.163'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2419' data-name='Rectangle 2419' width='23.246' height='23.163' fill='none' stroke='%23057771' stroke-width='1'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_4289' data-name='Group 4289' transform='translate(0 0)'%3E%3Cg id='Group_4288' data-name='Group 4288' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_477' data-name='Path 477' d='M27.736 41.178l-3.079 3.079 3.079 3.079' transform='translate(-14.544 -24.29)' fill='none' stroke='%23057771' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_478' data-name='Path 478' d='M34.09 21.346 38.3 22.473l1.127-4.206' transform='translate(-20.109 -10.775)' fill='none' stroke='%23057771' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3Cg id='Group_4291' data-name='Group 4291' transform='translate(0 0)'%3E%3Cg id='Group_4290' data-name='Group 4290' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_479' data-name='Path 479' d='M23.37 20.439H.693l5.67-9.82L12.031.8l5.67 9.82Z' transform='translate(-0.409 -0.472)' fill='none' stroke='%23057771' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_480' data-name='Path 480' d='M11.776 25.169l-1.127-4.206L6.443 22.09' transform='translate(-3.801 -12.366)' fill='none' stroke='%23057771' stroke-miterlimit='10' stroke-width='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.star {
  height: 24px;
  width: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.171' height='24.972' viewBox='0 0 26.171 24.972'%3E%3Cg id='Polygon_8' data-name='Polygon 8' fill='none'%3E%3Cpath d='M13.085 0l3.926 8.383 9.16 1.155-6.734 6.336 1.735 9.1L13.085 20.5 5 24.972l1.735-9.1L0 9.538 9.16 8.383Z' stroke='none'%3E%3C/path%3E%3Cpath d='M 13.08532524108887 2.358062744140625 L 9.831634521484375 9.306340217590332 L 2.231271743774414 10.2649097442627 L 7.818756103515625 15.52275085449219 L 6.379695892333984 23.06632041931152 L 13.08532524108887 19.36235046386719 L 19.79095458984375 23.06632041931152 L 18.35189437866211 15.52275085449219 L 23.93937110900879 10.2649097442627 L 16.33901596069336 9.306340217590332 L 13.08532524108887 2.358062744140625 M 13.08532524108887 0 L 17.01092529296875 8.383159637451172 L 26.17064476013184 9.538400650024414 L 19.43707466125488 15.87472057342529 L 21.17250442504883 24.97186088562012 L 13.08532524108887 20.5047607421875 L 4.998146057128906 24.97186088562012 L 6.733575820922852 15.87472057342529 L -3.814697265625e-06 9.538400650024414 L 9.159725189208984 8.383159637451172 L 13.08532524108887 0 Z' stroke='none' fill='%23ff8300'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 3px;
}

.pouch_titles {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  margin-left: 280px;
  text-align: center;
  font-weight: 500;
}

.pouch_title {
  width: 12%;
  display: flex;
  padding: 10px;
  align-items: center;
}

.pouch_titles_mobile {
  display: none;
}

@media screen and (max-width: 1016px) {
  .table-wrap {
    height: 500px;
    overflow: scroll;
  }
  .table-wrap::-webkit-scrollbar {
    display: none;
  }
  .pouch_titles {
    display: none;
  }
  .pouch_titles_mobile {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    margin-left: 0px;
    text-align: center;
    font-weight: 500;
  }
  .pouch_title_mobile {
    width: 100%;
    padding-top: 15px;
    border-top: solid 0.5px #DDD1C6;
  }
  .section--condition__inner .title {
    width: 100%;
    justify-content: center;
    padding-left: 0px;
    padding-bottom: 25px;
    padding-top: 25px;
    font-weight: bolder;
  }
  .section--condition__inner .icon {
    width: 100%;
  }
}
/* 
 * Table new 
 */
.table--inner {
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 80px;
}
.table--inner .cols .col-12:nth-child(odd) {
  background-color: #F7F8F9;
}
.table--inner_title {
  width: 250px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 20px;
}
.table--inner_row {
  padding-left: 30px;
  padding-right: 30px;
  align-items: center;
}
.table--inner_figure {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DDD1C6;
  width: 20%;
}
.table--inner_figure figure {
  margin: 2.5px;
}
.table--inner_heading {
  background-color: white !important;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
.table--inner_heading-offset {
  width: 280px;
  padding-left: 10px;
  padding-right: 20px;
}
.table--inner_heading a {
  display: block;
  text-align: center;
  width: 22%;
  color: black;
  text-decoration: none;
  margin-bottom: 15px;
}
.table--inner .mobile_title {
  display: none;
}
@media (max-width: 991.98px) {
  .table--inner_row {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .table--inner {
    appearance: none;
    max-height: 400px;
    overflow-y: auto;
  }
  .table--inner::-webkit-scrollbar {
    display: none;
  }
  .table--inner .mobile_title {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-top: 0.5px solid #DDD1C6;
    display: block;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
  }
  .table--inner_heading {
    display: none;
  }
  .table--inner_title {
    margin: 15px 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
  }
  .table--inner_figure {
    border-left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/* Branches
   ========================================================================== */
.branches {
  background: #e9e5e1;
  padding: 100px 0 200px;
}
.branches__bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
  margin-bottom: 60px;
}
.branches__items .col-lg-6 {
  margin-bottom: 225px;
}
.branches__items .col-lg-6:nth-child(even) {
  margin: 200px 0 25px;
}
.branches__items-card {
  position: relative;
  height: 632px;
  max-width: 474px;
  margin: auto;
  border-radius: 80px;
}
.branches__items-card-bgimage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px 80px 0 0;
}
.branches__items-card-image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -100px;
  width: 100%;
  height: 330px;
}
.branches__items-card-image img {
  max-width: 420px;
  max-height: 100%;
  width: auto;
}
.branches__items-card-content {
  padding: 0 50px 50px;
}
.branches__items-card-content-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.branches__items-card-content-excerpt {
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 35px;
}
.branches__items-card-content-icon {
  margin-right: 10px;
}
.branches__items-card-content .button {
  padding: 0;
  border: 1px solid currentcolor;
}
.branches__items-card-content .button span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px 1px;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.branches__items-card-content .button:hover {
  background-color: currencolor;
}
@media (max-width: 1199.98px) {
  .branches__bgtitle {
    font-size: 18vw;
    line-height: 18vw;
  }
}
@media (max-width: 991.98px) {
  .branches {
    padding: 50px 0 0;
  }
  .branches__bgtitle {
    line-height: 8vw;
  }
}
@media (max-width: 991.98px) {
  .branches .col-lg-6 {
    margin-bottom: 100px !important;
  }
  .branches .col-lg-6:nth-child(even) {
    margin-top: 0;
  }
  .branches__items-card-bgimage {
    height: 200px;
  }
  .branches__items-card-image {
    top: -50px;
    height: 220px;
  }
  .branches__items-card-content {
    padding: 15px 25px 25px;
  }
  .branches__items-card-content-excerpt br {
    display: none;
  }
}

/* About
   ========================================================================== */
.about {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about__bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.about__content {
  padding-top: 100px;
}
.about__content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .about__bgtitle {
    font-size: 64px;
  }
}

.about__content-0 {
  background-color: #1A0C30;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about__content-0 h2 {
  color: #F27C00;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  width: 60%;
  line-height: 74px;
}
.about__content-0-intro {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.about__content-0-content {
  color: white;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .about__content-0 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .about__content-0-intro {
    font-size: 16px;
    line-height: 30px;
  }
  .about__content-0-content {
    font-size: 16px;
    line-height: 30px;
  }
}

.about__content-1-content {
  font-size: 16px;
  line-height: 32px;
}
.about__content-1-title--black {
  color: black !important;
  width: 100%;
  margin-bottom: 0;
}
.about__content-1-title--no-margin {
  margin-top: 0 !important;
}
.about__content-1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about__content-1 ul li {
  width: 52%;
  display: flex;
  align-items: center;
}
.about__content-1 ul li::before {
  content: "•";
  color: #F27C00;
  font-size: 1.5rem;
  margin-right: 25px;
  margin-left: -35px;
}
.about__content-1 h2 {
  color: #CA8245;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
}
.about__content-1-usps {
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #DED4CA;
  padding: 80px;
  border-radius: 80px;
  min-height: 510px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .about__content-1-usps {
    padding: 25px;
  }
  .about__content-1-usps li {
    width: 100% !important;
    margin-left: 0;
  }
  .about__content-1-usps li:before {
    margin-left: 0 !important;
  }
}

/* Taxonomies
   ========================================================================== */
.tax-branche .hero__inner {
  position: relative;
  background-color: #49A797;
  border-radius: 5rem;
  margin: 0 4rem;
  overflow: hidden;
}
.tax-branche .hero__inner-content {
  padding: 4rem 4rem 4rem 0;
}
@media (max-width: 991.98px) {
  .tax-branche .hero__inner-content {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .tax-branche .hero__inner {
    width: calc(100% - 2rem);
  }
}
.tax-branche .hero__title {
  color: #FFF;
  font-size: 3.75rem;
  line-height: 4.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .tax-branche .hero__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.tax-branche .hero__content {
  color: #FFF;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
.tax-branche .hero__usps li {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .tax-branche .hero__usps li {
    width: 100%;
  }
}
.tax-branche .hero__usps li:before {
  content: "";
  border-radius: 50%;
  background-color: #FFF;
  background-size: 0.75rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.241" height="8.158" viewBox="0 0 11.241 8.158"><g transform="translate(-150.794 -463.781)"><path d="M18.987,738.195l3.712,4.125,6.117-6.952" transform="translate(132.513 -270.881)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #F27C00;
  min-height: 2.125rem;
  min-width: 2.125rem;
  height: 2.125rem;
  width: 2.125rem;
  margin-right: 1.5rem;
}
.tax-branche .hero__image {
  position: absolute;
  top: 0;
  margin-top: 0;
  height: 100%;
  width: 100%;
  max-width: 50%;
}
.tax-branche .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .tax-branche .hero__image {
    max-width: 29rem;
  }
}
@media (max-width: 991.98px) {
  .tax-branche .hero__image {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .single-products .hero__inner {
    width: calc(100% - 60px) !important;
    padding: 3rem 1rem !important;
  }
  .single-products .hero__bgimage {
    display: none;
  }
  .single-products .hero__title {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
  .single-products .hero .button {
    font-size: 0.875rem !important;
  }
  .single-products .products__item-label {
    margin-top: 2rem !important;
  }
}
.samplebox__inner {
  border: 1px solid #D1C0B1;
  border-radius: 2.5rem;
  margin-bottom: 4.5rem;
}
.samplebox__inner-content {
  padding: 4.5rem 0;
}
@media (max-width: 991.98px) {
  .samplebox__inner-content {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .samplebox__inner {
    margin-bottom: 0;
  }
  .samplebox__inner .button {
    font-size: 0.875rem;
  }
}
.samplebox__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  color: #CA8245;
}
.samplebox__content {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #1A0C30;
  margin-top: 1rem;
}
.samplebox__image {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  max-width: 33.125rem;
}
@media (max-width: 991.98px) {
  .samplebox__image {
    display: none;
  }
}

.block-landing__content a {
  color: #f27c00;
  text-decoration: underline;
}
.block-landing__content a:hover {
  text-decoration: none;
}

.video__title {
  font-size: 3.75rem;
  line-height: 4.625rem;
  font-weight: 700;
  text-transform: none;
  color: #CA8245;
  margin-bottom: 2.5rem;
  text-align: center;
}

.tax-branche .cases {
  padding: 2.5rem 0;
}
.tax-branche .cases .col-lg-6 {
  margin-bottom: 0;
}
.tax-branche .section--slider {
  overflow: hidden;
}
.tax-branche .slider {
  overflow: visible;
  margin-bottom: 4rem;
}
.tax-branche .slider__title {
  font-size: 8.75rem;
  line-height: 9.375rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #DED4CA;
  margin-bottom: -1.5rem;
}
@media (max-width: 991.98px) {
  .tax-branche .slider__title {
    font-size: 4.25rem;
    line-height: 7.5rem;
    margin-bottom: -2rem;
  }
}
.tax-branche .slider .slide__inner {
  min-height: 26.625rem;
  background-color: #FFF;
  border-radius: 2.5rem;
  padding: 2.25rem;
  margin-right: 1rem;
  height: 100%;
}
.tax-branche .slider .slide__inner-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #1A0C30;
  margin-bottom: 1rem;
}
.tax-branche .slider .slide__inner-content {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #1A0C30;
}
.tax-branche .slider .previous {
  left: -4rem !important;
}
.tax-branche .slider .next {
  right: -4rem !important;
}

.tax-branche .section--usps {
  border: 0;
}
.tax-branche .usps {
  position: relative;
  margin-bottom: 1rem;
}
.tax-branche .usps:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.75rem;
  display: block;
  width: 1px;
  height: calc(100% - 2rem);
  background-color: #D6C8BC;
}
@media (max-width: 991.98px) {
  .tax-branche .usps:after {
    display: none;
  }
}
.tax-branche .usps:last-child:after {
  display: none;
}
.tax-branche .usps__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #1A0C30;
  padding: 0 4rem;
}

.cta__inner {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cta__inner-title {
  font-size: 3.75rem;
  line-height: 4.625rem;
  font-weight: 700;
  color: #CA8245;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.cta__inner-text {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #1A0C30;
  margin-bottom: 1rem;
}
.cta__inner-text p {
  margin-bottom: 1.5rem;
}
.cta__inner-text p:last-child {
  margin-bottom: 0;
}
.cta__inner-usps {
  margin-bottom: 1.5rem;
}
.cta__inner-usps li {
  display: inline-flex;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #F27C00;
  width: 100%;
}
.cta__inner-usps li:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.241" height="8.158" viewBox="0 0 11.241 8.158"><g transform="translate(-150.794 -463.781)"><path d="M18.987,738.195l3.712,4.125,6.117-6.952" transform="translate(132.513 -270.881)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  background-position: center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
  margin-right: 0.75rem;
  border: 1px solid #F27C00;
  border-radius: 50%;
}
.cta__inner .button {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .cta__inner {
    padding: 1.5rem;
  }
}
.cta__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 34.375rem;
  margin: 0;
}
.cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .cta__image {
    max-width: 26.375rem;
  }
}
@media (max-width: 991.98px) {
  .cta__image {
    display: none;
  }
}

/* Products
   ========================================================================== */
.slider {
  overflow: hidden;
  margin-bottom: 75px;
}
.slider__inner {
  position: relative;
  width: calc(100% - 160px);
  max-width: 1920px;
  min-height: 682px;
  border-radius: 80px;
  background: #ded4ca;
  margin: 0 auto 100px;
  padding: 125px 0;
  overflow: hidden;
}
.slider__item {
  width: 305px;
  margin: 0 30px;
}
.slider .flickity-viewport {
  overflow: visible;
}
.slider .flickity-prev-next-button.previous {
  left: 60px;
}
.slider .flickity-prev-next-button.next {
  right: 60px;
}
@media (max-width: 991.98px) {
  .slider__inner {
    width: calc(100% - 32px);
    min-height: initial;
    padding: 50px;
    border-radius: 40px;
  }
  .slider__item {
    width: 250px;
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .slider__inner {
    padding: 50px 0px 50px;
  }
}

.products__inner {
  position: relative;
  width: calc(100% - 160px);
  max-width: 1920px;
  min-height: 682px;
  margin: auto;
}
.products__item {
  height: 682px;
}
.products__item .container,
.products__item .row {
  height: 100%;
}
.products__item-bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  max-height: 682px;
  border-radius: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.products__item-bgimage--right {
  left: initial;
  right: 0;
}
.products__item-label {
  display: inline-block;
  width: fit-content;
  background-color: #f27c00;
  color: #FFF;
  border-radius: 0.75rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1rem;
}
.products__item-title {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 20px;
}
.products__item-text {
  line-height: 32px;
  margin-bottom: 40px;
}
.products__item-icon {
  color: #ca8245;
  margin-right: 30px;
}
.products__item-icon path {
  fill: currentColor !important;
}
.products__item-icon rect {
  fill: currentColor !important;
}
.products__item .button {
  font-weight: 400;
  letter-spacing: initial;
  text-transform: initial;
}
.products__line {
  display: block;
  width: 100%;
  max-width: 964px;
  margin: 75px auto;
  height: 1px;
  background: #D1C0B1;
}
@media (max-width: 991.98px) {
  .products {
    margin-top: 50px;
  }
  .products .col-lg-4 {
    order: 1 !important;
  }
  .products .col-lg-5 {
    order: 2 !important;
  }
  .products__inner {
    width: calc(100% - 32px);
    min-height: initial;
    padding: 50px;
    border-radius: 40px;
  }
  .products__item {
    height: auto;
  }
  .products__item-bgimage {
    top: 15px;
    width: 100%;
    height: 300px;
    border-radius: 40px;
  }
  .products__item-title {
    font-size: 34px;
    line-height: 42px;
  }
  .products__item-image {
    max-width: 400px;
    margin: -75px auto 50px;
  }
}
@media (max-width: 767.98px) {
  .products__item-image {
    max-width: 300px;
    margin: -75px auto 50px;
  }
  .products__item-title {
    font-size: 28px;
    line-height: 36px;
  }
  .products__inner {
    padding: 25px 0;
  }
  .products__line {
    display: block;
    width: 100%;
    max-width: 964px;
    margin: 50px auto 75px;
    height: 1px;
    background: #D1C0B1;
  }
}

.single-products .products__item-label {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
}

.products__filters {
  position: relative;
  width: 75%;
  max-width: 1920px;
  padding-bottom: 75px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.products__filters h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
}
.products__filters ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.products__filters ul::-webkit-scrollbar {
  display: none;
}
.products__filters li {
  border-bottom: 1px solid #BEAD9A;
  width: 80px;
}
.products__filters li:last-child {
  width: 72px;
}
.products__filters li a {
  padding: 10px 35px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-right: 10px;
  color: #BEAD9A;
  transition: 0.3s ease all;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  width: 72px;
  height: 72px;
}
.products__filters li a:hover {
  border-color: #CA8344;
  color: #CA8344;
}
.products__filters li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products__filters li a img {
  min-height: 45px;
  min-width: 45px;
  max-height: 45px;
  max-width: 45px;
}
@media (max-width: 991.98px) {
  .products__filters {
    margin-bottom: 50px;
  }
  .products__filters:after {
    display: none;
  }
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #D1C0B1 !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #D1C0B1 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #D1C0B1 !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before, .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #D1C0B1 !important;
}

.tooltip-inner {
  background-color: #D1C0B1 !important;
  margin-top: -5px;
  opacity: 1 !important;
}

.inactive_filter {
  opacity: 0.2;
  transition: 0.2s ease all;
}

.inactive_filter:hover {
  opacity: 1;
}

.filtered {
  margin-top: -75px;
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 50px;
}

.filtered h2 {
  font-weight: 400;
}

.product_navigation {
  position: fixed;
  width: 100%;
  background-color: #E9E5E1;
  bottom: 0;
  padding: 20px;
  z-index: 99;
}
.product_navigation .container {
  max-width: 1360px;
}
.product_navigation ul {
  display: flex;
  justify-content: space-between;
}
.product_navigation ul li {
  list-style-type: none;
}
.product_navigation ul li a {
  color: #CA8344;
  text-decoration: none;
}
.product_navigation ul li .in-view {
  color: black;
  font-weight: bold;
}

.post-type-archive-products .footer {
  position: relative;
  z-index: 999;
}

/* Single
   ========================================================================== */
.usps__item {
  position: relative;
  display: flex;
  padding: 0 38px;
}
.usps__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 77%;
  background: #D1C0B1;
}
.usps__item--last:after {
  display: none;
}
.usps__item-icon {
  position: relative;
  top: 8px;
  width: 55px;
  margin-right: 25px;
  color: #ca8245;
}
.usps__item-icon svg {
  width: 44px;
  height: 44px;
}
.usps__item-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.usps__item-text {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .usps__item {
    padding: 0 16px;
    margin-bottom: 30px;
  }
  .usps__item:after {
    display: none;
  }
}

.single-products .hero__bgimage {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.single-products .hero__image {
  position: relative;
  z-index: 2;
}

.durability {
  padding: 125px 0;
}
.durability__title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 25px;
}
.durability__text {
  line-height: 32px;
}
.durability__icons {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 35px 0 40px;
}
.durability__icons-icon {
  margin-right: 20px;
  color: #ca8245;
}
.durability .button {
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .durability {
    padding: 50px 0 75px;
  }
  .durability__image {
    margin-top: 30px;
  }
}

.related {
  overflow: hidden;
}
.related .flickity-viewport {
  overflow: visible;
}
.related__bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
  margin-bottom: 30px;
}
.related__card {
  position: relative;
  z-index: 1;
  height: 632px;
  width: 474px;
  margin-left: 16px;
  border-radius: 80px;
}
.related__card-bgimage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px 80px 0 0;
}
.related__card-image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -100px;
  width: 100%;
  height: 330px;
}
.related__card-image img {
  max-width: 420px;
  max-height: 100%;
  width: auto;
}
.related__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 330px);
  padding: 0 50px 50px;
}
.related__card-content-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: auto;
}
.related__card-content-excerpt {
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 35px;
}
.related__card-content-icon {
  margin-right: 10px;
}
.related__card-content .button {
  padding: 0;
  border: 1px solid currentcolor;
}
.related__card-content .button span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px 1px;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.related__card-content .button:hover {
  background-color: currencolor;
}
@media (max-width: 1199.98px) {
  .related__bgtitle {
    font-size: 12vw;
    line-height: 12vw;
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .related__card {
    border-radius: 40px;
  }
  .related__card-bgimage {
    border-radius: 40px 40px 0 0;
  }
}
@media (max-width: 575.98px) {
  .related {
    padding-bottom: 50px;
  }
  .related__card {
    width: 100%;
    height: auto;
    min-height: initial;
    padding-bottom: 30px;
  }
  .related__card-content {
    padding-bottom: 25px;
  }
  .related .button {
    margin-top: 30px;
  }
}

.page-template-samplebox-template .related {
  margin-bottom: 180px;
}

.single-product .quantity-radios .radio {
  border-top: 1px solid #eaeaea;
  margin-bottom: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.single-product .quantity-radios .radio:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.single-product .quantity-radios .radio:last-child {
  border-bottom: 1px solid #eaeaea;
}
.single-product .quantity-radios label {
  position: relative;
}
.single-product .quantity-radios label .quantity-price {
  position: absolute;
  right: 5px;
  font-size: 1rem;
}
.single-product .value input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.single-product .value input[type=file]::before {
  content: "Upload bestand";
  display: inline-block;
  background-color: #f27c00;
  border-radius: 25px;
  color: white;
  padding: 5px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}
.single-product .value input[type=file]:hover::before {
  background-color: #ff9e38;
}
.single-product .value input[type=file]:active::before {
  background: #ff9e38;
}
.single-product__expectation {
  background-color: white;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 5px 15px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 100;
  width: 100%;
}
.single-product__product--design {
  display: none;
  position: relative;
  color: #ca8245;
  border: 1px solid #ca8245;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.single-product__product--design svg {
  margin-right: 15px;
  width: 8%;
}
.single-product__product--design svg path {
  fill: currentColor;
}
.single-product__product--design:hover {
  background-color: #f27c00;
  color: white;
}
.single-product .quantity {
  display: none !important;
}

.workdrawing {
  border: 1px solid #d1c0b1;
  font-size: 0.875rem;
  max-width: 150px;
  margin-right: 1.75rem;
}

.instructions {
  border: 1px solid #d1c0b1;
  font-size: 0.875rem;
}

.product-hero {
  padding-bottom: 14rem;
}

.product .neg-mt {
  margin-top: -14rem;
}

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

/* Contact
   ========================================================================== */
.contact {
  margin-top: 50px;
}
.contact__title {
  position: relative;
  top: 25px;
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.contact__inner {
  position: relative;
  width: calc(100% - 160px);
  min-height: 682px;
  max-width: 1920px;
  margin: 0 auto 75px;
  border-radius: 80px;
  padding: 100px 100px 75px;
  background: #FFF;
}
.contact__info-title {
  font-size: 44px;
  line-height: 52px;
  font-weight: 500;
  color: #ca8245;
  margin-bottom: 30px;
}
.contact__info ul {
  list-style: none;
}
.contact__info ul li a {
  color: #1a0c30;
  text-decoration: none;
}
.contact__info ul li a:hover {
  color: #ca8245;
}
.contact__info ul li span {
  display: inline-block;
  width: 18px;
  font-weight: 700;
  color: #ded4ca;
}
@media (max-width: 1199.98px) {
  .contact__title {
    font-size: 20vw;
    line-height: 20vw;
  }
}
@media (max-width: 991.98px) {
  .contact .contact {
    margin-top: 0;
  }
  .contact__inner {
    width: calc(100% - 32px);
    padding: 50px;
    border-radius: 40px;
  }
  .contact ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .contact__inner {
    padding: 30px 0px 15px;
  }
  .contact__title {
    line-height: 22vw;
  }
}

/* Home
   ========================================================================== */
.intro {
  padding: 150px 0 100px;
  background: #1a0c30;
  overflow: hidden;
}
.intro__title {
  position: relative;
  z-index: 1;
  font-size: 80px;
  line-height: 92px;
  text-transform: uppercase;
  color: #a8d1ed;
  margin-bottom: 50px;
}
.intro__usps {
  margin-top: 100px;
  list-style: none;
  max-width: 475px;
}
.intro__usps li {
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 0 15px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #504364;
}
.intro__usps li:last-child {
  border: none;
}
.intro__usps-icon {
  display: flex;
  align-items: center;
  width: 65px;
  margin-right: 50px;
  color: #FFF;
}
.intro__usps-icon svg {
  width: 50px;
  height: 50px;
}
.intro__usps-usp {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.intro__holder {
  position: relative;
  width: 474px;
  height: 825px;
  margin-top: -50px;
  border-radius: 240px;
  background-repeat: no-repeat;
  background-size: 100% 380px;
}
.intro__slider .previous {
  left: -22px;
  background-color: #FFF;
}
.intro__slider .next {
  right: -22px;
  background-color: #FFF;
}
.intro__slider-item {
  position: relative;
  height: 825px;
}
.intro__slider-item-content {
  margin-top: 160px;
  text-align: center;
  padding: 0 75px;
}
.intro__slider-item-content-image {
  display: block;
  position: relative;
  z-index: 1;
  width: 303px;
}
.intro__slider-item-content-title {
  display: none;
  font-size: 16px;
  font-weight: 600;
}
.intro__slider-item-content-text {
  display: none;
}
.intro__slider .is-selected {
  width: 474px;
}
.intro__slider .is-selected .intro__slider-item-content-title,
.intro__slider .is-selected .intro__slider-item-content-text {
  display: block;
}
.intro__slider .is-selected .intro__slider-item-content-image {
  width: 303px;
  margin: 0 auto 40px;
  right: initial;
  top: initial;
}
@media (max-width: 991.98px) {
  .intro {
    padding-top: 50px;
  }
  .intro__title {
    font-size: 60px;
    line-height: 74px;
  }
  .intro__usps {
    margin-top: 50px;
  }
  .intro__usps-icon {
    margin-right: 25px;
  }
  .intro__slider {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .intro .flickity-slider {
    width: 100%;
  }
  .intro .previous {
    left: 15px;
    background-color: #FFF;
  }
  .intro .next {
    right: 15px;
    background-color: #FFF;
  }
  .intro .is-selected {
    width: 100%;
  }
  .intro__holder {
    width: 100%;
    height: 725px;
    border-radius: 80px;
    background-size: 100% 225px;
  }
  .intro__slider-item {
    width: 100%;
    height: 725px;
  }
  .intro__slider-item-content {
    margin-top: 75px;
    padding: 0 30px;
  }
  .intro__slider-item-content-image {
    margin: 0;
  }
  .intro__usps-usp {
    font-size: 20px;
    line-height: 28px;
  }
  .intro__title {
    font-size: 34px;
    line-height: 42px;
  }
}

/* Uiteindelijk weghalen */
.home .packages .packages__bgtitle {
  padding-top: 100px;
}

.packages {
  margin-bottom: 125px;
}
.packages__bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.packages__slider {
  margin-top: -25px;
}
.packages__slider .previous {
  left: -100px;
  background-color: #FFF;
}
.packages__slider .next {
  right: -65px;
  background-color: #FFF;
}
.packages__slider-image {
  width: 400px;
}
.packages__slider-image img {
  width: 330px;
  height: auto;
  margin: auto;
}
.packages__selected {
  padding: 60px 50px;
  margin-top: -25px;
  background: #FFF;
  border-radius: 80px;
}
.packages__selected-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 50px;
  padding: 0 25px;
}
.packages__selected ul {
  list-style: none;
}
.packages__selected li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 25px 20px;
  border-bottom: 1px solid #DDD1C6;
  font-size: 18px;
  font-weight: 600;
}
.packages__selected li:last-child {
  border: none;
}
.packages__selected-icon {
  color: #ca8245;
  margin-right: 20px;
}
.packages__selected-icon img {
  width: 36px;
}
@media (max-width: 991.98px) {
  .packages {
    margin-bottom: 75px;
  }
  .packages__bgtitle {
    font-size: 12vw;
    line-height: 13vw;
  }
  .packages__slider {
    width: 100%;
  }
  .packages__slider .previous {
    left: 20px;
    background-color: #FFF;
  }
  .packages__slider .next {
    right: 20px;
    background-color: #FFF;
  }
  .packages__slider-image {
    width: 100%;
  }
  .packages__selected {
    padding: 60px 25px;
  }
  .packages__selected-title {
    margin-bottom: 30px;
  }
}

/* Home new
   ========================================================================== */
.page-template-home-new-template .section--intro .intro--blue {
  padding-top: 8rem;
  background-color: #A9D1ED;
}
.page-template-home-new-template .section--intro .intro__content {
  padding-top: 3rem;
}
.page-template-home-new-template .section--intro .intro__image {
  padding-right: 2.5rem;
}
.page-template-home-new-template .section--intro .intro__title {
  font-size: 4.875rem;
  line-height: 5.75rem;
  font-weight: 700;
  color: #FFF;
}
@media (max-width: 991.98px) {
  .page-template-home-new-template .section--intro .intro--blue {
    padding-top: 4rem;
  }
  .page-template-home-new-template .section--intro .intro__content {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .page-template-home-new-template .section--intro .intro__image {
    padding-right: 0;
  }
  .page-template-home-new-template .section--intro .intro__title {
    margin-top: 2rem;
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}

.page-template-home-new-template .section--usps {
  border: 0;
  padding: 0;
}
.page-template-home-new-template .header {
  background-color: #A9D1ED;
}
.page-template-home-new-template .usps__inner {
  position: relative;
  z-index: 1;
  background-color: #DED4CA;
  margin: -3.5rem 2rem 4rem 2rem;
  padding: 4rem 0;
  border-radius: 5rem;
}
.page-template-home-new-template .usps__inner figure {
  height: 3.75rem;
  margin-bottom: 1rem;
}
.page-template-home-new-template .usps__inner figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-home-new-template .usps__inner p {
  padding: 0 4.75rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 600;
  text-align: center;
}
.page-template-home-new-template .cases {
  padding: 0 0 9.375rem;
}
@media (max-width: 991.98px) {
  .page-template-home-new-template .usps__inner {
    margin: -3.5rem 1rem 4rem 1rem;
    padding: 4rem 0;
  }
  .page-template-home-new-template .usps__inner .col-12 {
    margin-bottom: 2rem;
  }
  .page-template-home-new-template .usps__inner .col-12:last-child {
    margin-bottom: 0;
  }
}

.page-template-home-new-template .section--content {
  padding: 0.5rem 0 4.5rem;
}
.page-template-home-new-template .section--content .content {
  padding: 0;
  margin: 1.5rem 0 0;
}
.page-template-home-new-template .section--content .content__title {
  font-size: 3.75rem;
  line-height: 4.625rem;
  color: #ca8245;
  padding: 0;
  text-align: left;
}
.page-template-home-new-template .section--content .content p:last-child {
  margin-bottom: 0;
}
.page-template-home-new-template .section--content .video__player {
  width: auto;
  margin: 5rem 2rem 0 !important;
  height: 37.5rem;
}
@media (max-width: 991.98px) {
  .page-template-home-new-template .section--content .video__player {
    height: 20rem;
  }
}
.page-template-home-new-template .cta__inner {
  max-width: 100% !important;
  width: auto !important;
  margin: 0 2rem 6rem !important;
}
@media (max-width: 991.98px) {
  .page-template-home-new-template .cta__inner {
    margin: 0 1rem 6rem !important;
  }
}
.page-template-home-new-template .section--table {
  background-color: #FFF;
  padding: 2rem 0;
  margin-bottom: 5rem;
}
.page-template-home-new-template .reviews {
  display: block !important;
}
.page-template-home-new-template .col-lg-6 {
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .page-template-home-new-template .packages__bgtitle {
    font-size: 2.75rem;
    margin-bottom: 1rem;
  }
  .page-template-home-new-template .packages__selected {
    display: flex;
    flex-direction: column;
  }
  .page-template-home-new-template .cases__bgtitle {
    margin-top: 2rem;
  }
  .page-template-home-new-template .cases {
    padding-bottom: 0;
  }
  .page-template-home-new-template .cases__items-card-content {
    padding: 0.875rem 1.5rem 3.5rem;
  }
  .page-template-home-new-template .cases__items-card-content .button {
    margin-bottom: 1rem;
  }
}

/* Footer
   ========================================================================== */
.footer {
  background: #1a0c30;
}

.footer__menu {
  color: #FFF;
  line-height: 32px;
  margin-top: 150px;
}
.footer__menu ul {
  list-style: none;
}
.footer__menu a {
  color: #FFF;
  text-decoration: none;
}
.footer__menu a:hover {
  color: #f27c00;
}
@media (max-width: 991.98px) {
  .footer__menu {
    margin-top: 30px;
  }
}

.footer__social {
  margin-top: 70px;
}
.footer__social-logo {
  display: flex;
  justify-content: center;
}
.footer__social-links {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.footer__social-links li {
  margin: 0 10px;
}
.footer__social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  color: #FFF;
  border: 1px solid #f27c00;
}
.footer__social-links a:hover {
  background: #f27c00;
}
@media (max-width: 991.98px) {
  .footer__social {
    margin: 0 0 40px;
  }
  .footer__social-logo {
    display: none;
  }
  .footer__social-links {
    justify-content: flex-start;
    margin-top: 40px;
  }
}

.footer__gateways {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
.footer__gateways-title {
  margin-bottom: 15px;
  color: #FFF;
  line-height: 32px;
}
.footer__gateways-logos {
  display: flex;
  flex-wrap: wrap;
}
.footer__gateways-logos-item {
  margin: 0 10px 10px 0;
}

.footer__copyright {
  margin-top: 60px;
  padding-top: 15px;
  background: #100422;
  min-height: 60px;
  font-size: 14px;
}
.footer__copyright-links {
  display: flex;
  flex-wrap: wrap;
}
.footer__copyright-links li {
  margin-right: 50px;
}
.footer__copyright-links a {
  color: #FFF;
  text-decoration: none;
}
.footer__copyright-links a:hover {
  color: #f27c00;
}
.footer__copyright-brand {
  color: #FFF;
}
@media (max-width: 767.98px) {
  .footer__copyright {
    margin-top: 40px;
    padding: 20px 0;
  }
  .footer__copyright-links {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer__copyright-brand {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer__copyright-links li {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

/* WooCommerce
   ========================================================================== */
.cart {
  padding: 75px 0;
}
.cart .cart {
  padding: 0;
}
.cart-empty {
  margin: 50px 0 30px;
  font-size: 20px;
}
.cart .return-to-shop .button {
  height: 50px;
  padding: 0 35px;
  font-size: 16px;
  background: #f27c00;
  color: #FFF;
}
.cart .return-to-shop .button:hover {
  background: #ff9e38;
}
.cart__title {
  font-size: 160px;
  font-weight: 800;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.cart .woocommerce-cart-form {
  background: #FFF;
  padding: 60px 75px 75px;
  border-radius: 20px;
  font-size: 20px;
}
.cart .woocommerce-cart-form .cart_item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DDD1C6;
  flex-wrap: wrap;
}
.cart .woocommerce-cart-form td {
  display: flex;
}
.cart .woocommerce-cart-form .product-remove {
  order: 1;
}
.cart .woocommerce-cart-form .product-thumbnail {
  order: 2;
}
.cart .woocommerce-cart-form .product-thumbnail img {
  width: 100px !important;
}
.cart .woocommerce-cart-form .product-price {
  order: 3;
}
.cart .woocommerce-cart-form .product-quantity {
  order: 4;
}
.cart .woocommerce-cart-form .product-subtotal {
  order: 5;
}
.cart .woocommerce-cart-form .product-name {
  flex-direction: column;
  order: 6;
  margin-top: 25px;
  width: 100%;
}
.cart .woocommerce-cart-form .product-name .variation {
  font-size: 18px;
}
.cart .woocommerce-cart-form th {
  display: none;
}
.cart .woocommerce-cart-form .product-remove a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 34px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  background: #f27c00;
  padding-bottom: 8px;
  border-radius: 100%;
  color: #FFF;
}
.cart .woocommerce-cart-form .product-remove a:hover {
  background: #ff9e38;
}
.cart .woocommerce-cart-form .product-thumbnail img {
  width: 125px;
}
.cart .woocommerce-cart-form .product-name a {
  color: #1a0c30;
  text-decoration: none;
}
.cart .woocommerce-cart-form .product-name a:hover {
  text-decoration: underline;
}
.cart .woocommerce-cart-form .product-quantity .screen-reader-text {
  display: none;
}
.cart .woocommerce-cart-form .product-quantity input[type=number] {
  border: 1px solid #ded4ca;
  border-radius: 10px;
  padding: 12px 10px;
  font-size: 16px;
}
.cart .woocommerce-cart-form .actions {
  position: relative;
  padding-top: 20px;
}
.cart .woocommerce-cart-form .actions .coupon {
  width: 100%;
  max-width: 500px;
  padding: 40px 50px;
  border-radius: 20px;
  background: #e9e5e1;
}
.cart .woocommerce-cart-form .actions .coupon label {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cart .woocommerce-cart-form .actions .coupon input[name=coupon_code] {
  height: 70px;
  width: 100%;
  padding: 20px !important;
  border-radius: 10px;
  border: 1px solid #ded4ca;
  font-size: 16px !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #ca8245;
}
.cart .woocommerce-cart-form .actions .coupon button[name=apply_coupon] {
  height: 50px;
  margin-top: 20px;
  padding: 0 32px 2px;
  background: #f27c00;
  border: none;
  color: #FFF;
  font-size: 16px;
}
.cart .woocommerce-cart-form .actions .coupon button[name=apply_coupon]:hover {
  background: #ff9e38;
}
.cart .woocommerce-cart-form .actions button[name=update_cart] {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  margin-top: 20px;
  padding: 0 32px 2px;
  background: #f27c00;
  border: none;
  color: #FFF;
  font-size: 16px;
}
.cart .woocommerce-cart-form .actions button[name=update_cart]:disabled {
  opacity: 0.6;
  background: #ded4ca;
  cursor: not-allowed;
}
.cart .woocommerce-cart-form .actions button[name=update_cart]:hover {
  background: #ff9e38;
}
.cart .cart-collaterals {
  background: #FFF;
  padding: 60px 75px;
  margin-top: 16px;
  border-radius: 20px;
  font-size: 18px;
}
.cart .cart-collaterals h2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  color: #ca8245;
}
.cart .cart-collaterals th, .cart .cart-collaterals td {
  text-align: left;
  font-weight: 400;
  padding-bottom: 15px;
}
.cart .cart-collaterals .checkout-button {
  height: 50px;
  margin-top: 30px;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: #f27c00;
  letter-spacing: 1.6px;
  color: #FFF;
}
.cart .cart-collaterals .checkout-button:hover {
  background: #ff9e38;
}
.cart .blockUI {
  border-radius: 80px !important;
}

.thwepo-item-val.thwepo-item-image-group .thwepo-image-item {
  display: flex !important;
  align-items: center;
}

.cart .woocommerce-cart-form .product-name a {
  margin-bottom: 15px;
  display: inline-block;
}

.cart .variation dd {
  margin-bottom: 12.5px;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #DDD1C6;
}

.cart .variation dd:last-child {
  border-bottom: 0;
}

.page-template-cart-template .section--block,
.page-template-cart-template .section--subscribe,
.page-template-cart-template .footer {
  display: none;
}

.section--cart .cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.section--cart .cart .woocommerce .woocommerce-cart-form {
  width: 58.33%;
}
.section--cart .cart .woocommerce .cart-collaterals {
  width: 40%;
  margin-top: 0;
  margin-left: 16px;
}
.section--cart .cart .woocommerce .variation {
  display: flex;
  flex-wrap: wrap;
}
.section--cart .cart .woocommerce .variation dt {
  width: 50%;
  margin: 0;
}
.section--cart .cart .woocommerce .variation dd {
  width: 50%;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 7.5px;
}
.section--cart .cart .woocommerce .wc-proceed-to-checkout a {
  font-size: 0.75rem;
}

.section--cart .cart .woocommerce .cart-collaterals {
  height: 430px;
}

.cart .product-price {
  visibility: hidden;
}

.woocommerce-shipping-destination {
  display: none;
}

@media screen and (max-width: 768px) {
  .woocommerce-cart-form {
    width: 100% !important;
  }
  .variation dd {
    width: 100% !important;
  }
  .woocommerce-cart-form__cart-item {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .woocommerce-cart-form__cart-item .product-remove {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail {
    margin-bottom: 15px;
  }
  .cart-collaterals {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 16px !important;
  }
  .cart .woocommerce-cart-form .actions {
    justify-content: center;
    padding-top: 0;
  }
  .cart .woocommerce-cart-form .actions button[name=update_cart] {
    position: static;
  }
}
.cart_totals tr > td {
  padding-left: 15px;
}

.woocommerce-shipping-methods {
  list-style-type: none;
}

@media (max-width: 991.98px) {
  .cart {
    padding-top: 0;
  }
  .cart__title {
    font-size: 10vw;
  }
  .cart-collaterals {
    padding: 20px !important;
  }
  .cart .includes_tax {
    display: block;
  }
  .woocommerce-cart-form {
    padding: 25px !important;
  }
  .remove {
    margin-right: 25px;
  }
  .woocommerce-cart-form__cart-item {
    flex-direction: row;
  }
  .product-subtotal {
    margin-left: 13px;
  }
  .variation dd {
    margin-top: 10px;
  }
  .wc-proceed-to-checkout {
    position: relative;
  }
  .cart .cart-collaterals .checkout-button {
    margin-bottom: 15px;
    width: 100%;
  }
  .section--cart .cart .woocommerce .cart-collaterals {
    height: auto;
  }
  .woocommerce-cart-form .cart_item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 5px !important;
    margin-top: 15px;
  }
  .product-remove {
    position: absolute;
    left: 0;
    top: 0;
  }
  .product-thumbnail {
    width: 100%;
    justify-content: center;
  }
  .product-quantity {
    display: none !important;
  }
  .product-price {
    display: none !important;
  }
  .woocommerce-cart-form__cart-item .product-subtotal {
    display: none !important;
  }
  .product-name a {
    text-align: center;
  }
}
.checkout {
  padding: 75px 0;
  background: #e9e5e1;
}
.checkout__title {
  font-size: 160px;
  font-weight: 800;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.checkout .checkout {
  padding: 0;
  background: none;
}
.checkout .woocommerce-form-login-toggle {
  background: #fff;
  padding: 30px 75px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.checkout .woocommerce-form-login-toggle .woocommerce-info {
  font-size: 18px;
  font-weight: 400;
}
.checkout .woocommerce-form-login-toggle a {
  color: #1a0c30;
}
.checkout .woocommerce-form-login-toggle a:hover {
  text-decoration: none;
}
.checkout .woocommerce-form-login {
  padding: 15px 75px;
  margin-bottom: 30px;
  max-width: initial;
}
.checkout .woocommerce-form-login p {
  margin-bottom: 20px;
}
.checkout .woocommerce-form-login .required {
  color: #ff0000;
}
.checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
}
.checkout .woocommerce-form-login button[name=login] {
  height: 50px;
  margin-top: 10px;
  padding: 0 35px;
  font-size: 16px;
  font-weight: 400;
  background: #f27c00;
  border: none;
  color: #fff;
}
.checkout .woocommerce-form-login button[name=login]:hover {
  background: #ff9e38;
}
.checkout .woocommerce-form-login .lost_password a {
  color: #1a0c30;
}
.checkout .woocommerce-form-login .lost_password a:hover {
  text-decoration: none;
}
.checkout #customer_details {
  border-radius: 20px;
  background: #fff;
  padding: 60px 75px;
}
.checkout .woocommerce-billing-fields__field-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout .form-row {
  width: 100%;
  margin-bottom: 15px;
}
.checkout .form-row label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.checkout .form-row label abbr {
  color: #ff0000;
}
.checkout .form-row ::placeholder {
  opacity: 0;
}
.checkout .form-row input[type=text],
.checkout .form-row input[type=tel],
.checkout .form-row input[type=email],
.checkout .form-row input[type=password],
.checkout .form-row textarea {
  height: 70px;
  width: 100%;
  padding: 20px !important;
  border-radius: 10px;
  border: 1px solid #ded4ca;
  font-size: 16px !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #ca8245;
}
.checkout .form-row textarea {
  height: 140px;
  resize: none;
}
.checkout .form-row select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 70px;
  padding: 0 10px 0;
  background: #fff;
  border: 1px solid #ded4ca;
  border-radius: 10px;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath%0Afill='%23D8A32C'%0Ad='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-position: 98.5% center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.checkout #billing_first_name_field,
.checkout #billing_last_name_field,
.checkout #shipping_first_name_field,
.checkout #shipping_last_name_field,
.checkout #billing_email_field,
.checkout #billing_phone_field,
.checkout #billing_postcode_field,
.checkout #billing_city_field,
.checkout #shipping_postcode_field,
.checkout #shipping_city_field {
  width: 48.5%;
}
.checkout #order_comments_field {
  margin-bottom: 0;
}
.checkout h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  color: #ca8245;
}
.checkout h3#ship-to-different-address {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.checkout h3#ship-to-different-address label input[type=checkbox] {
  display: none;
}
.checkout h3#ship-to-different-address label input[type=checkbox]:checked + span:before {
  background: #f27c00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.checkout h3#ship-to-different-address label span {
  color: #1a0c30;
}
.checkout h3#ship-to-different-address label span:before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ded4ca;
}
.checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  background: #fff;
  padding: 50px 75px 60px;
  border-radius: 20px;
  margin-top: 18px;
}
.checkout .woocommerce-checkout-review-order-table ul {
  list-style: none;
}
.checkout .woocommerce-checkout-review-order-table ul li {
  margin-top: 20px;
}
.checkout .woocommerce-checkout-review-order-table input[type=radio] {
  display: none;
}
.checkout .woocommerce-checkout-review-order-table input[type=radio]:checked + label:before {
  background: #f27c00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.checkout .woocommerce-checkout-review-order-table label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.checkout .woocommerce-checkout-review-order-table label .amount {
  font-weight: 700;
}
.checkout .woocommerce-checkout-review-order-table label:before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ded4ca;
}
.checkout .woocommerce-checkout-review-order-table thead,
.checkout .woocommerce-checkout-review-order-table tbody,
.checkout .woocommerce-checkout-review-order-table tfoot tr {
  display: none;
}
.checkout .woocommerce-checkout-review-order-table tfoot tr.shipping {
  display: block;
}
.checkout .woocommerce-checkout-review-order-table tfoot tr.shipping th {
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 500;
  color: #ca8245;
  display: block;
  text-align: left;
}
.checkout #payment {
  width: 100%;
  background: #fff;
  padding: 60px 75px;
  margin-top: 18px;
  border-radius: 20px;
}
.checkout #payment ul {
  list-style: none;
}
.checkout #payment ul li {
  margin-top: 20px;
}
.checkout #payment .payment_box {
  background: #e9e5e1;
  margin: 30px 0;
  padding: 30px;
  border-radius: 20px;
}
.checkout #payment .payment_box p {
  font-size: 14px;
  margin-bottom: 5px;
}
.checkout #payment select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  padding: 0 10px 0;
  background: #fff;
  border: 1px solid #ded4ca;
  border-radius: 10px;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath%0Afill='%23D8A32C'%0Ad='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-position: 98.5% center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.checkout #payment input[type=radio] {
  display: none;
}
.checkout #payment input[type=radio]:checked + label:before {
  background: #f27c00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.checkout #payment label {
  cursor: pointer;
}
.checkout #payment label .amount {
  font-weight: 700;
}
.checkout #payment label img {
  height: 30px;
}
.checkout #payment label:before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ded4ca;
}
.checkout #payment input[type=checkbox] {
  display: none;
}
.checkout #payment label.checkbox {
  text-indent: -30px;
  margin-left: 60px;
}
.checkout #payment label.checkbox:before {
  display: none;
}
.checkout #payment label.checkbox .required {
  display: none;
}
.checkout #payment label.checkbox input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text:before {
  background: #f27c00;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7 425.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.checkout #payment label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 400;
  display: inline-block;
}
.checkout #payment label.checkbox .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ded4ca;
}
.checkout #payment .woocommerce-privacy-policy-text {
  margin: 30px 0;
}
.checkout #payment #place_order {
  height: 50px;
  margin-top: 30px;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  background: #f27c00;
  letter-spacing: 1.6px;
  border: none;
  color: #fff;
}
.checkout #payment #place_order:hover {
  background: #ff9e38;
}
.checkout .blockUI {
  border-radius: 20px !important;
}
.checkout__order {
  position: relative;
  z-index: 1;
  padding: 75px 0 60px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .checkout__title {
    font-size: 16vw;
    line-height: 9vw;
  }
}
@media (max-width: 991.98px) {
  .checkout {
    padding-top: 30px;
  }
  .checkout #customer_details {
    border-radius: 20px;
    background: #fff;
    padding: 16px;
  }
  .checkout .woocommerce-checkout-review-order-table {
    padding: 20px 16px;
  }
  .checkout #payment {
    padding: 20px 16px;
  }
  .checkout .form-row input[type=text],
  .checkout .form-row input[type=tel],
  .checkout .form-row input[type=email],
  .checkout .form-row input[type=password] {
    height: 50px;
  }
  .checkout .form-row select {
    height: 50px;
  }
}

.page-template-checkout-template .section--block,
.page-template-checkout-template .section--subscribe,
.page-template-checkout-template .footer {
  display: none;
}

/** Login form **/
.woocommerce-form-login,
.lost_reset_password {
  position: relative;
  background: #FFF;
  border-radius: 20px;
  padding: 40px 50px 20px !important;
  max-width: 450px;
  height: 100% !important;
  margin: 0 auto 100px;
}

.woocommerce-form-login .button,
.lost_reset_password .button {
  margin-top: 10px;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
}

.woocommerce-form-login .lost_password a {
  color: #1a0c30;
  text-decoration: underline;
}
.woocommerce-form-login .lost_password a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .woocommerce-form-login,
  .lost_reset_password {
    padding: 20px !important;
  }
}
/** Account **/
.account {
  padding: 75px 0;
}
.account .woocommerce-MyAccount-content {
  padding: 75px;
  background: #FFF;
  border-radius: 20px;
}
.account h5 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.account address {
  font-style: normal;
}
.account fieldset {
  border: none;
}
.account .edit-account .button,
.account .woocommerce-address-fields .button {
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
}
.account .woocommerce-address-fields__field-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account .woocommerce-address-fields__field-wrapper .form-row {
  width: 49.3%;
  margin-bottom: 15px;
}
.account .woocommerce-address-fields__field-wrapper #billing_company_field,
.account .woocommerce-address-fields__field-wrapper #shipping_company_field {
  width: 100%;
}
.account .form-row {
  margin-bottom: 15px;
}
.account .form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.account .form-row input[type=text],
.account .form-row input[type=tel],
.account .form-row input[type=email],
.account .form-row input[type=password],
.account .form-row textarea {
  height: 70px;
  width: 100%;
  padding: 20px !important;
  border-radius: 10px;
  border: 1px solid #ded4ca;
  font-size: 16px !important;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 300;
  color: #ca8245;
}
.account .form-row textarea {
  height: 140px;
  resize: none;
}
.account .form-row select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 70px;
  padding: 0 10px 0;
  background: #FFF;
  border: 1px solid #ded4ca;
  border-radius: 10px;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Awidth='20'%0Aheight='20'%0AviewBox='0 0 512 512'%3E%3Cpath%0Afill='%23D8A32C'%0Ad='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-position: 98.5% center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.account .form-row .woocommerce-orders-table {
  padding: 25px;
  background: #e9e5e1;
}
.account .form-row .woocommerce-orders-table td, .account .form-row .woocommerce-orders-table th {
  padding: 25px;
}
.account .form-row .woocommerce-orders-table .woocommerce-orders-table__row {
  position: relative;
}
.account .form-row .woocommerce-orders-table .woocommerce-orders-table__row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.account .form-row .woocommerce-orders-table .woocommerce-orders-table__row:last-child:after {
  display: none;
}
.account .form-row .woocommerce-message .button {
  display: none;
}
@media (max-width: 991.98px) {
  .account {
    padding-top: 0;
  }
  .account .woocommerce-MyAccount-content {
    padding: 30px 25px 1px;
  }
  .account .form-row input[type=text],
  .account .form-row input[type=tel],
  .account .form-row input[type=email],
  .account .form-row input[type=password] {
    height: 50px;
  }
  .account .form-row select {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .account .woocommerce-address-fields__field-wrapper .form-row {
    width: 100%;
  }
}

/** Account navigation **/
.woocommerce-MyAccount-navigation {
  margin: 30px 0 50px;
  border-radius: 20px;
  background: #FFF;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0 25px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a0c30;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #f27c00;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f27c00;
}

@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    margin: 0 0 15px;
  }
  .woocommerce-MyAccount-navigation ul li {
    width: 100%;
  }
  .woocommerce-Address {
    margin-bottom: 20px;
  }
  .order__date,
  .order__status,
  .order__number {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
/** Account orders **/
.woocommerce-MyAccount-content .woocommerce-message .button {
  display: none;
}

.account__order {
  border-bottom: 1px solid #DDD1C6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.account__order .order__date {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.account__order .order__details a {
  color: #1a0c30;
  text-decoration: none;
}
.account__order .order__details a:hover {
  color: #f27c00;
}
.account__order .product__thumbnail {
  max-width: 125px;
  margin-bottom: 25px;
}
.account__order .order__products .product__price {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 20px;
}
.account__order .order__products a {
  color: #1a0c30;
  text-decoration: none;
}
.account__order .product__item {
  position: relative;
}
.account__order .product__item:last-child {
  border-bottom: none;
}
.account__order .product__attribute:last-child {
  display: none;
}

.product .open-step-four {
  color: #f27c01 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875rem;
  font-weight: bold;
  padding-right: 1.75rem;
}
.product .open-step-four:after {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.304" height="5.527" viewBox="0 0 10.304 5.527"><path id="Path_398" data-name="Path 398" d="M0,0,4.545,3.474,9.09,0" transform="translate(0.607 0.795)" fill="none" stroke="%23f27c00" stroke-miterlimit="10" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  position: relative;
  top: 0.25rem;
  right: -0.75rem;
}
.product_subtitle {
  margin-left: 0 !important;
}
.product_subtitle p {
  display: inline-block;
  padding: 0 40px;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
}
.product_subtitle p:first-child {
  margin-top: 24px;
  margin-bottom: 10px;
}
.product {
  margin-bottom: 150px;
}
.product_title {
  font-size: 44px;
  line-height: 52px;
  padding: 0 55px;
}
.product .woocommerce-product-gallery {
  position: sticky;
  left: 0;
  top: 77px;
  display: flex;
  justify-content: space-between;
  padding: 100px 100px 100px 50px;
  max-width: 635px;
  background: #ded4ca;
  border-radius: 80px;
}
.product .woocommerce-product-gallery .flex-viewport {
  width: 342px;
  order: 2;
}
.product .woocommerce-product-gallery__image img {
  width: 342px;
}
.product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  list-style: none;
}
.product .woocommerce-product-gallery .flex-control-nav li {
  margin-bottom: 15px;
  width: 90px;
  height: 90px;
}
.product .woocommerce-product-gallery .flex-control-nav li img {
  padding: 5px 18px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
}
.product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: #f27c00;
}
.product .measurements .thwepo-image-group-item {
  width: 33%;
  padding: 5px;
}
.product .measurements .thwepo-image-group-item input[type=radio]:checked + .thwepo-image-group-lable .thwepo-img-wrap {
  border: 2px solid #f27c00;
}
.product .measurements .thwepo-image-group-item .thwepo-image-label {
  font-size: 0.75rem;
}
.product .measurements .thwepo-image-group-item .thwepo-img-wrap {
  background-color: #e9e5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 2px solid transparent;
}
.product .measurements .thwepo-image-group-item img {
  object-fit: cover;
  height: 43px;
  border: 0 !important;
}
.product .designs .thwepo-image-group-item {
  width: 50%;
  padding: 5px;
}
.product .designs .thwepo-image-group-item input[type=radio]:checked + .thwepo-image-group-lable .thwepo-img-wrap {
  border: 2px solid #f27c00;
}
.product .designs .thwepo-image-group-item .thwepo-img-wrap {
  background-color: #e9e5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 2px solid transparent;
}
.product .designs .thwepo-image-group-item img {
  height: 74px;
  object-fit: contain;
  border: 0 !important;
}
.product .summary {
  background: #fff;
  padding-top: 50px;
  border-radius: 80px;
}
.product .summary .quantity {
  width: 100%;
  padding: 40px 55px 20px;
}
.product .summary .quantity label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product .summary .quantity input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ddd1c6;
}
.product .summary .cart {
  padding: 30px 0 0;
}
.product .summary .cart .button {
  display: block;
  width: 326px;
  margin: 30px auto 0;
}
.product .summary .cart .price {
  display: block;
  text-align: right;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
  margin-top: 25px;
}
.product .summary .cart__bottom {
  padding: 50px 55px;
  margin-top: 25px;
  background: rgba(233, 229, 225, 0.5);
}
.product .summary .cart__bottom-overview-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product .summary .cart__bottom-overview-items li {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd1c6;
}
.product .summary .cart__bottom-overview-items li:last-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd1c6;
}
.product .summary .cart__bottom-overview-items-option {
  font-weight: 600;
}
.product .summary .cart__bottom-overview-items-value {
  font-weight: 300;
  padding-right: 50px;
}
.product table.variations {
  padding: 0 55px;
}
.product table.variations th.label {
  display: none;
}
.product table.variations .reset_variations {
  display: none;
}
.product table.variations .swatch-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product table.variations .swatch-control .swatch-wrapper.selected {
  border-color: #f27c00;
}
.product table.variations .swatch-control .swatch-wrapper.selected:hover {
  border-color: #f27c00;
}
.product table.variations .swatch-control .swatch-wrapper {
  border-color: #e9e5e1;
}
.product table.variations .swatch-control .swatch-wrapper:hover {
  border-color: #e9e5e1;
}
.product table.variations .swatch-control .select-option {
  width: 47.5%;
  border-radius: 20px;
  margin-bottom: 14px;
}
.product table.variations .swatch-control .select-option a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  padding: 10px;
}
.product table.variations .swatch-control .select-option a img {
  max-width: 100px;
  height: auto;
}
.product .woocommerce-variation-price {
  display: none;
}
.product .extra-options {
  padding: 0 55px;
}
.product .extra-options .thwepo_imagegroup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid #ddd1c6;
}
.product .extra-options .thwepo_imagegroup:last-child {
  border-bottom: 1px solid #ddd1c6;
}
.product .extra-options .thwepo_imagegroup td {
  width: 100%;
}
.product .extra-options .thwepo_imagegroup td.value {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 0;
  overflow: hidden;
}
.product .extra-options .thwepo_imagegroup.collapse-values td.value {
  height: auto;
  overflow: visible;
  margin-top: 20px;
}
.product .extra-options .thwepo_imagegroup.collapse-values .label-tag:after {
  transform: rotate(-180deg);
}
.product .extra-options .thwepo_imagegroup.img-has-bg .thwepo-img-wrap {
  background: #e9e5e1;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large .thwepo-image-group-item {
  width: 48%;
  max-width: 170px;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large .thwepo-image-group-item .thwepo-image-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 170px;
  padding: 10px 10px 10px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #1a0c30;
  text-align: left;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large .thwepo-img-wrap {
  border-radius: 20px;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large .thwepo-img-wrap img {
  border-radius: 20px;
  border: 1px solid #e9e5e1;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large .thwepo-img-wrap .thwepo-image-box {
  padding: 0 2px;
}
.product .extra-options .thwepo_imagegroup.img-has-bg-large input[type=radio]:checked + .thwepo-image-group-lable .thwepo-image-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}
.product .extra-options .thwepo_imagegroup .thwepo-img-wrap {
  border-radius: 10px;
}
.product .extra-options .thwepo_imagegroup .thwepo-img-wrap img {
  border-radius: 10px;
  overflow: hidden;
}
.product .extra-options .thwepo_imagegroup .label-tag {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.product .extra-options .thwepo_imagegroup .label-tag:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 18px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.529' height='8.741' viewBox='0 0 19.529 8.741'%3E%3Cpath d='M0,0,9.175,6.7,18.35,0' transform='translate(0.589 0.808)' fill='none' stroke='%23f27c00' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product .extra-options .thwepo_imagegroup .required {
  display: none;
}
.product .extra-options .thwepo_imagegroup .thwepo-image-box {
  border: 2px solid transparent;
}
.product .extra-options .thwepo_imagegroup .thwepo-image-group-item {
  margin: 0 0 15px;
}
.product .extra-options .thwepo_imagegroup input[type=checkbox]:checked + .thwepo-image-group-lable .thwepo-image-box,
.product .extra-options .thwepo_imagegroup .thwepo-image-group-item input[type=radio]:checked + .thwepo-image-group-lable .thwepo-image-box {
  border: 2px solid #f27c00;
}
.product .variation_ingredients {
  margin-bottom: 25px;
  padding: 15px;
}
.product .variation_ingredients h2 {
  padding-left: 30px;
  padding-bottom: 15px;
}
.product .variation_ingredients ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product .variation_ingredients ul li {
  width: 20%;
  margin: 5px;
  list-style-type: none;
}
.product .variation_ingredients ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 15px;
}
.product .variation_ingredients ul li img {
  height: 32px;
  width: 32px;
}
@media (max-width: 991.98px) {
  .product {
    margin-bottom: 100px;
  }
  .product_title {
    font-size: 34px;
    line-height: 42px;
    padding: 0 16px;
  }
  .product .summary {
    padding-top: 30px;
    border-radius: 40px;
  }
  .product .summary .cart__bottom {
    padding: 16px;
  }
  .product .summary .cart .button {
    width: 100%;
  }
  .product table.variations {
    padding: 0 16px;
  }
  .product .extra-options {
    padding: 0 16px;
  }
  .product .extra-options .thwepo_imagegroup .thwepo-img-wrap {
    margin-right: 10px;
  }
  .product .extra-options .thwepo_imagegroup td.value {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 0;
    overflow: hidden;
  }
  .product .thwepo-image-label {
    line-height: 14px !important;
  }
}

.thwepo-conditional-field {
  display: none !important;
}

.thwepo-conditional-field-show {
  display: flex !important;
}

.choose-pouch {
  display: none;
  margin-top: 25px;
}

.select-option {
  position: relative;
}
.select-option .tooltip-trigger {
  background-color: #ded4ca;
  color: white;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50px;
}

@media (max-width: 991.98px) {
  .thwepo-image-label {
    margin-top: 10px;
    margin-right: 10px;
  }
  .single-product__expectation {
    font-size: 13px;
    margin-top: 35px;
  }
  .formaat .thwepo-image-box {
    width: 99% !important;
  }
  .formaat .thwepo-image-group-item {
    width: 49%;
  }
  .cart__bottom-var-price {
    margin-top: 40px;
  }
  .product .summary .cart__bottom-overview-items-value {
    padding-right: 5px;
  }
}
.content--full {
  margin-top: 40px;
  line-height: 30px;
}
.content--full ul {
  padding-left: 30px;
}
.content--full p {
  margin-bottom: 10px;
}

.custom__padding {
  padding-left: 56px;
}

/* WooCommerce parts
   ========================================================================== */
.checkout__cart {
  position: sticky;
  left: 0;
  top: 90px;
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  padding: 60px;
  min-height: 250px;
}
.checkout__cart-title {
  margin-bottom: 35px !important;
}
.checkout__cart-item {
  margin-top: 28px;
}
.checkout__cart-item-image {
  width: 100%;
  max-width: 100px;
  margin-bottom: 25px;
}
.checkout__cart-item-details {
  display: block;
  width: 100%;
}
.checkout__cart-item-details-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}
.checkout__cart-item-details-price {
  width: 100%;
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
}
.checkout__cart-totals {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDD1C6;
  font-size: 16px;
}
.checkout__cart-totals ul {
  list-style: none;
}
.checkout__cart-totals ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.checkout__cart-totals ul li:last-child {
  margin-bottom: 0;
}
.checkout__cart-totals ul li .includes_tax {
  display: none;
}
.checkout__cart-totals ul li strong {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .checkout__cart {
    padding: 16px;
  }
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 25px;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-notices-wrapper:empty {
  margin-bottom: 0;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-message.woocommerce-info {
  font-size: 16px;
  font-weight: bold;
  padding: 25px;
  border-radius: 20px;
}

.woocommerce-message {
  background: #d4edda;
  color: #49b362;
  border: 2px solid #81de97;
}
.woocommerce-message a {
  color: #49b362 !important;
}

.woocommerce-error {
  background: #f8d7da;
  color: #dc3545;
  border: 2px solid #dc3545;
  list-style-type: none;
}
.woocommerce-error a {
  color: #dc3545 !important;
}

.woocommerce-info {
  font-weight: 700;
}

.woocommerce-notices-wrapper a {
  float: right;
  padding: 0;
  text-decoration: none;
  background: none;
}
.woocommerce-notices-wrapper a:hover {
  background: none;
  text-decoration: underline;
}

/* Sampleboxes
   ========================================================================== */
.section--samplebox__intro {
  background-color: #1a0c30;
}
.section--samplebox__intro .samplebox__intro {
  padding: 90px 0;
}
.section--samplebox__intro .samplebox__intro--title {
  color: #A8D1ED;
  line-height: 80px;
  font-weight: 600;
  text-transform: uppercase;
}
.section--samplebox__intro .samplebox__intro--title h1 {
  font-size: 70px;
}
@media only screen and (max-width: 500px) {
  .section--samplebox__intro .samplebox__intro .samplebox__intro--title h1 {
    font-size: 50px;
  }
}
.section--samplebox__intro .samplebox__intro--desc {
  color: #ffffff;
}
.section--samplebox__intro .samplebox__intro--desc p {
  margin-bottom: 20px;
}
.section--samplebox__intro .samplebox__intro--cta {
  margin-top: 50px;
}
.section--samplebox__intro .samplebox__intro--cta .button--orange {
  height: 50px;
  padding: 0 30px;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  word-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .section--samplebox__intro .samplebox__intro--cta .button--orange {
    margin-bottom: 100px;
  }
}
.section--samplebox__intro .samplebox__intro--image {
  display: flex;
  align-items: center;
  height: 100%;
}
.section--samplebox__intro .samplebox__intro--image .image--background {
  background-image: url("https://pouchfabriek.nl/wp-content/uploads/2022/12/bg-1@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 250px 250px 0 0;
  padding-top: 30px;
}

.section--samplebox__form {
  margin-bottom: 100px;
}
.section--samplebox__form #gform_wrapper_4 input,
.section--samplebox__form #gform_wrapper_4 select {
  padding: 0.5rem 1rem !important;
  height: 3.75rem;
}
.section--samplebox__form #gform_wrapper_4 select {
  appearance: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 1rem center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ca8245" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
  color: #757575 !important;
}
.section--samplebox__form #gform_wrapper_4 input {
  color: #757575 !important;
}
.section--samplebox__form #gform_wrapper_4 .gfield_required {
  display: none;
}
.section--samplebox__form #gform_wrapper_4 .gform-footer {
  justify-content: flex-end !important;
}
.section--samplebox__form #gform_wrapper_4 .gform-footer .gform_button {
  color: #FFF !important;
}
.section--samplebox__form .samplebox__background {
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #1a0c30;
}
.section--samplebox__form .samplebox__form--title {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  font-size: 6rem;
  position: relative;
  z-index: 1;
}
.section--samplebox__form .samplebox__form--title h2 {
  color: #2A1943;
}
.section--samplebox__form .samplebox__form--inner {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  margin-top: 10px;
  padding: 58px 0;
  border-radius: 80px;
}
.section--samplebox__form .samplebox__form--inner .gform_body .samplebox_total {
  padding-top: 20px;
  font-weight: 700;
}
.section--samplebox__form .samplebox__form--content-title {
  font-size: 2.75rem;
  line-height: 3.25rem;
  font-weight: 500;
  color: #CA8245;
  margin-bottom: 1.5rem;
  padding-right: 3rem;
}
.section--samplebox__form .samplebox__form--content {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  color: #000;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 982px) {
  .section--samplebox__form .samplebox__form--title {
    font-size: 3rem;
  }
  .section--samplebox__form .samplebox__form--inner {
    padding: 75px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .section--samplebox__form .samplebox__form--title {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .header__menu ul:last-child {
    margin-right: 0;
  }
}
.section--samplebox__desc {
  margin-bottom: 160px;
}
.section--samplebox__desc .desc--title h2 {
  font-size: 3.75rem;
  line-height: 4.625rem;
  font-weight: 700;
  color: #1A0C30;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .section--samplebox__desc .desc--title h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.section--samplebox__desc .desc--paragraph p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.section--samplebox__desc .desc--paragraph h3 {
  font-size: 2.75rem;
  line-height: 3.375rem;
  font-weight: 500;
  color: #1A0C30;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
.section--samplebox__desc .desc--paragraph ul {
  margin-bottom: 1rem;
  list-style: none;
}
.section--samplebox__desc .desc--paragraph ul li {
  display: flex;
  margin-bottom: 0.5rem;
}
.section--samplebox__desc .desc--paragraph ul li .sample--usp {
  display: flex;
  font-weight: 700;
  min-width: 12.625rem;
}
.section--samplebox__desc .desc--paragraph ul li .sample--usp:before {
  content: "";
  display: block;
  position: relative;
  top: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.721" height="5.668" viewBox="0 0 7.721 5.668"><g transform="translate(0.706 0.706)"><path d="M18.987,737.182l2.383,2.648,3.927-4.462" transform="translate(-18.987 -735.367)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F27C00;
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .section--samplebox__desc .desc--paragraph ul li {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .section--samplebox__desc .desc--paragraph ul li .sample--usp-text {
    margin-top: 0.5rem;
  }
}

/* Sustainability
   ========================================================================== */
.sustainability__intro {
  background: #003431;
  padding: 5rem 0 18rem 0;
  overflow: hidden;
  position: relative;
}
.sustainability__intro figure {
  position: absolute;
  bottom: -560px;
  transform: scale(1.2);
  width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .sustainability__intro figure {
    display: none;
  }
}
.sustainability__title {
  font-size: 80px;
  line-height: 92px;
  text-align: center;
  color: #f27c00;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .sustainability__intro {
    padding: 5rem 0;
  }
  .sustainability__title {
    font-size: 44px;
    line-height: 74px;
  }
}

.content__title {
  padding: 5rem 0 2.5rem 0;
  color: #ca8245;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
}

.emissions {
  background: #FFF;
  padding: 2.5rem 0;
  border-radius: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem 0;
}
.emissions__title {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  padding-top: 1.5rem;
  width: 100%;
}
.emissions__row {
  width: 100%;
  display: flex;
  align-items: center;
}
.emissions__row p {
  width: 22%;
  padding: 1rem 2.5rem;
}
.emissions__row:nth-child(odd) {
  background: rgba(233, 229, 225, 0.5);
}
.emissions__bar {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="703" height="395" viewBox="0 0 703 395"><g transform="translate(-418 -1557)"><line x1="395" transform="translate(945.5 1557) rotate(90)" fill="none" stroke="%23ddd1c6" stroke-width="1"/><line x1="395" transform="translate(769.5 1557) rotate(90)" fill="none" stroke="%23ddd1c6" stroke-width="1"/><line x1="395" transform="translate(594.5 1557) rotate(90)" fill="none" stroke="%23ddd1c6" stroke-width="1"/><line x1="395" transform="translate(1120.5 1557) rotate(90)" fill="none" stroke="%23ddd1c6" stroke-width="1"/><line x1="395" transform="translate(418.5 1557) rotate(90)" fill="none" stroke="%23ddd1c6" stroke-width="1"/></g></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 66%;
  height: 100%;
  display: flex;
  align-items: center;
}
.emissions__bar-inner {
  height: 30px;
  position: relative;
}
.emissions__bar-text {
  position: absolute;
  right: -44px;
  width: 30px;
}
.emissions__text--small {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  width: 80%;
  margin-top: 1.5rem;
}
.emissions__cta-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #ca8245;
}
@media (max-width: 991.98px) {
  .emissions__row p {
    width: 48%;
  }
}

.sustainability__cta {
  display: flex;
  border-radius: 80px;
  overflow: hidden;
  margin-top: 4rem;
}
.sustainability__cta__content {
  position: relative;
  z-index: 1;
}
.sustainability__cta__content--sm {
  width: 45%;
  color: #1a0c30;
  padding: 5rem 4rem 5rem 3.5rem;
}
.sustainability__cta__content--sm p {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 32px;
}
.sustainability__cta__content--lg {
  color: #FFF;
  width: 55%;
  font-size: 28px;
  line-height: 36px;
  padding: 5rem;
}
.sustainability__cta__content--white {
  color: #FFF;
}
.sustainability__cta__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sustainability__cta__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .sustainability__cta {
    flex-direction: column;
  }
  .sustainability__cta__content--lg {
    width: 100%;
    padding: 3rem;
    font-size: 20px;
  }
  .sustainability__cta__content--sm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 3rem;
    justify-content: center;
  }
}

.sustainability__faq {
  background: #FFF;
  padding-top: 250px;
  padding-bottom: 100px;
  margin-top: -150px;
}
.sustainability__faq__title {
  color: #1a0c30;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: 5rem 0 2.5rem 0;
}
.sustainability__faq-title {
  font-size: 44px;
  line-height: 52px;
  color: #ca8245;
}
.sustainability__faq-figure {
  margin: 0 2rem;
}
.sustainability__faq-content {
  margin-top: 2.5rem;
}
@media (max-width: 991.98px) {
  .sustainability__faq-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .sustainability__faq-figure {
    margin: 1rem;
  }
}

.sustainability__content-title {
  font-size: 44px;
  line-height: 52px;
  color: #ca8245;
}
.sustainability__content-title--sm {
  font-size: 28px;
  line-height: 32px;
}
.sustainability__content-title--lg {
  font-size: 160px;
  line-height: 150px;
  text-align: center;
  color: #ded4ca;
  margin-top: 100px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.sustainability__content-figure {
  border-radius: 80px;
  overflow: hidden;
  margin-left: -8.333%;
}
.sustainability__content-figure--right {
  margin-left: auto;
  margin-right: -8.333%;
}
.sustainability__content-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability__content-content h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.sustainability__content-content p {
  margin-bottom: 1.5rem;
}
.sustainability__content article {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .sustainability__content-title {
    text-align: center;
  }
  .sustainability__content-title--lg {
    font-size: 60px;
    line-height: 74px;
  }
  .sustainability__content-figure {
    margin-left: 0;
  }
  .sustainability__content-content {
    margin-top: 2.5rem;
  }
  .sustainability__content-content a.button {
    margin-bottom: 1rem;
  }
}

.sustainability__usps {
  list-style: none;
}
.sustainability__usps li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 25px;
  color: #1a0c30;
}
.sustainability__usps li:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 100%;
  background-position: center;
  background-size: 24x;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" viewBox="0 0 33 33"><g transform="translate(-826 -365)"><g transform="translate(686 -86.486)"><path d="M18.987,738.195l3.712,4.125,6.117-6.952" transform="translate(132.513 -270.881)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g><g transform="translate(826 365)" fill="none" stroke="%23f27c00" stroke-width="1"><circle cx="16.5" cy="16.5" r="16.5" stroke="none"/><circle cx="16.5" cy="16.5" r="16" fill="none"/></g></g></svg>');
}

@media (max-width: 991.98px) {
  .page-template-sustainability-template .section--content a.button {
    margin-bottom: 1rem;
  }
}
.section--benefits {
  overflow: hidden;
}

.benefits__title {
  color: #f27c00;
  font-size: 28px;
}
.benefits__content {
  font-size: 16px;
  line-height: 32px;
}
.benefits__carousel {
  margin-bottom: 4rem;
}
.benefits__carousel .flickity-viewport {
  overflow: visible;
}
.benefits__carousel .previous {
  left: -100px;
}
.benefits__carousel .next {
  right: -100px;
}
.benefits__slide {
  margin-right: 2.5rem;
  width: 460px;
  min-height: 340px;
  padding: 3rem 2.5rem 5rem 2.5rem;
  border-radius: 80px;
  color: #FFF;
}
.benefits__slide figure {
  margin-bottom: 1.5rem;
}
.benefits__slide h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.benefits__slide-content {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .benefits__slide {
    width: 100%;
  }
  .benefits__carousel .previous {
    left: 10px;
  }
  .benefits__carousel .next {
    right: 10px;
  }
}

/* Cases
   ========================================================================== */
.cases {
  padding: 100px 0 150px;
}
.cases__bgtitle {
  font-size: 140px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
  margin-bottom: 60px;
}
.cases__items .col-lg-6 {
  margin-bottom: 225px;
}
.cases__items-card {
  position: relative;
  height: 712px;
  max-width: 474px;
  margin: auto;
  border-radius: 80px;
}
.cases__items-card-bgimage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 80px 80px 0 0;
}
.cases__items-card-image {
  display: flex;
  justify-content: center;
  position: relative;
  top: -100px;
  width: 100%;
  height: 408px;
}
.cases__items-card-image img {
  max-width: 500px;
  max-height: 100%;
  object-fit: contain;
}
.cases__items-card-content {
  padding: 0 50px 50px;
  margin-top: -50px;
}
.cases__items-card-content-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}
.cases__items-card-content ul {
  list-style: none;
}
.cases__items-card-content ul span {
  display: inline-block;
  width: 100px;
}
.cases__items-card .button {
  position: absolute;
  bottom: 2.75rem;
  border: 1px solid #FFF;
}
.cases__items-card .button span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px 1px;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cases__items-card .button:hover {
  background-color: #F27C00;
  color: #FFFFFF !important;
}
@media (max-width: 1199.98px) {
  .cases__bgtitle {
    font-size: 10vw;
    line-height: 18vw;
  }
}
@media (max-width: 991.98px) {
  .cases {
    padding: 50px 0 0;
  }
  .cases__bgtitle {
    font-size: 10vw !important;
    line-height: 8vw;
  }
}
@media (max-width: 991.98px) {
  .cases__bgtitle {
    font-size: 12vw;
    line-height: 16vh;
  }
  .cases .col-lg-6 {
    margin-bottom: 100px !important;
  }
  .cases__items-card {
    height: 100%;
  }
  .cases__items-card-bgimage {
    height: 200px;
  }
  .cases__items-card-image {
    top: -50px;
    height: 220px;
  }
  .cases__items-card-content {
    padding: 15px 25px 25px;
    margin-top: 0;
  }
  .cases__items-card-content-excerpt br {
    display: none;
  }
  .cases__items-card-content-title {
    font-size: 24px;
  }
}

/* Cases single
   ========================================================================== */
.case__hero {
  padding: 100px 0 100px 0;
}
.case__hero-bgtitle {
  font-size: 160px;
  font-weight: 800;
  line-height: 150px;
  text-align: center;
  text-transform: uppercase;
  color: #ded4ca;
}
.case__hero-title {
  margin-top: -2.5rem;
  color: #ca8245;
  font-size: 60px;
  line-height: 74px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2.5rem;
}
.case__hero-info {
  color: #1a0c30;
  font-weight: 500;
}
.case__hero-info span {
  font-weight: 300;
  color: #ca8245;
  margin-right: 1.5rem;
}
@media (max-width: 1199.98px) {
  .case__hero-bgtitle {
    font-size: 12vw;
  }
  .case__hero-title {
    font-size: 24px;
    line-height: 42px;
  }
  .case__hero-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  .case__hero-info span {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .case__hero-bgtitle {
    font-size: 10vw;
    line-height: 94px;
    padding-bottom: 15px;
  }
  .case__hero-title {
    font-size: 24px;
    line-height: 42px;
  }
  .case__hero-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  .case__hero-info span {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .case__hero__bgtitle {
    font-size: 11vw;
    line-height: 80px;
    padding-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .case__hero__bgtitle {
    font-size: 8vw;
    line-height: 64px;
    padding-bottom: 20px;
  }
}
.case__intro {
  background: #FFF;
  border-radius: 80px;
  margin: 3rem 2.5rem;
  padding: 5rem 0;
}
.case__intro-image {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -142px;
  border-radius: 80px;
  overflow: hidden;
  width: 92px;
  height: 116px;
}
.case__intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__intro-text {
  font-size: 20px;
  line-height: 36px;
}
.case__intro-text a {
  color: #CA8245;
  text-decoration: none;
}

.case__block {
  background: #FFF;
}
.case__image-container {
  margin-bottom: 2.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 80px;
  background: #ded4ca;
}
.case__image {
  width: 380px;
  height: 386px;
  position: relative;
  top: -32px;
}
.case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__content--white {
  background: #FFF;
}
.case__content--white a {
  color: #CA8245;
  text-decoration: none;
}
.case__content--orange {
  text-align: center;
  color: #CA8245;
  font-size: 30px;
  line-height: 40px;
}
.case__content--lg {
  margin-top: 250px;
}
.case__content-image {
  position: relative;
  top: -250px;
  margin-bottom: -250px;
}

.single-cases .cases {
  padding-bottom: 0;
}

/* Blogs
   ========================================================================== */
.section--blogs .pagination {
  margin: 2rem 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section--blogs .pagination {
    margin: 2rem 0 5rem;
  }
}
.section--blogs .pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1A0C30;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 1.5rem;
  border: 1px solid #1A0C30;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
.section--blogs .pagination a:hover {
  background-color: #1A0C30;
  color: #fff;
}
.section--blogs .pagination .current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #1A0C30;
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
  border-radius: 1.5rem;
  border: 1px solid #1A0C30;
  padding: 0.5rem 1.125rem;
  margin-left: 1rem;
}

.blogs__title {
  margin: 4rem 0 2rem;
  font-size: 10rem;
  line-height: 9.375rem;
  color: #DED4CA;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-card {
  margin: 2.5rem 0;
}
.blog-card a {
  text-decoration: none;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  max-height: 22.5rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card__content {
  padding: 2rem 4rem;
  background-color: #DED4CA;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  color: #1A0C30;
}
.blog-card__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  min-height: 6rem;
}
@media (max-width: 991.98px) {
  .blog-card__title {
    min-height: auto;
  }
}
.blog-card__readmore {
  display: inline-block;
  margin: 2rem 0 1rem;
  color: #1A0C30;
  border: 1px solid #1A0C30;
  padding: 0.875rem 2.5rem;
  background: none;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 1.5rem;
}
.blog-card__readmore:hover {
  background-color: #1A0C30;
  color: #fff;
}

/* Builder
   ========================================================================== */
.page-template-builder-template .content--p-0 {
  padding: 0;
}
.page-template-builder-template .content__title {
  padding-top: 0;
}
.page-template-builder-template .content__figure {
  border-radius: 80px;
  overflow: hidden;
}

/* Landing
   ========================================================================== */
.landing__intro {
  position: relative;
  padding: 4rem 0;
}
.landing__intro-title {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  margin: 1rem 0;
  color: #1a0c30;
}
.landing__intro-content {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #1a0c30;
}
.landing__intro-content a {
  color: #F27C00;
}
.landing__intro-content a:hover {
  text-decoration: none;
}
.landing__intro-content ul,
.landing__intro-content ol {
  margin-left: 1rem;
}
.landing__intro-content--small {
  font-size: 1rem;
  line-height: 2rem;
}
.landing__intro .button {
  margin-top: 2rem;
}
.landing__intro-team {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
}
.landing__intro-team-image {
  height: 5rem;
  width: 4rem;
  border-radius: 5rem;
  overflow: hidden;
  margin-right: 1.5rem;
}
.landing__intro-team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing__intro-team-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #1A0C30;
}
.landing__intro-team-position {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1A0C30;
}
@media (max-width: 991.98px) {
  .landing__intro-team {
    position: static;
    margin-top: 2rem;
    margin-left: 1rem;
  }
}

.page-template-landing-template .video__player {
  max-width: 60.25rem;
  margin: 0 auto;
}
.page-template-landing-template .faq__title {
  margin-bottom: 3rem;
}
.page-template-landing-template .faq:first-child {
  margin-top: 0;
}

.usp__icon {
  height: 4rem;
  margin-bottom: 1.5rem;
}
.usp__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.usp__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #1A0C30;
  text-align: center;
  margin-bottom: 1rem;
}
.usp__text {
  padding: 0 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #1A0C30;
  text-align: center;
}

.block-landing__inner {
  margin: 4rem 2rem;
  padding: 6rem 0;
  border-radius: 3.75rem;
  background-color: #FFF;
}
.block-landing__title {
  font-size: 3.75rem;
  line-height: 4.625rem;
  font-weight: 700;
  color: #CA8245;
  margin-bottom: 2.5rem;
}
.block-landing__content {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #1A0C30;
  margin-left: 0;
}
.block-landing__usp {
  display: flex;
  list-style: none;
  margin-bottom: 3rem;
}
.block-landing__usp:before {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  border: 1px solid #F27C00;
  border-radius: 50%;
  margin-right: 1.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.241" height="8.158" viewBox="0 0 11.241 8.158"><g transform="translate(-150.794 -463.781)"><path d="M18.987,738.195l3.712,4.125,6.117-6.952" transform="translate(132.513 -270.881)" fill="none" stroke="%23f27c00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  background-size: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
}
.block-landing__usp-title {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  color: #1A0C30;
  margin-bottom: 0.5rem;
}
.block-landing__usp-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1A0C30;
}
.block-landing__usp:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .block-landing__inner {
    margin: 2rem 1rem;
  }
  .block-landing__title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .block-landing__content {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}

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