/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.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: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.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 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: 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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: 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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: 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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: 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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: 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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --font-title: "Roboto", sans-serif;
  --font-text: "Roboto", sans-serif;
}

:root {
  --container-gutter: 30px;
  --header-height: 64px;
  --header-expanded-height: 150px;
  --toolbar-height: 39px;
  --toolbar-open-height: 78.8px;
  --searchbar-height: 51px;
  --max-width: 1440px;
  --max-width-hf: 1380px;
  --container-gap: calc(var(--container-gutter) / 2);
  --icon--arrow-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M14 1.5L18 6.5L14 11.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 6.5L18 6.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--arrow-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M14 1.5L18 6.5L14 11.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 6.5L18 6.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--arrow-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' viewBox='0 0 19 13' fill='none'%3E%3Cpath d='M14 1.5L18 6.5L14 11.5' stroke='%23E3051C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 6.5L18 6.5' stroke='%23E3051C' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--chevron-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M13 2L7.5 7.5L2 2' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--chevron-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='9' viewBox='0 0 15 9' fill='none'%3E%3Cpath d='M13 2L7.5 7.5L2 2' stroke='%23E3051C' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--plus-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 5H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 1V9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--plus-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 5H9' stroke='%23CC0000' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M5 1V9' stroke='%23CC0000' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--minus-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 5H9' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--minus-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1 5H9' stroke='%23CC0000' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--circle-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M17 33C25.8366 33 33 25.8366 33 17C33 8.16344 25.8366 1 17 1C8.16344 1 1 8.16344 1 17C1 25.8366 8.16344 33 17 33Z' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M10.333 17H23.6663' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 10.333V23.6663' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--circle-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M17 33C25.8366 33 33 25.8366 33 17C33 8.16344 25.8366 1 17 1C8.16344 1 1 8.16344 1 17C1 25.8366 8.16344 33 17 33Z' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M10.333 17H23.6663' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--circle-arrow-g: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M29.04 18.3999L33.52 23.9999L29.04 29.5999' stroke='%23706F6F' stroke-width='2.016' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.48 24L33.52 24' stroke='%23706F6F' stroke-width='2.016' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.84' y='0.84' width='46.32' height='46.32' rx='23.16' stroke='%23706F6F' stroke-width='1.68'/%3E%3C/svg%3E");
  --icon--circle-arrow-filled-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46' viewBox='0 0 46 46' fill='none'%3E%3Cpath d='M6.84692 22.7934C6.84692 26.0514 7.81305 29.2363 9.62314 31.9453C11.4332 34.6543 14.006 36.7657 17.016 38.0125C20.0261 39.2593 23.3383 39.5855 26.5337 38.9499C29.7292 38.3143 32.6644 36.7454 34.9682 34.4416C37.272 32.1378 38.8409 29.2026 39.4765 26.0071C40.1122 22.8117 39.7859 19.4995 38.5391 16.4894C37.2923 13.4794 35.1809 10.9066 32.4719 9.09653C29.763 7.28644 26.5781 6.32031 23.32 6.32031C18.9511 6.32031 14.7611 8.05586 11.6718 11.1452C8.58247 14.2345 6.84692 18.4245 6.84692 22.7934ZM13.9068 21.6167H28.2031L21.6374 15.0188L23.32 13.3802L32.7332 22.7934L23.32 32.2066L21.6374 30.5273L28.2031 23.97H13.9068V21.6167Z' fill='white'/%3E%3C/svg%3E");
  --icon--bulb-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.663 15H12.336M10 1V2M16.364 3.636L15.657 4.343M19 10H18M2 10H1M4.343 4.343L3.636 3.636M6.464 13.536C5.76487 12.8367 5.2888 11.9458 5.09598 10.9759C4.90316 10.006 5.00225 9.00076 5.38073 8.08721C5.75921 7.17366 6.40007 6.39284 7.22229 5.84349C8.0445 5.29414 9.01115 5.00093 10 5.00093C10.9889 5.00093 11.9555 5.29414 12.7777 5.84349C13.5999 6.39284 14.2408 7.17366 14.6193 8.08721C14.9977 9.00076 15.0968 10.006 14.904 10.9759C14.7112 11.9458 14.2351 12.8367 13.536 13.536L12.988 14.083C12.6747 14.3963 12.4262 14.7683 12.2567 15.1777C12.0872 15.5871 11.9999 16.0259 12 16.469V17C12 17.5304 11.7893 18.0391 11.4142 18.4142C11.0391 18.7893 10.5304 19 10 19C9.46957 19 8.96086 18.7893 8.58579 18.4142C8.21071 18.0391 8 17.5304 8 17V16.469C8 15.574 7.644 14.715 7.012 14.083L6.464 13.536Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--marker-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='21' viewBox='0 0 17 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.14286 2.22949C6.51367 2.22949 4.95121 2.87668 3.7992 4.02869C2.64719 5.1807 2 6.74316 2 8.37235C2 11.2266 3.59756 13.8534 5.32603 15.8412C6.17806 16.821 7.03264 17.6118 7.67443 18.1573C7.84817 18.305 8.00577 18.4342 8.14286 18.5439C8.27994 18.4342 8.43754 18.305 8.61128 18.1573C9.25307 17.6118 10.1077 16.821 10.9597 15.8412C12.6882 13.8534 14.2857 11.2266 14.2857 8.37235C14.2857 6.74316 13.6385 5.1807 12.4865 4.02869C11.3345 2.87668 9.77204 2.22949 8.14286 2.22949ZM8.14286 19.8009C7.56939 20.6202 7.56913 20.62 7.56883 20.6198L7.56615 20.6179L7.56031 20.6138L7.541 20.6C7.5248 20.5884 7.50199 20.572 7.47303 20.5509C7.4151 20.5086 7.33248 20.4474 7.2287 20.368C7.02122 20.2095 6.72858 19.9782 6.37914 19.6812C5.68164 19.0883 4.75052 18.2273 3.81682 17.1535C1.97387 15.0341 0 11.9467 0 8.37235C0 6.21273 0.857906 4.14156 2.38499 2.61448C3.91207 1.0874 5.98324 0.229492 8.14286 0.229492C10.3025 0.229492 12.3736 1.0874 13.9007 2.61448C15.4278 4.14156 16.2857 6.21273 16.2857 8.37235C16.2857 11.9467 14.3118 15.0341 12.4689 17.1535C11.5352 18.2273 10.6041 19.0883 9.90658 19.6812C9.55713 19.9782 9.26449 20.2095 9.05702 20.368C8.95323 20.4474 8.87061 20.5086 8.81269 20.5509C8.78372 20.572 8.76091 20.5884 8.74471 20.6L8.7254 20.6138L8.71956 20.6179L8.71761 20.6192C8.71732 20.6195 8.71632 20.6202 8.14286 19.8009ZM8.14286 19.8009L8.71632 20.6202C8.372 20.8612 7.91315 20.8608 7.56883 20.6198L8.14286 19.8009ZM8.14328 6.51562C7.1176 6.51562 6.28613 7.3471 6.28613 8.37277C6.28613 9.39844 7.1176 10.2299 8.14328 10.2299C9.16895 10.2299 10.0004 9.39844 10.0004 8.37277C10.0004 7.3471 9.16895 6.51562 8.14328 6.51562ZM4.28613 8.37277C4.28613 6.24253 6.01303 4.51562 8.14328 4.51562C10.2735 4.51562 12.0004 6.24253 12.0004 8.37277C12.0004 10.503 10.2735 12.2299 8.14328 12.2299C6.01303 12.2299 4.28613 10.503 4.28613 8.37277Z' fill='white'/%3E%3C/svg%3E");
  --icon--marker-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='22' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M8.64319 0C6.35167 0.00259957 4.15475 0.914054 2.5344 2.5344C0.914053 4.15475 0.00259957 6.35167 0 8.64319C0 16.039 7.85745 21.6276 8.19139 21.8633C8.32522 21.9525 8.48241 22 8.64319 22C8.80398 22 8.96117 21.9525 9.095 21.8633C9.42894 21.6276 17.2864 16.039 17.2864 8.64319C17.2838 6.35167 16.3723 4.15475 14.752 2.5344C13.1316 0.914054 10.9347 0.00259957 8.64319 0Z' fill='%23CC0000'/%3E%3Ccircle cx='8.5' cy='8.5' r='5.5' fill='white'/%3E%3C/svg%3E");
  --icon--wrench-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='22' viewBox='0 0 23 22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.05328 6.92977C1.96135 7.57915 1.98807 8.24234 2.13602 8.88943C2.39752 10.0331 3.02642 11.0763 3.94261 11.8698C4.85935 12.6638 6.01695 13.1667 7.25473 13.3018C8.49261 13.4369 9.74153 13.1964 10.8254 12.6176C11.2313 12.4008 11.7326 12.489 12.0402 12.8311L18.0955 19.5677C18.392 19.8408 18.7951 20 19.2227 20C19.6617 20 20.0749 19.8322 20.3734 19.5456C20.6705 19.2603 20.8295 18.8822 20.8295 18.497C20.8295 18.1218 20.6787 17.7534 20.3963 17.4709L13.38 11.6564C13.0041 11.3449 12.9081 10.8076 13.1528 10.3852C13.748 9.35758 13.9918 8.18106 13.8543 7.01903C13.7167 5.85675 13.2035 4.75912 12.3791 3.8815C11.5541 3.00333 10.4584 2.38957 9.24252 2.13326C8.57155 1.99182 7.88454 1.9636 7.21162 2.0456L10.4811 5.17737C10.7304 5.41624 10.8389 5.76686 10.768 6.10482L10.15 9.05117C10.0673 9.4452 9.75643 9.75124 9.36115 9.82768L6.2926 10.4211C5.97318 10.4829 5.64368 10.3854 5.40927 10.1598L2.05328 6.92977ZM0.186342 9.33523C-0.172115 7.76752 -0.0105451 6.13183 0.64627 4.65928C0.779006 4.36169 1.04841 4.14743 1.36824 4.0851C1.68808 4.02276 2.01822 4.12017 2.253 4.34613L6.42232 8.35897L8.329 7.99023L8.69664 6.23761L4.54356 2.25941C4.29929 2.02542 4.18986 1.68382 4.25271 1.35147C4.31555 1.01911 4.54214 0.741043 4.85497 0.612402C6.37011 -0.0106544 8.04781 -0.162544 9.65506 0.176268C11.2625 0.51512 12.7256 1.32938 13.8368 2.51214C14.9484 3.69546 15.6516 5.1885 15.8404 6.78394C15.9958 8.09646 15.7959 9.41879 15.2694 10.6247L21.7041 15.9571C21.7228 15.9727 21.741 15.9889 21.7586 16.0058C22.4392 16.6593 22.8295 17.5545 22.8295 18.497C22.8295 19.4395 22.4392 20.3347 21.7586 20.9882C21.0793 21.6404 20.1665 22 19.2227 22C18.2789 22 17.366 21.6404 16.6868 20.9882C16.6691 20.9712 16.6521 20.9536 16.6357 20.9354L11.0495 14.7208C9.78906 15.2416 8.4067 15.4394 7.03777 15.29C5.40345 15.1117 3.86293 14.4466 2.63326 13.3816C1.40304 12.3162 0.5447 10.9025 0.186342 9.33523Z' fill='white'/%3E%3C/svg%3E");
  --icon--wrench-right-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none' style='&%2310;'%3E%3Cpath d='M24.3553 5.87996C25.0109 7.41075 25.1714 9.10825 24.8143 10.7348C24.4572 12.3613 23.6004 13.8355 22.3638 14.9509C21.1273 16.0663 19.5728 16.767 17.9182 16.9551C16.2636 17.1431 14.5916 16.809 13.1363 15.9996V15.9996L6.12748 24.1203C5.56419 24.6835 4.80021 25 4.00361 25C3.207 25 2.44302 24.6835 1.87974 24.1203C1.31645 23.557 1 22.793 1 21.9964C1 21.1998 1.31645 20.4358 1.87974 19.8725L10.0004 12.8637C9.19096 11.4084 8.85687 9.73641 9.04492 8.08178C9.23297 6.42715 9.93374 4.87274 11.0491 3.63618C12.1645 2.39962 13.6387 1.54281 15.2652 1.18571C16.8917 0.828614 18.5892 0.989101 20.12 1.64471L14.8728 6.87942L15.585 10.415L19.1206 11.1272L24.3553 5.87996Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--wrench-right-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none' style='&%2310;'%3E%3Cpath d='M24.3553 5.87996C25.0109 7.41075 25.1714 9.10825 24.8143 10.7348C24.4572 12.3613 23.6004 13.8355 22.3638 14.9509C21.1273 16.0663 19.5728 16.767 17.9182 16.9551C16.2636 17.1431 14.5916 16.809 13.1363 15.9996V15.9996L6.12748 24.1203C5.56419 24.6835 4.80021 25 4.00361 25C3.207 25 2.44302 24.6835 1.87974 24.1203C1.31645 23.557 1 22.793 1 21.9964C1 21.1998 1.31645 20.4358 1.87974 19.8725L10.0004 12.8637C9.19096 11.4084 8.85687 9.73641 9.04492 8.08178C9.23297 6.42715 9.93374 4.87274 11.0491 3.63618C12.1645 2.39962 13.6387 1.54281 15.2652 1.18571C16.8917 0.828614 18.5892 0.989101 20.12 1.64471L14.8728 6.87942L15.585 10.415L19.1206 11.1272L24.3553 5.87996Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--download-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M19.5312 21.875H5.46875C5.26155 21.875 5.06284 21.7927 4.91632 21.6462C4.76981 21.4997 4.6875 21.301 4.6875 21.0938V3.90625C4.6875 3.69905 4.76981 3.50034 4.91632 3.35382C5.06284 3.20731 5.26155 3.125 5.46875 3.125H14.8438L20.3125 8.59375V21.0938C20.3125 21.301 20.2302 21.4997 20.0837 21.6462C19.9372 21.7927 19.7385 21.875 19.5312 21.875Z' stroke='%23C0341A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8438 3.125V8.59375H20.3125' stroke='%23C0341A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.76562 15.2344L12.5 17.9688L15.2344 15.2344' stroke='%23C0341A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 11.7188V17.9688' stroke='%23C0341A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--lens-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M4.46771 16.7292C2.82942 15.0909 1.9274 12.912 1.9274 10.5953C1.9274 8.27854 2.82942 6.10058 4.46771 4.46229C6.159 2.77196 8.38033 1.9268 10.6017 1.9268C12.822 1.9268 15.0433 2.77196 16.7337 4.46229C20.1153 7.84391 20.1153 13.3466 16.7337 16.7292C13.353 20.1089 7.85029 20.1099 4.46771 16.7292ZM26.0054 24.6373L18.743 17.3759C22.2123 13.2146 22.0003 7.00164 18.0963 3.09962C13.963 -1.03369 7.23834 -1.03272 3.10504 3.09962C1.10247 5.10122 0 7.76296 0 10.5953C0 13.4266 1.10247 16.0893 3.10504 18.0919C5.17217 20.159 7.88691 21.1911 10.6017 21.1911C13.0138 21.1911 15.424 20.371 17.3803 18.7385L24.6428 26L26.0054 24.6373Z' fill='white'/%3E%3C/svg%3E");
  --icon--lens-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M4.46771 16.7292C2.82942 15.0909 1.9274 12.912 1.9274 10.5953C1.9274 8.27854 2.82942 6.10058 4.46771 4.46229C6.159 2.77196 8.38033 1.9268 10.6017 1.9268C12.822 1.9268 15.0433 2.77196 16.7337 4.46229C20.1153 7.84391 20.1153 13.3466 16.7337 16.7292C13.353 20.1089 7.85029 20.1099 4.46771 16.7292ZM26.0054 24.6373L18.743 17.3759C22.2123 13.2146 22.0003 7.00164 18.0963 3.09962C13.963 -1.03369 7.23834 -1.03272 3.10504 3.09962C1.10247 5.10122 0 7.76296 0 10.5953C0 13.4266 1.10247 16.0893 3.10504 18.0919C5.17217 20.159 7.88691 21.1911 10.6017 21.1911C13.0138 21.1911 15.424 20.371 17.3803 18.7385L24.6428 26L26.0054 24.6373Z' fill='%23E3051C'/%3E%3C/svg%3E");
  --icon--lens-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M4.46771 16.7292C2.82942 15.0909 1.9274 12.912 1.9274 10.5953C1.9274 8.27854 2.82942 6.10058 4.46771 4.46229C6.159 2.77196 8.38033 1.9268 10.6017 1.9268C12.822 1.9268 15.0433 2.77196 16.7337 4.46229C20.1153 7.84391 20.1153 13.3466 16.7337 16.7292C13.353 20.1089 7.85029 20.1099 4.46771 16.7292ZM26.0054 24.6373L18.743 17.3759C22.2123 13.2146 22.0003 7.00164 18.0963 3.09962C13.963 -1.03369 7.23834 -1.03272 3.10504 3.09962C1.10247 5.10122 0 7.76296 0 10.5953C0 13.4266 1.10247 16.0893 3.10504 18.0919C5.17217 20.159 7.88691 21.1911 10.6017 21.1911C13.0138 21.1911 15.424 20.371 17.3803 18.7385L24.6428 26L26.0054 24.6373Z' fill='black'/%3E%3C/svg%3E");
  --icon--close-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9' fill='none'%3E%3Cpath d='M7 1.5L1 7.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.5L1 1.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--close-g500: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M23.4375 6.5625L6.5625 23.4375' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.4375 23.4375L6.5625 6.5625' stroke='%238C8C8C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--checkmark-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M11.8125 1.9375L5.6875 8.0625L2.625 5' stroke='white' stroke-width='2.5' stroke-linecap='square'/%3E%3C/svg%3E");
  --icon--edit-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M10.5657 14.9131H7.0874V11.4349L17.5223 1L21.0006 4.47829L10.5657 14.9131Z' stroke='%23CC0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.9126 3.60938L18.3909 7.08766' stroke='%23CC0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.1306 10.5649V20.1301C20.1306 20.3608 20.039 20.582 19.8759 20.745C19.7128 20.9081 19.4916 20.9997 19.261 20.9997H1.86957C1.63895 20.9997 1.41777 20.9081 1.25469 20.745C1.09162 20.582 1 20.3608 1 20.1301V2.73871C1 2.50809 1.09162 2.28691 1.25469 2.12383C1.41777 1.96076 1.63895 1.86914 1.86957 1.86914H11.4349' stroke='%23CC0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--pause: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M9 0C7.21997 0 5.47991 0.527841 3.99987 1.51677C2.51983 2.50571 1.36628 3.91131 0.685088 5.55585C0.00389957 7.20038 -0.17433 9.00998 0.172936 10.7558C0.520203 12.5016 1.37737 14.1053 2.63604 15.364C3.89471 16.6226 5.49836 17.4798 7.24419 17.8271C8.99002 18.1743 10.7996 17.9961 12.4442 17.3149C14.0887 16.6337 15.4943 15.4802 16.4832 14.0001C17.4722 12.5201 18 10.78 18 9C17.9954 6.61446 17.0457 4.32793 15.3589 2.64109C13.6721 0.954255 11.3855 0.0045744 9 0ZM7.61539 11.7692C7.61539 11.9528 7.54245 12.1289 7.41261 12.2588C7.28278 12.3886 7.10669 12.4615 6.92308 12.4615C6.73947 12.4615 6.56338 12.3886 6.43354 12.2588C6.30371 12.1289 6.23077 11.9528 6.23077 11.7692V6.23077C6.23077 6.04716 6.30371 5.87107 6.43354 5.74123C6.56338 5.6114 6.73947 5.53846 6.92308 5.53846C7.10669 5.53846 7.28278 5.6114 7.41261 5.74123C7.54245 5.87107 7.61539 6.04716 7.61539 6.23077V11.7692ZM11.7692 11.7692C11.7692 11.9528 11.6963 12.1289 11.5665 12.2588C11.4366 12.3886 11.2605 12.4615 11.0769 12.4615C10.8933 12.4615 10.7172 12.3886 10.5874 12.2588C10.4576 12.1289 10.3846 11.9528 10.3846 11.7692V6.23077C10.3846 6.04716 10.4576 5.87107 10.5874 5.74123C10.7172 5.6114 10.8933 5.53846 11.0769 5.53846C11.2605 5.53846 11.4366 5.6114 11.5665 5.74123C11.6963 5.87107 11.7692 6.04716 11.7692 6.23077V11.7692Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  --icon--play: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17316C0.00433284 8.00042 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8078C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C19.9949 7.34939 18.9397 4.80881 17.0655 2.93455C15.1912 1.06028 12.6506 0.00508267 10 0ZM13.5 10.6442L8.88462 13.7212C8.75732 13.7999 8.61121 13.8431 8.46154 13.8462C8.33468 13.8461 8.20958 13.8164 8.09616 13.7596C7.97318 13.6932 7.87061 13.5946 7.79945 13.4743C7.7283 13.3541 7.69126 13.2167 7.69231 13.0769V6.92308C7.69126 6.78333 7.7283 6.64594 7.79945 6.52566C7.87061 6.40538 7.97318 6.30676 8.09616 6.24038C8.21963 6.17788 8.35724 6.14856 8.49548 6.1553C8.63371 6.16205 8.76781 6.20462 8.88462 6.27885L13.5 9.35577C13.6071 9.42567 13.6952 9.52119 13.7561 9.63368C13.817 9.74617 13.8489 9.87207 13.8489 10C13.8489 10.1279 13.817 10.2538 13.7561 10.3663C13.6952 10.4788 13.6071 10.5743 13.5 10.6442Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  --icon--tag-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M12.0312 1.01696L2.84887 2.84887L1.01696 12.0312C0.988256 12.1778 0.996076 12.3292 1.03973 12.4721C1.08339 12.615 1.16154 12.7449 1.26729 12.8504L13.1462 24.7294C13.23 24.815 13.33 24.8831 13.4404 24.9296C13.5508 24.9761 13.6693 25 13.7891 25C13.9089 25 14.0275 24.9761 14.1379 24.9296C14.2483 24.8831 14.3483 24.815 14.432 24.7294L24.7294 14.432C24.815 14.3483 24.8831 14.2483 24.9296 14.1379C24.9761 14.0275 25 13.9089 25 13.7891C25 13.6693 24.9761 13.5508 24.9296 13.4404C24.8831 13.33 24.815 13.23 24.7294 13.1462L12.8504 1.26729C12.7449 1.16154 12.615 1.08339 12.4721 1.03973C12.3292 0.996076 12.1778 0.988256 12.0312 1.01696V1.01696Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.62773 8.99251C8.38182 8.99251 8.99312 8.3812 8.99312 7.62712C8.99312 6.87303 8.38182 6.26172 7.62773 6.26172C6.87364 6.26172 6.26233 6.87303 6.26233 7.62712C6.26233 8.3812 6.87364 8.99251 7.62773 8.99251Z' fill='black'/%3E%3C/svg%3E");
  --icon--tag-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M12.0312 1.01696L2.84887 2.84887L1.01696 12.0312C0.988256 12.1778 0.996076 12.3292 1.03973 12.4721C1.08339 12.615 1.16154 12.7449 1.26729 12.8504L13.1462 24.7294C13.23 24.815 13.33 24.8831 13.4404 24.9296C13.5508 24.9761 13.6693 25 13.7891 25C13.9089 25 14.0275 24.9761 14.1379 24.9296C14.2483 24.8831 14.3483 24.815 14.432 24.7294L24.7294 14.432C24.815 14.3483 24.8831 14.2483 24.9296 14.1379C24.9761 14.0275 25 13.9089 25 13.7891C25 13.6693 24.9761 13.5508 24.9296 13.4404C24.8831 13.33 24.815 13.23 24.7294 13.1462L12.8504 1.26729C12.7449 1.16154 12.615 1.08339 12.4721 1.03973C12.3292 0.996076 12.1778 0.988256 12.0312 1.01696V1.01696Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.62773 8.99251C8.38182 8.99251 8.99312 8.3812 8.99312 7.62712C8.99312 6.87303 8.38182 6.26172 7.62773 6.26172C6.87364 6.26172 6.26233 6.87303 6.26233 7.62712C6.26233 8.3812 6.87364 8.99251 7.62773 8.99251Z' fill='white'/%3E%3C/svg%3E");
  --icon--graduationcap-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26' viewBox='0 0 30 26' fill='none'%3E%3Cpath d='M1 8.38461L14.8462 1L28.6923 8.38461L14.8462 15.7692L1 8.38461Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7692 25.0001V12.0771L14.8462 8.38477' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.4615 10.1035V16.4035C25.4607 16.5996 25.3959 16.79 25.2769 16.9458C24.5038 17.9843 21.2269 21.7689 14.8461 21.7689C8.46536 21.7689 5.18844 17.9843 4.41536 16.9458C4.2964 16.79 4.23157 16.5996 4.23074 16.4035V10.1035' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--graduationcap-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26' viewBox='0 0 30 26' fill='none'%3E%3Cpath d='M1 8.38461L14.8462 1L28.6923 8.38461L14.8462 15.7692L1 8.38461Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.7692 25.0001V12.0771L14.8462 8.38477' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.4615 10.1035V16.4035C25.4607 16.5996 25.3959 16.79 25.2769 16.9458C24.5038 17.9843 21.2269 21.7689 14.8461 21.7689C8.46536 21.7689 5.18844 17.9843 4.41536 16.9458C4.2964 16.79 4.23157 16.5996 4.23074 16.4035V10.1035' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--world-b: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M13.6923 25C20.3197 25 25.6923 19.6274 25.6923 13C25.6923 6.37258 20.3197 1 13.6923 1C7.06484 1 1.69226 6.37258 1.69226 13C1.69226 19.6274 7.06484 25 13.6923 25Z' stroke='%231D1D1B' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M2.37971 9H25.0047' stroke='%231D1D1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.37971 17H25.0047' stroke='%231D1D1B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6923 24.6742C16.4537 24.6742 18.6923 19.4471 18.6923 12.9992C18.6923 6.55129 16.4537 1.32422 13.6923 1.32422C10.9309 1.32422 8.69231 6.55129 8.69231 12.9992C8.69231 19.4471 10.9309 24.6742 13.6923 24.6742Z' stroke='%231D1D1B' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  --icon--world-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='26' viewBox='0 0 27 26' fill='none'%3E%3Cpath d='M13.6923 25C20.3197 25 25.6923 19.6274 25.6923 13C25.6923 6.37258 20.3197 1 13.6923 1C7.06484 1 1.69226 6.37258 1.69226 13C1.69226 19.6274 7.06484 25 13.6923 25Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M2.37971 9H25.0047' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.37971 17H25.0047' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.6923 24.6742C16.4537 24.6742 18.6923 19.4471 18.6923 12.9992C18.6923 6.55129 16.4537 1.32422 13.6923 1.32422C10.9309 1.32422 8.69231 6.55129 8.69231 12.9992C8.69231 19.4471 10.9309 24.6742 13.6923 24.6742Z' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
  --icon--zoom-in-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M5.94434 8.80872H12.1912' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06785 16.6173C13.3804 16.6173 16.8764 13.1213 16.8764 8.8087C16.8764 4.49614 13.3804 1.00012 9.06785 1.00012C4.7553 1.00012 1.25928 4.49614 1.25928 8.8087C1.25928 13.1213 4.7553 16.6173 9.06785 16.6173Z' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5894 14.3303L19.9997 19.7407' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06787 5.6853V11.9322' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--zoom-in-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M5.94434 8.80872H12.1912' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06785 16.6173C13.3804 16.6173 16.8764 13.1213 16.8764 8.8087C16.8764 4.49614 13.3804 1.00012 9.06785 1.00012C4.7553 1.00012 1.25928 4.49614 1.25928 8.8087C1.25928 13.1213 4.7553 16.6173 9.06785 16.6173Z' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5894 14.3303L19.9997 19.7407' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06787 5.6853V11.9322' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--zoom-out-r: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M5.94434 8.80872H12.1912' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06785 16.6173C13.3804 16.6173 16.8764 13.1213 16.8764 8.8087C16.8764 4.49614 13.3804 1.00012 9.06785 1.00012C4.7553 1.00012 1.25928 4.49614 1.25928 8.8087C1.25928 13.1213 4.7553 16.6173 9.06785 16.6173Z' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5894 14.3303L19.9997 19.7407' stroke='%23CC0000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon--zoom-out-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21' fill='none'%3E%3Cpath d='M5.94434 8.80872H12.1912' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.06785 16.6173C13.3804 16.6173 16.8764 13.1213 16.8764 8.8087C16.8764 4.49614 13.3804 1.00012 9.06785 1.00012C4.7553 1.00012 1.25928 4.49614 1.25928 8.8087C1.25928 13.1213 4.7553 16.6173 9.06785 16.6173Z' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5894 14.3303L19.9997 19.7407' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  :root {
    --container-gutter: 60px;
    --header-height: 83px;
  }
}

.p-100 {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-100 {
    font-size: 1.35rem;
  }
}

.p-200 {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-200 {
    font-size: 1.125rem;
  }
}

.p-300 {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-300 {
    font-size: 0.9375rem;
  }
}

.p-400 {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.790625rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .p-400 {
    font-size: 0.875rem;
  }
}

.p-500 {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.6875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .p-500 {
    font-size: 0.78125rem;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: 0;
}

html {
  height: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2D2D2D;
  font-size: 0.9375rem;
  font-family: var(--font-text);
  min-height: 100%;
  width: 100%;
}

[unselectable] {
  -webkit-touch-callout: none;
  user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-title);
}

img,
media,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #CC0000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1px;
  transition: all 250ms ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:visited, a:active {
  color: #E3051C;
}

ul,
ol {
  margin: 0;
}

p {
  margin-top: 0;
}

/* Chrome autocomplete form fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=search],
form select,
form textarea {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  border: 1px solid #B2B2B2;
  padding: 0.75rem 1rem;
  max-width: 100%;
  width: 100%;
  color: #000000;
  transition: all 250ms ease-in-out;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=search]:focus,
form select:focus,
form textarea:focus {
  outline: none;
}
form input[type=text]::-ms-expand,
form input[type=email]::-ms-expand,
form input[type=password]::-ms-expand,
form input[type=tel]::-ms-expand,
form input[type=search]::-ms-expand,
form select::-ms-expand,
form textarea::-ms-expand {
  display: none;
}
@media (min-width: 992px) {
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=search],
  form select,
  form textarea {
    font-size: 1.125rem;
  }
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #706F6F;
  font-size: 1em;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=tel]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #706F6F;
  font-size: 1em;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #706F6F;
  font-size: 1em;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=tel]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form select:-moz-placeholder,
form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #706F6F;
  font-size: 1em;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=search]::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #706F6F;
  font-size: 1em;
}
form .form-item > label {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #000000;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  form .form-item > label {
    font-size: 1.125rem;
  }
}
form .form-item > label.form-required::after {
  content: " *";
}
form .form-item.form-type-checkbox {
  display: flex;
  flex-wrap: wrap;
}
form .form-item.form-type-checkbox > label {
  flex: 0 0 auto;
  width: 100%;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  form .form-item.form-type-checkbox > label {
    font-size: 0.9375rem;
  }
}
form .form-item.form-type-checkbox input[type=checkbox] {
  flex: 0 0 auto;
  width: auto;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #B2B2B2;
  background-color: #FFFFFF;
  -webkit-appearance: none;
}
form .form-item.form-type-checkbox input[type=checkbox]:hover {
  background-color: rgba(204, 0, 0, 0.5);
}
form .form-item.form-type-checkbox input[type=checkbox]:checked {
  background-color: #CC0000;
  border-color: #CC0000;
}
form .form-item.form-type-checkbox .description {
  flex: 1 1 0;
  max-width: 100%;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  form .form-item.form-type-checkbox .description {
    font-size: 0.9375rem;
  }
}
form:not(#mitsubishi-search-form) .form-actions {
  margin-top: 1rem;
}
form:not(#mitsubishi-search-form) .form-actions input[type=submit] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
form:not(#mitsubishi-search-form) .form-actions input[type=submit]:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  form:not(#mitsubishi-search-form) .form-actions input[type=submit] {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  form:not(#mitsubishi-search-form) .form-actions input[type=submit] {
    padding: 1.25rem 2.1875rem;
  }
}
@media (min-width: 992px) {
  form:not(#mitsubishi-search-form) .form-actions {
    text-align: center;
  }
}

.select2-container--default {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .select2-container--default {
    font-size: 1.125rem;
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #B2B2B2;
  border-radius: 0.5rem;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.75rem 1rem;
  max-width: 100%;
  width: 100%;
  color: #000000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 1.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border: none;
  background-image: var(--icon--chevron-b);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single[aria-expanded=true] .select2-selection__arrow {
  transform: rotate(180deg) translateY(50%);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #E3051C;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.ui-widget-content {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .ui-widget-content {
    font-size: 1.125rem;
  }
}
.ui-widget-content.ui-autocomplete {
  border: 1px solid #B2B2B2;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ui-widget-content.ui-autocomplete .ui-menu-item {
  padding: 0.5rem 1rem;
  height: 2.5rem;
}
.ui-widget-content.ui-autocomplete .ui-menu-item a {
  display: block;
  padding: 0;
  font-weight: inherit;
  text-decoration: none;
  transition: none;
}
.ui-widget-content.ui-autocomplete .ui-menu-item a:hover, .ui-widget-content.ui-autocomplete .ui-menu-item a.ui-state-active {
  border: 0;
  background: none;
  color: inherit;
  font-weight: inherit;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover {
  background-color: #E3051C;
}
.ui-widget-content.ui-autocomplete .ui-menu-item:hover a {
  color: #FFFFFF;
}

.fieldgroup {
  grid-column: 1/span 2;
}
.fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper,
.fieldgroup .webform-options-display-side-by-side > .form-type-radio {
  display: inline-block;
  margin-right: 1rem;
}
.fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper {
  display: inline-block;
  margin-right: 1rem;
}
.fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper input + label {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  color: #000000;
  border: 1.5px solid #000000;
  padding: 0.75rem 1.5rem;
}
.fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper input + label:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper input + label {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper input + label {
    padding: 1.25rem 2.1875rem;
  }
}
.fieldgroup .webform-options-display-buttons > .webform-options-display-buttons-wrapper input:checked + label {
  color: #FFFFFF;
  background-color: #000000;
}
.fieldgroup .webform-options-display-side-by-side > .form-type-radio {
  margin-right: 1.5rem;
}
.fieldgroup .webform-options-display-side-by-side > .form-type-radio input + label {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 992px) {
  .fieldgroup .webform-options-display-side-by-side > .form-type-radio input + label {
    font-size: 0.9375rem;
  }
}

.h-hide {
  display: none;
}

.h-noscroll {
  height: 100%;
  overflow: hidden;
}

.h-visually-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.sticky-cta {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0.75rem 0;
  transition: 350ms ease-in-out;
  overflow: hidden;
  z-index: 501;
}
.sticky-cta__btn {
  display: flex;
  align-items: center;
  width: 15rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  background: #CC0000;
  white-space: nowrap;
  transition: 350ms ease-in-out;
}
.sticky-cta__btn:not(:last-child) {
  margin-bottom: 0.75rem;
}
.sticky-cta__btn a {
  padding-right: 0.75rem;
  color: #FFFFFF;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.790625rem;
  line-height: 1.2;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sticky-cta__btn a {
    font-size: 0.875rem;
  }
}
.sticky-cta__hide {
  flex-wrap: wrap;
  width: 3rem;
  overflow: hidden;
}
.sticky-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.sticky-cta--assistance:after, .sticky-cta--installer:after {
  background-image: var(--icon--marker-w);
  content: "";
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sticky-cta--installer:after {
  background-image: var(--icon--wrench-w);
}

#pre-footer {
  background-color: #F5F5F5;
}
#pre-footer .region-pre-footer {
  padding-top: 1px;
  padding-bottom: 1px;
}
#pre-footer .region-pre-footer #block-footer-domain-menu {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--max-width-hf);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#pre-footer .region-pre-footer #block-footer-domain-menu ul.menu {
  padding-left: 0;
  list-style: none;
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a,
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span {
  position: relative;
  display: block;
  color: #000000;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 992px) {
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span {
    font-size: 1.35rem;
  }
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.mobile-link,
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.mobile-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ECECEC;
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.mobile-link[aria-expanded=false],
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.mobile-link[aria-expanded=false] {
  border-bottom: 1px solid #ECECEC;
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.mobile-link[aria-expanded=true]::after,
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.mobile-link[aria-expanded=true]::after {
  background-image: var(--icon--minus-b);
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.mobile-link::after,
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.mobile-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: var(--icon--plus-b);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li > a,
#pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li > span {
  color: #000000;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 992px) {
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li > a,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li > span {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.mobile-link[aria-expanded=false] + .desktop-link,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.mobile-link[aria-expanded=false] + .desktop-link {
    display: none;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.desktop-link,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.desktop-link {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 400;
    transition: all 250ms ease-in-out;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.desktop-link,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.desktop-link {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a.desktop-link::after,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.desktop-link::after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
    background-image: var(--icon--bulb-b);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span.desktop-link {
    display: none;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  #pre-footer {
    background-color: #ECECEC;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > a,
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li > span {
    display: block;
    margin-bottom: 1rem;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li .collapse {
    display: block !important;
  }
  #pre-footer .region-pre-footer #block-footer-domain-menu > ul.menu > li ul.menu > li {
    margin-bottom: 0.5rem;
  }
}

#footer {
  background-color: #DBDBDB;
}
#footer .region-footer {
  padding-top: 1px;
  padding-bottom: 1px;
}
#footer .region-footer > .inner {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--max-width-hf);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  #footer .region-footer > .inner {
    font-size: 1.125rem;
  }
}
#footer .region-footer span.followus-label {
  margin-bottom: 1rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 992px) {
  #footer .region-footer span.followus-label {
    font-size: 1.35rem;
  }
}
#footer .region-footer #block-social-domain-menu {
  margin-bottom: 2.5rem;
}
#footer .region-footer #block-social-domain-menu ul.menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#footer .region-footer #block-social-domain-menu ul.menu li {
  display: inline-block;
}
#footer .region-footer #block-social-domain-menu ul.menu li:not(:last-child) {
  margin-right: 1.875rem;
}
#footer .region-footer #block-social-domain-menu ul.menu li a.icon-linkedin, #footer .region-footer #block-social-domain-menu ul.menu li a.icon-facebook, #footer .region-footer #block-social-domain-menu ul.menu li a.icon-youtube, #footer .region-footer #block-social-domain-menu ul.menu li a.icon-instagram {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}
#footer .region-footer #block-social-domain-menu ul.menu li a.icon-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M0 1.79063C0 0.801563 0.821875 0 1.83594 0H23.1641C24.1781 0 25 0.801563 25 1.79063V23.2094C25 24.1984 24.1781 25 23.1641 25H1.83594C0.821875 25 0 24.1984 0 23.2094V1.79063ZM7.72344 20.9281V9.63906H3.97188V20.9281H7.72344ZM5.84844 8.09688C7.15625 8.09688 7.97031 7.23125 7.97031 6.14687C7.94687 5.03906 7.15781 4.19688 5.87344 4.19688C4.58906 4.19688 3.75 5.04063 3.75 6.14687C3.75 7.23125 4.56406 8.09688 5.82344 8.09688H5.84844ZM13.5172 20.9281V14.6234C13.5172 14.2859 13.5422 13.9484 13.6422 13.7078C13.9125 13.0344 14.5297 12.3359 15.5672 12.3359C16.925 12.3359 17.4672 13.3703 17.4672 14.8891V20.9281H21.2188V14.4531C21.2188 10.9844 19.3687 9.37187 16.9 9.37187C14.9094 9.37187 14.0172 10.4656 13.5172 11.2359V11.275H13.4922C13.5005 11.262 13.5088 11.2489 13.5172 11.2359V9.63906H9.76719C9.81406 10.6984 9.76719 20.9281 9.76719 20.9281H13.5172Z' fill='black' /%3E%3C/svg%3E");
}
#footer .region-footer #block-social-domain-menu ul.menu li a.icon-facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M24.9994 12.5762C24.9994 5.6293 19.4025 -0.00195312 12.4994 -0.00195312C5.59315 -0.000390625 -0.00372314 5.6293 -0.00372314 12.5777C-0.00372314 18.8543 4.56815 24.0574 10.5431 25.0012V16.2121H7.37128V12.5777H10.5463V9.8043C10.5463 6.65273 12.4135 4.91211 15.2681 4.91211C16.6369 4.91211 18.0666 5.15742 18.0666 5.15742V8.25117H16.49C14.9385 8.25117 14.4541 9.22148 14.4541 10.2168V12.5762H17.9197L17.3666 16.2105H14.4525V24.9996C20.4275 24.0559 24.9994 18.8527 24.9994 12.5762Z' fill='black' /%3E%3C/svg%3E");
}
#footer .region-footer #block-social-domain-menu ul.menu li a.icon-youtube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18' viewBox='0 0 25 18' fill='none'%3E%3Cpath d='M12.5797 0.123047H12.7188C14.0031 0.127734 20.5109 0.17461 22.2656 0.646484C22.7961 0.790498 23.2795 1.07121 23.6674 1.46056C24.0554 1.84991 24.3344 2.33427 24.4766 2.86523C24.6344 3.45898 24.7453 4.24492 24.8203 5.05586L24.8359 5.21836L24.8703 5.62461L24.8828 5.78711C24.9844 7.21523 24.9969 8.55273 24.9984 8.84492V8.96211C24.9969 9.26523 24.9828 10.6934 24.8703 12.1809L24.8578 12.3449L24.8438 12.5074C24.7656 13.4012 24.65 14.2887 24.4766 14.9418C24.3349 15.473 24.056 15.9576 23.6679 16.347C23.2799 16.7364 22.7963 17.017 22.2656 17.1605C20.4531 17.648 13.5641 17.6824 12.6094 17.684H12.3875C11.9047 17.684 9.90781 17.6746 7.81406 17.6027L7.54844 17.5934L7.4125 17.5871L7.14531 17.5762L6.87813 17.5652C5.14375 17.4887 3.49219 17.3652 2.73125 17.159C2.20077 17.0155 1.71729 16.7352 1.32926 16.3461C0.941224 15.9569 0.662261 15.4727 0.520313 14.9418C0.346875 14.2902 0.23125 13.4012 0.153125 12.5074L0.140625 12.3434L0.128125 12.1809C0.0510119 11.1221 0.00828104 10.0611 0 8.99961L0 8.80742C0.003125 8.47148 0.015625 7.31054 0.1 6.02929L0.110938 5.86836L0.115625 5.78711L0.128125 5.62461L0.1625 5.21836L0.178125 5.05586C0.253125 4.24492 0.364063 3.45742 0.521875 2.86523C0.663584 2.33406 0.942441 1.84947 1.33049 1.46005C1.71854 1.07063 2.20214 0.790066 2.73281 0.646484C3.49375 0.44336 5.14531 0.318359 6.87969 0.240234L7.14531 0.229297L7.41406 0.219922L7.54844 0.215235L7.81563 0.204297C9.30267 0.156445 10.7903 0.129879 12.2781 0.124609H12.5797V0.123047ZM10 5.13867V12.6668L16.4953 8.90429L10 5.13867Z' fill='black' /%3E%3C/svg%3E");
}
#footer .region-footer #block-social-domain-menu ul.menu li a.icon-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M12.5 0C9.10781 0 8.68125 0.015625 7.34844 0.075C6.01562 0.1375 5.10781 0.346875 4.3125 0.65625C3.47827 0.97003 2.72264 1.46223 2.09844 2.09844C1.46262 2.72296 0.97048 3.4785 0.65625 4.3125C0.346875 5.10625 0.135937 6.01562 0.075 7.34375C0.015625 8.67969 0 9.10469 0 12.5016C0 15.8953 0.015625 16.3203 0.075 17.6531C0.1375 18.9844 0.346875 19.8922 0.65625 20.6875C0.976562 21.5094 1.40313 22.2062 2.09844 22.9016C2.79219 23.5969 3.48906 24.025 4.31094 24.3438C5.10781 24.6531 6.01406 24.8641 7.34531 24.925C8.67969 24.9844 9.10469 25 12.5 25C15.8953 25 16.3188 24.9844 17.6531 24.925C18.9828 24.8625 19.8938 24.6531 20.6891 24.3438C21.5228 24.0298 22.2778 23.5376 22.9016 22.9016C23.5969 22.2062 24.0234 21.5094 24.3438 20.6875C24.6516 19.8922 24.8625 18.9844 24.925 17.6531C24.9844 16.3203 25 15.8953 25 12.5C25 9.10469 24.9844 8.67969 24.925 7.34531C24.8625 6.01563 24.6516 5.10625 24.3438 4.3125C24.0296 3.47848 23.5374 2.72293 22.9016 2.09844C22.2775 1.46199 21.5219 0.969758 20.6875 0.65625C19.8906 0.346875 18.9813 0.135937 17.6516 0.075C16.3172 0.015625 15.8938 0 12.4969 0H12.5016H12.5ZM11.3797 2.25312H12.5016C15.8391 2.25312 16.2344 2.26406 17.5516 2.325C18.7703 2.37969 19.4328 2.58437 19.8734 2.75469C20.4562 2.98125 20.8734 3.25312 21.3109 3.69062C21.7484 4.12813 22.0188 4.54375 22.2453 5.12813C22.4172 5.56719 22.6203 6.22969 22.675 7.44844C22.7359 8.76562 22.7484 9.16094 22.7484 12.4969C22.7484 15.8328 22.7359 16.2297 22.675 17.5469C22.6203 18.7656 22.4156 19.4266 22.2453 19.8672C22.0449 20.4099 21.725 20.9007 21.3094 21.3031C20.8719 21.7406 20.4563 22.0109 19.8719 22.2375C19.4344 22.4094 18.7719 22.6125 17.5516 22.6688C16.2344 22.7281 15.8391 22.7422 12.5016 22.7422C9.16406 22.7422 8.76719 22.7281 7.45 22.6688C6.23125 22.6125 5.57031 22.4094 5.12969 22.2375C4.58672 22.0374 4.09551 21.7181 3.69219 21.3031C3.27617 20.9001 2.95582 20.4088 2.75469 19.8656C2.58437 19.4266 2.37969 18.7641 2.325 17.5453C2.26562 16.2281 2.25312 15.8328 2.25312 12.4937C2.25312 9.15625 2.26562 8.7625 2.325 7.44531C2.38125 6.22656 2.58438 5.56406 2.75625 5.12344C2.98281 4.54063 3.25469 4.12344 3.69219 3.68594C4.12969 3.24844 4.54531 2.97813 5.12969 2.75156C5.57031 2.57969 6.23125 2.37656 7.45 2.32031C8.60313 2.26719 9.05 2.25156 11.3797 2.25V2.25312ZM19.1734 4.32812C18.9765 4.32812 18.7814 4.36692 18.5994 4.44231C18.4174 4.51769 18.2521 4.62818 18.1128 4.76746C17.9735 4.90675 17.863 5.07211 17.7876 5.2541C17.7122 5.43609 17.6734 5.63114 17.6734 5.82812C17.6734 6.02511 17.7122 6.22016 17.7876 6.40215C17.863 6.58414 17.9735 6.7495 18.1128 6.88879C18.2521 7.02807 18.4174 7.13856 18.5994 7.21394C18.7814 7.28933 18.9765 7.32812 19.1734 7.32812C19.5713 7.32812 19.9528 7.17009 20.2341 6.88879C20.5154 6.60748 20.6734 6.22595 20.6734 5.82812C20.6734 5.4303 20.5154 5.04877 20.2341 4.76746C19.9528 4.48616 19.5713 4.32812 19.1734 4.32812ZM12.5016 6.08125C11.6501 6.06797 10.8045 6.2242 10.014 6.54085C9.22353 6.85749 8.50393 7.32824 7.89711 7.92566C7.29029 8.52309 6.80838 9.23526 6.47944 10.0207C6.1505 10.8062 5.98109 11.6492 5.98109 12.5008C5.98109 13.3523 6.1505 14.1954 6.47944 14.9808C6.80838 15.7663 7.29029 16.4785 7.89711 17.0759C8.50393 17.6733 9.22353 18.1441 10.014 18.4607C10.8045 18.7774 11.6501 18.9336 12.5016 18.9203C14.1868 18.894 15.7941 18.2061 16.9765 17.0051C18.159 15.804 18.8217 14.1862 18.8217 12.5008C18.8217 10.8154 18.159 9.19752 16.9765 7.99648C15.7941 6.79545 14.1868 6.10754 12.5016 6.08125ZM12.5016 8.33281C13.6068 8.33281 14.6667 8.77185 15.4482 9.55335C16.2297 10.3349 16.6688 11.3948 16.6688 12.5C16.6688 13.6052 16.2297 14.6651 15.4482 15.4466C14.6667 16.2281 13.6068 16.6672 12.5016 16.6672C11.3964 16.6672 10.3364 16.2281 9.55492 15.4466C8.77342 14.6651 8.33438 13.6052 8.33438 12.5C8.33438 11.3948 8.77342 10.3349 9.55492 9.55335C10.3364 8.77185 11.3964 8.33281 12.5016 8.33281Z' fill='black' /%3E%3C/svg%3E");
}
#footer .region-footer #block-mistubishi-company-info p {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #footer .region-footer #block-mistubishi-company-info p {
    font-size: 0.9375rem;
  }
}
#footer .region-footer #block-subfooter-domain-menu ul {
  padding-left: 0;
  list-style: none;
}
#footer .region-footer #block-subfooter-domain-menu ul li {
  display: inline-block;
}
#footer .region-footer #block-subfooter-domain-menu ul li:not(:last-child)::after {
  margin-right: 0.25rem;
  content: "|";
  display: inline-block;
  margin-left: 0.25rem;
}
#footer .region-footer #block-subfooter-domain-menu ul li a {
  color: #000000;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 992px) {
  #footer .region-footer #block-subfooter-domain-menu ul li a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991.98px) {
  #footer .region-footer > .inner {
    display: flex;
    flex-direction: column;
  }
  #footer .region-footer #block-mistubishi-company-info {
    order: 1;
  }
}
@media (min-width: 992px) {
  #footer .region-footer > .inner {
    display: grid;
    align-items: flex-end;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  #footer .region-footer span.followus-label {
    grid-column-start: 1;
    margin-bottom: 0;
  }
  #footer .region-footer #block-social-domain-menu {
    grid-column-start: 1;
    margin-bottom: 1rem;
  }
  #footer .region-footer #block-mistubishi-company-info {
    grid-column-start: 1;
  }
  #footer .region-footer #block-subfooter-domain-menu {
    grid-column-start: 2;
    text-align: right;
  }
}

html body:not(.path-frontpage):not(.path-white-background):not(.page-node-type-product):not(.page-node-type-news):not(.path-news) {
  background-color: #F3F3F3;
}
html body.body--overflow-hidden {
  height: 100%;
  overflow: hidden;
}
html body.toolbar-horizontal #header, html body.toolbar-vertical #header, html body.toolbar-vertical.toolbar-tray-open #header {
  top: var(--toolbar-height);
}
html body.toolbar-horizontal #header .region-header .block-ws-domain-smart-switcher-block, html body.toolbar-vertical #header .region-header .block-ws-domain-smart-switcher-block, html body.toolbar-vertical.toolbar-tray-open #header .region-header .block-ws-domain-smart-switcher-block {
  top: calc(var(--toolbar-height) + var(--header-height));
}
html body.toolbar-tray-open #header {
  top: var(--toolbar-open-height);
}
html body.toolbar-tray-open #header .region-header .block-ws-domain-smart-switcher-block {
  top: calc(var(--toolbar-open-height) + var(--header-height));
}
html body #header + *:not(.header-overlay) {
  margin-top: calc(var(--header-height) + 1rem);
}
html body #header + .header-overlay + * {
  margin-top: calc(var(--header-height) + 1rem);
}
html body.path-user #block-mitsubishi-content {
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
}
html body.path-webform #block-mitsubishi-content .webform-confirmation .webform-confirmation__message {
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
}
html body.path-user, html body.path-webform {
  display: flex;
}
html body.path-user .dialog-off-canvas-main-canvas, html body.path-webform .dialog-off-canvas-main-canvas {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
html body.path-user .dialog-off-canvas-main-canvas #pre-footer, html body.path-webform .dialog-off-canvas-main-canvas #pre-footer {
  margin-top: auto;
}
html body section.page--404,
html body section.page--403 {
  text-align: center;
}
html body section.page--404 h1,
html body section.page--403 h1 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.15;
  font-weight: 700;
}
@media (min-width: 992px) {
  html body section.page--404 h1,
  html body section.page--403 h1 {
    font-size: 4.03125rem;
  }
}
html body section.page--404 p,
html body section.page--403 p {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  html body section.page--404 p,
  html body section.page--403 p {
    font-size: 1.35rem;
  }
}
html body section.page--404 .col-cta,
html body section.page--403 .col-cta {
  margin-top: 2.5rem;
}
html body section.page--404 .col-cta a,
html body section.page--403 .col-cta a {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
html body section.page--404 .col-cta a:hover,
html body section.page--403 .col-cta a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  html body section.page--404 .col-cta a,
  html body section.page--403 .col-cta a {
    font-size: 0.95rem;
  }
}
html body section.page--404 .col-cta a::after,
html body section.page--403 .col-cta a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.0625rem;
  height: 0.625rem;
  background-image: var(--icon--arrow-w);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out !important;
}
html body section.page--404 .col-cta a:hover::after,
html body section.page--403 .col-cta a:hover::after {
  margin-left: 1.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 992px) {
  html body section.page--404 .col-cta a,
  html body section.page--403 .col-cta a {
    padding: 1.25rem 2.1875rem;
  }
}
html body section.page--webform-confirmation {
  text-align: center;
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message {
    font-size: 1.35rem;
  }
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message h1 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.15;
  font-weight: 700;
}
@media (min-width: 992px) {
  html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message h1 {
    font-size: 4.03125rem;
  }
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta {
  margin-top: 2.5rem;
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a {
    font-size: 0.95rem;
  }
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.0625rem;
  height: 0.625rem;
  background-image: var(--icon--arrow-w);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out !important;
}
html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a:hover::after {
  margin-left: 1.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 992px) {
  html body section.page--webform-confirmation .webform-confirmation .webform-confirmation__message .col-cta a {
    padding: 1.25rem 2.1875rem;
  }
}
@media (min-width: 1200px) {
  html body #header.header-expanded + *:not(.header-overlay) {
    margin-top: calc(var(--header-expanded-height) + 5rem);
  }
  html body #header.header-expanded + .header-overlay + * {
    margin-top: calc(var(--header-expanded-height) + 5rem);
  }
  html body.path-search #header + *:not(.header-overlay), html body.path-faq #header + *:not(.header-overlay), html body.path-news #header + *:not(.header-overlay) {
    margin-top: calc(var(--header-height) + 2.5rem);
  }
  html body.path-search #header + .header-overlay + *, html body.path-faq #header + .header-overlay + *, html body.path-news #header + .header-overlay + * {
    margin-top: calc(var(--header-height) + 2.5rem);
  }
}

.swiper-navigation {
  text-align: center;
}
.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='14' viewBox='0 0 32 14' fill='none'%3E%3Cpath d='M25 1L31 7L25 13' stroke='%23C0341A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7H31' stroke='%23C0341A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-navigation .swiper-button-prev::after,
.swiper-navigation .swiper-button-next::after {
  display: none;
}
.swiper-navigation .swiper-button-prev {
  margin-right: 1.875rem;
  transform: rotate(180deg);
}
.swiper-navigation .swiper-button-disabled {
  opacity: 0.1;
  filter: grayscale(100%);
}

.swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-color: #C0341A;
}

#toolbar-administration {
  font-family: var(--font-text);
}

.block-webform {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form {
  padding: 2rem 1.5rem;
  border-radius: 2rem;
  background-color: #F3F3F3;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup {
  margin-bottom: 1rem;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.15;
}
@media (min-width: 992px) {
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup h3 {
    font-size: 2.20625rem;
  }
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup p {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup p {
    font-size: 0.9375rem;
  }
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container {
  text-align: center;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-item {
  margin-bottom: 2rem;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions input[type=submit] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
  padding-right: 3.5rem;
  background-image: var(--icon--arrow-w);
  background-position: center right 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.0625rem;
}
.block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions input[type=submit]:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions input[type=submit] {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions input[type=submit] {
    padding: 1.25rem 2.1875rem;
  }
}
@media (min-width: 992px) {
  .block-webform {
    padding-bottom: 7.5rem;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form {
    padding: 3.5rem 1rem 3.5rem 2.5rem;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form .form-item-markup {
    margin-bottom: 1.5rem;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-item {
    align-self: center;
    margin-bottom: 0;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions {
    align-self: center;
    margin-top: 0;
  }
  .block-webform .webform-submission-form.webform-submission-newsletter-presub-form #edit-email-submit-container .form-actions input[type=submit] {
    padding-right: 4rem;
    background-position: center right 2.1875rem;
  }
}

.webform-submission-form.webform-submission-newsletter-form #edit-user-type--wrapper legend {
  margin-bottom: 0.5rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-newsletter-form #edit-user-type--wrapper legend {
    font-size: 1.125rem;
  }
}
.webform-submission-form.webform-submission-newsletter-form #edit-profession legend {
  margin-bottom: 0.125rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-newsletter-form #edit-profession legend {
    font-size: 1.125rem;
  }
}
.webform-submission-form.webform-submission-newsletter-form #edit-profession .fieldset-wrapper .webform-select-other-input {
  width: auto !important;
}
.webform-submission-form.webform-submission-newsletter-form #edit-actions {
  text-align: center;
}
.webform-submission-form.webform-submission-newsletter-form #edit-actions input[type=submit] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
.webform-submission-form.webform-submission-newsletter-form #edit-actions input[type=submit]:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-newsletter-form #edit-actions input[type=submit] {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-newsletter-form #edit-actions input[type=submit] {
    padding: 1.25rem 2.1875rem;
  }
}
@media (max-width: 575.98px) {
  .webform-submission-form.webform-submission-newsletter-form > *:not(:last-child) {
    margin-bottom: var(--container-gap);
  }
  .webform-submission-form.webform-submission-newsletter-form #edit-profession .fieldset-wrapper > *:last-child {
    margin-top: var(--container-gap);
  }
}
@media (min-width: 576px) {
  .webform-submission-form.webform-submission-newsletter-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--container-gap);
  }
  .webform-submission-form.webform-submission-newsletter-form #edit-user-type--wrapper,
  .webform-submission-form.webform-submission-newsletter-form .form-type-checkbox,
  .webform-submission-form.webform-submission-newsletter-form #edit-actions {
    grid-column: 1/span 2;
  }
  .webform-submission-form.webform-submission-newsletter-form #edit-profession {
    grid-column: 1/span 2;
  }
  .webform-submission-form.webform-submission-newsletter-form #edit-profession .fieldset-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: var(--container-gap);
  }
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-newsletter-form #edit-user-type--wrapper legend {
    float: left;
    position: relative;
    margin-right: 1.5rem;
    transform: translateY(6px);
  }
}
.webform-submission-form.webform-submission-contact-form {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
  border-radius: 2rem;
  background-color: #F3F3F3;
}
.webform-submission-form.webform-submission-contact-form > *:not(:first-child) {
  margin-top: 2rem;
}
.webform-submission-form.webform-submission-contact-form #edit-intro-text {
  margin-bottom: 2rem;
}
.webform-submission-form.webform-submission-contact-form #edit-intro-text h2 {
  font-size: 1.34375rem;
  font-weight: 300;
  line-height: 1.75;
  font-weight: 700;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form #edit-intro-text h2 {
    font-size: 1.94375rem;
  }
}
.webform-submission-form.webform-submission-contact-form input[type=text],
.webform-submission-form.webform-submission-contact-form input[type=email],
.webform-submission-form.webform-submission-contact-form input[type=password],
.webform-submission-form.webform-submission-contact-form input[type=tel],
.webform-submission-form.webform-submission-contact-form input[type=search],
.webform-submission-form.webform-submission-contact-form select,
.webform-submission-form.webform-submission-contact-form textarea {
  background-color: #FFFFFF;
}
.webform-submission-form.webform-submission-contact-form legend {
  margin-bottom: 0.5rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form legend {
    font-size: 1.125rem;
  }
}
.webform-submission-form.webform-submission-contact-form #edit-form-base {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: var(--container-gap);
}
.webform-submission-form.webform-submission-contact-form #edit-form-base.form-disabled, .webform-submission-form.webform-submission-contact-form #edit-form-base[style*="display: none"] {
  display: none !important;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base h2 {
  margin-bottom: 1rem;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-profession {
  grid-column: 1/span 2;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-profession legend {
  margin-bottom: 0.125rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form #edit-form-base #edit-profession legend {
    font-size: 1.125rem;
  }
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-profession .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--container-gap);
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-profession .fieldset-wrapper .webform-select-other-input {
  width: auto !important;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base .form-type-checkbox,
.webform-submission-form.webform-submission-contact-form #edit-form-base .form-item-oggetto,
.webform-submission-form.webform-submission-contact-form #edit-form-base .form-item-testo {
  grid-column: 1/span 2;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions {
  grid-column: 1/span 2;
  text-align: center;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions.form-disabled, .webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions[style*="display: none"] {
  display: none !important;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions input[type=submit] {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
.webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions input[type=submit]:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions input[type=submit] {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form #edit-form-base #edit-actions input[type=submit] {
    padding: 1.25rem 2.1875rem;
  }
}
.webform-submission-form.webform-submission-contact-form .form-item-contact-type-select + .form-item-contact-type-other {
  margin-top: 1rem;
}
.webform-submission-form.webform-submission-contact-form .form-type-webform-markup[class*=form-item-more] {
  text-align: center;
}
.webform-submission-form.webform-submission-contact-form .form-type-webform-markup[class*=form-item-more] .form_link {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
.webform-submission-form.webform-submission-contact-form .form-type-webform-markup[class*=form-item-more] .form_link:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form .form-type-webform-markup[class*=form-item-more] .form_link {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form .form-type-webform-markup[class*=form-item-more] .form_link {
    padding: 1.25rem 2.1875rem;
  }
}
.webform-submission-form.webform-submission-contact-form a.cta-link {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
}
.webform-submission-form.webform-submission-contact-form a.cta-link:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form a.cta-link {
    font-size: 0.95rem;
  }
}
.webform-submission-form.webform-submission-contact-form a.cta-link::after {
  content: "";
  display: inline-block;
  margin-left: 1rem;
  width: 1.0625rem;
  height: 0.625rem;
  background-image: var(--icon--arrow-w);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 250ms ease-in-out !important;
}
.webform-submission-form.webform-submission-contact-form a.cta-link:hover::after {
  margin-left: 1.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 992px) {
  .webform-submission-form.webform-submission-contact-form a.cta-link {
    padding: 1.25rem 2.1875rem;
  }
}
.webform-submission-form.webform-submission-contact-form #edit-actions {
  text-align: center;
}

.region-content > div[data-drupal-messages] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
}

.block-local-tasks-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, var(--container-gutter));
  padding-left: var(--bs-gutter-x, var(--container-gutter));
  margin-right: auto;
  margin-left: auto;
}
.block-local-tasks-block ul {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.block-local-tasks-block ul li {
  margin-bottom: 1rem;
}
.block-local-tasks-block ul li a {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #CC0000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  background-color: #CC0000;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
}
.block-local-tasks-block ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  .block-local-tasks-block ul li a {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .block-local-tasks-block ul li a {
    padding: 1.25rem 2.1875rem;
  }
}
@media (min-width: 768px) {
  .block-local-tasks-block ul li {
    display: inline-block;
  }
  .block-local-tasks-block ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .block-local-tasks-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.breadcrumb ul,
.breadcrumb ol {
  padding-left: 0;
  list-style: none;
}
.breadcrumb ul li,
.breadcrumb ol li {
  display: inline;
  color: #706F6F;
}
.breadcrumb ul li:not(:first-child)::before,
.breadcrumb ol li:not(:first-child)::before {
  content: "/ ";
}
.breadcrumb ul li a,
.breadcrumb ol li a {
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #706F6F;
  text-decoration: none;
}
@media (min-width: 992px) {
  .breadcrumb ul li a,
  .breadcrumb ol li a {
    font-size: 0.9375rem;
  }
}
.breadcrumb ul li a:hover,
.breadcrumb ol li a:hover {
  text-decoration: underline;
}

.se-block {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
.se-block span.se-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.se-block ul {
  padding-left: 0;
  list-style: none;
}
.se-block ul li {
  display: inline-block;
}
.se-block ul li a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}
.se-block ul li.linkedin a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M0 1.79063C0 0.801563 0.821875 0 1.83594 0H23.1641C24.1781 0 25 0.801563 25 1.79063V23.2094C25 24.1984 24.1781 25 23.1641 25H1.83594C0.821875 25 0 24.1984 0 23.2094V1.79063ZM7.72344 20.9281V9.63906H3.97188V20.9281H7.72344ZM5.84844 8.09688C7.15625 8.09688 7.97031 7.23125 7.97031 6.14687C7.94687 5.03906 7.15781 4.19688 5.87344 4.19688C4.58906 4.19688 3.75 5.04063 3.75 6.14687C3.75 7.23125 4.56406 8.09688 5.82344 8.09688H5.84844ZM13.5172 20.9281V14.6234C13.5172 14.2859 13.5422 13.9484 13.6422 13.7078C13.9125 13.0344 14.5297 12.3359 15.5672 12.3359C16.925 12.3359 17.4672 13.3703 17.4672 14.8891V20.9281H21.2188V14.4531C21.2188 10.9844 19.3687 9.37187 16.9 9.37187C14.9094 9.37187 14.0172 10.4656 13.5172 11.2359V11.275H13.4922C13.5005 11.262 13.5088 11.2489 13.5172 11.2359V9.63906H9.76719C9.81406 10.6984 9.76719 20.9281 9.76719 20.9281H13.5172Z' fill='black' /%3E%3C/svg%3E");
}
.se-block ul li.facebook_share a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M24.9994 12.5762C24.9994 5.6293 19.4025 -0.00195312 12.4994 -0.00195312C5.59315 -0.000390625 -0.00372314 5.6293 -0.00372314 12.5777C-0.00372314 18.8543 4.56815 24.0574 10.5431 25.0012V16.2121H7.37128V12.5777H10.5463V9.8043C10.5463 6.65273 12.4135 4.91211 15.2681 4.91211C16.6369 4.91211 18.0666 5.15742 18.0666 5.15742V8.25117H16.49C14.9385 8.25117 14.4541 9.22148 14.4541 10.2168V12.5762H17.9197L17.3666 16.2105H14.4525V24.9996C20.4275 24.0559 24.9994 18.8527 24.9994 12.5762Z' fill='black' /%3E%3C/svg%3E");
}
.se-block ul li.whatsapp a {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C13.7423 2.99983 11.5234 3.58766 9.56187 4.70562C7.60035 5.82357 5.9638 7.43311 4.81335 9.37575C3.6629 11.3184 3.03822 13.5272 3.00081 15.7846C2.9634 18.042 3.51456 20.2703 4.60001 22.25L3.53751 26C3.43839 26.3417 3.43282 26.7038 3.52138 27.0484C3.60993 27.393 3.78937 27.7075 4.04096 27.9591C4.29254 28.2106 4.60705 28.3901 4.95165 28.4786C5.29625 28.5672 5.6583 28.5616 6.00001 28.4625L9.75001 27.4C11.4879 28.3525 13.4205 28.8951 15.4002 28.9862C17.3798 29.0774 19.3541 28.7148 21.1722 27.926C22.9902 27.1373 24.6039 25.9433 25.8898 24.4354C27.1757 22.9275 28.0999 21.1456 28.5916 19.2258C29.0834 17.306 29.1297 15.2992 28.7271 13.3588C28.3244 11.4183 27.4835 9.59563 26.2685 8.02999C25.0535 6.46435 23.4967 5.19721 21.717 4.32542C19.9373 3.45363 17.9818 3.00027 16 3ZM19.0125 24H19C16.0815 23.9967 13.2836 22.835 11.2211 20.7701C9.15853 18.7052 8.00001 15.906 8.00001 12.9875C8.00332 11.7962 8.47889 10.6548 9.32244 9.8136C10.166 8.97238 11.3087 8.5 12.5 8.5C12.8275 8.50072 13.149 8.58776 13.4321 8.75235C13.7152 8.91694 13.9499 9.15327 14.1125 9.4375L15.575 12C15.7516 12.3069 15.8425 12.6556 15.8381 13.0097C15.8337 13.3637 15.7342 13.7101 15.55 14.0125L14.6625 15.5C15.1088 16.2588 15.7412 16.8913 16.5 17.3375L17.9875 16.45C18.2899 16.2658 18.6363 16.1663 18.9903 16.1619C19.3444 16.1575 19.6931 16.2484 20 16.425L22.5625 17.8875C22.8467 18.0501 23.0831 18.2848 23.2477 18.5679C23.4123 18.851 23.4993 19.1725 23.5 19.5C23.5 20.6913 23.0276 21.834 22.1864 22.6776C21.3452 23.5211 20.2038 23.9967 19.0125 24Z' fill='%231D1D1B'/%3E%3Cpath d='M17.0625 19.3375C16.9234 19.4188 16.7669 19.4658 16.6061 19.4745C16.4452 19.4832 16.2845 19.4534 16.1375 19.3875C14.5657 18.6908 13.3092 17.4343 12.6125 15.8625C12.5466 15.7155 12.5168 15.5548 12.5255 15.3939C12.5342 15.2331 12.5812 15.0766 12.6625 14.9375L13.8375 12.9875L12.425 10.5C11.7762 10.5163 11.1594 10.7856 10.7063 11.2503C10.2533 11.715 9.9998 12.3385 10 12.9875C9.99837 14.1704 10.2299 15.3421 10.6815 16.4355C11.1331 17.5289 11.7957 18.5225 12.6316 19.3595C13.4675 20.1966 14.4602 20.8606 15.553 21.3137C16.6457 21.7668 17.8171 22 19 22H19.0125C19.6615 22.0002 20.285 21.7467 20.7497 21.2937C21.2144 20.8406 21.4837 20.2238 21.5 19.575L19.0125 18.1625L17.0625 19.3375Z' fill='%231D1D1B'/%3E%3C/svg%3E");
}
.se-block ul li.twitter a {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.7126 9.71262L26.9376 13.4751C26.1876 22.2126 18.8126 29.0001 10.0001 29.0001C8.18759 29.0001 6.68759 28.7126 5.55009 28.1501C4.63759 27.6876 4.26259 27.2001 4.16259 27.0501C4.07985 26.9244 4.02654 26.7817 4.00662 26.6326C3.9867 26.4835 4.00069 26.3318 4.04755 26.1888C4.09441 26.0458 4.17292 25.9152 4.27725 25.8068C4.38157 25.6984 4.50902 25.6149 4.65009 25.5626C4.67509 25.5501 7.62509 24.4251 9.53759 22.2626C8.35152 21.4181 7.30903 20.3883 6.45009 19.2126C4.73759 16.8876 2.92509 12.8501 4.01259 6.82512C4.04678 6.646 4.1287 6.47944 4.24971 6.34303C4.37072 6.20662 4.52633 6.10542 4.70009 6.05012C4.87441 5.99304 5.06106 5.985 5.23964 6.02689C5.41822 6.06878 5.58184 6.15898 5.71259 6.28762C5.75009 6.33762 9.91259 10.4376 15.0001 11.7626V11.0001C15.005 10.2073 15.166 9.42313 15.474 8.6925C15.7819 7.96188 16.2308 7.29906 16.7949 6.74191C17.359 6.18475 18.0274 5.74417 18.7618 5.44531C19.4962 5.14645 20.2822 4.99518 21.0751 5.00012C22.1157 5.01496 23.1347 5.29909 24.0329 5.82484C24.931 6.35059 25.6777 7.10002 26.2001 8.00012H30.0001C30.1975 7.9995 30.3907 8.05733 30.5553 8.16633C30.7199 8.27533 30.8486 8.43062 30.9251 8.61262C30.9971 8.79733 31.0154 8.99866 30.9778 9.19333C30.9402 9.38799 30.8482 9.56803 30.7126 9.71262Z' fill='%231D1D1B'/%3E%3C/svg%3E%0A");
}
.se-block ul li:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .se-block {
    text-align: center;
  }
  .se-block span.se-title {
    display: block;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .se-block {
    margin-top: 4.5rem;
    margin-bottom: 7.5rem;
  }
  .se-block .inner {
    display: flex;
    align-items: center;
  }
  .se-block ul {
    margin-left: 1rem;
  }
}

nav.anchor--page-navigation {
  margin-top: 3rem;
}
nav.anchor--page-navigation ul {
  padding-left: 0;
  list-style: none;
}
nav.anchor--page-navigation ul li {
  margin-bottom: 1rem;
}
nav.anchor--page-navigation ul li a {
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: all 250ms ease-in-out !important;
  color: #000000;
  border: 1.5px solid #000000;
  padding: 0.5rem 1rem;
  color: #000000;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.790625rem;
  line-height: 1.2;
  font-weight: 500;
}
nav.anchor--page-navigation ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media (min-width: 992px) {
  nav.anchor--page-navigation ul li a {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  nav.anchor--page-navigation ul li a {
    padding: 1.25rem 2.1875rem;
  }
}
@media (min-width: 992px) {
  nav.anchor--page-navigation ul li a {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  nav.anchor--page-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: var(--max-width-hf);
  margin-left: auto;
  margin-right: auto;
  z-index: 501;
  transition: 250ms ease-in-out;
}
#header.header-hide {
  margin-top: -31.25rem;
}
#header.header-fixed {
  margin-top: 0 !important;
}
#header .region-header > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: var(--header-height);
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
}
#header .region-header .block-system-branding-block {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #header .region-header .block-system-branding-block {
    transition: none;
  }
}
#header .region-header .block-system-branding-block .site-name {
  display: none;
}
@media (max-width: 767.98px) {
  #header .region-header .block-system-branding-block {
    width: calc(100% - 105px);
  }
}
#header .region-header #block-header-domain-menu ul.menu {
  padding-left: 0;
  list-style: none;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li > a,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li > span {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.4375rem;
  font-weight: 500;
  text-decoration: none;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.mobile-link::after,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.mobile-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: var(--icon--chevron-b);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span {
  display: inline-block;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a[data-bs-toggle=collapse]::after,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span[data-bs-toggle=collapse]::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 0.5625rem;
  height: 0.5625rem;
  background-image: var(--icon--chevron-b);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li {
  margin-bottom: 1.5rem;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > a,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > span {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
}
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > a.hightlight,
#header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > span.hightlight {
  color: #CC0000;
  font-weight: 700;
}
#header .region-header .block-ws-domain-smart-switcher-block {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  padding: 4rem;
  max-width: var(--max-width-hf);
  margin-left: auto;
  margin-right: auto;
  height: auto;
  border: 1px solid #ECECEC;
  background-color: #FFFFFF;
  z-index: 502;
  transition: all 250ms ease-in-out;
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher span,
#header .region-header .block-ws-domain-smart-switcher-block .markets-switcher span {
  display: block;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 992px) {
  #header .region-header .block-ws-domain-smart-switcher-block .language-switcher span,
  #header .region-header .block-ws-domain-smart-switcher-block .markets-switcher span {
    font-size: 1.35rem;
  }
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher ul,
#header .region-header .block-ws-domain-smart-switcher-block .markets-switcher ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher ul li,
#header .region-header .block-ws-domain-smart-switcher-block .markets-switcher ul li {
  display: inline-block;
  padding-right: 10rem;
  font-weight: 400;
  transition: all 250ms ease-in-out;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 992px) {
  #header .region-header .block-ws-domain-smart-switcher-block .language-switcher ul li,
  #header .region-header .block-ws-domain-smart-switcher-block .markets-switcher ul li {
    font-size: 1.125rem;
  }
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher ul li::before,
#header .region-header .block-ws-domain-smart-switcher-block .markets-switcher ul li::before {
  content: "";
  display: inline-block;
  margin-right: 0.125rem;
  margin-bottom: 0.125rem;
  width: 0.6875rem;
  height: 0.375rem;
  background-image: var(--icon--chevron-b);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher ul li a,
#header .region-header .block-ws-domain-smart-switcher-block .markets-switcher ul li a {
  color: #000000;
  text-decoration: none;
}
#header .region-header .block-ws-domain-smart-switcher-block .language-switcher {
  margin-bottom: 2.5rem;
}
#header .region-header .block-ws-domain-smart-switcher-block:not(.switcher-active) {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
  overflow: hidden;
}
#header .region-header .menu--header-menu {
  display: none;
}
@media (max-width: 1199.98px) {
  #header .region-header #block-header-domain-menu {
    position: fixed;
    top: calc(var(--header-height) + var(--toolbar-height));
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background: #FFFFFF;
    z-index: 500;
  }
  #header .region-header #block-header-domain-menu:not(.collapse):not(.collapsing) {
    display: none;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 {
    width: 100%;
    padding-right: var(--bs-gutter-x, var(--container-gutter));
    padding-left: var(--bs-gutter-x, var(--container-gutter));
    margin-right: auto;
    margin-left: auto;
    padding-top: calc(var(--searchbar-height) + 3rem);
    padding-bottom: 5rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li {
    margin-bottom: 1.5rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.mobile-link[aria-expanded=false] + a.desktop-link,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.mobile-link[aria-expanded=false] + a.desktop-link {
    display: none;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.desktop-link,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.desktop-link {
    display: inline-block;
    margin-top: 1.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.desktop-link::after,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.desktop-link::after {
    content: "";
    display: inline-block;
    margin-left: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
    background-image: var(--icon--bulb-b);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 {
    padding-top: 1.5rem;
    padding-left: 1rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li {
    margin-bottom: 1.5rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 {
    padding-top: 1.5rem;
    padding-left: 1rem;
  }
  #header .region-header .block-mitsubishi-search {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
    background: #F5F5F5;
    border-bottom: 1px solid #ECECEC;
    z-index: 501;
    transition: 350ms ease-in-out;
  }
  #header .region-header .block-mitsubishi-search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  #header .region-header .block-mitsubishi-search form .search-close {
    display: none;
  }
  #header .region-header .block-mitsubishi-search form input[type=text] {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    font-size: 1.125rem;
  }
  #header .region-header .block-mitsubishi-search form .form-actions {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit] {
    -webkit-appearance: none;
    -webkit-user-select: none;
    background: none;
    border: none;
    box-shadow: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: transparent;
    font-size: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: var(--icon--lens-b);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit]:hover {
    opacity: 1;
    text-decoration: none;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit]:hover {
    background-image: var(--icon--lens-r);
  }
  #header .region-header .block-mitsubishi-search:not(.search-active) {
    transform: translateY(-12.5rem);
  }
  #header .region-header .togglers {
    display: flex;
    flex-wrap: wrap;
  }
  #header .region-header .navbar-toggler {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: calc(var(--header-height) - 15px);
    height: var(--header-height);
    padding: 0;
    border: 0;
    border-left: 1px solid #ECECEC;
    text-decoration: none;
    z-index: 501;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  #header .region-header .navbar-toggler {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  #header .region-header .navbar-toggler[aria-expanded=true] {
    justify-content: center;
  }
  #header .region-header .navbar-toggler[aria-expanded=true]::before {
    width: 1.375rem;
    transform: rotate(45deg);
  }
  #header .region-header .navbar-toggler[aria-expanded=true] span {
    width: 0;
  }
  #header .region-header .navbar-toggler[aria-expanded=true]::after {
    width: 1.375rem;
    transform: rotate(-45deg);
  }
  #header .region-header .navbar-toggler::before, #header .region-header .navbar-toggler::after {
    content: "";
    position: absolute;
    top: 50%;
  }
  #header .region-header .navbar-toggler::before {
    transform: translateY(-6px);
  }
  #header .region-header .navbar-toggler::after {
    transform: translateY(4px);
  }
  #header .region-header .navbar-toggler span, #header .region-header .navbar-toggler::before, #header .region-header .navbar-toggler::after {
    display: block;
    margin-left: 0.4375rem;
    width: 1.25rem;
    height: 0.125rem;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  #header .region-header .navbar-toggler span, #header .region-header .navbar-toggler::before, #header .region-header .navbar-toggler::after {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  #header .region-header .market-trigger-mobile {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(var(--header-height) - 15px);
    height: var(--header-height);
    border-left: 1px solid #ECECEC;
    color: transparent;
    font-size: 0;
    background-image: var(--icon--world-b);
    background-position: center;
    background-size: 1.375rem;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
    cursor: pointer;
  }
  #header .region-header .market-trigger-mobile:hover {
    background-image: var(--icon--world-w);
    background-color: #000000;
  }
}
@media (min-width: 1200px) {
  #header .region-header > .inner {
    height: var(--header-height);
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 {
    display: flex;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li {
    display: inline-block;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li.menu-item--active-trail > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li.menu-item--active-trail > span {
    background-color: #000000;
    color: #FFFFFF;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span {
    display: inline-block;
    padding: 1.875rem 1.25rem;
    font-size: 1.125rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.desktop-link,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.desktop-link {
    display: inline-block;
    padding: 1.875rem 1.25rem;
    font-size: 1.125rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a:hover,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 {
    position: fixed;
    left: 0;
    right: 0;
    max-width: var(--max-width-hf);
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ECECEC;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 501;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li {
    display: inline-block;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li.menu-item--active-trail > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li.menu-item--active-trail > span {
    border-bottom: 2px solid #E3051C;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span {
    padding: 1.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a[data-bs-toggle=collapse]::after,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span[data-bs-toggle=collapse]::after {
    content: "";
    margin-left: 0.75rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a[data-bs-toggle=collapse] + .collapsing,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span[data-bs-toggle=collapse] + .collapsing {
    position: fixed;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a[aria-expanded=true],
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span[aria-expanded=true] {
    border-bottom: 2px solid #E3051C;
    background-color: #F5F5F5;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > a:hover,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li > span:hover {
    border-bottom: 2px solid #E3051C;
    background-color: #F5F5F5;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 {
    position: fixed;
    left: 0;
    right: 0;
    max-width: var(--max-width-hf);
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 4rem 5rem 4rem;
    column-count: 3;
    gap: 1rem;
    border: 1px solid #ECECEC;
    background-color: #FFFFFF;
    text-align: left;
    z-index: 501;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li {
    margin-bottom: 1rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > span {
    font-weight: 700;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > a:hover,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li ul.menu-level-1 > li ul.menu-level-2 > li > span:hover {
    color: #E3051C;
  }
  #header .region-header .block-mitsubishi-search {
    position: absolute;
    top: 0;
    bottom: 1px;
    right: 0;
    background-color: #FFFFFF;
    transition: 350ms ease-in-out;
  }
  #header .region-header .block-mitsubishi-search form {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #header .region-header .block-mitsubishi-search form .search-close {
    display: flex;
    align-items: center;
    width: var(--header-height);
    height: 100%;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width: 1em; height: 1em;vertical-align: middle;fill: %23CC0000;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1'%3E%3Cpath d='M777.856 280.192l-33.92-33.952-231.872 231.872-231.84-231.872-33.984 33.888 231.872 231.904-231.84 231.84 33.888 33.984 231.904-231.904 231.84 231.872 33.952-33.888-231.872-231.904z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.75rem;
    background-repeat: no-repeat;
  }
  #header .region-header .block-mitsubishi-search form .search-close input[type=submit]:hover {
    background-image: var(--icon--lens-r);
  }
  #header .region-header .block-mitsubishi-search form input[type=text] {
    border: 0;
    border-bottom: 2px solid #000000;
    border-radius: 0;
  }
  #header .region-header .block-mitsubishi-search form .form-actions {
    display: flex;
    align-items: center;
    height: 100%;
    width: 5rem;
    height: 5rem;
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #ECECEC;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit] {
    -webkit-appearance: none;
    -webkit-user-select: none;
    background: none;
    border: none;
    box-shadow: none;
    color: inherit;
    font: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    color: transparent;
    font-size: 0;
    width: 100%;
    height: 1.5rem;
    background-image: var(--icon--lens-b);
    background-position: center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit]:hover {
    opacity: 1;
    text-decoration: none;
  }
  #header .region-header .block-mitsubishi-search form .form-actions input[type=submit]:hover {
    background-image: var(--icon--lens-r);
  }
  #header .region-header .block-mitsubishi-search:not(.search-active) {
    transform: translateX(125rem);
  }
  #header .region-header .menu--header-menu {
    display: block;
  }
  #header .region-header .menu--header-menu ul {
    padding-left: 0;
    list-style: none;
  }
  #header .region-header .menu--header-menu ul > li {
    display: inline-block;
  }
  #header .region-header .menu--header-menu ul .search-trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 5rem;
    height: 5rem;
    margin-right: -0.9375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #ECECEC;
    color: transparent;
    font-size: 0;
    background-image: var(--icon--lens-b);
    background-position: 1.75rem 1.875rem;
    background-size: 1.6875rem;
    background-repeat: no-repeat;
  }
  #header .region-header .menu--header-menu ul .search-trigger::before {
    content: "";
    position: absolute;
    display: block;
    top: 2.0625rem;
    left: 0.3125rem;
    width: 1rem;
    height: 1rem;
    background-image: var(--icon--chevron-b);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
  }
  #header .region-header .menu--header-menu ul .search-trigger:hover {
    background-image: var(--icon--lens-r);
  }
  #header .region-header .menu--header-menu ul .search-trigger:hover::before {
    background-image: var(--icon--chevron-r);
    transform: rotate(90deg);
  }
  #header .region-header .menu--header-menu ul .market-trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 4rem;
    height: 5rem;
    border-left: 1px solid #ECECEC;
    color: transparent;
    font-size: 0;
    background-image: var(--icon--world-b);
    background-position: center;
    background-size: 1.6875rem;
    background-repeat: no-repeat;
    transition: all 250ms ease-in-out;
    cursor: pointer;
  }
  #header .region-header .menu--header-menu ul .market-trigger:hover {
    background-image: var(--icon--world-w);
    background-color: #000000;
  }
  #header + .header-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 500;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span {
    padding: 1.875rem 0.9375rem;
    font-size: 1.0625rem;
  }
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > a.desktop-link,
  #header .region-header #block-header-domain-menu ul.menu-level-0 > li > span.desktop-link {
    padding: 1.875rem 0.9375rem;
    font-size: 1.0625rem;
  }
}

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