/*!
 * Bootstrap Grid v5.0.1 (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: 95%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1300px;
  }
}
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
/*.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}*/
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.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: 0px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 100%;
    /*width: 83.3333333333%;*/
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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: 576px) and (min-width: 1200px) {
  .col-sm-9 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
.box .inner {
  padding: 0 48px 0 48px;
}
/*footer .row {
	background: #f2f5fe;
}*/
.container.col-sm-10.white li {
  background: #ffffff;
}
h1 {
  max-width: 515px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #001426;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: auto;
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 120%;
  }
}
h2 {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}
h3 {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}
h4 {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 768px) {
  h4 {
    font-size: 25px;
    line-height: 120%;
  }
}
h4.ce-headline-left {
  margin-top: 30px;
  margin-bottom: 30px;
}
h5 {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #001426;
  padding: 0px;
  margin: 0px;
}
span {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
}
a {
  color: #000000;
}
p {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
}
p.text-right {
  text-align: right;
}
p.text-center {
  text-align: center;
}
p.text-left {
  text-align: left;
}
p.copyright {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  margin-top: 100px;
  color: #001426;
}
@media (max-width: 576px) {
  p.copyright {
    margin-top: 55px;
  }
}
li {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
}
span.headline {
  font-family: corporate-s, sans-serif;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000000;
}
footer a {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #001426;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  color: #000;
  text-decoration: none;
}
footer a:hover {
  color: #000;
}
footer a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
}
footer a:hover::before {
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 576px) {
  footer a {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
  }
}
footer .logo a::before {
  height: 0px;
}
footer ul {
  padding: 0px;
}
footer ul li {
  list-style-type: none;
}
.blueline a {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #001426;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #000;
  text-decoration: none;
}
.blueline a:hover {
  color: #000;
}
.blueline a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
}
.blueline a:hover::before {
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 576px) {
  .blueline a {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
  }
}
.blueline .logo a::before {
  height: 0px;
}
.ce-headline-left {
  text-align: left;
}
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}
body {
  margin: 0px;
  padding: 0px;
  background: #FCFCFB;
  max-width: 100%;
}
img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}
@media (min-width: 992px) {
  .header-top-container {
    padding-top: 60px;
  }
  .header-top-container.padding {
    padding-top: 160px;
  }
}
@media (max-width: 992px) {
  .header-top-container.fixed {
    height: 185px;
  }
  .header-top-container.fixed .header-top.fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #FCFCFB;
    z-index: 1001;
  }
  .header-top-container.fixed .dorint-logo-small {
    display: block;
    margin: 20px auto 20px;
    width: 145px;
    height: auto;
  }
  .header-top-container.fixed .dorint-logo-small.essential {
    display: none;
  }
  .header-top-container.fixed .dorint-logo {
    display: none;
  }
}
.dorint-logo {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin: 15px auto 64px;
}
@media (max-width: 992px) {
  .dorint-logo {
    width: 106px;
    height: 106px;
  }
}
@media (max-width: 768px) {
  .dorint-logo.essential {
    display: none;
  }
}
.dorint-logo-small {
  display: none;
}
.dorint-logo.bottom {
  bottom: 0px;
  margin: 30px auto 36px;
}
@media (max-width: 576px) {
  .dorint-logo.bottom {
    position: relative;
  }
}
.dorint-logo.bottom.mleft {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .dorint-logo.bottom.mleft {
    margin-left: 0px;
  }
}
.blueline {
  height: 60px;
  background: #F3F5FE;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .blueline {
    position: fixed;
    z-index: 1004;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .blueline {
    height: auto;
  }
}
.blueline a {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #001426;
  position: relative;
  top: -10px;
  margin-left: 10px;
}
.blueline .col-icon-distance {
  display: inline-block;
  margin-right: 50px;
}
.blueline .col-icon-distance ul {
  padding: 0px;
  margin: 0px;
}
.blueline .col-icon-distance li {
  list-style-type: none;
}
@media (min-width: 992px) {
  .blueline .col-icon-distance {
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .blueline .col-icon-distance {
    margin-right: 45px;
  }
}
@media (min-width: 1400px) {
  .blueline .col-icon-distance {
    margin-right: 70px;
  }
}
.blueline .col-icon-no-distance {
  display: inline-block;
}
.blueline img.topcolicon {
  position: relative;
  top: 5px;
}
.e-quickbooker-sidebar__button-hover-image {
  position: absolute;
  z-index: 990;
  left: 2.8rem;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0);
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}
.e-quickbooker-sidebar__button:not(.e-quickbooker-sidebar__button--active):hover + .e-quickbooker-sidebar__button-hover-image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#nav-mobile {
  text-decoration: none;
  display: none;
  font-family: corporate-s, sans-serif;
  border: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #001426;
  background: #ffffff;
  margin-top: 52px;
  background: url(../../gfx/Hamburger.svg) no-repeat 0px 0px;
  cursor: pointer;
  padding-left: 44px;
  padding-right: 6px;
  margin-top: 30px;
}
button#nav {
  font-family: corporate-s, sans-serif;
  border: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #001426;
  background: #ffffff;
  margin-top: 48px;
  background: url(../../gfx/Hamburger.svg) no-repeat 10px 28px;
  cursor: pointer;
  padding-left: 44px;
}
@media (max-width: 992px) {
  button#nav {
    margin-top: 112px;
  }
}
.logo {
  text-align: center;
}
.logo a {
  display: contents;
}
button#nav {
  padding: 20px 2px 20px 20px;
  border: 1px solid #001426;
  width: 150px;
}
.lmce-booking-button {
  position: relative;
  top: 38px;
}
.lmce-booking-button button {
  margin: 0px !important;
  padding: 0px;
}
.lmce-booking-button .btn-holder {
  float: right;
}
.lmce-language-switcher {
  position: absolute;
  margin-top: -3px;
}
.lmce-language-switcher a {
  margin-left: 0px;
}
.lmce-language-switcher li {
  list-style-type: none;
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #001426;
  position: relative;
  margin-left: 20px;
  background-color: #fff;
  padding: 5px 8px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.lmce-language-switcher li.langauge-active {
  padding-bottom: 15px;
  background-color: transparent;
  padding-top: 0px;
  border-left: none;
  border-right: none;
}
.lmce-language-switcher li.langauge-active a {
  padding-bottom: 25px;
  border-bottom: 1px solid #001426;
}
.lmce-language-switcher a {
  text-decoration: none;
  top: 0px;
}
.lmce-language-switcher .language-arrow {
  float: right;
  margin-left: 10px;
  margin-top: 31px;
  cursor: pointer;
}
#language_menu {
  float: left;
  height: 15px;
  padding: 10px 0px;
  overflow: hidden;
}
#language_menu.open {
  overflow: initial;
}
.lmce-booking-hotline {
  position: absolute;
  margin-top: 57px;
  display: none;
}
@media (max-width: 992px) {
  .lmce-booking-hotline {
    display: none;
  }
}
.lmce-booking-hotline span.small {
  font-size: 16px;
  text-transform: uppercase;
}
.lmce-booking-hotline span.small a {
  text-decoration: none;
}
section {
  margin-top: 20px;
  margin-bottom: 20px;
}
header section {
  margin-top: 0px;
  margin-bottom: 0px;
}
.fixed #nav-mobile {
  margin-top: 35px;
}
nav#menu-main .logo {
  text-align: center;
}
nav#menu-main .dorint-logo {
  margin: 15px auto 35px;
}
nav#menu-main .btn-2 span {
  min-width: 176px;
}
nav#menu-main button#nav {
  border: 0px;
  padding: 0px 0px 0px 25px;
  background: url(../../gfx/schliessen.svg) no-repeat 0px 5px;
}
nav#menu-main .blueline img.topcolicon {
  opacity: 0.45;
}
nav#menu-main ul {
  padding: 0px;
}
nav#menu-main ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
nav#menu-main ul li:first-child a {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  letter-spacing: 0.04em;
  color: #000000;
}
nav#menu-main ul li a {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  /* identical to box height, or 30px */
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #001426;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  color: #000;
  text-decoration: none;
}
nav#menu-main ul li a:hover {
  color: #000;
}
nav#menu-main ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0s;
}
nav#menu-main ul li a:hover::before {
  visibility: visible;
  transform: translateX(0);
}
nav#menu-main .col-md-2 ul li:last-child a {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  /* identical to box height, or 36px */
  letter-spacing: 0.04em;
  color: #000000;
}
nav#menu-main button#nav {
  margin-top: 112px;
}
nav#menu-main .megamenu {
  margin-top: 10px;
}
nav#menu-main .megamenu img.topcolicon {
  margin-right: 25px;
}
nav#menu-main .megamenu ul.list-spacing-bottom {
  padding-bottom: 100px;
}
nav#menu-main .lmce-booking-button {
  top: 55px;
}
nav#menu-main .blueline {
  margin-top: 5px;
}
nav#menu-main .blueline a {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  opacity: 0.45;
}
nav#menu-main .blueline a.current {
  opacity: 1 !important;
  border-bottom: 1px solid #131a4d;
}
nav#menu-main .blueline .col-icon-distance {
  margin-right: 46px;
}
@media (min-width: 992px) {
  nav#menu-main .blueline .col-icon-distance {
    margin-right: 17px;
  }
}
@media (min-width: 1400px) {
  nav#menu-main .blueline .col-icon-distance {
    margin-right: 77px;
  }
}
nav#menu-main .blueline .cur img.topcolicon {
  opacity: 1;
}
.megamenu .list-spacing-bottom {
  padding: 0px;
  margin: 0px;
}
footer {
  clear: both;
  position: relative;
  /*@media (max-width: 992px) {
			height: 515px;
	}*/
}
footer .footer-blue {
  background: #001426;
  height: 500px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
footer header {
  width: 179px;
  padding-top: 55px;
}
footer .frame-type-text a {
  margin-top: 22px;
}
footer .tx-powermail .container-fluid {
  margin: 0px;
}
footer .dorint-logo {
  margin-top: 50px;
  display: block;
}
@media (max-width: 576px) {
  footer .dorint-logo {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .container-md, footer .container-sm, footer .container {
    max-width: 100%;
    padding: 0px;
  }
}
.lmce-footer {
  min-height: 660px;
  position: relative;
  background: #F3F5FE;
  padding-left: 20px;
  padding-right: 20px;
}
.arrow {
  max-width: 109px;
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
  /* identical to box height, or 24px */
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .arrow {
    display: none;
  }
}
.footermenu-col2 {
  margin-top: 171px;
}
@media (max-width: 576px) {
  .footermenu-col2 {
    margin-top: 75px;
  }
}
.footermenu-col3 {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .footermenu-col3 {
    position: relative;
    bottom: 30px;
  }
}
@media (max-width: 768px) {
  .col-md-4.box {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  width: 83.33333%;
  margin: auto;
  top: -60px;
}
.frame-type-textmedia figure.video {
  margin: 0px;
}
:active, :hover, :focus {
  outline: 0 !important;
  outline-offset: 0;
}
::before, ::after {
  position: absolute;
  content: "";
}
.btn-holder {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  padding: 20px 20px;
  transition: 0.3s;
  text-decoration: none;
}
.btn a span {
  text-decoration: none;
}
.btn-1::before {
  background-color: #001426;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: white;
  border: 1px solid #001426;
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: #001426;
  transition: 0.2s 0.1s;
}
.btn.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}
.btn-2::before {
  background-color: #001426;
  transition: 0.3s ease-out;
}
.btn-2 span {
  color: #001426;
  border: 1px solid #001426;
  transition: 0.2s;
}
.btn-2 span:hover {
  color: white;
  transition: 0.2s 0.1s;
}
.btn-3::before {
  background-color: #001426;
  transition: 0.3s ease-out;
}
.btn-3 span {
  color: white;
  border: 1px solid #001426;
  transition: 0.2s;
}
.btn-3 span:hover {
  color: #141e55;
  transition: 0.2s 0.1s;
}
.btn-4::before {
  background: white;
  transition: 0.3s ease-out;
}
.btn-4 span {
  color: white;
  border: 1px solid white;
  transition: 0.2s;
}
.btn-4 span:hover {
  color: #001426;
  transition: 0.2s 0.1s;
}
.btn.hover-slide-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
}
.btn.hover-slide-right:hover::before {
  width: 100%;
}
.btn.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}
@media (max-width: 992px) {
  .lmce-language-switcher {
    left: 25px;
    margin-top: 7px;
  }
}
.e-quickbooker-sidebar__button-icon.newsletter {
  width: 52px;
  left: 0px;
  position: absolute;
  z-index: 999;
  margin-top: 116px;
  border: 1px solid;
  cursor: pointer;
  background: #f38b02 url(../../gfx/bell.png) no-repeat center center;
}
.e-quickbooker-sidebar__button-icon.newsletter:hover {
  background: #f38b02 url(../../gfx/bell_hover.png) no-repeat center center;
}
.e-quickbooker-text {
  width: 105px;
}
.frame-layout-quickbooker .e-quickbooker {
  display: none;
}
hr.ce-div {
  clear: both;
  background: #D3D3D3;
  height: 2px;
  border: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}
nav#menu-main {
  transition: opacity 0.15s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.mm-wrapper_blocking {
  position: fixed;
}
li.dropdown .sub {
  display: none;
}
li.dropdown .menu-icon-wrapper {
  display: inline-block;
  width: 40px;
  height: 40px;
  top: 13px;
  position: relative;
  text-align: center;
  border-radius: 50%;
}
li.dropdown .menu-icon-wrapper img {
  left: 50%;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
li.dropdown:hover .menu-icon-wrapper {
  background-color: #112249;
}
li.dropdown:hover .sub {
  width: 418px;
  display: block;
  position: absolute;
  z-index: 1;
}
li.dropdown:hover .sub .sub-wrap {
  background: #ffffff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.88);
  box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.88);
}
li.dropdown:hover .submenu-wrap {
  float: left;
  padding-top: 30px;
}
li.dropdown:hover .submenu-wrap li {
  line-height: 220%;
}
li.dropdown:hover .submenu-wrap li span.item-new {
  font-size: 12px;
  line-height: 20px;
  font-weight: 800;
  color: #f38b01;
}
li.dropdown:hover .image-dropdown-position {
  float: right;
  padding: 10px;
  display: grid;
}
li.dropdown:hover .image-dropdown-position .image-dropdown-0, li.dropdown:hover .image-dropdown-position .image-dropdown-1 {
  display: none;
}
li.dropdown:hover .sub {
  overflow: hidden;
}
li.dropdown:hover .sub-wrap {
  animation-name: run;
  animation-duration: 0.5s;
}
li.dropdown > a {
  line-height: 20px !important;
  top: 2px !important;
}
.menu-icon-wrapper img:first-child {
  display: inline;
}
.menu-icon-wrapper img:last-child {
  display: none;
}
li.dropdown:hover .menu-icon-wrapper img:first-child {
  display: none;
}
li.dropdown:hover .menu-icon-wrapper img:last-child {
  display: inline;
}
.height-100 {
  height: 100%;
}
@media (max-width: 992px) {
  .height-100.menuwrap {
    display: none;
  }
}
li.dropdown .sub {
  margin-top: 14px;
}
@-webkit-keyframes run {
  0% {
    margin-left: -418px;
  }
  100% {
    margin-left: 10px;
  }
}
.sub-wrap {
  margin-top: 0;
  display: inline-block;
  width: 400px;
  height: 100%;
}
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin-top: 0 !important;
  }
}
.list-spacing-bottom {
  position: relative;
}
.list-spacing-bottom:last-child .dropdown:hover .sub {
  right: 0;
}
.list-spacing-bottom:last-child li.dropdown:hover .sub-wrap {
  animation-name: run_right;
  animation-duration: 0.5s;
}
li.dropdown:hover .sub-wrap {
  margin-left: 10px;
}
@-webkit-keyframes run {
  0% {
    margin-left: -418px;
  }
  100% {
    margin-left: 5px;
  }
}
@-webkit-keyframes run_right {
  0% {
    margin-left: 418px;
  }
  100% {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  nav#menu-main.open {
    position: absolute;
    z-index: 9999;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #f3f5fe;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    opacity: 1;
    transition: opacity 0.15s ease-out;
  }
  main.open, footer.open, header.open section {
    display: none !important;
  }
}
:root {
  --mm-color-background: #f3f5fe;
}
.mm-menu {
  width: 100vw;
  height: 100vh;
  padding: 20px 30px;
}
.mm-menu #mm-1 .mm-listitem__text, .mm-menu .mm-navbar__title[href="#mm-1"] span {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .mm-menu a.mm-navbar__title {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .mm-menu .mm-listview {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .mm-menu .mm-listview {
    padding-bottom: 0px;
  }
}
.mm-menu .mm-top-header {
  display: flex;
  justify-content: space-between;
}
.mm-menu .mm-top-header img.dorint-logo {
  margin: 0;
}
.mm-menu .mm-top-header #menu-mobile-close {
  font-family: corporate-s, sans-serif;
  border: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #001426;
  background: #ffffff;
  background: url(../../gfx/schliessen.svg) no-repeat 0px 8px;
  cursor: pointer;
  padding-right: 44px;
  background-position: center right;
}
.mm-menu .mm-navbar {
  border: 0;
}
.mm-menu .mm-navbar__title {
  padding: 30px 0;
  justify-content: flex-start;
}
.mm-menu .mm-navbar__title span {
  color: #000;
}
.mm-menu #mm-1 .mm-navbar {
  /*display: none;*/
}
.mm-menu .mm-navbars_bottom {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .mm-menu .mm-navbars_bottom {
    margin: 25px 0;
    position: absolute;
    right: 25px;
    top: 94px;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .mm-menu .mm-navbars_bottom {
    margin: 0px 0px 50px 0px;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
}
.mm-menu .mm-navbars_bottom .mm-navbar:first-child {
  border-top: 0;
}
.mm-menu .mm-btn:before {
  display: none;
}
.mm-menu .mm-btn_prev {
  width: 22px;
  margin-right: 35px;
}
.mm-menu .mm-btn_prev:after {
  border: 0;
  background: url(../../gfx/arrow-right.svg) no-repeat;
  width: 22px;
  height: 8px;
  transform: rotate(180deg);
}
.mm-menu .mm-btn_next {
  border-left: 0 !important;
}
.mm-menu .mm-btn_next:after {
  border: 0;
  background: url(../../gfx/arrow-right.svg) no-repeat;
  width: 22px;
  height: 8px;
  transform: none;
  right: 0;
}
.mm-menu .mm-listitem:after {
  display: none;
}
.mm-menu .mm-listitem__text {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: corporate-s, sans-serif;
  font-size: 20px;
  line-height: 20px;
}
.mm-menu .mm-listitem__text:focus, .mm-menu .mm-listitem__text:active, .mm-menu .mm-listitem__text:hover {
  background: transparent;
}
.mm-menu .mm-listitem__text img {
  margin-right: 25px;
}
.mm-menu .btn {
  display: block;
  padding: 0;
}
.mm-menu .btn span {
  display: block;
}
#footer-logo-main {
  margin: 0 10px 0 0 !important;
  float: left;
}
@media only screen and (max-width: 1200px) {
  footer .inner .logo a .dorint-logo {
    width: 100px !important;
    height: 100px !important;
  }
}
@media only screen and (max-width: 972px) {
  #footer-logo-main {
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 770px) {
  #footer-logo-main {
    margin: 0 10px 0 0 !important;
  }
}
/*a[href$="/de/hotels/barcelo-partner-hotels"] { 
	color: #f38b02;
}*/
.frame-space-before-extra-small {
  padding-top: 30px !important;
}
.frame-space-after-extra-small {
  padding-bottom: 30px !important;
}
.frame-space-before-small {
  padding-top: 40px !important;
}
.frame-space-after-small {
  padding-bottom: 40px !important;
}
.frame-space-before-medium {
  padding-top: 50px !important;
}
.frame-space-after-medium {
  padding-bottom: 50px !important;
}
.frame-space-before-large {
  padding-top: 60px !important;
}
.frame-space-after-large {
  padding-bottom: 60px !important;
}
.frame-space-before-extra-large {
  padding-top: 113px !important;
}
.frame-space-after-extra-large {
  padding-bottom: 113px !important;
}
.button-style {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  padding: 20px 20px;
  transition: 0.3s;
  text-decoration: none;
  color: #001426;
  border: 1px solid #001426;
  transition: 0.2s;
  text-decoration: none;
}
.button-style:hover {
  outline: 0 !important;
  outline-offset: 0;
  outline: 0 !important;
  outline-offset: 0;
  color: white;
  background: #001426;
  transition: 0.2s 0.1s;
}
.lmce_blueboxcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 10px;
  background: #F3F5FE;
}
.lmce_blueboxcontent h4 {
  margin: 0px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .lmce_blueboxcontent h4 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .lmce_blueboxcontent {
    padding: 90px 40px;
  }
}
.lmce_cinemagraphs {
  max-width: 1900px;
}
@media (max-width: 1400px) {
  .lmce_cinemagraphs.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
  }
}
video {
  width: 100%;
  height: auto;
}
.lmce-quickbooker {
  flex-direction: column;
  align-items: center;
  padding: 40px 30px 40px 30px;
  background: #F3F5FE;
  position: relative;
  margin-top: -60px;
}
@media (min-width: 1201px) {
  .lmce-quickbooker {
    width: 90%;
    margin: auto;
    top: -60px;
  }
}
@media (max-width: 1200px) {
  .lmce-quickbooker {
    width: 83.33333%;
    margin: auto;
    top: -60px;
  }
}
@media (max-width: 991px) {
  .lmce-quickbooker {
    top: -20px;
    width: 75%;
    margin: auto;
  }
}
.lmce-quickbooker span.headline {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
}
@media (max-width: 992px) {
  .lmce_twocol {
    padding: 0px 40px;
  }
}
.lmce_twocol figure.image {
  margin: auto;
}
.lmce_twocol img.image-embed-item {
  width: 90%;
  height: auto;
}
@media (max-width: 992px) {
  .lmce_contactform {
    padding: 0px 40px;
  }
}
.contactform {
  background: #F3F5FE;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 200px;
  padding: 40px 30px 40px 30px;
}
@media (max-width: 992px) {
  .contactform {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .container.col-md-7.contactform {
    width: 100%;
  }
}
.container-wrap {
  width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .ce-default header {
    clear: both;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .ce-default .ce-bodytext {
    width: 90%;
    margin: auto;
  }
}
.ce-default .ce-column {
  display: inline-block;
}
@media (min-width: 1200px) {
  .ce-default .ce-column:first-child {
    margin-right: 30px;
  }
}
.ce-default .ce-gallery[data-ce-columns="1"] img {
  width: 100%;
  height: auto;
}
@media (min-width: 1201px) {
  .ce-default .ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%;
  }
}
.ce-default .ce-gallery[data-ce-columns="2"] {
  clear: both;
}
@media (max-width: 768px) {
  .ce-default .ce-gallery[data-ce-columns="2"] .ce-column:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  .ce-default .ce-gallery[data-ce-columns="2"] .ce-column {
    float: left;
    width: 49%;
  }
}
.ce-default .ce-gallery[data-ce-columns="2"] .ce-column img {
  width: 100%;
  height: auto;
}
.ce-default .ce-gallery[data-ce-columns="2"] .ce-column:last-child {
  float: right;
}
@media (min-width: 1201px) {
  .ce-default .ce-gallery[data-ce-columns="2"] .ce-column {
    float: left;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .ce-default .ce-gallery[data-ce-columns="3"] .ce-column:first-child {
    margin-right: 29px;
  }
}
.ce-default .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 32%;
}
.ce-default .ce-gallery[data-ce-columns="3"] .ce-column img {
  width: 100%;
  height: auto;
}
.ce-default .ce-gallery[data-ce-columns="3"] .ce-column:first-child {
  margin-right: 1.5%;
}
.ce-default .ce-gallery[data-ce-columns="3"] .ce-column:last-child {
  float: right;
}
.ce-default.frame-layout-3.fixed {
  margin-top: 115px;
}
section.lmce_socialmedia {
  margin-top: 65px;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  section.lmce_socialmedia {
    margin-top: 5px;
  }
}
.lmce_socialmedia span {
  font-size: 22px;
  line-height: 150%;
}
@media (max-width: 576px) {
  .lmce_socialmedia span {
    display: none;
  }
}
.lmce_socialmedia .socialmediaicons {
  padding-top: 11px;
}
.lmce_heroteaser {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  align-items: center;
}
@media (max-width: 991px) {
  .lmce_heroteaser .desktop {
    display: none;
  }
  .lmce_heroteaser .mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .lmce_heroteaser .desktop {
    display: block;
  }
  .lmce_heroteaser .mobile {
    display: none;
  }
}
.lmce_heroteaser img {
  width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.lmce_heroteaser .teaser-text {
  position: absolute;
  max-width: 450px;
  margin: 0;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .lmce_heroteaser .teaser-text {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .lmce_station .col-sm-4 {
    width: 50%;
  }
}
.lmce_station img.lmce_station_image {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .lmce_station img.lmce_station_image {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .lmce_station img.lmce_station_image {
    width: 95%;
  }
}
@media (max-width: 576px) {
  .lmce_station {
    padding: 0px 40px;
  }
}
.lmce_station .center {
  text-align: center;
}
.lmce_station .distance-100 {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .lmce_station .distance-100 {
    margin-top: 50px;
  }
}
.lmce_station span.reservation-break {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .lmce_station .lmce_station_location span {
    font-family: corporate-s, sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
  }
}
@media (max-width: 992px) {
  .tx_mask_lmce_station_headline {
    display: block;
    margin-top: 35px;
  }
}
.tx_mask_lmce_station_headline .headline-break {
  padding-top: 10px;
}
.tx_mask_lmce_station_headline {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 25px 0px;
  /*.headline-break {
		font-weight: normal;
		font-size: 32px;
		line-height: 150%;

		letter-spacing: 0.02em;

		color: #000000;

		display: table-cell;
		clear: both;
	}*/
}
@media (max-width: 992px) {
  .tx_mask_lmce_station_headline {
    font-weight: normal;
  }
}
.lmce_station_contact {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 68px 0px 25px 0px;
}
@media (max-width: 992px) {
  .lmce_station_contact {
    margin: 40px 0px 25px 0px;
  }
  .lmce_station_contact .reservation-break {
    font-weight: bold;
    font-size: 16px;
    display: table-cell;
    clear: both;
  }
}
.lmce_welcome .tx_mask_lmce_welcome_img_desktop.without, .lmce_welcome .tx_mask_lmce_welcome_img_mobile.without {
  background: transparent;
}
.lmce_welcome .tx_mask_lmce_welcome_img_desktop.without img, .lmce_welcome .tx_mask_lmce_welcome_img_mobile.without img {
  width: 100%;
  left: 0px;
}
.lmce_welcome h4 {
  text-align: left;
}
.lmce_welcome .inner .tx_mask_lmce_welcome_text {
  padding: 0px 100px 0px 100px;
}
@media (max-width: 992px) {
  .lmce_welcome .inner .tx_mask_lmce_welcome_text {
    padding: 0px;
  }
}
@media (max-width: 576px) {
  .lmce_welcome {
    padding: 0px 40px;
  }
}
@media (max-width: 992px) {
  .tx_mask_lmce_welcome_img_desktop {
    display: none;
  }
  .tx_mask_lmce_welcome_img_mobile {
    display: block;
    margin-top: 40px;
    text-align: left;
    width: 100%;
  }
  .tx_mask_lmce_welcome_img_mobile img {
    width: 242px;
    height: auto;
    position: relative;
    left: -40px;
    top: 4px;
  }
}
@media (min-width: 993px) {
  .tx_mask_lmce_welcome_img_mobile {
    display: none;
  }
  .tx_mask_lmce_welcome_img_desktop {
    display: block;
    text-align: right;
  }
  .tx_mask_lmce_welcome_img_desktop img {
    width: 100%;
    height: auto;
    position: relative;
    left: 44px;
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .tx_mask_lmce_welcome_img_desktop {
    display: block;
    text-align: right;
  }
  .tx_mask_lmce_welcome_img_desktop img {
    width: 549px;
    height: auto;
    position: relative;
    left: 70px;
    top: 4px;
  }
}
.lmce_attractions .tx_mask_lmce_attractions_headline {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #001426;
  margin: auto;
  padding-bottom: 56px;
}
@media (max-width: 992px) {
  .lmce_attractions .tx_mask_lmce_attractions_img {
    padding-bottom: 50px;
  }
  .lmce_attractions .col-sm-4 {
    width: 100%;
    padding-bottom: 30px;
  }
}
.lmce_attractions .tx_mask_lmce_attractions_img {
  display: none;
}
.lmce_attractions .tx_mask_lmce_attractions_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .lmce_attractions .tx_mask_lmce_attractions_img.mobile {
    display: block;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .lmce_attractions .tx_mask_lmce_attractions_img.desktop {
    display: block;
  }
}
.lmce_attractions .tx_mask_lmce_attractions_wrap {
  background: #f2f5fe;
  padding: 60px 0px 60px 0px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .lmce_attractions .tx_mask_lmce_attractions_wrap {
    background: #FCFCFB;
  }
}
.lmce_attractions .tx_mask_lmce_attractions_highlight {
  text-align: center;
}
.lmce_attractions .tx_mask_lmce_attractions_highlight img.icon-attraction {
  margin-bottom: 20px;
}
.lmce_bigimage img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .lmce_bigimage .mobile {
    display: block;
  }
  .lmce_bigimage .desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .lmce_bigimage .mobile {
    display: none;
  }
  .lmce_bigimage .desktop {
    display: block;
  }
}
@media (max-width: 576px) {
  .lmce_interiorslider .row, .lmce_interiorslider .col-sm-4 {
    width: 100%;
  }
}
.lmce_interiorslider img {
  width: 100%;
  height: auto;
}
.lmce_interiorslider .center {
  margin: auto;
}
.lmce_interiorslider .lmce_interiorwrap {
  background: #F3F5FE;
  padding: 50px 0px 70px 0px;
}
@media (max-width: 576px) {
  .lmce_interiorslider .lmce_interiorwrap {
    padding: 30px;
  }
}
.lmce_interiorslider .lmce_interiorwrap .tx_mask_lmce_station_headline {
  font-family: kudryashev-d-excontrast-sans, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #001426;
  padding: 15px 0px 0px 50px;
  display: flex;
}
@media (max-width: 576px) {
  .lmce_interiorslider .lmce_interiorwrap .tx_mask_lmce_station_headline {
    padding: 0px;
    margin-top: 55px;
  }
}
.lmce_interiorslider .lmce_interiorwrap .distance-50 {
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .lmce_interiorslider .carousel-inner {
    width: 80%;
    margin: auto;
  }
}
.lmce_interiorslider .carousel-control-prev-icon {
  width: 4rem;
  background: url(../../gfx/medium-arrow-left.svg) no-repeat center left;
}
@media (max-width: 576px) {
  .lmce_interiorslider .carousel-control-prev-icon {
    margin-top: 120%;
  }
}
.lmce_interiorslider .carousel-control-next-icon {
  background: url(../../gfx/medium-arrow-right.svg) no-repeat center right;
  width: 4rem;
}
@media (max-width: 576px) {
  .lmce_interiorslider .carousel-control-next-icon {
    margin-top: 120%;
  }
}
.lmce_interiorslider .carousel-control-next, .lmce_interiorslider .carousel-control-prev {
  width: 9%;
  align-items: baseline;
}
@media (max-width: 576px) {
  .lmce_interiorslider .carousel-control-next, .lmce_interiorslider .carousel-control-prev {
    width: 41%;
  }
}
@media (min-width: 576px) {
  .lmce_interiorslider .carousel-control-next, .lmce_interiorslider .carousel-control-prev {
    top: 32%;
  }
}
.lmce_videotext h4 {
  text-align: left;
}
@media (max-width: 992px) {
  .lmce_videotext h4 {
    font-size: 35px;
    line-height: 150%;
    margin: 0px;
  }
}
.lmce_videotext .tx_mask_lmce_videotext {
  width: 60%;
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .lmce_videotext .tx_mask_lmce_videotext {
    width: 100%;
  }
}
.lmce_videotext .btn-holder {
  margin: 35px auto 35px;
}
.lmce_videotext .btn {
  padding-left: 0px;
}
@media (max-width: 576px) {
  .lmce_videotext {
    padding: 0px 40px;
  }
}
@media (max-width: 576px) {
  .lmce_headlinetext {
    padding: 0px 40px;
    width: auto;
  }
}
.lmce_wuenschdirwas {
  padding-top: 10px;
}
.lmce_wuenschdirwas .col-sm-7 {
  -webkit-border-bottom-left-radius: 214px;
  -moz-border-radius-bottomleft: 214px;
  border-bottom-left-radius: 214px;
  background: #F3F5FE;
  text-align: right;
}
@media (max-width: 768px) {
  .lmce_wuenschdirwas .col-sm-7 {
    -webkit-border-top-right-radius: 214px;
    -moz-border-radius-topright: 214px;
    border-top-right-radius: 214px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lmce_wuenschdirwas .row {
    width: 100%;
  }
  .lmce_wuenschdirwas .col-sm-5 {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }
  .lmce_wuenschdirwas .btn {
    width: 100%;
  }
  .lmce_wuenschdirwas .btn a span {
    width: 86%;
  }
}
.lmce_wuenschdirwas h5 {
  text-align: right;
  font-size: 20px;
  line-height: 150%;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .lmce_wuenschdirwas h5 {
    text-align: left;
  }
}
.lmce_wuenschdirwas img {
  width: 90%;
  height: auto;
}
@media (max-width: 768px) {
  .lmce_wuenschdirwas img {
    width: 210px;
    margin-bottom: 15px;
  }
}
.lmce_wuenschdirwas .inner {
  padding: 45px 45px 0px 45px;
}
@media (max-width: 768px) {
  .lmce_wuenschdirwas .inner {
    padding-left: 45px;
    padding-right: 60px;
  }
}
.lmce_wuenschdirwas .btn-holder {
  margin-top: 35px;
  display: inline-block;
}
.lmce_wuenschdirwas .btn {
  padding-left: 0px;
}
.lmce_wuenschdirwasicon {
  text-align: center;
}
.lmce_wuenschdirwasicon .tx_mask_lmce_wuenschdirwasicons_icon {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .lmce_wuenschdirwasicon .row.center .col-sm-2 {
    width: 33%;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .lmce_wuenschdirwasicon .row.center {
    justify-content: center;
  }
}
.attraction-slider-container {
  width: 250px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .attraction-slider-container {
    width: 90%;
    margin: 0;
  }
}
.tns-ovh .attraction-slider-container .tns-ovh {
  overflow: visible;
}
.attraction-slider-navigation {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 55px;
}
.attraction-slider-arrow {
  width: 50px;
  height: 20px;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.attraction-slider-arrow[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
.attraction-slider-arrow-next {
  margin-left: 40px;
  background-image: url("../../gfx/medium-arrow-right.svg");
}
.attraction-slider-arrow-next:hover {
  transform: translateX(10px);
}
.attraction-slider-arrow-previous {
  background-image: url("../../gfx/medium-arrow-left.svg");
}
.attraction-slider-arrow-previous:hover {
  transform: translateX(-10px);
}
.attraction-slide {
  position: relative;
}
.attraction-slide-background {
  width: 100%;
  height: auto;
  display: block;
}
.attraction-slide-foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 42px;
}
@media screen and (max-width: 768px) {
  .attraction-slide-foreground {
    padding: 25px 18px;
    right: 0;
  }
}
.attraction-logo {
  margin: 0 auto auto;
  max-width: 100%;
  display: block;
}
.attraction-icon {
  height: 66px;
  width: 66px;
}
.attraction-headline {
  color: white;
  text-align: left;
  font-family: corporate-s, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .attraction-headline {
    font-size: 28px;
  }
}
.lmce_imagetextctn .middle {
  margin: 0px auto;
}
@media (max-width: 576px) {
  .lmce_imagetextctn .middle {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .lmce_imagetextctn img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .lmce_imagetextctn {
    padding: 0px 40px;
  }
}
.lmce_imagetextctn .col-sm-6 img {
  padding-bottom: 45px;
}
.lmce_attention {
  background: #F3F5FE;
  padding: 100px 0px 100px 0px;
}
.lmce_attention .lmce_attention_icon {
  position: relative;
  top: 1px;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .lmce_attention {
    padding: 50px 40px;
  }
}
.lmce_text h1, .lmce_text h2, .lmce_text h3, .lmce_text h4, .lmce_text h5 {
  text-align: left;
  max-width: 100%;
}
.lmce_dorintcard h5 {
  text-align: center;
}
.lmce_dorintcard .lightblue {
  background: rgba(243, 245, 254, 0.55);
  padding: 100px 0px 100px 0px;
  display: inline-table;
}
.lmce_dorintcard .blue {
  background: #F3F5FE;
  padding: 100px 0px 100px 0px;
}
.lmce_dorintcard ul {
  padding: 0px 80px 0px 80px;
}
@media (max-width: 768px) {
  .lmce_dorintcard ul {
    padding: 0px 20px 0px 20px;
  }
}
.lmce_dorintcard li {
  padding: 25px 0px 25px 45px;
  list-style-type: none;
  background: url(../../gfx/icon_check.svg) left center no-repeat;
}
.lmce_dorintcard .btn {
  width: 80%;
  margin: auto;
}
.lmce_dorintcard .btn span {
  width: 100%;
  padding: 20px 0px;
}
.lmce_dorintcard button.btn.btn-2.hover-slide-right {
  padding: 1px;
}
.lmce_dorintcard .small {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  width: 80%;
  margin: auto;
}
@media (max-width: 992px) {
  .lmce_dorintcard {
    padding: 0px 40px;
  }
  .lmce_dorintcard .col-sm-6 {
    width: 100%;
  }
}
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
[class*="gallery-image-box-"] {
  height: 250px;
  margin: 0;
  padding: 0;
}
.gallery-image-box-1 {
  width: 20%;
}
.gallery-image-box-2 {
  width: 20%;
}
.gallery-image-box-3 {
  width: 40%;
}
.gallery-image-box-4 {
  width: 20%;
}
.gallery-image-box-5 {
  width: 40%;
}
.gallery-image-box-6 {
  width: 20%;
}
.gallery-image-box-7 {
  width: 20%;
}
.gallery-image-box-8 {
  width: 20%;
}
.gallery-image-box-9 {
  width: 20%;
}
.gallery-image-box-10 {
  width: 20%;
}
.gallery-image-box-11 {
  width: 20%;
}
.gallery-image-box-12 {
  width: 40%;
}
@media screen and (max-width: 576px) {
  [class*="gallery-image-box-"] {
    height: 165px;
  }
  .gallery-image-box-1 {
    width: 50%;
  }
  .gallery-image-box-2 {
    width: 50%;
  }
  .gallery-image-box-3 {
    width: 40%;
  }
  .gallery-image-box-4 {
    width: 60%;
  }
  .gallery-image-box-5 {
    width: 66.66%;
  }
  .gallery-image-box-6 {
    width: 33.33%;
  }
  .gallery-image-box-7 {
    width: 55%;
  }
  .gallery-image-box-8 {
    width: 45%;
  }
  .gallery-image-box-9 {
    width: 40%;
  }
  .gallery-image-box-10 {
    width: 60%;
  }
  .gallery-image-box-11 {
    width: 33.33%;
  }
  .gallery-image-box-12 {
    width: 66.66%;
  }
}
.lmce_catcolteaser .lmce_catcolteaser_wrap {
  position: relative;
  padding-top: 89px;
  height: 374px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 992px) {
  .lmce_catcolteaser .lmce_catcolteaser_wrap {
    width: auto;
    height: auto;
    padding: 0px 40px;
  }
}
.lmce_catcolteaser h5 {
  color: #ffffff;
  width: 213px;
  padding-top: 15px;
}
.lmce_catcolteaser .lmce_catcolteaser_cnt {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .lmce_catcolteaser .lmce_catcolteaser_cnt {
    position: relative;
    background: #001426;
  }
}
@media (max-width: 992px) {
  .lmce_catcolteaser .lmce_catcolteaser_cnt {
    border-top: 68px solid #ffffff;
  }
}
.lmce_catcolteaser .bluebackground {
  width: 100%;
  height: 374px;
  background: #001426;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 992px) {
  .lmce_catcolteaser .bluebackground {
    position: relative;
    display: none;
  }
}
.lmce_catcolteaser .inner {
  margin: auto;
  display: table;
}
.lmce_catcolteaser .small {
  font-size: 12px;
}
.lmce_catcolteaser img {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .lmce_catcolteaser .col-sm-4 {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .lmce_catcolteaser .row {
    top: -68px;
    position: relative;
  }
}
.lmce_catteaser {
  padding-top: 15px;
}
.lmce_catteaser .lmce_catteaser_wrap {
  position: relative;
  padding-top: 89px;
  min-height: 470px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 992px) {
  .lmce_catteaser .lmce_catteaser_wrap {
    width: auto;
    height: auto;
    padding: 0px 40px;
  }
}
.lmce_catteaser button.btn.btn-4.hover-slide-right {
  padding: 1px;
}
.lmce_catteaser h5 {
  color: #ffffff;
  padding-top: 15px;
}
.lmce_catteaser .lmce_catteaser_cnt {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  padding-bottom: 45px;
}
@media (max-width: 992px) {
  .lmce_catteaser .lmce_catteaser_cnt {
    position: relative;
    background: #001426;
  }
}
@media (max-width: 992px) {
  .lmce_catteaser .lmce_catteaser_cnt {
    border-top: 68px solid #ffffff;
  }
}
.lmce_catteaser .lmce_catteaser_text {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .lmce_catteaser .lmce_catteaser_text {
    margin-top: 35px;
    padding: 0px 25px;
  }
}
.lmce_catteaser .bluebackground {
  width: 100%;
  background: #001426;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 992px) {
  .lmce_catteaser .bluebackground {
    position: relative;
  }
}
.lmce_catteaser .inner {
  margin: auto;
  display: table;
}
@media (max-width: 992px) {
  .lmce_catteaser .inner {
    text-align: center;
  }
}
.lmce_catteaser .small {
  font-size: 12px;
}
.lmce_catteaser img {
  position: relative;
  top: -60px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .lmce_catteaser img {
    width: 85%;
    height: auto;
  }
}
.lmce_catteaser .btn-holder {
  margin: 50px auto 0px;
}
@media (max-width: 992px) {
  .lmce_catteaser .row {
    top: -68px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .lmce_catteaser .btn {
    width: 100%;
    margin: auto;
  }
  .lmce_catteaser .btn span {
    width: 100%;
    padding: 20px 0px;
  }
}
.lmce_hoteluebersicht {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-legend {
  padding-bottom: 90px;
  margin: auto;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-legend img {
  top: 8px;
}
.lmce_hoteluebersicht img.icon-hoteloverview {
  position: relative;
  padding-right: 10px;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries ul {
  list-style-type: none;
  padding: 0px;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries li {
  clear: both;
  margin-right: 10%;
  width: 90%;
}
@media (max-width: 992px) {
  .lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries li {
    margin-right: 0px;
  }
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries li img {
  float: left;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries li a {
  display: grid;
  max-width: 300px;
  list-style-type: none;
  margin-bottom: 20px;
  text-decoration: none;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries li.list-parent {
  font-weight: 800;
  padding-bottom: 30px;
  color: #eb8d00;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section {
  margin-bottom: 70px;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section #filter-headline {
  font-size: 16px;
  margin-bottom: 15px;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section .button {
  text-decoration: none;
  display: flex;
  padding: 15px 30px 15px 20px;
  transition: background 0.3s;
  width: max-content;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section .button .button-label {
  margin-top: -3px;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section .button:hover {
  background: #F3F5FE;
  cursor: pointer;
}
.lmce_hoteluebersicht .lmce_hoteluebersicht-list-entries .filter-section .active {
  background: #F3F5FE;
  cursor: default !important;
}
@media (max-width: 992px) {
  .lmce_hoteluebersicht #filter-headline {
    width: 76%;
    margin: auto;
  }
  .lmce_hoteluebersicht .col-sm-4 {
    width: 76%;
    margin: auto;
  }
  .lmce_hoteluebersicht .col-sm-3 {
    width: 76%;
    margin: auto;
  }
}
section.lmce_anchor {
  margin-top: 0px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1000;
}
section.lmce_anchor a {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  /*padding: 10px 15px;*/
  color: #000000;
}
@media (max-width: 768px) {
  section.lmce_anchor.fixed {
    position: fixed;
    top: 83px;
    margin: 0px;
    width: 100%;
    z-index: 9999;
  }
}
section.lmce_anchor .col-sm-3.smaller {
  width: 20%;
}
section.lmce_anchor .col-sm-2, section.lmce_anchor .col-sm-3, section.lmce_anchor .col-sm-3.smaller, section.lmce_anchor .col-sm-4, section.lmce_anchor .col-sm-6, section.lmce_anchor .col {
  text-align: center;
  /*&:hover {
				background: #F3F5FE;
			}*/
}
@media (max-width: 1200px) {
  section.lmce_anchor .col-sm-2, section.lmce_anchor .col-sm-3, section.lmce_anchor .col-sm-3.smaller, section.lmce_anchor .col-sm-4, section.lmce_anchor .col-sm-6, section.lmce_anchor .col {
    clear: both;
    width: 100%;
    background: #F3F5FE;
    padding-top: 23px;
    padding-bottom: 23px;
    display: inline-block;
    flex: none;
  }
}
section.lmce_anchor .col-sm-2:first-child, section.lmce_anchor .col-sm-3:first-child, section.lmce_anchor .col-sm-3.smaller:first-child, section.lmce_anchor .col-sm-4:first-child, section.lmce_anchor .col-sm-6:first-child, section.lmce_anchor .col:first-child {
  text-align: left;
}
@media (max-width: 1200px) {
  section.lmce_anchor .col-sm-2:first-child, section.lmce_anchor .col-sm-3:first-child, section.lmce_anchor .col-sm-3.smaller:first-child, section.lmce_anchor .col-sm-4:first-child, section.lmce_anchor .col-sm-6:first-child, section.lmce_anchor .col:first-child {
    text-align: center;
  }
}
section.lmce_anchor .col-sm-2:last-child, section.lmce_anchor .col-sm-3:last-child, section.lmce_anchor .col-sm-3.smaller:last-child, section.lmce_anchor .col-sm-4:last-child, section.lmce_anchor .col-sm-6:last-child, section.lmce_anchor .col:last-child {
  text-align: right;
}
@media (max-width: 1200px) {
  section.lmce_anchor .col-sm-2:last-child, section.lmce_anchor .col-sm-3:last-child, section.lmce_anchor .col-sm-3.smaller:last-child, section.lmce_anchor .col-sm-4:last-child, section.lmce_anchor .col-sm-6:last-child, section.lmce_anchor .col:last-child {
    text-align: center;
    padding-bottom: 45px;
  }
}
section .amenu {
  display: block;
}
@media (min-width: 1200px) {
  section .amenu {
    width: 90%;
    left: 0px;
    top: 60px;
    padding: 20px 5% 20px 5%;
  }
}
@media (max-width: 1200px) {
  section .amenu {
    display: none;
  }
}
section .amenu.open {
  display: block;
  margin-top: -3px;
}
@media (min-width: 1200px) {
  section .amenu.fixed {
    position: fixed;
    background: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px 0px 40px 40px;
    -webkit-box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 9px -1px rgba(0, 0, 0, 0.2);
  }
}
.row--5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 30px;
}
#anchormenu {
  display: none;
}
@media (max-width: 1200px) {
  #anchormenu {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-family: corporate-s, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
    background: #F3F5FE;
    border: 0px;
    cursor: pointer;
  }
}
#anchormenu .anchor-icon {
  position: relative;
  top: 5px;
}
figure.image {
  margin: 30px 0px;
}
.lmce_twocol p, .lmce_twocol li {
  padding-right: 40px;
}
@media (max-width: 576px) {
  .lmce_roomdetails .container {
    width: 90%;
    margin: auto;
  }
}
.lmce_roomdetails h4 {
  text-align: left;
}
.lmce_roomdetails .lightblue {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #F3F5FE;
}
.lmce_roomdetails .lightblue .carousel-control-prev-icon {
  width: 4rem;
  background: url(../../gfx/medium-arrow-left.svg) no-repeat center left;
}
@media (max-width: 576px) {
  .lmce_roomdetails .lightblue .carousel-control-prev-icon {
    margin-top: 120%;
  }
}
.lmce_roomdetails .lightblue .carousel-control-next-icon {
  background: url(../../gfx/medium-arrow-right.svg) no-repeat center right;
  width: 4rem;
}
@media (max-width: 576px) {
  .lmce_roomdetails .lightblue .carousel-control-next-icon {
    margin-top: 120%;
  }
}
.lmce_roomdetails .lightblue li {
  padding: 25px 0px 25px 45px;
  list-style-type: none;
  background: url(../../gfx/icon_check_blue.svg) left center no-repeat;
}
.lmce_roomdetails .lmce_roomdetails_carousel {
  float: right;
  padding-bottom: 60px;
}
.lmce_roomdetails .lmce_roomdetails_list {
  float: left;
}
.lmce_roomdetails .darkblue {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #001426;
  color: #ffffff;
}
.lmce_roomdetails .darkblue h4 {
  color: #ffffff;
}
.lmce_roomdetails .darkblue h5 {
  color: #ffffff;
}
.lmce_roomdetails .darkblue .carousel-control-prev-icon {
  width: 4rem;
  background: url(../../gfx/icon_arrow_left_white.svg) no-repeat center left;
}
@media (max-width: 576px) {
  .lmce_roomdetails .darkblue .carousel-control-prev-icon {
    margin-top: 120%;
  }
}
.lmce_roomdetails .darkblue .carousel-control-next-icon {
  background: url(../../gfx/icon_arrow_right_white.svg) no-repeat center right;
  width: 4rem;
}
@media (max-width: 576px) {
  .lmce_roomdetails .darkblue .carousel-control-next-icon {
    margin-top: 120%;
  }
}
.lmce_roomdetails .darkblue li {
  padding: 25px 0px 25px 45px;
  list-style-type: none;
  background: url(../../gfx/icon_check_white.svg) left center no-repeat;
}
.lmce_roomdetails .roomcheck {
  padding: 0px;
}
@media (max-width: 992px) {
  .lmce_roomdetails .row {
    display: block;
  }
}
.lmce_roomdetails .row.lmce_roomdetails_content {
  display: block;
}
@media (max-width: 992px) {
  .lmce_roomdetails .col-sm-6 {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .lmce_roomdetails .col-sm-6 {
    clear: both;
  }
}
@media (max-width: 1200px) {
  .lmce_roomdetails .carousel-inner {
    margin: auto;
  }
}
.lmce_roomdetails .carousel-control-next, .lmce_roomdetails .carousel-control-prev {
  width: 9%;
}
@media (max-width: 576px) {
  .lmce_roomdetails .carousel-control-next, .lmce_roomdetails .carousel-control-prev {
    top: 105%;
  }
}
@media (min-width: 576px) {
  .lmce_roomdetails .carousel-control-next, .lmce_roomdetails .carousel-control-prev {
    top: 110%;
  }
}
.lmce_roomdetails .d-block {
  width: 100%;
  height: auto;
}
.lmce_roomdetails .subline {
  clear: both;
  padding-top: 40px;
}
.tx_mask_lmce_roomcategory ul {
  list-style-type: none;
  padding: 27px 15px 27px 15px;
  margin: 0px;
  background: #ffffff;
}
.tx_mask_lmce_roomcategory ul.hover {
  border: 1px solid #ffffff;
  text-align: center;
}
.tx_mask_lmce_roomcategory ul.hover:hover {
  background: #F3F5FE;
  border: 1px solid #121A4E;
}
@media (max-width: 768px) {
  .tx_mask_lmce_roomcategory ul li {
    font-size: 16px;
  }
}
.tx_mask_lmce_roomcategory ul h5 {
  text-align: center;
}
@media (max-width: 768px) {
  .tx_mask_lmce_roomcategory ul h5 {
    font-size: 20px;
  }
}
.tx_mask_lmce_roomcategory .category-distance {
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: 30px;
}
.tx_mask_lmce_roomcategory .pricing {
  font-weight: bold;
}
.tx_mask_lmce_roomcategory .white-background {
  background: #ffffff;
}
@media (max-width: 768px) {
  .tx_mask_lmce_roomcategory .lmce_roomcategory_type {
    display: none;
  }
}
@media (max-width: 768px) {
  .tx_mask_lmce_roomcategory .col-sm-3 {
    width: 33.3333333333%;
  }
}
.tx_mask_lmce_roomcategory .hakchen img {
  transform: translateY(3px);
  margin-right: 5px;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .container {
    width: 90%;
    margin: auto;
  }
}
.lmce_reciepeslider h4 {
  text-align: left;
}
.lmce_reciepeslider .lightblue {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #F3F5FE;
}
.lmce_reciepeslider .lightblue .carousel-control-prev-icon {
  width: 4rem;
  background: url(../../gfx/medium-arrow-left.svg) no-repeat center left;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .lightblue .carousel-control-prev-icon {
    margin-top: 120%;
  }
}
.lmce_reciepeslider .lightblue .carousel-control-next-icon {
  background: url(../../gfx/medium-arrow-right.svg) no-repeat center right;
  width: 4rem;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .lightblue .carousel-control-next-icon {
    margin-top: 120%;
  }
}
.lmce_reciepeslider .lightblue li {
  padding: 25px 0px 25px 45px;
  list-style-type: none;
  background: url(../../gfx/icon_check_blue.svg) left center no-repeat;
}
.lmce_reciepeslider .lmce_roomdetails_carousel {
  float: right;
  padding-bottom: 60px;
}
.lmce_reciepeslider .lmce_roomdetails_list {
  float: left;
}
.lmce_reciepeslider .roomsize {
  text-align: left;
}
.lmce_reciepeslider .darkblue {
  padding-top: 10px;
  padding-bottom: 60px;
  background: #001426;
  color: #ffffff;
}
.lmce_reciepeslider .darkblue h4 {
  color: #ffffff;
}
.lmce_reciepeslider .darkblue h5 {
  color: #ffffff;
}
.lmce_reciepeslider .darkblue .carousel-control-prev-icon {
  width: 4rem;
  background: url(../../gfx/icon_arrow_left_white.svg) no-repeat center left;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .darkblue .carousel-control-prev-icon {
    margin-top: 120%;
  }
}
.lmce_reciepeslider .darkblue .carousel-control-next-icon {
  background: url(../../gfx/icon_arrow_right_white.svg) no-repeat center right;
  width: 4rem;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .darkblue .carousel-control-next-icon {
    margin-top: 120%;
  }
}
.lmce_reciepeslider .darkblue li {
  padding: 25px 0px 25px 45px;
  list-style-type: none;
  background: url(../../gfx/icon_check_white.svg) left center no-repeat;
}
.lmce_reciepeslider .roomcheck {
  padding: 0px;
}
@media (max-width: 992px) {
  .lmce_reciepeslider .row {
    display: block;
  }
}
.lmce_reciepeslider .row.lmce_roomdetails_content {
  display: block;
}
@media (max-width: 992px) {
  .lmce_reciepeslider .col-sm-6 {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .lmce_reciepeslider .col-sm-6 {
    clear: both;
  }
}
@media (max-width: 1200px) {
  .lmce_reciepeslider .carousel-inner {
    margin: auto;
  }
}
.lmce_reciepeslider .carousel-control-next, .lmce_reciepeslider .carousel-control-prev {
  width: 9%;
}
@media (max-width: 576px) {
  .lmce_reciepeslider .carousel-control-next, .lmce_reciepeslider .carousel-control-prev {
    top: 105%;
  }
}
@media (min-width: 576px) {
  .lmce_reciepeslider .carousel-control-next, .lmce_reciepeslider .carousel-control-prev {
    top: 110%;
  }
}
.lmce_reciepeslider .subline {
  clear: both;
  padding-top: 40px;
}
.lmce_reciepeslider .btn-2, .lmce_reciepeslider .mb-4 {
  left: 5px;
  position: relative;
}
.lmce_reciepeslider .my-4 {
  margin-top: -0.5rem !important;
}
.lmce_contact .lmce_contact_wrap {
  position: relative;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 992px) {
  .lmce_contact .lmce_contact_wrap {
    width: auto;
    height: auto;
    padding: 0px 40px;
  }
}
.lmce_contact a {
  color: #ffffff;
  text-decoration: none;
}
.lmce_contact h5 {
  color: #ffffff;
  width: 213px;
  padding-top: 15px;
}
.lmce_contact .lmce_contact_cnt {
  z-index: 1;
  width: 100%;
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, #001426 80%, #fcfcfb 80%, #fcfcfb 100%);
}
@media (max-width: 992px) {
  .lmce_contact .lmce_contact_cnt {
    position: relative;
    background: #001426;
  }
}
@media (max-width: 992px) {
  .lmce_contact .lmce_contact_cnt {
    border-top: 68px solid #ffffff;
  }
}
.lmce_contact .small {
  font-size: 12px;
}
.lmce_contact .contactperson {
  padding-top: 150px;
  padding-bottom: 45px;
  padding-left: 13px;
}
@media (max-width: 992px) {
  .lmce_contact .contactperson {
    padding: 0px;
  }
}
.lmce_contact .contactimg {
  margin-top: -20px;
  text-align: center;
}
.lmce_contact .contactimg .person {
  max-width: 364px;
}
@media (max-width: 1200px) {
  .lmce_contact .contactimg .person {
    width: 90%;
    height: auto;
  }
}
.lmce_contact img {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .lmce_contact .col-sm-4 {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .lmce_contact .col-sm-7 {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .lmce_contact .col-sm-7 {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .lmce_contact .row {
    top: -68px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .lmce_meetingroom {
    padding: 0px 40px;
  }
}
.lmce_meetingroom span {
  font-family: corporate-s, sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  text-align: center;
}
.lmce_meetingroom .col-md-2 {
  text-align: center;
}
@media (max-width: 992px) {
  .lmce_meetingroom .col-md-2 {
    width: 33.3333333333%;
    padding-top: 25px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .lmce_meetingroom .col-md-2 {
    width: 50%;
    padding-top: 25px;
    text-align: left;
  }
  .lmce_meetingroom .col-md-2 span {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .lmce_equipment {
    padding: 0px 40px;
  }
}
.lmce_equipment h5 {
  border-bottom: 1px solid #021426;
}
@media (max-width: 992px) {
  .lmce_equipment .col-sm-3 {
    width: 50%;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .lmce_equipment .col-sm-3 {
    width: 100%;
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .lmce_accordion {
    padding: 0px 40px;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.accordion h5 {
  text-align: left;
  font-size: 20px;
  line-height: 150%;
  font-weight: 800 !important;
}
.accordion h4 {
  text-align: left;
}
.accordion .a-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 5px;
}
.accordion .a-container img {
  width: 90%;
  height: auto;
}
.accordion .a-container img.imgright {
  padding: 5%;
  padding-right: 0%;
  padding-left: 10%;
}
.accordion .a-container img.imgleft {
  padding: 5%;
  padding-left: 0%;
  padding-right: 10%;
}
.accordion .a-container .a-btn {
  margin: 0;
  position: relative;
  padding: 20px 10px 10px 70px;
  color: #001426;
  font-weight: 400;
  display: block;
  font-weight: 500;
  background: #f3f5fe;
  background: -moz-linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f5fe",endColorstr="#ffffff",GradientType=1);
  -webkit-border-top-left-radius: 120px;
  -moz-border-radius-topleft: 120px;
  border-top-left-radius: 120px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.accordion .a-container .a-btn span {
  display: block;
  position: absolute;
  height: 14px;
  width: 14px;
  left: 40px;
  top: 27px;
}
.accordion .a-container .a-btn span:after {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #001426;
  position: absolute;
  top: 6px;
}
.accordion .a-container .a-btn span:before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #001426;
  position: absolute;
  top: 6px;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.accordion .a-container .a-panel {
  width: 96%;
  color: #262626;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0px 10px;
}
.accordion .a-container .a-panel .check-fixheight {
  height: 300px;
  overflow: hidden;
  padding-bottom: 43px;
  border-bottom: 30px solid #fcfcfb;
}
.accordion .a-container .a-panel .row .more-read-close {
  display: none;
}
.accordion .a-container .a-panel .row .more-read-link {
  display: block;
}
.accordion .a-container .a-panel .row.active .check-fixheight {
  height: auto;
}
.accordion .a-container .a-panel .row.active .more-read-close {
  display: block;
}
.accordion .a-container .a-panel .row.active .more-read-link {
  display: none;
}
.accordion .a-container .a-panel .more-read-link {
  padding-bottom: 50px;
}
.accordion .a-container.active .a-btn {
  background: #f8ddbb;
  background: -moz-linear-gradient(90deg, #f8ddbb 15%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, #f8ddbb 15%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #f8ddbb 15%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8ddbb",endColorstr="#ffffff",GradientType=1);
  color: #001426;
}
.accordion .a-container.active .a-btn span:after {
  transform: rotate(130deg);
}
.accordion .a-container.active .a-btn span::before {
  transform: rotate(50deg);
}
.accordion .a-container.active .a-panel {
  padding: 15px 10px 10px 10px;
  opacity: 1;
  max-height: 100%;
}
@media (max-width: 576px) {
  .lmce_certification {
    padding: 0px 40px;
  }
}
.lmce_certification .distanz-padding {
  margin-bottom: 40px;
}
.lmce_certification .lmce_certification_wrap {
  background: #f3f5fe;
  background: -moz-linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #f3f5fe 42%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f5fe",endColorstr="#ffffff",GradientType=1);
  -webkit-border-bottom-left-radius: 120px;
  -moz-border-radius-bottomleft: 120px;
  border-bottom-left-radius: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lmce_certification .inner {
  padding-left: 100px;
  padding-right: 24px;
}
.lmce_certification .img-cert {
  width: 90%;
  height: auto;
}
@media (min-width: 576px) {
  .lmce_certification .col-sm-2 {
    width: auto;
  }
}
@media (max-width: 768px) {
  .lmce_certification .col-sm-2 {
    width: 50%;
  }
}
.lmce_whitecontentboxheadline .title-small {
  clear: both;
  display: block;
  font-size: 35px;
  font-family: kudryashev-d-excontrast-sans, sans-serif;
}
.lmce_button_element .btn {
  flex: none;
  border: 0;
  flex-grow: 0;
  margin: 30px 0px;
  padding: 0px;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 992px) {
  .lmce_button_element .btn {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .lmce_button_element .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lmce_button_element .btn span {
    padding: 20px 40px;
  }
}
.lmce_button_element .button-left {
  float: left;
}
.lmce_button_element .button-middle {
  clear: both;
  margin: auto;
  display: flex;
}
.lmce_button_element .button-right {
  float: right;
}
.lmce_offerteaser {
  /* Animation */
}
@media (max-width: 768px) {
  .lmce_offerteaser {
    padding: 0px 25px;
  }
}
@media (max-width: 576px) {
  .lmce_offerteaser {
    padding: 0px 40px;
  }
}
.lmce_offerteaser .col-sm-12 {
  background: url(../../gfx/corner_offert.png) no-repeat top right;
}
@media (max-width: 1200px) {
  .lmce_offerteaser .col-sm-12 {
    background: url(../../gfx/full_corner_offert.png) no-repeat top right;
  }
}
@media (max-width: 768px) {
  .lmce_offerteaser .col-sm-12 {
    background: url(../../gfx/mobile_corner_offert.png) no-repeat top left;
  }
}
.lmce_offerteaser h5 {
  text-align: right;
  font-size: 20px;
  line-height: 150%;
  padding-top: 30px;
}
.lmce_offerteaser .lmce_offerteaser_img {
  display: inline-block;
  position: relative;
  /*&:before {
            position: absolute;
            top: 27px;
            left: 27px;
            width: 493px;
            height: 493px;
            border: 7px solid #001426;
            content: '';
            z-index: 999;
            @media (max-width: 1200px) {
                width: 420px;
                height: 420px;
            }
            @media (max-width: 990px) {
                width: 367px;
                height: 367px;
            }
            @media (max-width: 576px) {
                width: 242px;
                height: 242px;
            }
        }*/
}
@media (max-width: 768px) {
  .lmce_offerteaser .lmce_offerteaser_img {
    width: 500px;
  }
}
@media (max-width: 990px) {
  .lmce_offerteaser .lmce_offerteaser_img {
    width: 373px;
  }
}
@media (max-width: 1200px) {
  .lmce_offerteaser .offerteaser-img-0 {
    width: 480px;
    height: auto;
  }
}
@media (max-width: 990px) {
  .lmce_offerteaser .offerteaser-img-0 {
    width: 375px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .lmce_offerteaser .offerteaser-img-0 {
    width: 283px;
    height: auto;
  }
}
.lmce_offerteaser .offerteaser-img-1, .lmce_offerteaser .offerteaser-img-2 {
  width: 250px;
  height: auto;
}
@media (max-width: 1200px) {
  .lmce_offerteaser .offerteaser-img-1, .lmce_offerteaser .offerteaser-img-2 {
    width: 177px;
    height: auto;
  }
}
@media (max-width: 990px) {
  .lmce_offerteaser .offerteaser-img-1, .lmce_offerteaser .offerteaser-img-2 {
    width: 177px;
    height: auto;
    margin-top: 14px;
  }
}
@media (max-width: 576px) {
  .lmce_offerteaser .offerteaser-img-1, .lmce_offerteaser .offerteaser-img-2 {
    width: 132px;
    height: auto;
  }
}
.lmce_offerteaser .offerteaser-img-1 {
  margin-left: 20px;
}
@media (max-width: 990px) {
  .lmce_offerteaser .offerteaser-img-1 {
    margin-left: 0px;
  }
}
.lmce_offerteaser .offerteaser-img-2 {
  margin-left: 15px;
}
.lmce_offerteaser .lmce_offerteaser_text {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 450px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  z-index: 6;
}
@media (max-width: 1200px) {
  .lmce_offerteaser .lmce_offerteaser_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 990px) {
  .lmce_offerteaser .lmce_offerteaser_text {
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .lmce_offerteaser .lmce_offerteaser_text {
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    display: inline-block;
    padding-top: 60px;
  }
}
.lmce_offerteaser .lmce_offerteaser_text .btn {
  margin-right: -5px;
}
.lmce_offerteaser .col-sm-9 {
  position: relative;
}
.lmce_offerteaser .slider {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .lmce_offerteaser .slider {
    height: auto;
    position: relative;
    padding-bottom: 120px;
  }
}
.lmce_offerteaser .slider-handle {
  position: relative;
  height: inherit;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}
@media (max-width: 1200px) {
  .lmce_offerteaser .slider-handle {
    position: absolute;
    bottom: 35px;
  }
}
.lmce_offerteaser .slider-arrows {
  display: flex;
  height: inherit;
  justify-content: space-between;
  position: relative;
  padding-top: 20px;
  z-index: 1;
  height: 15px !important;
  width: 175px;
}
.lmce_offerteaser .slider__arrow {
  width: 24px;
  height: 40px;
  display: block;
  cursor: pointer;
  align-self: center;
}
.lmce_offerteaser .slider__arrow svg {
  filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.05));
}
.lmce_offerteaser .slider__arrow--prev {
  background: url("../../gfx/medium-arrow-left.svg") no-repeat;
  margin-right: 32px;
  width: 60px;
  cursor: pointer;
}
.lmce_offerteaser .slider__arrow--next {
  background: url("../../gfx/medium-arrow-right.svg") no-repeat;
  margin-right: 32px;
  width: 60px;
  cursor: pointer;
}
.lmce_offerteaser .slider__carousel {
  display: block;
  height: inherit;
  position: relative;
  top: -100%;
}
.lmce_offerteaser .slider__image.fade {
  position: relative;
  z-index: 99;
}
.lmce_offerteaser .fade {
  animation: fade 0.7s ease-out;
}
@keyframes fade {
  from {
    opacity: 0.5;
    transform: scale(1.005);
  }
  to {
    opacity: 1;
  }
}
.lmce_slider {
  max-width: 1900px;
}
@media (max-width: 1400px) {
  .lmce_slider.container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
  }
}
.lmce_slider .slider-container {
  overflow: hidden;
  position: relative;
}
.lmce_slider .slider-container:before {
  position: absolute;
  left: 0;
  top: 0;
}
.lmce_slider .slider-container .prev img {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  padding: 10px;
  margin-left: 10px;
}
.lmce_slider .slider-container .next img {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  padding: 10px;
  margin-right: 10px;
}
.lmce_slider .gallery-slide {
  position: relative;
}
.lmce_slider .gallery-slide img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.lmce_slider .controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.lmce_slider .controls:focus {
  outline: none;
}
.lmce_slider .controls li:hover {
  cursor: pointer;
}
.lmce_textimage .btn {
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 30px 0px;
  padding: 0px;
  display: inline-flex;
  cursor: pointer;
}
@media (max-width: 992px) {
  .lmce_textimage .btn {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .lmce_textimage .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .lmce_textimage .btn span {
    padding: 20px 40px;
  }
}
.lmce_textimage img {
  width: 100%;
  height: auto;
}
.lmce_textimage h4 {
  text-align: left;
}
.lmce_textimage ul {
  list-style-type: none;
  padding: 0px;
  display: grid;
}
.lmce_textimage li:nth-child(odd) .lmce_image {
  float: right;
  display: inline-flex;
}
.lmce_textimage li:nth-child(odd) .lmce_text {
  float: left;
}
.lmce_textimage li:nth-child(odd) .lmce_text .inner {
  padding-top: 30px;
  padding-left: 90px;
}
@media (max-width: 576px) {
  .lmce_textimage li:nth-child(odd) .lmce_text .inner {
    padding-left: 0px;
  }
}
@media (min-width: 0px) {
  .lmce_textimage li:nth-child(odd) .lmce_text .inner {
    padding-top: 0px;
    padding-left: 0px;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .lmce_textimage li:nth-child(odd) .lmce_text .inner {
    padding-top: 0px;
    padding-left: 30px;
  }
}
.lmce_textimage li:nth-child(even) .lmce_image {
  float: left;
  display: inline-flex;
}
.lmce_textimage li:nth-child(even) .lmce_text {
  float: right;
}
.lmce_textimage li:nth-child(even) .lmce_text .inner {
  padding-top: 30px;
  padding-right: 90px;
}
@media (max-width: 576px) {
  .lmce_textimage li:nth-child(even) .lmce_text .inner {
    padding-right: 0px;
  }
}
@media (min-width: 0px) {
  .lmce_textimage li:nth-child(even) .lmce_text .inner {
    padding-top: 0px;
    padding-right: 0px;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .lmce_textimage li:nth-child(even) .lmce_text .inner {
    padding-top: 0px;
    padding-right: 30px;
  }
}
.lmce_textimage li {
  clear: both;
  display: table;
}
@media (max-width: 576px) {
  .lmce_textimage li {
    border-left: 35px solid #fcfcfb;
    border-right: 35px solid #fcfcfb;
  }
}
.lmce_textimage ul li:last-child {
  display: inline-block;
}
@media (max-width: 576px) {
  .lmce_textimage .lmce_text {
    padding: 0px !important;
  }
}
.lmce_megagallery {
  /* Slide Gallery Start */
  /* Slide Gallery Ende */
  /* Slide Gallery Arrows, Dots Start */
  /* Slide Gallery Arrows, Dots Ende */
  /* Responsive & Sliderail Start */
  /* Responsive & Sliderail Ende */
  /** Dekorative Elemente Start **/
  /** Dekorative Elemente Ende **/
}
.lmce_megagallery .pos-relative {
  position: relative;
}
.lmce_megagallery .slide-gallery_wrapper {
  overflow: hidden;
  position: relative;
}
.lmce_megagallery .slide-gallery_row {
  display: flex;
  justify-content: flex-start;
}
.lmce_megagallery .slide-gallery_image-container {
  margin: 12px 24px 12px 0;
  height: 220px;
  display: block;
}
.lmce_megagallery .slide-gallery_image {
  display: block;
  height: 100%;
  width: auto;
}
.lmce_megagallery .slide-gallery_image-small {
  display: block;
  height: calc(50% - 12px);
  width: auto;
}
.lmce_megagallery .slide-gallery_image-small + .slide-gallery_image-small {
  margin-top: 24px;
}
.lmce_megagallery .slide-gallery_controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20%;
}
.lmce_megagallery .slide-gallery_dot {
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  background: transparent;
  margin: 18px;
  cursor: pointer;
}
.lmce_megagallery .slide-gallery_dot.active {
  background: #121A4E;
  border-color: #121A4E;
  cursor: default;
}
.lmce_megagallery .slide-gallery_arrow-right, .lmce_megagallery .slide-gallery_arrow-left {
  border: none;
  background: url("../../gfx/blue-arrow.svg") center center / auto 100% no-repeat, transparent;
  color: #121A4E;
  cursor: pointer;
  height: 25px;
  width: 45px;
}
.lmce_megagallery .slide-gallery_arrow-left {
  transform: scalex(-1);
}
.lmce_megagallery .slide-gallery_arrow-right.disabled, .lmce_megagallery .slide-gallery_arrow-left.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (min-width: 721px) {
  .lmce_megagallery .slide-gallery {
    padding-bottom: 50px;
  }
  .lmce_megagallery .slide-gallery_arrow-right {
    order: 100;
  }
  .lmce_megagallery .slide-gallery_wrapper .ps__rail-x {
    position: absolute;
    bottom: 0 !important;
    overflow: hidden;
    margin-left: 5%;
    margin-right: 5%;
  }
  .lmce_megagallery .slide-gallery_wrapper .ps__thumb-x {
    background: url("../../gfx/slidethumb.svg") center center / auto 100% no-repeat, transparent;
    height: 34px;
    width: 100px;
    cursor: pointer;
    position: relative;
    bottom: 0;
  }
  .lmce_megagallery .slide-gallery_wrapper .ps__thumb-x:after, .lmce_megagallery .slide-gallery_wrapper .ps__thumb-x:before {
    content: "";
    width: 1100px;
    height: 2px;
    background: #D3D3D3;
    position: absolute;
    top: calc(50% - 1px);
  }
  .lmce_megagallery .slide-gallery_wrapper .ps__thumb-x:after {
    left: 115%;
  }
  .lmce_megagallery .slide-gallery_wrapper .ps__thumb-x:before {
    right: 115%;
  }
}
@media screen and (max-width: 720px) {
  .lmce_megagallery .slide-gallery {
    padding-left: 20vw;
  }
  .lmce_megagallery .slide-gallery_controls {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .lmce_megagallery .slide-gallery_arrow-left, .lmce_megagallery .slide-gallery_arrow-right {
    width: 50%;
  }
  .lmce_megagallery .slide-gallery_dot {
    width: 20px;
    height: 20px;
    margin: 8px;
  }
}
.lmce_megagallery .slide-gallery-deco_2 {
  background: transparent linear-gradient(to left, #F3F5FE 0%, #F3F5FE00 100%) 0 0 no-repeat;
  position: absolute;
  bottom: -20%;
  height: 45%;
  width: 60%;
  border-bottom-right-radius: 200px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 720px) {
  .lmce_megagallery .slide-gallery-deco_2 {
    bottom: -120px;
    height: 240px;
    border-bottom-right-radius: 120px;
  }
}
.lmce_megagallery .slide-gallery-deco_1 {
  top: var(--bs-gutter-x, 0.75rem);
  left: calc(-10vw + var(--bs-gutter-x, 0.75rem));
  position: absolute;
  width: 10vw;
  height: 10vw;
  background: transparent linear-gradient(to bottom, #F3F5FE 0%, #F3F5FE00 100%) 0 0 no-repeat;
  border-top-left-radius: 10vw;
}
.hon-conteaser-elem img {
  max-width: 90%;
  height: auto;
}
.hon-conteaser-elem .inner {
  padding: 10px 45px 0px 0px;
  margin: 0px auto;
}
.hon-conteaser-elem:nth-child(2) img, .hon-conteaser-elem:nth-child(2) .inner {
  margin-left: 5%;
}
.hon-conteaser-elem:nth-child(3) img, .hon-conteaser-elem:nth-child(3) .inner {
  margin-left: 10%;
}
.hon-conteaser-elem h4 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hon-conteaser-elem img {
    max-width: 100%;
  }
  .hon-conteaser-elem .inner {
    padding: 10px 0px 0px 0px;
  }
  .hon-conteaser-elem:nth-child(2) img, .hon-conteaser-elem:nth-child(2) .inner {
    margin-left: 0;
  }
  .hon-conteaser-elem:nth-child(3) img, .hon-conteaser-elem:nth-child(3) .inner {
    margin-left: 0;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.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;
}
.slider__image {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.slider__image.active {
  opacity: 1;
  animation: slide-in 0.6s;
}
.slider__image.hide {
  animation: slide-out 0.6s;
}
@keyframes slide-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.carousel__track {
  display: flex;
}
.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}
.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}
html.with-fancybox {
  scroll-behavior: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}
.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}
.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}
.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}
.fancybox__track {
  display: flex;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";
  flex: 0 0 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}
.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}
.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}
.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}
.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}
.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}
.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}
.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}
.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}
.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}
@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}
.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}
.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}
.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}
.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}
.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}
.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}
.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}
div#khazadbridge {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 600px;
  top: 0;
  height: auto;
  background: #FCFCFB;
  padding: 20px;
  border: 1px solid #001426;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 763px) {
  div#khazadbridge {
    width: 400px;
  }
}
#khazadbridge h4.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #001426;
  margin: 0px 0px 20px 0px;
  font-size: 2em;
}
.modal-body {
  clear: both;
}
.modal-body p {
  text-align: center;
  font-size: 1em;
}
button.btn-modal:hover {
  cursor: pointer;
}
.modal-header .close {
  font-size: 1em;
  float: right;
  cursor: pointer;
  background-color: #001416;
  color: #fcfcfb;
}
.modal-header .dorint-logo {
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 15px auto 30px auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 9888;
  width: 100%;
  height: 100%;
  background-color: #fcfcfc;
  opacity: 0.8;
}
form {
  padding: 0px;
}
fieldset {
  border: 0px;
  padding: 0px;
}
input, textarea {
  border: 0px;
  border-bottom: 1px solid #001426;
  background: #F3F5FE;
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(0, 20, 38, 0.75);
  width: 100%;
  padding-bottom: 15px;
  padding-top: 30px;
}
input:focus, textarea:focus {
  outline: 0px;
  border-bottom: 1px solid #001426;
}
input[type="submit"], textarea[type="submit"] {
  font-weight: bold;
  border: 1px solid #001426;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #001426;
  padding: 25px;
  margin-top: 43px;
  cursor: pointer;
}
input[type="submit"]:hover, textarea[type="submit"]:hover {
  background: #001426;
  border: 1px solid #000000;
  box-sizing: border-box;
  color: #ffffff;
}
@media (max-width: 576px) {
  input[type="submit"], textarea[type="submit"] {
    background: #001426;
    color: #ffffff;
  }
  input[type="submit"]:hover, textarea[type="submit"]:hover {
    border: 1px solid #001426;
    background: transparent;
    color: #001426;
  }
}
input[type="checkbox"], textarea[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 30px;
  border: 1px solid #001426;
  box-sizing: border-box;
}
select {
  border: 0px;
  border-bottom: 1px solid #001426;
  background: #F3F5FE;
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(0, 20, 38, 0.75);
  width: 100%;
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (min-width: 0px) {
  textarea, select, input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  input, select {
    border-radius: 0;
  }
}
label, .lmce-checkbox, .parsley-required {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  /* identical to box height, or 18px */
  letter-spacing: 0.02em;
  color: rgba(0, 20, 38, 0.75);
}
span.lmce-checkbox {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.contactform {
  margin-bottom: 113px;
}
.contactform h5 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 40px;
}
.contactform p {
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 40px;
}
.contactform .powermail_fieldwrap_type_text {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}
.contactform .powermail_fieldwrap_vorname {
  clear: both;
}
.contactform .powermail_field {
  float: left;
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 768px) {
  .contactform .powermail_field {
    width: 96%;
  }
}
.contactform input {
  width: 100%;
}
.contactform select {
  clear: both;
  width: 100%;
}
.contactform .powermail_fieldwrap_ihrenachricht .powermail_field {
  width: 96%;
}
.contactform input#powermail_field_hierstehteindatenschutz_disclaimer_1 {
  width: auto;
}
.contactform .powermail_fieldwrap_hierstehteindatenschutz_disclaimer {
  width: 100%;
  display: flex;
}
.frame-layout-big-form label, .frame-layout-big-form .lmce-checkbox {
  font-size: 16px;
  line-height: 150%;
  color: #757575;
}
.frame-layout-big-form label {
  font-weight: 700;
}
.frame-layout-big-form select#powermail_field_gewuenschteshotels {
  padding: 0px;
  margin-top: 15px;
}
.frame-layout-big-form .powermail_fieldwrap_gewuenschteshotels {
  clear: both;
  width: 100%;
}
.frame-layout-big-form .powermail_fieldwrap_gewuenschteshotels label {
  display: block;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 30px;
}
.frame-layout-big-form .powermail_fieldwrap_gewuenschteshotels .powermail_field {
  width: 96%;
}
.frame-layout-big-form .powermail_fieldwrap_type_html {
  width: 100%;
  display: inline-block;
}
.frame-layout-big-form .powermail_fieldwrap_type_date {
  float: left;
  width: 46%;
  padding-left: 2%;
  padding-right: 2%;
}
.frame-layout-big-form .powermail_fieldwrap_type_date .powermail_field {
  width: 100%;
  padding: 0px;
  float: none;
}
.frame-layout-big-form .powermail_fieldwrap_type_textarea {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.frame-layout-big-form .powermail_fieldwrap_type_textarea .powermail_field {
  width: 100%;
  padding: 0px;
  float: none;
}
.frame-layout-big-form input.powermail_checkbox {
  width: 10%;
}
.frame-layout-0 table.contenttable {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  border-collapse: collapse;
}
.frame-layout-0 table.contenttable td {
  border: 1px solid #000;
  padding: 7px 14px;
}
.waconcookiemanagement {
  z-index: 1999 !important;
}
@media (max-width: 768px) {
  .waconcookiemanagement #CookieBox {
    width: 86%;
  }
  .waconcookiemanagement #CookieBox .intro p {
    margin: 10px 0px;
  }
}
@media (min-width: 769px) {
  .waconcookiemanagement #CookieBox {
    top: 10%;
    left: 20%;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    min-height: auto;
  }
}
.waconcookiemanagement #CookieBox .middle-center {
  width: 80%;
  margin: auto;
}
.waconcookiemanagement #CookieBox .cookie-btn {
  border-radius: 0px;
  background: #001426;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: corporate-s, sans-serif;
}
.waconcookiemanagement #CookieBox .cookie-management, .waconcookiemanagement #CookieBox .cookie-refuse {
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #F3F5FE;
  font-family: corporate-s, sans-serif;
  padding: 10px 50px;
}
.waconcookiemanagement #CookieBox .intro p.cookie-accept a {
  width: 80%;
  margin-left: -9px;
}
@media (max-width: 1024px) {
  .waconcookiemanagement #CookieBox .intro p.cookie-accept a {
    margin-left: -11px;
  }
}
@media (max-width: 768px) {
  .waconcookiemanagement #CookieBox .intro p.cookie-accept a {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .waconcookiemanagement #CookieBox .intro p.cookie-accept a {
    margin-left: 0px;
  }
}
.waconcookiemanagement #CookieBox a {
  text-transform: uppercase;
}
.waconcookiemanagement #CookieBox {
  border-radius: 0px;
}
.waconcookiemanagement #CookieBox .intro p.cookie-refuse, .waconcookiemanagement #CookieBox .intro p.cookie-management {
  width: 60%;
}
@media (max-width: 768px) {
  .waconcookiemanagement #CookieBox .intro p.cookie-refuse, .waconcookiemanagement #CookieBox .intro p.cookie-management {
    width: 60%;
    margin: 10px 0px;
  }
}
.cookie-set {
  font-family: corporate-s, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 992px) {
  /*.container-xl, .container.col-sm-5, .container.col-sm-10 {
	    padding: 0px;
	    width:  100%;
	}*/
  .lmce-booking-button {
    display: none;
  }
  .container-sm.col-sm-9 {
    padding: 0px;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-md-2 {
    width: 20%;
  }
}
@media (max-width: 992px) {
  #nav-mobile {
    display: block;
    float: right;
  }
  button#nav {
    opacity: 0;
  }
}
/* tagung startseite button fix */
#c39819 .hon-conteaser-elem .inner .btn-holder, #c39820 .hon-conteaser-elem .inner .btn-holder, #c39821 .hon-conteaser-elem .inner .btn-holder, #c39822 .hon-conteaser-elem .inner .btn-holder, #c46824 .hon-conteaser-elem .inner .btn-holder, #c46825 .hon-conteaser-elem .inner .btn-holder, #c46826 .hon-conteaser-elem .inner .btn-holder, #c46827 .hon-conteaser-elem .inner .btn-holder, #c47434 .hon-conteaser-elem .inner .btn-holder, #c47435 .hon-conteaser-elem .inner .btn-holder, #c47436 .hon-conteaser-elem .inner .btn-holder, #c47437 .hon-conteaser-elem .inner .btn-holder {
  margin: 0px;
}
#c39819 .hon-conteaser-elem .inner .btn-holder .btn, #c39820 .hon-conteaser-elem .inner .btn-holder .btn, #c39821 .hon-conteaser-elem .inner .btn-holder .btn, #c39822 .hon-conteaser-elem .inner .btn-holder .btn, #c46824 .hon-conteaser-elem .inner .btn-holder .btn, #c46825 .hon-conteaser-elem .inner .btn-holder .btn, #c46826 .hon-conteaser-elem .inner .btn-holder .btn, #c46827 .hon-conteaser-elem .inner .btn-holder .btn, #c47434 .hon-conteaser-elem .inner .btn-holder .btn, #c47435 .hon-conteaser-elem .inner .btn-holder .btn, #c47436 .hon-conteaser-elem .inner .btn-holder .btn, #c47437 .hon-conteaser-elem .inner .btn-holder .btn {
  width: 100%;
}
#c39819 .hon-conteaser-elem .inner .btn-holder .btn span, #c39820 .hon-conteaser-elem .inner .btn-holder .btn span, #c39821 .hon-conteaser-elem .inner .btn-holder .btn span, #c39822 .hon-conteaser-elem .inner .btn-holder .btn span, #c46824 .hon-conteaser-elem .inner .btn-holder .btn span, #c46825 .hon-conteaser-elem .inner .btn-holder .btn span, #c46826 .hon-conteaser-elem .inner .btn-holder .btn span, #c46827 .hon-conteaser-elem .inner .btn-holder .btn span, #c47434 .hon-conteaser-elem .inner .btn-holder .btn span, #c47435 .hon-conteaser-elem .inner .btn-holder .btn span, #c47436 .hon-conteaser-elem .inner .btn-holder .btn span, #c47437 .hon-conteaser-elem .inner .btn-holder .btn span {
  width: 100%;
}
#c39819 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c39820 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c39821 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c39822 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c46824 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c46825 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c46826 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c46827 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c47434 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c47435 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c47436 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before, #c47437 .hon-conteaser-elem .inner .btn-holder .btn.hover-slide-right:hover::before {
  width: 100%;
  padding: 0px 21px;
}
/* cmp script change fix */
.cmprecallwarning2 {
  display: none !important;
}
