@charset "UTF-8";
/* Utilities */
/* Extern libraries */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #8E7648;
  --bs-secondary: #7DB167;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-purple: #8E2250;
  --bs-pink: #EC7405;
  --bs-glc-green-darkest: #2C3D33;
  --bs-glc-green-dark: #274020;
  --bs-glc-green: #32533F;
  --bs-glc-green-light: #7DB167;
  --bs-glc-green-lighter: #CFDFB0;
  --bs-glc-green-white: #ECF3DF;
  --bs-glc-brown-dark: #645445;
  --bs-glc-brown: #9D846D;
  --bs-glc-brown-white: #F0EBE7;
  --bs-glc-dark-gray: #373B36;
  --bs-glc-gray: #555555;
  --bs-glc-gray-light: #CFD5CE;
  --bs-glc-purple: #8E2250;
  --bs-glc-purple-light: #EC7405;
  --bs-glc-orange: #F18734;
  --bs-glc-gold: #8E7648;
  --bs-primary-rgb: 142, 118, 72;
  --bs-secondary-rgb: 125, 177, 103;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 85, 85, 85;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Roboto", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, Arial, sans-serif;
  --bs-body-font-size: 1.0625rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.5;
  --bs-body-color: #555555;
  --bs-body-bg: #fff;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #32533F;
}

h1, .h1 {
  font-size: calc(1.390625rem + 1.6875vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.65625rem;
  }
}

h2, .h2 {
  font-size: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}

h3, .h3 {
  font-size: calc(1.3109375rem + 0.73125vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.859375rem;
  }
}

h4, .h4 {
  font-size: calc(1.284375rem + 0.4125vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.59375rem;
  }
}

h5, .h5 {
  font-size: calc(1.2578125rem + 0.09375vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.328125rem;
  }
}

h6, .h6 {
  font-size: 1.0625rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: #5b4c2e;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.2578125rem + 0.09375vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.328125rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.2578125rem + 0.09375vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.328125rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .image-embed-item {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1560px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1360px) {
  .col-xl {
    flex: 1 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #555555;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #555555;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #555555;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #555555;
  vertical-align: top;
  border-color: #CFD5CE;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #e8e4da;
  --bs-table-striped-bg: #dcd9cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d1cdc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d7d3ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d1cdc4;
}

.table-secondary {
  --bs-table-bg: #e5efe1;
  --bs-table-striped-bg: #dae3d6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ced7cb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d4ddd0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ced7cb;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1359.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(1.05rem + 1px);
  padding-bottom: calc(1.05rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.2578125rem + 0.09375vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.328125rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9296875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.05rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.2;
  color: #555555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #555555;
  background-color: #fff;
  border-color: #c7bba4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.2em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 1.05rem 1.25rem;
  margin: -1.05rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #555555;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 1.05rem 1.25rem;
  margin: -1.05rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #555555;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.05rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #555555;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.2em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.2578125rem + 0.09375vw);
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.328125rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.2em + 2.1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.2em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.2em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 1.05rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.2em;
  border-radius: 10px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.2em;
  border-radius: 10px;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.25rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1.25rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9296875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 10px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.2em + 2.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3em + 0.525rem) center;
  background-size: calc(0.6em + 1.05rem) calc(0.6em + 1.05rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.2em + 2.1rem);
  background-position: top calc(0.3em + 0.525rem) right calc(0.3em + 0.525rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.6em + 1.05rem) calc(0.6em + 1.05rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9296875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 10px;
}

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 2.1rem);
  background-position: top calc(0.3em + 0.525rem) right calc(0.3em + 0.525rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.6em + 1.05rem) calc(0.6em + 1.05rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

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

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

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #5b4c2e;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #5b4c2e;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #8E7648;
  border-color: #8E7648;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: calc(1.2578125rem + 0.09375vw);
}
@media (min-width: 1200px) {
  .pagination-lg .page-link {
    font-size: 1.328125rem;
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 10px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #55472b;
  background-color: #e8e4da;
  border-color: #ddd6c8;
}
.alert-primary .alert-link {
  color: #443922;
}

.alert-secondary {
  color: #4b6a3e;
  background-color: #e5efe1;
  border-color: #d8e8d1;
}
.alert-secondary .alert-link {
  color: #3c5532;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-purple {
  color: #551430;
  background-color: #e8d3dc;
  border-color: #ddbdcb;
}
.alert-purple .alert-link {
  color: #441026;
}

.alert-pink {
  color: #8e4603;
  background-color: #fbe3cd;
  border-color: #f9d5b4;
}
.alert-pink .alert-link {
  color: #723802;
}

.alert-glc-green-darkest {
  color: #1a251f;
  background-color: #d5d8d6;
  border-color: #c0c5c2;
}
.alert-glc-green-darkest .alert-link {
  color: #151e19;
}

.alert-glc-green-dark {
  color: #172613;
  background-color: #d4d9d2;
  border-color: #bec6bc;
}
.alert-glc-green-dark .alert-link {
  color: #121e0f;
}

.alert-glc-green {
  color: #1e3226;
  background-color: #d6ddd9;
  border-color: #c2cbc5;
}
.alert-glc-green .alert-link {
  color: #18281e;
}

.alert-glc-green-light {
  color: #4b6a3e;
  background-color: #e5efe1;
  border-color: #d8e8d1;
}
.alert-glc-green-light .alert-link {
  color: #3c5532;
}

.alert-glc-green-lighter {
  color: #535946;
  background-color: #f5f9ef;
  border-color: #f1f5e7;
}
.alert-glc-green-lighter .alert-link {
  color: #424738;
}

.alert-glc-green-white {
  color: #5e6159;
  background-color: #fbfdf9;
  border-color: #f9fbf5;
}
.alert-glc-green-white .alert-link {
  color: #4b4e47;
}

.alert-glc-brown-dark {
  color: #3c3229;
  background-color: #e0ddda;
  border-color: #d1ccc7;
}
.alert-glc-brown-dark .alert-link {
  color: #302821;
}

.alert-glc-brown {
  color: #5e4f41;
  background-color: #ebe6e2;
  border-color: #e2dad3;
}
.alert-glc-brown .alert-link {
  color: #4b3f34;
}

.alert-glc-brown-white {
  color: #605e5c;
  background-color: #fcfbfa;
  border-color: #fbf9f8;
}
.alert-glc-brown-white .alert-link {
  color: #4d4b4a;
}

.alert-glc-dark-gray {
  color: #212320;
  background-color: #d7d8d7;
  border-color: #c3c4c3;
}
.alert-glc-dark-gray .alert-link {
  color: #1a1c1a;
}

.alert-glc-gray {
  color: #333333;
  background-color: #dddddd;
  border-color: #cccccc;
}
.alert-glc-gray .alert-link {
  color: #292929;
}

.alert-glc-gray-light {
  color: #535552;
  background-color: #f5f7f5;
  border-color: #f1f2f0;
}
.alert-glc-gray-light .alert-link {
  color: #424442;
}

.alert-glc-purple {
  color: #551430;
  background-color: #e8d3dc;
  border-color: #ddbdcb;
}
.alert-glc-purple .alert-link {
  color: #441026;
}

.alert-glc-purple-light {
  color: #8e4603;
  background-color: #fbe3cd;
  border-color: #f9d5b4;
}
.alert-glc-purple-light .alert-link {
  color: #723802;
}

.alert-glc-orange {
  color: #91511f;
  background-color: #fce7d6;
  border-color: #fbdbc2;
}
.alert-glc-orange .alert-link {
  color: #744119;
}

.alert-glc-gold {
  color: #55472b;
  background-color: #e8e4da;
  border-color: #ddd6c8;
}
.alert-glc-gold .alert-link {
  color: #443922;
}

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

.link-primary {
  color: #8E7648;
}
.link-primary:hover, .link-primary:focus {
  color: #a5916d;
}

.link-secondary {
  color: #7DB167;
}
.link-secondary:hover, .link-secondary:focus {
  color: #97c185;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-purple {
  color: #8E2250;
}
.link-purple:hover, .link-purple:focus {
  color: #721b40;
}

.link-pink {
  color: #EC7405;
}
.link-pink:hover, .link-pink:focus {
  color: #f09037;
}

.link-glc-green-darkest {
  color: #2C3D33;
}
.link-glc-green-darkest:hover, .link-glc-green-darkest:focus {
  color: #233129;
}

.link-glc-green-dark {
  color: #274020;
}
.link-glc-green-dark:hover, .link-glc-green-dark:focus {
  color: #1f331a;
}

.link-glc-green {
  color: #32533F;
}
.link-glc-green:hover, .link-glc-green:focus {
  color: #284232;
}

.link-glc-green-light {
  color: #7DB167;
}
.link-glc-green-light:hover, .link-glc-green-light:focus {
  color: #97c185;
}

.link-glc-green-lighter {
  color: #CFDFB0;
}
.link-glc-green-lighter:hover, .link-glc-green-lighter:focus {
  color: #d9e5c0;
}

.link-glc-green-white {
  color: #ECF3DF;
}
.link-glc-green-white:hover, .link-glc-green-white:focus {
  color: #f0f5e5;
}

.link-glc-brown-dark {
  color: #645445;
}
.link-glc-brown-dark:hover, .link-glc-brown-dark:focus {
  color: #504337;
}

.link-glc-brown {
  color: #9D846D;
}
.link-glc-brown:hover, .link-glc-brown:focus {
  color: #b19d8a;
}

.link-glc-brown-white {
  color: #F0EBE7;
}
.link-glc-brown-white:hover, .link-glc-brown-white:focus {
  color: #f3efec;
}

.link-glc-dark-gray {
  color: #373B36;
}
.link-glc-dark-gray:hover, .link-glc-dark-gray:focus {
  color: #2c2f2b;
}

.link-glc-gray {
  color: #555555;
}
.link-glc-gray:hover, .link-glc-gray:focus {
  color: #444444;
}

.link-glc-gray-light {
  color: #CFD5CE;
}
.link-glc-gray-light:hover, .link-glc-gray-light:focus {
  color: #d9ddd8;
}

.link-glc-purple {
  color: #8E2250;
}
.link-glc-purple:hover, .link-glc-purple:focus {
  color: #721b40;
}

.link-glc-purple-light {
  color: #EC7405;
}
.link-glc-purple-light:hover, .link-glc-purple-light:focus {
  color: #f09037;
}

.link-glc-orange {
  color: #F18734;
}
.link-glc-orange:hover, .link-glc-orange:focus {
  color: #f49f5d;
}

.link-glc-gold {
  color: #8E7648;
}
.link-glc-gold:hover, .link-glc-gold:focus {
  color: #a5916d;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1360px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #8E7648 !important;
}

.border-secondary {
  border-color: #7DB167 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: calc(1.2578125rem + 0.09375vw) !important;
}

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

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

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

.fw-thin {
  font-weight: 100 !important;
}

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

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

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

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

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

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

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

.rounded {
  border-radius: 10px !important;
}

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

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

.rounded-2 {
  border-radius: 10px !important;
}

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

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

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

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-end {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-start {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1360px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.65625rem !important;
  }
  .fs-2 {
    font-size: 2.125rem !important;
  }
  .fs-3 {
    font-size: 1.859375rem !important;
  }
  .fs-4 {
    font-size: 1.59375rem !important;
  }
  .fs-5 {
    font-size: 1.328125rem !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;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
ul.download-list li:before,
a.more:before,
.fast,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
ul.download-list li:before,
a.more:before {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/*******************************************************************/
/* This file is generated by Build/tools.js                        */
/* If you need to add more icons, please edit Build/icons.js file. */
/*******************************************************************/
.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-boot::before {
  content: "\f782";
}

.fa-bus::before {
  content: "\f207";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-camera::before {
  content: "\f030";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-check::before {
  content: "\f00c";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-family::before {
  content: "\e300";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-message::before {
  content: "\f27a";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-minus::before {
  content: "\f068";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-phone::before {
  content: "\f095";
}

.fa-pinterest::before {
  content: "\f0d2";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plus::before {
  content: "\+";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-star::before {
  content: "\f005";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-tiktok::before {
  content: "\e07b";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-trees::before {
  content: "\f724";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-virus::before {
  content: "\e074";
}

.fa-water::before {
  content: "\f773";
}

.fa-whatsapp::before {
  content: "\f232";
}

.fa-x-twitter::before {
  content: "\e61b";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-youtube::before {
  content: "\f167";
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-light-300.woff2") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-solid-900.woff2?v=c67b91aa6ad3cad1e5a65e546d502043bdefde03") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-regular-400.woff2") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-thin-100.woff2?v=7922c53f32d9fed241bcc44425f5433a537e927b") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b,
ul.download-list li:before,
a.more:before {
  font-weight: 100;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-duotone-900.woff2") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-solid-900.woff2?v=308bc376f49bde623ac38a26184f3f678a53fe43") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-solid-900.ttf") format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-regular-400.woff2?v=ed126148696f90d3cff7f136162dd70f5acc960e") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-regular-400.ttf") format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-light-300.woff2?v=c0497fc6aaffd47e375ad10ae4b78d30086805aa") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-sharp-light-300.ttf") format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-brands-400.woff2?v=568555e3c92c88c6ba7d33644c3acb068e9865a5") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/font-awesome-pro/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas:
  "nav"
  "body"
  "timepicker"
  "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: transparent;
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.air-datepicker {
  --adp-z-index: 710;
}

/* Fluid Styled Content default styling */
.ce-align-left {
  text-align: left;
}

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

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

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-gallery figure {
  position: relative;
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 20px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 0;
}

.ce-below .ce-gallery {
  margin-top: 20px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

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

.ce-headline-right {
  text-align: right;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1rem;
}

.frame-space-before-small {
  margin-top: 2rem;
}

.frame-space-before-medium {
  margin-top: 3rem;
}

.frame-space-before-large {
  margin-top: 4rem;
}

.frame-space-before-extra-large {
  margin-top: 5rem;
}

.frame-space-after-extra-small {
  margin-bottom: 1rem;
}

.frame-space-after-small {
  margin-bottom: 2rem;
}

.frame-space-after-medium {
  margin-bottom: 3rem;
}

.frame-space-after-large {
  margin-bottom: 4rem;
}

.frame-space-after-extra-large {
  margin-bottom: 5rem;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

@media (min-width: 1360px) {
  .ce-left .ce-gallery,
  .ce-column {
    float: left;
  }
  .ce-right .ce-gallery {
    float: right;
  }
  .ce-intext.ce-right .ce-gallery {
    margin-left: 20px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 20px;
  }
}
/* Global styling */
/* roboto-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-100.woff2?v=ebbde06eb829868c5f689afe2d48377608be1e7b") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff2?v=7c0a869b7463a22ae0da2b988a42a31983550d87") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-100italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-300.woff2?v=e57e59c5780995ff2937ab2b511a769212974a87") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff2?v=e9e592f8498d489d8000f3a4cfb1bb447f251edd") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2?v=7ca9c5967f3bb8bffeab24b639b49c1e7d03fa52") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-italic.woff2?v=61447d66d13a8c8f4335696777a85c438c46f749") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-500.woff2?v=23cef6993ddb2b2979e8e7647fc3763694e2ba7d") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff2?v=0f49d4563cf9e22e3af6907d0785b9a6facadbf0") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-700.woff2?v=acdef5603c2387b0e5bffd744b679a24a8bc1968") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff2?v=823f21f7b1d456db889c3afea393f0d2b9581c38") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-900.woff2?v=0355a01c1ccb45cb728e7e07c41c8ebf456f70bb") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff2?v=54fffeccd72a30cee0c4915a1dbade016c7c2a3e") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/roboto-v30-latin/roboto-v30-latin-900italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-regular - latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-regular.woff2?v=301ef34ff821bc47176cba554d9a52b4f5930163") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-italic - latin */
@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-italic.woff2?v=224e2db77fa78de9f939f6f2c97a8a65c5fa9af8") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-700 - latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-700.woff2?v=5025608726fea876eba32628e339f3c6b2e3d39c") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amiri-700italic - latin */
@font-face {
  font-family: "Amiri";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-700italic.woff2?v=4d34c6e372a4b7335511cbaaf2f06553e311cb75") format("woff2"), url("/typo3conf/ext/lfmsite/Resources/Public/Fonts/amiri-v24-latin/amiri-v24-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
  --primary-color: #8E7648;
  --orange-color: #EC7405;
  --more-link-color: var(--primary-color);
  --more-link-color-hover: #5b4c2e;
  --more-link-icon-color: #373B36;
  --more-link-icon-color-hover: #373B36;
  --link-color: var(--primary-color);
  --link-decoration: none;
  --link-hover-color: #5b4c2e;
  --link-hover-decoration: none;
}

html {
  overflow-y: scroll;
  font-size: 16px;
}
html.large-text {
  font-size: 20px;
}

body {
  background-color: var(--bs-body-bg) !important;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(207, 213, 206, 0.2);
}

strong, b {
  font-weight: 600;
}

.inline-svg {
  display: inline-block;
  height: 1em;
  width: auto;
}

a {
  color: var(--link-color);
  -webkit-text-decoration: var(--link-decoration);
          text-decoration: var(--link-decoration);
}
a:hover {
  color: var(--link-hover-color);
  -webkit-text-decoration: var(--link-hover-decoration);
          text-decoration: var(--link-hover-decoration);
}

a.more {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  color: var(--more-link-color);
}
a.more:hover {
  color: var(--more-link-color-hover);
}
a.more:before {
  content: "\f0a9";
  color: var(--more-link-icon-color);
  font-size: 2.6666666667em;
  margin-right: 0.25em;
}
a.more:before:hover {
  color: var(--more-link-icon-color-hover);
}

.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.select2-selection__rendered):not(.parsley-errors-list):not(.download-list):not(.pagination) {
  padding-left: 0;
  list-style: none;
}
.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.select2-selection__rendered):not(.parsley-errors-list):not(.download-list):not(.pagination) li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.main-content ul:not(.no-list-bullet):not(.slick-dots):not(.select2-selection__rendered):not(.parsley-errors-list):not(.download-list):not(.pagination) li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 4px;
}
.main-content .ce-bodytext h1, .main-content .ce-bodytext .h1, .main-content .ce-bodytext h2, .main-content .ce-bodytext .h2, .main-content .ce-bodytext h3, .main-content .ce-bodytext .h3, .main-content .ce-bodytext h4, .main-content .ce-bodytext .h4, .main-content .ce-bodytext h5, .main-content .ce-bodytext .h5, .main-content .ce-bodytext h6, .main-content .ce-bodytext .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.main-content .ce-bodytext h1 + h1, .main-content .ce-bodytext .h1 + h1, .main-content .ce-bodytext h1 + .h1, .main-content .ce-bodytext .h1 + .h1, .main-content .ce-bodytext h1 + .h1, .main-content .ce-bodytext .h1 + .h1, .main-content .ce-bodytext h1 + h2, .main-content .ce-bodytext .h1 + h2, .main-content .ce-bodytext h1 + .h2, .main-content .ce-bodytext .h1 + .h2, .main-content .ce-bodytext h1 + .h2, .main-content .ce-bodytext .h1 + .h2, .main-content .ce-bodytext h1 + h3, .main-content .ce-bodytext .h1 + h3, .main-content .ce-bodytext h1 + .h3, .main-content .ce-bodytext .h1 + .h3, .main-content .ce-bodytext h1 + .h3, .main-content .ce-bodytext .h1 + .h3, .main-content .ce-bodytext h1 + h4, .main-content .ce-bodytext .h1 + h4, .main-content .ce-bodytext h1 + .h4, .main-content .ce-bodytext .h1 + .h4, .main-content .ce-bodytext h1 + .h4, .main-content .ce-bodytext .h1 + .h4, .main-content .ce-bodytext h1 + h5, .main-content .ce-bodytext .h1 + h5, .main-content .ce-bodytext h1 + .h5, .main-content .ce-bodytext .h1 + .h5, .main-content .ce-bodytext h1 + .h5, .main-content .ce-bodytext .h1 + .h5, .main-content .ce-bodytext h1 + h6, .main-content .ce-bodytext .h1 + h6, .main-content .ce-bodytext h1 + .h6, .main-content .ce-bodytext .h1 + .h6, .main-content .ce-bodytext h1 + .h6, .main-content .ce-bodytext .h1 + .h6, .main-content .ce-bodytext .h1 + h1, .main-content .ce-bodytext .h1 + .h1, .main-content .ce-bodytext .h1 + .h1, .main-content .ce-bodytext .h1 + h2, .main-content .ce-bodytext .h1 + .h2, .main-content .ce-bodytext .h1 + .h2, .main-content .ce-bodytext .h1 + h3, .main-content .ce-bodytext .h1 + .h3, .main-content .ce-bodytext .h1 + .h3, .main-content .ce-bodytext .h1 + h4, .main-content .ce-bodytext .h1 + .h4, .main-content .ce-bodytext .h1 + .h4, .main-content .ce-bodytext .h1 + h5, .main-content .ce-bodytext .h1 + .h5, .main-content .ce-bodytext .h1 + .h5, .main-content .ce-bodytext .h1 + h6, .main-content .ce-bodytext .h1 + .h6, .main-content .ce-bodytext .h1 + .h6, .main-content .ce-bodytext h2 + h1, .main-content .ce-bodytext .h2 + h1, .main-content .ce-bodytext h2 + .h1, .main-content .ce-bodytext .h2 + .h1, .main-content .ce-bodytext h2 + .h1, .main-content .ce-bodytext .h2 + .h1, .main-content .ce-bodytext h2 + h2, .main-content .ce-bodytext .h2 + h2, .main-content .ce-bodytext h2 + .h2, .main-content .ce-bodytext .h2 + .h2, .main-content .ce-bodytext h2 + .h2, .main-content .ce-bodytext .h2 + .h2, .main-content .ce-bodytext h2 + h3, .main-content .ce-bodytext .h2 + h3, .main-content .ce-bodytext h2 + .h3, .main-content .ce-bodytext .h2 + .h3, .main-content .ce-bodytext h2 + .h3, .main-content .ce-bodytext .h2 + .h3, .main-content .ce-bodytext h2 + h4, .main-content .ce-bodytext .h2 + h4, .main-content .ce-bodytext h2 + .h4, .main-content .ce-bodytext .h2 + .h4, .main-content .ce-bodytext h2 + .h4, .main-content .ce-bodytext .h2 + .h4, .main-content .ce-bodytext h2 + h5, .main-content .ce-bodytext .h2 + h5, .main-content .ce-bodytext h2 + .h5, .main-content .ce-bodytext .h2 + .h5, .main-content .ce-bodytext h2 + .h5, .main-content .ce-bodytext .h2 + .h5, .main-content .ce-bodytext h2 + h6, .main-content .ce-bodytext .h2 + h6, .main-content .ce-bodytext h2 + .h6, .main-content .ce-bodytext .h2 + .h6, .main-content .ce-bodytext h2 + .h6, .main-content .ce-bodytext .h2 + .h6, .main-content .ce-bodytext .h2 + h1, .main-content .ce-bodytext .h2 + .h1, .main-content .ce-bodytext .h2 + .h1, .main-content .ce-bodytext .h2 + h2, .main-content .ce-bodytext .h2 + .h2, .main-content .ce-bodytext .h2 + .h2, .main-content .ce-bodytext .h2 + h3, .main-content .ce-bodytext .h2 + .h3, .main-content .ce-bodytext .h2 + .h3, .main-content .ce-bodytext .h2 + h4, .main-content .ce-bodytext .h2 + .h4, .main-content .ce-bodytext .h2 + .h4, .main-content .ce-bodytext .h2 + h5, .main-content .ce-bodytext .h2 + .h5, .main-content .ce-bodytext .h2 + .h5, .main-content .ce-bodytext .h2 + h6, .main-content .ce-bodytext .h2 + .h6, .main-content .ce-bodytext .h2 + .h6, .main-content .ce-bodytext h3 + h1, .main-content .ce-bodytext .h3 + h1, .main-content .ce-bodytext h3 + .h1, .main-content .ce-bodytext .h3 + .h1, .main-content .ce-bodytext h3 + .h1, .main-content .ce-bodytext .h3 + .h1, .main-content .ce-bodytext h3 + h2, .main-content .ce-bodytext .h3 + h2, .main-content .ce-bodytext h3 + .h2, .main-content .ce-bodytext .h3 + .h2, .main-content .ce-bodytext h3 + .h2, .main-content .ce-bodytext .h3 + .h2, .main-content .ce-bodytext h3 + h3, .main-content .ce-bodytext .h3 + h3, .main-content .ce-bodytext h3 + .h3, .main-content .ce-bodytext .h3 + .h3, .main-content .ce-bodytext h3 + .h3, .main-content .ce-bodytext .h3 + .h3, .main-content .ce-bodytext h3 + h4, .main-content .ce-bodytext .h3 + h4, .main-content .ce-bodytext h3 + .h4, .main-content .ce-bodytext .h3 + .h4, .main-content .ce-bodytext h3 + .h4, .main-content .ce-bodytext .h3 + .h4, .main-content .ce-bodytext h3 + h5, .main-content .ce-bodytext .h3 + h5, .main-content .ce-bodytext h3 + .h5, .main-content .ce-bodytext .h3 + .h5, .main-content .ce-bodytext h3 + .h5, .main-content .ce-bodytext .h3 + .h5, .main-content .ce-bodytext h3 + h6, .main-content .ce-bodytext .h3 + h6, .main-content .ce-bodytext h3 + .h6, .main-content .ce-bodytext .h3 + .h6, .main-content .ce-bodytext h3 + .h6, .main-content .ce-bodytext .h3 + .h6, .main-content .ce-bodytext .h3 + h1, .main-content .ce-bodytext .h3 + .h1, .main-content .ce-bodytext .h3 + .h1, .main-content .ce-bodytext .h3 + h2, .main-content .ce-bodytext .h3 + .h2, .main-content .ce-bodytext .h3 + .h2, .main-content .ce-bodytext .h3 + h3, .main-content .ce-bodytext .h3 + .h3, .main-content .ce-bodytext .h3 + .h3, .main-content .ce-bodytext .h3 + h4, .main-content .ce-bodytext .h3 + .h4, .main-content .ce-bodytext .h3 + .h4, .main-content .ce-bodytext .h3 + h5, .main-content .ce-bodytext .h3 + .h5, .main-content .ce-bodytext .h3 + .h5, .main-content .ce-bodytext .h3 + h6, .main-content .ce-bodytext .h3 + .h6, .main-content .ce-bodytext .h3 + .h6, .main-content .ce-bodytext h4 + h1, .main-content .ce-bodytext .h4 + h1, .main-content .ce-bodytext h4 + .h1, .main-content .ce-bodytext .h4 + .h1, .main-content .ce-bodytext h4 + .h1, .main-content .ce-bodytext .h4 + .h1, .main-content .ce-bodytext h4 + h2, .main-content .ce-bodytext .h4 + h2, .main-content .ce-bodytext h4 + .h2, .main-content .ce-bodytext .h4 + .h2, .main-content .ce-bodytext h4 + .h2, .main-content .ce-bodytext .h4 + .h2, .main-content .ce-bodytext h4 + h3, .main-content .ce-bodytext .h4 + h3, .main-content .ce-bodytext h4 + .h3, .main-content .ce-bodytext .h4 + .h3, .main-content .ce-bodytext h4 + .h3, .main-content .ce-bodytext .h4 + .h3, .main-content .ce-bodytext h4 + h4, .main-content .ce-bodytext .h4 + h4, .main-content .ce-bodytext h4 + .h4, .main-content .ce-bodytext .h4 + .h4, .main-content .ce-bodytext h4 + .h4, .main-content .ce-bodytext .h4 + .h4, .main-content .ce-bodytext h4 + h5, .main-content .ce-bodytext .h4 + h5, .main-content .ce-bodytext h4 + .h5, .main-content .ce-bodytext .h4 + .h5, .main-content .ce-bodytext h4 + .h5, .main-content .ce-bodytext .h4 + .h5, .main-content .ce-bodytext h4 + h6, .main-content .ce-bodytext .h4 + h6, .main-content .ce-bodytext h4 + .h6, .main-content .ce-bodytext .h4 + .h6, .main-content .ce-bodytext h4 + .h6, .main-content .ce-bodytext .h4 + .h6, .main-content .ce-bodytext .h4 + h1, .main-content .ce-bodytext .h4 + .h1, .main-content .ce-bodytext .h4 + .h1, .main-content .ce-bodytext .h4 + h2, .main-content .ce-bodytext .h4 + .h2, .main-content .ce-bodytext .h4 + .h2, .main-content .ce-bodytext .h4 + h3, .main-content .ce-bodytext .h4 + .h3, .main-content .ce-bodytext .h4 + .h3, .main-content .ce-bodytext .h4 + h4, .main-content .ce-bodytext .h4 + .h4, .main-content .ce-bodytext .h4 + .h4, .main-content .ce-bodytext .h4 + h5, .main-content .ce-bodytext .h4 + .h5, .main-content .ce-bodytext .h4 + .h5, .main-content .ce-bodytext .h4 + h6, .main-content .ce-bodytext .h4 + .h6, .main-content .ce-bodytext .h4 + .h6, .main-content .ce-bodytext h5 + h1, .main-content .ce-bodytext .h5 + h1, .main-content .ce-bodytext h5 + .h1, .main-content .ce-bodytext .h5 + .h1, .main-content .ce-bodytext h5 + .h1, .main-content .ce-bodytext .h5 + .h1, .main-content .ce-bodytext h5 + h2, .main-content .ce-bodytext .h5 + h2, .main-content .ce-bodytext h5 + .h2, .main-content .ce-bodytext .h5 + .h2, .main-content .ce-bodytext h5 + .h2, .main-content .ce-bodytext .h5 + .h2, .main-content .ce-bodytext h5 + h3, .main-content .ce-bodytext .h5 + h3, .main-content .ce-bodytext h5 + .h3, .main-content .ce-bodytext .h5 + .h3, .main-content .ce-bodytext h5 + .h3, .main-content .ce-bodytext .h5 + .h3, .main-content .ce-bodytext h5 + h4, .main-content .ce-bodytext .h5 + h4, .main-content .ce-bodytext h5 + .h4, .main-content .ce-bodytext .h5 + .h4, .main-content .ce-bodytext h5 + .h4, .main-content .ce-bodytext .h5 + .h4, .main-content .ce-bodytext h5 + h5, .main-content .ce-bodytext .h5 + h5, .main-content .ce-bodytext h5 + .h5, .main-content .ce-bodytext .h5 + .h5, .main-content .ce-bodytext h5 + .h5, .main-content .ce-bodytext .h5 + .h5, .main-content .ce-bodytext h5 + h6, .main-content .ce-bodytext .h5 + h6, .main-content .ce-bodytext h5 + .h6, .main-content .ce-bodytext .h5 + .h6, .main-content .ce-bodytext h5 + .h6, .main-content .ce-bodytext .h5 + .h6, .main-content .ce-bodytext .h5 + h1, .main-content .ce-bodytext .h5 + .h1, .main-content .ce-bodytext .h5 + .h1, .main-content .ce-bodytext .h5 + h2, .main-content .ce-bodytext .h5 + .h2, .main-content .ce-bodytext .h5 + .h2, .main-content .ce-bodytext .h5 + h3, .main-content .ce-bodytext .h5 + .h3, .main-content .ce-bodytext .h5 + .h3, .main-content .ce-bodytext .h5 + h4, .main-content .ce-bodytext .h5 + .h4, .main-content .ce-bodytext .h5 + .h4, .main-content .ce-bodytext .h5 + h5, .main-content .ce-bodytext .h5 + .h5, .main-content .ce-bodytext .h5 + .h5, .main-content .ce-bodytext .h5 + h6, .main-content .ce-bodytext .h5 + .h6, .main-content .ce-bodytext .h5 + .h6, .main-content .ce-bodytext h6 + h1, .main-content .ce-bodytext .h6 + h1, .main-content .ce-bodytext h6 + .h1, .main-content .ce-bodytext .h6 + .h1, .main-content .ce-bodytext h6 + .h1, .main-content .ce-bodytext .h6 + .h1, .main-content .ce-bodytext h6 + h2, .main-content .ce-bodytext .h6 + h2, .main-content .ce-bodytext h6 + .h2, .main-content .ce-bodytext .h6 + .h2, .main-content .ce-bodytext h6 + .h2, .main-content .ce-bodytext .h6 + .h2, .main-content .ce-bodytext h6 + h3, .main-content .ce-bodytext .h6 + h3, .main-content .ce-bodytext h6 + .h3, .main-content .ce-bodytext .h6 + .h3, .main-content .ce-bodytext h6 + .h3, .main-content .ce-bodytext .h6 + .h3, .main-content .ce-bodytext h6 + h4, .main-content .ce-bodytext .h6 + h4, .main-content .ce-bodytext h6 + .h4, .main-content .ce-bodytext .h6 + .h4, .main-content .ce-bodytext h6 + .h4, .main-content .ce-bodytext .h6 + .h4, .main-content .ce-bodytext h6 + h5, .main-content .ce-bodytext .h6 + h5, .main-content .ce-bodytext h6 + .h5, .main-content .ce-bodytext .h6 + .h5, .main-content .ce-bodytext h6 + .h5, .main-content .ce-bodytext .h6 + .h5, .main-content .ce-bodytext h6 + h6, .main-content .ce-bodytext .h6 + h6, .main-content .ce-bodytext h6 + .h6, .main-content .ce-bodytext .h6 + .h6, .main-content .ce-bodytext h6 + .h6, .main-content .ce-bodytext .h6 + .h6, .main-content .ce-bodytext .h6 + h1, .main-content .ce-bodytext .h6 + .h1, .main-content .ce-bodytext .h6 + .h1, .main-content .ce-bodytext .h6 + h2, .main-content .ce-bodytext .h6 + .h2, .main-content .ce-bodytext .h6 + .h2, .main-content .ce-bodytext .h6 + h3, .main-content .ce-bodytext .h6 + .h3, .main-content .ce-bodytext .h6 + .h3, .main-content .ce-bodytext .h6 + h4, .main-content .ce-bodytext .h6 + .h4, .main-content .ce-bodytext .h6 + .h4, .main-content .ce-bodytext .h6 + h5, .main-content .ce-bodytext .h6 + .h5, .main-content .ce-bodytext .h6 + .h5, .main-content .ce-bodytext .h6 + h6, .main-content .ce-bodytext .h6 + .h6, .main-content .ce-bodytext .h6 + .h6 {
  margin-top: -0.5rem;
}
.main-content .ce-bodytext p + h1, .main-content .ce-bodytext p + .h1, .main-content .ce-bodytext p + h2, .main-content .ce-bodytext p + .h2, .main-content .ce-bodytext p + h3, .main-content .ce-bodytext p + .h3, .main-content .ce-bodytext p + h4, .main-content .ce-bodytext p + .h4, .main-content .ce-bodytext p + h5, .main-content .ce-bodytext p + .h5, .main-content .ce-bodytext p + h6, .main-content .ce-bodytext p + .h6, .main-content .ce-bodytext ul + h1, .main-content .ce-bodytext ul + .h1, .main-content .ce-bodytext ul + h2, .main-content .ce-bodytext ul + .h2, .main-content .ce-bodytext ul + h3, .main-content .ce-bodytext ul + .h3, .main-content .ce-bodytext ul + h4, .main-content .ce-bodytext ul + .h4, .main-content .ce-bodytext ul + h5, .main-content .ce-bodytext ul + .h5, .main-content .ce-bodytext ul + h6, .main-content .ce-bodytext ul + .h6, .main-content .ce-bodytext ol + h1, .main-content .ce-bodytext ol + .h1, .main-content .ce-bodytext ol + h2, .main-content .ce-bodytext ol + .h2, .main-content .ce-bodytext ol + h3, .main-content .ce-bodytext ol + .h3, .main-content .ce-bodytext ol + h4, .main-content .ce-bodytext ol + .h4, .main-content .ce-bodytext ol + h5, .main-content .ce-bodytext ol + .h5, .main-content .ce-bodytext ol + h6, .main-content .ce-bodytext ol + .h6 {
  margin-top: 2rem;
}
.main-content p a, .main-content ul a, .main-content ol a {
  font-weight: 500;
}

ul.download-list {
  padding-left: 0;
  list-style: none;
}
ul.download-list li {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
}
ul.download-list li:before {
  content: "\f570";
  font-size: 2em;
  margin-right: 10px;
  color: var(--bs-glc-gold);
}

.ce-header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ce-header {
    margin-bottom: 30px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.ce-subheader h1:first-child, .ce-subheader .h1:first-child, .ce-subheader h2:first-child, .ce-subheader .h2:first-child, .ce-subheader h3:first-child, .ce-subheader .h3:first-child, .ce-subheader h4:first-child, .ce-subheader .h4:first-child, .ce-subheader h5:first-child, .ce-subheader .h5:first-child, .ce-subheader h6:first-child, .ce-subheader .h6:first-child {
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.155556;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
}
h1 b, .h1 b {
  font-weight: 500;
}
.inverted h1, .inverted .h1 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: white;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.25rem;
    font-weight: 300;
    line-height: 1.03;
  }
  h1 b, .h1 b {
    font-weight: 500;
  }
}
.ce-header h1 + h2, .ce-header h1 + .h2, .ce-header .h1 + h2, .ce-header .h1 + .h2 {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  margin-top: 15px;
  color: #555555;
  text-transform: none;
}
@media (min-width: 992px) {
  .ce-header h1 + h2, .ce-header h1 + .h2, .ce-header .h1 + h2, .ce-header .h1 + .h2 {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.155556;
  text-transform: uppercase;
}
h2 b, .h2 b {
  font-weight: 500;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3.25rem;
    font-weight: 300;
    line-height: 1.03;
  }
}
.ce-header h2 + h3, .ce-header h2 + .h3, .ce-header .h2 + h3, .ce-header .h2 + .h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #555555;
  text-transform: none;
}
.ce-header h2 + h3 b, .ce-header h2 + .h3 b, .ce-header .h2 + h3 b, .ce-header .h2 + .h3 b {
  font-weight: 500;
}
@media (min-width: 992px) {
  .ce-header h2 + h3, .ce-header h2 + .h3, .ce-header .h2 + h3, .ce-header .h2 + .h3 {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.frame-type-form_formframework .control-label {
  display: none;
}
.frame-type-form_formframework .input.checkbox {
  position: relative;
}
.frame-type-form_formframework input[type=checkbox] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  top: 5px;
  left: 5px;
}
.frame-type-form_formframework input[type=checkbox]:focus, .frame-type-form_formframework input[type=checkbox]:hover, .frame-type-form_formframework input[type=checkbox]:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.frame-type-form_formframework .form-check-label {
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  margin-bottom: 0;
}
.frame-type-form_formframework .form-check-label:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  position: absolute;
  left: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .frame-type-form_formframework .form-check-label:before {
    transition: none;
  }
}
.frame-type-form_formframework .form-check-label:after {
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  position: absolute;
  left: 4px;
  top: 4px;
}
.frame-type-form_formframework input[type=checkbox]:checked ~ .form-check-label:after {
  display: block;
}
.frame-type-form_formframework input[type=checkbox]:focus ~ .form-check-label:before {
  border-color: #c7bba4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}

.error.help-block,
.parsley-errors-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  color: red;
}

.privacy-policy-link {
  display: flex;
  align-items: center;
}
.privacy-policy-link i {
  margin-right: 4px;
}

.form-group {
  margin-bottom: 20px;
}

input[type=checkbox] + .hidden-by-checkbox,
input[type=checkbox] + .hidden-by-checkbox + .hidden-by-checkbox,
input[type=checkbox] + .hidden-by-checkbox + .hidden-by-checkbox + .hidden-by-checkbox, input[type=checkbox] + label + .hidden-by-checkbox,
input[type=checkbox] + label + .hidden-by-checkbox + .hidden-by-checkbox,
input[type=checkbox] + label + .hidden-by-checkbox + .hidden-by-checkbox + .hidden-by-checkbox {
  display: none;
}
input[type=checkbox]:checked + .hidden-by-checkbox,
input[type=checkbox]:checked + .hidden-by-checkbox + .hidden-by-checkbox,
input[type=checkbox]:checked + .hidden-by-checkbox + .hidden-by-checkbox + .hidden-by-checkbox, input[type=checkbox]:checked + label + .hidden-by-checkbox,
input[type=checkbox]:checked + label + .hidden-by-checkbox + .hidden-by-checkbox,
input[type=checkbox]:checked + label + .hidden-by-checkbox + .hidden-by-checkbox + .hidden-by-checkbox {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  height: 60px;
  color: white;
  background: transparent;
  transition: background 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .header {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .header--bg-freeze {
    background-color: rgba(44, 61, 51, 0.85);
  }
  .header--bg-freeze .nav__link--lvl-1, .header--bg-freeze .nav__logo {
    color: white;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 992px) {
  .header__container {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.header__logo-wrap {
  display: none;
}
@media (min-width: 992px) {
  .header__logo-wrap {
    display: block;
  }
}
.header__mobile-logo {
  display: block;
  height: 100%;
  flex: 1 0;
}
@media (min-width: 992px) {
  .header__mobile-logo {
    display: none;
  }
}
.header__mobile-logo-image {
  display: block;
  height: 100%;
  width: auto;
  color: white;
  transition: color 0.2s ease-in-out;
  margin-left: 20px;
}
.header__nav-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .header__nav-wrap {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.header__meta-nav-wrap {
  position: relative;
  top: -2px;
  right: -10px;
}
@media (min-width: 992px) {
  .header__meta-nav-wrap {
    position: static;
    top: 0;
    right: 0;
  }
}
.header--fixed {
  position: fixed;
  height: 60px;
  background: rgba(44, 61, 51, 0.85);
  transition: transform 0.3s ease-in-out, background 0.2s ease-in-out;
  animation-name: scroll-down;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
@media (min-width: 992px) {
  .header--fixed {
    height: 80px;
  }
  .header--fixed .nav {
    align-items: flex-start;
  }
  .header--fixed .nav__after {
    align-items: flex-start;
  }
  .header--fixed .meta-nav--desktop {
    margin-top: -48px;
  }
}
@media (min-width: 1600px) {
  .header--fixed .nav {
    align-items: flex-start;
  }
  .header--fixed .nav__after {
    align-items: center;
  }
  .header--fixed .meta-nav--desktop {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header--fixed .header__nav-wrap, .header--fixed .nav, .header--fixed .nav__logo-wrap {
    height: 100%;
  }
  .header--fixed .nav__logo {
    height: 100%;
    width: auto;
  }
}
.header--open, .header--bg-freeze {
  background-color: rgba(44, 61, 51, 0.85);
  color: white;
  --meta-nav-link-color: white;
}
.header--open .header__mobile-logo-image, .header--bg-freeze .header__mobile-logo-image {
  color: white;
}

@keyframes scroll-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.footer__content {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__content {
    padding: 70px;
    text-align: left;
  }
}
.footer__content h1, .footer__content .h1, .footer__content h2, .footer__content .h2, .footer__content h3, .footer__content .h3, .footer__content h4, .footer__content .h4, .footer__content h5, .footer__content .h5, .footer__content h6, .footer__content .h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1429;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .footer__content h1, .footer__content .h1, .footer__content h2, .footer__content .h2, .footer__content h3, .footer__content .h3, .footer__content h4, .footer__content .h4, .footer__content h5, .footer__content .h5, .footer__content h6, .footer__content .h6 {
    font-size: 1.75rem;
  }
}
.footer__content ul, .footer__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer__content ul, .footer__content ol {
    margin-left: -20px;
    padding-left: 20px;
    border-left: 1px solid #CFD5CE;
  }
}
.footer__content .ce-textpic {
  overflow: visible;
}
.footer__content a {
  color: #555555;
}
.footer__content a:hover {
  color: #222222;
}
.footer__bottom {
  background-color: #2C3D33;
  padding: 12px 12px 62px;
}
@media (min-width: 992px) {
  .footer__bottom {
    padding: 12px;
  }
}
.footer__logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.footer__logo-text {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .footer__meta {
    justify-content: flex-start;
  }
}
.footer__meta-item {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid white;
  margin-bottom: 15px;
}
.footer__meta-item:first-child {
  border-left: none;
}
.footer__meta-item--spacer {
  border-left: none;
}
@media (min-width: 576px) {
  .footer__meta-item--spacer {
    border-left: 1px solid white;
  }
}
@media (min-width: 992px) {
  .footer__meta-item {
    margin-bottom: 0;
  }
}
.footer__meta-link {
  color: white;
}
.footer__meta-link[href]:hover {
  color: #cccccc;
}
.footer__socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 33px;
  margin-left: -8px;
  margin-right: -8px;
}
.footer__socials-item {
  padding-left: 8px;
  padding-right: 8px;
}
.footer__socials-link {
  color: white;
}
.footer__socials-link:hover {
  color: #cccccc;
}

@media (min-width: 992px) {
  .jump-nav:not(.d-lg-none) + .footer {
    margin-bottom: 80px;
  }
}
:root {
  --desktop-nav-link-color: white;
  --desktop-nav-link-hover-color: #ECF3DF;
}

.desktop-nav {
  padding-left: 20px;
  padding-right: 20px;
  transition: height 0.3s ease-in-out;
  font-family: "Roboto", Arial, sans-serif;
  height: auto;
  overflow: visible;
  background: transparent;
  display: flex;
  align-items: flex-start;
  max-width: 1540px;
  margin: 0 auto;
  justify-content: space-between;
}
.desktop-nav__after {
  flex: 1 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 80px;
}
.desktop-nav__logo-wrap {
  display: block;
  flex: 0 1 auto;
  margin: 0 20px 0 0;
}
@media (min-width: 1200px) {
  .desktop-nav__logo-wrap {
    margin-right: 50px;
  }
}
.desktop-nav__logo {
  height: 80px;
  width: auto;
  transition: height 0.1s ease-in-out;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .desktop-nav__logo {
    height: 160px;
  }
}
.header--open .desktop-nav__logo {
  height: 80px;
}

.header--fixed .desktop-nav__logo {
  height: 80px;
}

.desktop-nav__menu {
  padding-left: 0;
  list-style: none;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  align-items: center;
}
.desktop-nav__item {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.desktop-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 400;
  color: var(--desktop-nav-link-color);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1359.98px) {
  .desktop-nav__link {
    font-size: 16px;
  }
}
.desktop-nav__link:hover, .desktop-nav__link:focus {
  color: var(--desktop-nav-link-hover-color);
}
.desktop-nav__link-text {
  display: block;
  padding: 10px 0;
}
.desktop-nav--open {
  height: auto;
  overflow: visible;
  display: block;
}
.desktop-nav--open .desktop-nav__logo {
  color: white;
}

:root {
  --mega-menu-link-color: white;
  --mega-menu-link-hover-color: #7DB167;
  --mega-menu-sub-bg-color: transparent;
  --mega-menu-sub-link-color: #7DB167;
  --mega-menu-sub-link-hover-color: white;
}

.mega-menu {
  display: none;
  justify-content: center;
  position: absolute;
  top: 100%;
  max-height: calc(100vh - 82px);
  font-weight: 400;
  left: 0;
  right: 0;
  background: rgba(44, 61, 51, 0.85);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  /*
   * Opened state
   */
  /*
   * Opened state, sub nav
   */
}
.mega-menu__container {
  width: 1080px;
  display: flex;
}
.mega-menu__menu-column {
  flex: 1 0 25%;
  max-width: 25%;
  width: 25%;
  font-size: 18px;
  padding: 30px;
  min-height: 400px;
  max-height: 100%;
  overflow: auto;
}
.mega-menu__sub-menu-column {
  flex: 1 0 75%;
  max-width: 75%;
  width: 75%;
  --mega-menu-link-color: #7DB167;
  --mega-menu-link-hover-color: #2C3D33;
  background: var(--mega-menu-sub-bg-color);
  font-size: 15px;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.mega-menu__sub-menu-column--visible {
  opacity: 1;
}
.mega-menu__menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mega-menu__item {
  margin-bottom: 15px;
}
.mega-menu__link, .mega-menu__sub-link {
  color: var(--mega-menu-link-color);
}
.mega-menu__link:hover, .mega-menu__link:focus, .mega-menu__sub-link:hover, .mega-menu__sub-link:focus {
  color: var(--mega-menu-link-hover-color);
}
.mega-menu__link {
  display: inline-flex;
  align-items: center;
}
.mega-menu__link.active {
  color: #7DB167;
}
.mega-menu__link-text {
  margin-right: 10px;
}
.mega-menu__link-toggle {
  line-height: 1;
}
.mega-menu__link-toggle-icon {
  transform-origin: center center;
  transform: rotateZ(-90deg);
  font-size: 1.3em;
}
.mega-menu__sub-menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  -moz-column-width: 210px;
       column-width: 210px;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-rule: 1px solid #CFD5CE;
       column-rule: 1px solid #CFD5CE;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.mega-menu__sub-item {
  margin-bottom: 20px;
  page-break-inside: avoid;
}
.mega-menu__sub-link {
  color: var(--mega-menu-sub-link-color);
}
.mega-menu__sub-link:hover, .mega-menu__sub-link:focus {
  color: var(--mega-menu-sub-link-hover-color);
}
.mega-menu--open {
  display: flex;
}
.mega-menu--visible {
  opacity: 1;
}
:root {
  --mobile-nav-link-color: white;
  --mobile-nav-link-hover-color: #ECF3DF;
}

.mobile-nav {
  padding-left: 20px;
  padding-right: 20px;
  transition: height 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  background-color: rgba(44, 61, 51, 0.85);
  font-family: "Roboto", Arial, sans-serif;
  /*
   * Sub Navigation
   */
  /*
   * Opened state, main nav
   */
  /*
   * Opened state, sub nav
   */
}
.mobile-nav__banner-wrap {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mobile-nav__margin {
  height: 60px;
}
.mobile-nav__banner-wrap + .mobile-nav__margin {
  height: 0;
}
.mobile-nav__logo-wrap {
  display: none;
}
.mobile-nav__logo {
  color: white;
  transition: color 0.2s ease-in-out;
}
.mobile-nav__menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  align-items: center;
}
.mobile-nav__menu--lvl-2 {
  margin: 0;
  padding: 20px 0;
}
.mobile-nav__menu--lvl-3 {
  margin: 0;
  padding: 20px 30px;
  background: white;
  --mobile-nav-link-color: #7DB167;
  --mobile-nav-link-hover-color: #2C3D33;
}
.mobile-nav__item--lvl-2 {
  padding: 0 20px;
}
.mobile-nav__item--logo {
  display: none;
}
.mobile-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-weight: 400;
  color: var(--mobile-nav-link-color);
  transition: color 0.2s ease-in-out;
}
.mobile-nav__link:hover, .mobile-nav__link:focus {
  color: var(--mobile-nav-link-hover-color);
}
.mobile-nav__link-text {
  display: block;
  padding: 10px 0;
}
.mobile-nav__link-text--lvl-2 {
  padding: 7px 0;
}
.mobile-nav__link-toggle {
  display: flex;
  width: 40px;
  justify-content: flex-end;
  align-items: center;
  font-size: 26px;
}
.mobile-nav__link-toggle-icon {
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.mobile-nav__sub {
  font-size: 16px;
  background-color: rgba(44, 61, 51, 0.8);
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.mobile-nav__sub--lvl-1 {
  margin-left: -20px;
  margin-right: -20px;
}
.mobile-nav__sub--lvl-2 {
  margin-left: -20px;
  margin-right: -20px;
  min-height: 100%;
}
.mobile-nav__sub--lvl-3 {
  background-color: rgba(44, 61, 51, 0.9);
}
.mobile-nav__sub-bridge {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 45px;
}
.mobile-nav__sub-bridge--lvl-2 {
  z-index: 1;
  top: auto;
  bottom: 0;
  left: -40px;
  right: -40px;
}
.mobile-nav--open {
  height: calc(100vh - 60px);
  overflow: auto;
}
.mobile-nav--open .mobile-nav__logo {
  color: white;
}
.mobile-nav__item--open > .mobile-nav__link {
  --mobile-nav-link-color: #ECF3DF;
}
.mobile-nav__item--open > .mobile-nav__link .mobile-nav__link-toggle-icon {
  transform: rotateZ(180deg);
}
.mobile-nav__item--open > .mobile-nav__sub {
  max-height: 20000px;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0);
}
.mobile-nav .meta-nav--mobile-nav {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin-right: -10px;
}

/* BEM elements */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #CFD5CE;
  border-radius: 10px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #CFD5CE;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #CFD5CE;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #CFD5CE;
  border-radius: 10px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #CFD5CE;
  border-radius: 10px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #CFD5CE;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--multiple .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 1.05rem 0 1.05rem 1.25rem;
  white-space: normal;
  text-overflow: initial;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #ced4da;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    transition: none;
  }
}
.select2-container--default .select2-selection--multiple:focus, .select2-container--default .select2-selection--single:focus {
  border-color: #c7bba4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 300;
  line-height: 1.2;
  color: #555555;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  border: none;
  margin: 0;
  width: auto;
  height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b::before, .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\f107";
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b::before, .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-size: 24px;
}

.select2-results__option {
  min-height: 36px;
}
.select2-results .lvl-1 {
  padding-left: 10px;
}
.select2-results .lvl-2 {
  padding-left: 20px;
}
.select2-results .lvl-3 {
  padding-left: 30px;
}
.select2-results .lvl-4 {
  padding-left: 40px;
}
.select2-results .lvl-5 {
  padding-left: 50px;
}
.select2-results .lvl-6 {
  padding-left: 60px;
}
.select2-results .lvl-7 {
  padding-left: 70px;
}
.select2-results .lvl-8 {
  padding-left: 80px;
}
.select2-results .lvl-9 {
  padding-left: 90px;
}
.select2-results .lvl-10 {
  padding-left: 100px;
}
.select2-results .lvl-11 {
  padding-left: 110px;
}
.select2-results .lvl-12 {
  padding-left: 120px;
}
.select2-results .lvl-13 {
  padding-left: 130px;
}
.select2-results .lvl-14 {
  padding-left: 140px;
}
.select2-results .lvl-15 {
  padding-left: 150px;
}
.select2-results .lvl-16 {
  padding-left: 160px;
}
.select2-results .lvl-17 {
  padding-left: 170px;
}
.select2-results .lvl-18 {
  padding-left: 180px;
}
.select2-results .lvl-19 {
  padding-left: 190px;
}
.select2-results .lvl-20 {
  padding-left: 200px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px;
}

.button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  color: #555555;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 1.1rem 2.222rem;
  font-size: 0.9375rem;
  border-radius: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}
.button--block {
  display: block;
  width: 100%;
}
.button--flex {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.button--sm {
  padding: 9px 11px;
  font-size: 1rem;
  border-radius: 3px;
  text-transform: none;
}
.button:hover {
  color: #555555;
}
.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}
.button--primary {
  background: #8E7648;
  color: white;
}
.button--primary:hover {
  background: #806a41;
  color: white;
}
.button--outline-primary {
  background: white;
  border-color: #8E7648;
  color: #8E7648;
}
.button--outline-primary:hover {
  background: #f4f1ed;
  color: #8E7648;
}
.button--primary:focus, .button--outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}
.button--secondary {
  background: #7DB167;
  color: #000;
}
.button--secondary:hover {
  background: #719f5d;
  color: #000;
}
.button--outline-secondary {
  background: white;
  border-color: #7DB167;
  color: #7DB167;
}
.button--outline-secondary:hover {
  background: #f2f7f0;
  color: #7DB167;
}
.button--secondary:focus, .button--outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 177, 103, 0.25);
}
.button--success {
  background: #198754;
  color: #fff;
}
.button--success:hover {
  background: #177a4c;
  color: white;
}
.button--outline-success {
  background: white;
  border-color: #198754;
  color: #198754;
}
.button--outline-success:hover {
  background: #e8f3ee;
  color: #198754;
}
.button--success:focus, .button--outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.button--info {
  background: #0dcaf0;
  color: #000;
}
.button--info:hover {
  background: #0cb6d8;
  color: #000;
}
.button--outline-info {
  background: white;
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.button--outline-info:hover {
  background: #e7fafe;
  color: #0dcaf0;
}
.button--info:focus, .button--outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25);
}
.button--warning {
  background: #ffc107;
  color: #000;
}
.button--warning:hover {
  background: #e6ae06;
  color: #000;
}
.button--outline-warning {
  background: white;
  border-color: #ffc107;
  color: #ffc107;
}
.button--outline-warning:hover {
  background: #fff9e6;
  color: #ffc107;
}
.button--warning:focus, .button--outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.button--danger {
  background: #dc3545;
  color: #fff;
}
.button--danger:hover {
  background: #c6303e;
  color: white;
}
.button--outline-danger {
  background: white;
  border-color: #dc3545;
  color: #dc3545;
}
.button--outline-danger:hover {
  background: #fcebec;
  color: #dc3545;
}
.button--danger:focus, .button--outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.button--light {
  background: #f8f9fa;
  color: #000;
}
.button--light:hover {
  background: #dfe0e1;
  color: #000;
}
.button--outline-light {
  background: white;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.button--outline-light:hover {
  background: #fefeff;
  color: #f8f9fa;
}
.button--light:focus, .button--outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.25);
}
.button--dark {
  background: #212529;
  color: #fff;
}
.button--dark:hover {
  background: #1e2125;
  color: white;
}
.button--outline-dark {
  background: white;
  border-color: #212529;
  color: #212529;
}
.button--outline-dark:hover {
  background: #e9e9ea;
  color: #212529;
}
.button--dark:focus, .button--outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}
.button--purple {
  background: #8E2250;
  color: #fff;
}
.button--purple:hover {
  background: #801f48;
  color: white;
}
.button--outline-purple {
  background: white;
  border-color: #8E2250;
  color: #8E2250;
}
.button--outline-purple:hover {
  background: #f4e9ee;
  color: #8E2250;
}
.button--purple:focus, .button--outline-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 34, 80, 0.25);
}
.button--pink {
  background: #EC7405;
  color: white;
}
.button--pink:hover {
  background: #d46805;
  color: white;
}
.button--outline-pink {
  background: white;
  border-color: #EC7405;
  color: #EC7405;
}
.button--outline-pink:hover {
  background: #fdf1e6;
  color: #EC7405;
}
.button--pink:focus, .button--outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 116, 5, 0.25);
}
.button--glc-green-darkest {
  background: #2C3D33;
  color: #fff;
}
.button--glc-green-darkest:hover {
  background: #28372e;
  color: white;
}
.button--outline-glc-green-darkest {
  background: white;
  border-color: #2C3D33;
  color: #2C3D33;
}
.button--outline-glc-green-darkest:hover {
  background: #eaeceb;
  color: #2C3D33;
}
.button--glc-green-darkest:focus, .button--outline-glc-green-darkest:focus {
  box-shadow: 0 0 0 0.25rem rgba(44, 61, 51, 0.25);
}
.button--glc-green-dark {
  background: #274020;
  color: #fff;
}
.button--glc-green-dark:hover {
  background: #233a1d;
  color: white;
}
.button--outline-glc-green-dark {
  background: white;
  border-color: #274020;
  color: #274020;
}
.button--outline-glc-green-dark:hover {
  background: #e9ece9;
  color: #274020;
}
.button--glc-green-dark:focus, .button--outline-glc-green-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 64, 32, 0.25);
}
.button--glc-green {
  background: #32533F;
  color: #fff;
}
.button--glc-green:hover {
  background: #2d4b39;
  color: white;
}
.button--outline-glc-green {
  background: white;
  border-color: #32533F;
  color: #32533F;
}
.button--outline-glc-green:hover {
  background: #ebeeec;
  color: #32533F;
}
.button--glc-green:focus, .button--outline-glc-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(50, 83, 63, 0.25);
}
.button--glc-green-light {
  background: #7DB167;
  color: white;
}
.button--glc-green-light:hover {
  background: #719f5d;
  color: white;
}
.button--outline-glc-green-light {
  background: white;
  border-color: #7DB167;
  color: #7DB167;
}
.button--outline-glc-green-light:hover {
  background: #f2f7f0;
  color: #7DB167;
}
.button--glc-green-light:focus, .button--outline-glc-green-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 177, 103, 0.25);
}
.button--glc-green-lighter {
  background: #CFDFB0;
  color: #000;
}
.button--glc-green-lighter:hover {
  background: #bac99e;
  color: #000;
}
.button--outline-glc-green-lighter {
  background: white;
  border-color: #CFDFB0;
  color: #CFDFB0;
}
.button--outline-glc-green-lighter:hover {
  background: #fafcf7;
  color: #CFDFB0;
}
.button--glc-green-lighter:focus, .button--outline-glc-green-lighter:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 223, 176, 0.25);
}
.button--glc-green-white {
  background: #ECF3DF;
  color: #000;
}
.button--glc-green-white:hover {
  background: #d4dbc9;
  color: #000;
}
.button--outline-glc-green-white {
  background: white;
  border-color: #ECF3DF;
  color: #ECF3DF;
}
.button--outline-glc-green-white:hover {
  background: #fdfefc;
  color: #ECF3DF;
}
.button--glc-green-white:focus, .button--outline-glc-green-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 243, 223, 0.25);
}
.button--glc-brown-dark {
  background: #645445;
  color: #fff;
}
.button--glc-brown-dark:hover {
  background: #5a4c3e;
  color: white;
}
.button--outline-glc-brown-dark {
  background: white;
  border-color: #645445;
  color: #645445;
}
.button--outline-glc-brown-dark:hover {
  background: #f0eeec;
  color: #645445;
}
.button--glc-brown-dark:focus, .button--outline-glc-brown-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(100, 84, 69, 0.25);
}
.button--glc-brown {
  background: #9D846D;
  color: #000;
}
.button--glc-brown:hover {
  background: #8d7762;
  color: #000;
}
.button--outline-glc-brown {
  background: white;
  border-color: #9D846D;
  color: #9D846D;
}
.button--outline-glc-brown:hover {
  background: #f5f3f0;
  color: #9D846D;
}
.button--glc-brown:focus, .button--outline-glc-brown:focus {
  box-shadow: 0 0 0 0.25rem rgba(157, 132, 109, 0.25);
}
.button--glc-brown-white {
  background: #F0EBE7;
  color: #000;
}
.button--glc-brown-white:hover {
  background: #d8d4d0;
  color: #000;
}
.button--outline-glc-brown-white {
  background: white;
  border-color: #F0EBE7;
  color: #F0EBE7;
}
.button--outline-glc-brown-white:hover {
  background: #fefdfd;
  color: #F0EBE7;
}
.button--glc-brown-white:focus, .button--outline-glc-brown-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 235, 231, 0.25);
}
.button--glc-dark-gray {
  background: #373B36;
  color: #fff;
}
.button--glc-dark-gray:hover {
  background: #323531;
  color: white;
}
.button--outline-glc-dark-gray {
  background: white;
  border-color: #373B36;
  color: #373B36;
}
.button--outline-glc-dark-gray:hover {
  background: #ebebeb;
  color: #373B36;
}
.button--glc-dark-gray:focus, .button--outline-glc-dark-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 59, 54, 0.25);
}
.button--glc-gray {
  background: #555555;
  color: #fff;
}
.button--glc-gray:hover {
  background: #4d4d4d;
  color: white;
}
.button--outline-glc-gray {
  background: white;
  border-color: #555555;
  color: #555555;
}
.button--outline-glc-gray:hover {
  background: #eeeeee;
  color: #555555;
}
.button--glc-gray:focus, .button--outline-glc-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 85, 85, 0.25);
}
.button--glc-gray-light {
  background: #CFD5CE;
  color: #000;
}
.button--glc-gray-light:hover {
  background: #bac0b9;
  color: #000;
}
.button--outline-glc-gray-light {
  background: white;
  border-color: #CFD5CE;
  color: #CFD5CE;
}
.button--outline-glc-gray-light:hover {
  background: #fafbfa;
  color: #CFD5CE;
}
.button--glc-gray-light:focus, .button--outline-glc-gray-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 213, 206, 0.25);
}
.button--glc-purple {
  background: #8E2250;
  color: #fff;
}
.button--glc-purple:hover {
  background: #801f48;
  color: white;
}
.button--outline-glc-purple {
  background: white;
  border-color: #8E2250;
  color: #8E2250;
}
.button--outline-glc-purple:hover {
  background: #f4e9ee;
  color: #8E2250;
}
.button--glc-purple:focus, .button--outline-glc-purple:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 34, 80, 0.25);
}
.button--glc-purple-light {
  background: #EC7405;
  color: #000;
}
.button--glc-purple-light:hover {
  background: #d46805;
  color: #000;
}
.button--outline-glc-purple-light {
  background: white;
  border-color: #EC7405;
  color: #EC7405;
}
.button--outline-glc-purple-light:hover {
  background: #fdf1e6;
  color: #EC7405;
}
.button--glc-purple-light:focus, .button--outline-glc-purple-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(236, 116, 5, 0.25);
}
.button--glc-orange {
  background: #F18734;
  color: #000;
}
.button--glc-orange:hover {
  background: #d97a2f;
  color: #000;
}
.button--outline-glc-orange {
  background: white;
  border-color: #F18734;
  color: #F18734;
}
.button--outline-glc-orange:hover {
  background: #fef3eb;
  color: #F18734;
}
.button--glc-orange:focus, .button--outline-glc-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 135, 52, 0.25);
}
.button--glc-gold {
  background: #8E7648;
  color: white;
}
.button--glc-gold:hover {
  background: #806a41;
  color: white;
}
.button--outline-glc-gold {
  background: white;
  border-color: #8E7648;
  color: #8E7648;
}
.button--outline-glc-gold:hover {
  background: #f4f1ed;
  color: #8E7648;
}
.button--glc-gold:focus, .button--outline-glc-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(142, 118, 72, 0.25);
}
.button--pink {
  background: var(--orange-color);
}
.button--primary {
  background: var(--primary-color);
}

.input-group {
  display: flex;
}
.input-group .form-control:not(:last-child), .input-group .button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control:not(:first-child), .input-group .button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
<input type="checkbox" class="d-none">
<label for="enable-invoice-recipient" class="styled-check">
    <span class="styled-check__check"></span>
    <span class="styled-check__label"></span>
</label>
 */
.styled-check {
  display: none;
}
.styled-check__label {
  display: inline-flex;
  cursor: pointer;
}
.styled-check__check {
  position: relative;
  display: block;
  flex: 1 0 26px;
  max-width: 26px;
  width: 26px;
  height: 26px;
  background: white;
  border: 1px solid #CFD5CE;
  border-radius: 5px;
  margin-right: 10px;
}
.styled-check__check:after {
  display: none;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius: 3px;
  top: 4px;
  left: 4px;
}
.styled-check__text {
  flex: 1 0;
}
.styled-check--inverted + .styled-check__label .styled-check__check:after {
  display: block;
}
.styled-check:checked + .styled-check__label .styled-check__check:after {
  display: block;
}
.styled-check--inverted:checked + .styled-check__label .styled-check__check:after {
  display: none;
}

:root {
  --date-picker-icon-color: #555555;
}

.date-picker-wrap {
  position: relative;
}
.date-picker-wrap__icon {
  position: absolute;
  color: var(--date-picker-icon-color);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  pointer-events: none;
}

.slick-arrow:not(.lfm-ibe-slick-modifier) {
  color: currentColor;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 0;
}
@media (min-width: 768px) {
  .slick-arrow:not(.lfm-ibe-slick-modifier) {
    width: 60px;
    height: 60px;
  }
}
.slick-arrow:not(.lfm-ibe-slick-modifier):hover {
  background-color: transparent;
  color: currentColor;
}

.slick-prev {
  margin-right: 20px;
}

.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  position: absolute;
  right: 50%;
  transform: translate(50%);
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
}

.absolute-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1360px) {
  .absolute-container {
    width: 1340px;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.article__text .table-responsive table, .article__text .table-responsive .ce-table, .article__text .table-responsive .table,
.frame-type-table .table-responsive table,
.frame-type-table .table-responsive .ce-table,
.frame-type-table .table-responsive .table,
.frame-type-textmedia .table-responsive table,
.frame-type-textmedia .table-responsive .ce-table,
.frame-type-textmedia .table-responsive .table {
  width: 100%;
  max-width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}
.article__text .table-responsive td, .article__text .table-responsive th,
.frame-type-table .table-responsive td,
.frame-type-table .table-responsive th,
.frame-type-textmedia .table-responsive td,
.frame-type-textmedia .table-responsive th {
  padding: 15px 20px;
  border-right: 1px solid white;
  border-bottom: 0;
  border-top: 0;
}
.article__text .table-responsive td:last-child, .article__text .table-responsive th:last-child,
.frame-type-table .table-responsive td:last-child,
.frame-type-table .table-responsive th:last-child,
.frame-type-textmedia .table-responsive td:last-child,
.frame-type-textmedia .table-responsive th:last-child {
  border-right: none;
}
.article__text .table-responsive th,
.frame-type-table .table-responsive th,
.frame-type-textmedia .table-responsive th {
  background-color: #7DB167;
  font-weight: 400;
  color: white;
  border-bottom: 1px solid white;
}
.article__text .table-responsive td,
.frame-type-table .table-responsive td,
.frame-type-textmedia .table-responsive td {
  background-color: #ECF3DF;
}
.article__text .table-responsive tr:nth-child(2n) td,
.frame-type-table .table-responsive tr:nth-child(2n) td,
.frame-type-textmedia .table-responsive tr:nth-child(2n) td {
  background-color: white;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  border: 3px solid #ECF3DF;
  border-radius: 50%;
  border-top: 3px solid #32533F;
  animation: spinner-rotate 2s linear infinite;
  vertical-align: middle;
}

.header--fixed + .booking-bar {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.booking-bar {
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: rgba(236, 116, 5, 0.9);
  color: white;
  justify-content: space-between;
  padding: 12px 15px;
  opacity: 0;
  pointer-events: none;
  z-index: 110;
  top: 60px;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.booking-bar:hover, .booking-bar:focus {
  color: white;
}
@media (min-width: 992px) {
  .booking-bar {
    display: none;
  }
}
.booking-bar__book-now {
  font-weight: bold;
}
.booking-bar__fields {
  display: none;
  align-items: center;
}
.booking-bar__field {
  margin-left: 20px;
}

.lang-menu {
  text-transform: uppercase;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
  position: relative;
}
.lang-menu--open .lang-menu__items {
  display: block;
}
.lang-menu__current {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang-menu__current i {
  font-size: 24px;
  margin-left: 5px;
}
.lang-menu__items {
  padding-left: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.23);
  padding: 10px 0;
  margin-bottom: 0;
  background-color: white;
  min-width: 55px;
  border-radius: 4px;
}
.lang-menu__item {
  margin-bottom: 7px;
}
.lang-menu__item:last-child {
  margin-bottom: 0;
}
.lang-menu__link {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.lang-menu__link--disabled {
  opacity: 0.7;
  font-weight: 300;
  pointer-events: none;
}

:root {
  --meta-nav-link-color: white;
  --meta-nav-link-hover-color: white;
}

.meta-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.meta-nav--desktop {
  margin: 0 0 0 25px;
  display: none;
}
@media (min-width: 992px) {
  .meta-nav--desktop {
    display: flex;
  }
}
.meta-nav--mobile {
  margin-right: 7px;
}
.meta-nav__item {
  font-size: 33px;
  margin: 0 7px;
  position: relative;
}
@media (min-width: 992px) {
  .meta-nav__item {
    margin: 0 13px;
  }
}
@media (min-width: 992px) and (max-width: 1359.98px) {
  .meta-nav__item {
    font-size: 24px;
    margin: 0 10px;
  }
}
.meta-nav__item--booking {
  font-size: 20px;
  padding: 15px 25px;
  position: relative;
  margin: 0 7px 0 0;
  background-color: var(--orange-color);
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 0;
}
@media (min-width: 992px) and (max-width: 1359.98px) {
  .meta-nav__item--booking {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  html[lang=en] .meta-nav__item--booking {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  html[lang=en] .meta-nav__item--booking {
    font-size: 20px;
  }
}

.meta-nav__booking-fill {
  background-color: var(--orange-color);
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.meta-nav__link {
  font-weight: 400;
  color: var(--meta-nav-link-color);
  display: flex;
  align-items: center;
  position: relative;
}
.meta-nav__link:hover {
  color: var(--meta-nav-link-hover-color);
}
.meta-nav__link--language {
  padding: 10px 0;
}
.meta-nav__label {
  margin-left: 6px;
  font-size: 15px;
  color: white;
  padding-left: 6px;
  border-left: 1px solid white;
}
.meta-nav__label:hover, .meta-nav__label:focus {
  color: white;
  opacity: 0.7;
}
.meta-nav__label:first-child {
  padding: 0;
  border: none;
}
.meta-nav__label--disabled {
  opacity: 0.7;
  pointer-events: none;
}
.meta-nav__labels {
  display: flex;
  align-items: center;
}
.meta-nav__icon-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 11px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #274020;
  color: white;
  border: 1px solid white;
  right: 0;
  bottom: 0;
}

.socials {
  display: flex;
  align-items: center;
}
.socials__link {
  display: block;
  padding: 0 5px;
}
.socials__fa-icon {
  font-size: 24px;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 32px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle__bars {
  width: 32px;
  height: 19px;
  position: relative;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.nav-toggle__bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
  transform: rotateZ(0deg);
}
.nav-toggle__bar--2, .nav-toggle__bar--3 {
  top: 9px;
}
.nav-toggle__bar--4 {
  bottom: 0;
  top: auto;
}
.nav-toggle__label {
  font-size: 11px;
}
.nav-toggle--open .nav-toggle__bar--1, .nav-toggle--open .nav-toggle__bar--4 {
  opacity: 0;
  left: 50%;
  right: 50%;
}
.nav-toggle--open .nav-toggle__bar--2, .nav-toggle--open .nav-toggle__bar--3 {
  left: 3px;
  right: 3px;
}
.nav-toggle--open .nav-toggle__bar--2 {
  transform: rotateZ(45deg);
}
.nav-toggle--open .nav-toggle__bar--3 {
  transform: rotateZ(-45deg);
}
.nav-toggle--open ~ .header__nav-wrap .header__tablet-logo-image {
  color: #32533F;
}

.circle-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1em;
  width: 1.6666667em;
  height: 1.6666667em;
  border: 1px solid currentColor;
  color: currentColor;
}

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 30px 0;
  font-size: 1.125rem;
  overflow: auto;
}
.breadcrumb__label {
  margin-right: 10px;
}
.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__link {
  font-weight: 400;
}
.breadcrumb__icon {
  font-size: 1.625rem;
  margin: 0 8px;
}

.teaser__inner {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.teaser__image-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.teaser__image-picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.teaser__image {
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.teaser__inner:hover .teaser__image {
  transform: scale(1.1);
}
.teaser__text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.teaser__text-wrap--no-cat {
  justify-content: flex-end;
}
.teaser__text-wrap, .teaser__text-wrap a, .teaser__text-wrap a:hover, .teaser__text-wrap a:focus {
  color: white;
}
.teaser__category {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(39, 64, 32, 0.85);
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  max-width: calc(100% - 90px);
}
.teaser__category-icon {
  font-size: 27px;
  line-height: 1;
}
.teaser__category-icon + .teaser__category-label {
  display: none;
}
.teaser__title-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
.teaser__price {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background: rgba(236, 116, 5, 0.85);
  padding: 11px 20px 7px;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .teaser__price {
    font-size: 24px;
    line-height: 30px;
  }
}
.teaser__title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  background: rgba(39, 64, 32, 0.85);
  padding: 6px 10px 6px;
  transition: all 0.2s ease-in-out;
  max-width: 400px;
}
.teaser__description {
  overflow: hidden;
  background: rgba(39, 64, 32, 0.85);
  max-width: 400px;
  max-height: 0;
  padding: 0 10px;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s ease-in-out;
}
.teaser__title-wrap--hoverable:hover .teaser__description {
  max-height: 10000px;
  padding: 6px 10px;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0), padding 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .teaser__category {
    height: 44px;
    padding: 0 20px;
  }
  .teaser__category-icon {
    font-size: 27px;
    margin-right: 10px;
  }
  .teaser__category-icon + .teaser__category-label {
    display: block;
  }
  .teaser:not(.teaser--tiny) .teaser__title-wrap {
    padding: 0 20px 20px;
  }
  .teaser:not(.teaser--tiny) .teaser__title {
    font-size: 28px;
    line-height: 32px;
    padding: 11px 20px 7px;
  }
  .teaser:not(.teaser--tiny) .teaser__description {
    padding: 0 20px;
  }
  .teaser:not(.teaser--tiny) .teaser__title-wrap--hoverable:hover .teaser:not(.teaser--tiny) .teaser__description {
    padding: 11px 20px 7px;
  }
}

.image-info {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 50;
}
.image-info__text {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  width: 300px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  font-size: 13px;
  line-height: 21px;
  color: #555555;
}
.image-info__text--show {
  display: block;
}
.image-info__icon {
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  color: white;
  background-color: transparent;
  border: none;
}
.image-info__icon:focus, .image-info__icon:focus-visible, .image-info__icon:focus-within {
  outline: none;
  box-shadow: none;
}
.image-info-bottom .image-info, .teaser__text-wrap + .image-info, *[data-heart=absolute] ~ .image-info {
  top: auto;
  bottom: 20px;
}

.image-info-bottom .image-info .image-info__text, .teaser__text-wrap + .image-info .image-info__text, *[data-heart=absolute] ~ .image-info .image-info__text {
  top: auto;
  bottom: calc(100% + 20px);
}

.white-popup {
  position: relative;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  padding: 30px;
  background: white;
  border-radius: 25px;
}
.white-popup video {
  display: block;
  width: 100%;
  height: auto;
}
.white-popup .grid-container, .white-popup .container, .white-popup .container-fluid, .white-popup .container-sm, .white-popup .container-md, .white-popup .container-lg, .white-popup .container-xl, .white-popup .container-xxl {
  padding: 0 !important;
  margin: 0 !important;
}
.white-popup .grid-container > .row.justify-content-center, .white-popup .container > .row.justify-content-center, .white-popup .container-fluid > .row.justify-content-center, .white-popup .container-sm > .row.justify-content-center, .white-popup .container-md > .row.justify-content-center, .white-popup .container-lg > .row.justify-content-center, .white-popup .container-xl > .row.justify-content-center, .white-popup .container-xxl > .row.justify-content-center {
  display: block !important;
  margin: 0 !important;
}
.white-popup .grid-container > .row.justify-content-center > .col, .white-popup .grid-container > .row.justify-content-center > *[class*=col-], .white-popup .container > .row.justify-content-center > .col, .white-popup .container > .row.justify-content-center > *[class*=col-], .white-popup .container-fluid > .row.justify-content-center > .col, .white-popup .container-sm > .row.justify-content-center > .col, .white-popup .container-md > .row.justify-content-center > .col, .white-popup .container-lg > .row.justify-content-center > .col, .white-popup .container-xl > .row.justify-content-center > .col, .white-popup .container-xxl > .row.justify-content-center > .col, .white-popup .container-fluid > .row.justify-content-center > *[class*=col-], .white-popup .container-sm > .row.justify-content-center > *[class*=col-], .white-popup .container-md > .row.justify-content-center > *[class*=col-], .white-popup .container-lg > .row.justify-content-center > *[class*=col-], .white-popup .container-xl > .row.justify-content-center > *[class*=col-], .white-popup .container-xxl > .row.justify-content-center > *[class*=col-] {
  flex: 0 1 auto !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.video-wrap {
  position: relative;
  padding-top: 57%;
}
.video-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.header-content--empty {
  min-height: 100px;
  background: linear-gradient(180deg, #274020 10%, rgba(39, 64, 32, 0) 100%);
}
@media (min-width: 768px) {
  .header-content--empty {
    min-height: 210px;
  }
}
.header-content--empty ~ .subpage-content .quick-booking__inner {
  position: static;
}

.superbanner__aspect {
  position: relative;
  height: 0;
  padding-bottom: 37.3626373626%;
}
@media (min-width: 992px) {
  .superbanner__aspect {
    padding-bottom: 12.987012987%;
  }
}
.superbanner__image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.superbanner__image-wrap:after {
  content: "Anzeige";
  display: block;
  color: white;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 14px;
  top: 10px;
  right: 15px;
}
html[lang=en] .superbanner__image-wrap:after {
  content: "Advert";
}

html[lang=pl] .superbanner__image-wrap:after {
  content: "Reklama";
}

.superbanner__image {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-banner__aspect {
  position: relative;
  height: 0;
  padding-bottom: min(35.2941176471%, 300px);
  max-width: 850px;
  margin: 0 auto;
}
.nav-banner__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav-banner__holder:after {
  content: "Anzeige";
  display: block;
  color: white;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 14px;
  top: 10px;
  right: 15px;
}
html[lang=en] .nav-banner__holder:after {
  content: "Advert";
}

html[lang=pl] .nav-banner__holder:after {
  content: "Reklama";
}

.nav-banner__image {
  width: 100%;
  height: 100%;
  display: block;
}

.resource-pointer__wrap {
  position: relative;
}
.resource-pointer__remove {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  font-size: 18px;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  background: #456823;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  z-index: 610;
  background: rgba(44, 61, 51, 0.9);
  color: white;
}
.search-overlay--show {
  display: block;
}
.search-overlay--visible {
  opacity: 1;
}
.search-overlay__content {
  position: relative;
  padding: 70px 20px 40px;
  margin: 0 auto;
  width: 760px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .search-overlay__content {
    padding: 220px 0 40px;
  }
}
.search-overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  line-height: 1;
  color: white;
  cursor: pointer;
}
@media (min-width: 992px) {
  .search-overlay__close {
    top: 160px;
    right: -40px;
  }
}
.search-overlay__search-form {
  margin: 0 auto 50px;
  width: 500px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .search-overlay__search-form {
    margin-bottom: 70px;
  }
}
@media (max-width: 991.98px) {
  .search-overlay__search-form .form-control {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
}
.search-overlay__search-form .button {
  padding: 10px;
  font-size: 30px;
  line-height: 1;
}
.search-overlay__booking-form {
  background: rgba(44, 61, 51, 0.8);
  padding: 20px 50px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .search-overlay__booking-form {
    padding: 25px 130px;
  }
}
.search-overlay h1, .search-overlay .h1, .search-overlay h2, .search-overlay .h2, .search-overlay h3, .search-overlay .h3, .search-overlay h4, .search-overlay .h4, .search-overlay h5, .search-overlay .h5, .search-overlay h6, .search-overlay .h6 {
  color: white;
  font-weight: 500;
}
.search-overlay .form-control {
  background: transparent;
  color: white;
  border-color: white;
}
.search-overlay .form-control::-webkit-input-placeholder {
  color: white;
}
.search-overlay .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
}

.quick-popup {
  --date-picker-icon-color: #b6b6b6;
}
.quick-popup__field {
  position: relative;
}
.quick-popup .form-control, .quick-popup .select2-container--default .select2-selection--single {
  background: transparent;
}

.visionbar {
  position: fixed;
  top: max(150px, 50% - 270px);
  right: 0;
  display: flex;
  align-items: center;
  background: #7DB167;
  color: white;
  height: 56px;
  font-size: 30px;
  line-height: 30px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-left: 10px;
  transition: background-color 0.3s ease;
  z-index: 101;
}
.visionbar i {
  display: block;
}
.visionbar a {
  color: white;
  padding: 0 10px;
}
.visionbar a:hover, .visionbar a:focus {
  color: white;
}
.visionbar__content {
  display: flex;
  border-left: 1px solid transparent;
  padding: 0;
  margin-left: 10px;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s cubic-bezier(0, 1, 0, 1), padding 0.3s ease, border-color 0.3s ease;
}
.visionbar--open, .visionbar--focus {
  background: #2C3D33;
}
.visionbar--open .visionbar__content, .visionbar--focus .visionbar__content {
  border-color: white;
  padding: 0 10px;
  max-width: 10000px;
  overflow: hidden;
  transition: max-width 0.3s cubic-bezier(1, 0, 1, 0), padding 0.3s ease, border-color 0.3s ease;
}
.visionbar .active-icon, .visionbar .active .inactive-icon {
  display: none;
}
.visionbar .inactive-icon, .visionbar .active .active-icon {
  display: block;
}

.toolbar-menu {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  background: white;
}
.toolbar-menu__link {
  display: block;
  line-height: 30px;
  padding: 10px 20px;
  color: #7DB167;
}

.toolbar {
  display: flex;
  position: fixed;
  z-index: 101;
  top: auto;
  left: 50%;
  flex-direction: row;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 576px) {
  .toolbar {
    bottom: auto;
    left: auto;
    transform: none;
    top: max(150px, 50% - 200px);
    right: 0;
    flex-direction: column;
  }
}
.toolbar__item--container {
  position: relative;
}
@media (min-width: 576px) {
  .toolbar__item {
    position: relative;
  }
}
.toolbar__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #2C3D33;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.toolbar__icon {
  font-size: 30px;
}
.toolbar__icon .wishlist-heart--absolute, .toolbar__icon .wishlist-heart {
  position: static;
  border: none;
  background: none;
  color: currentColor;
}
.toolbar__container, .toolbar__label {
  white-space: nowrap;
  background-color: #2C3D33;
  color: white;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  max-height: 0;
  transition: max-width 0.2s cubic-bezier(0, 1, 0, 1);
}
@media (min-width: 576px) {
  .toolbar__container, .toolbar__label {
    left: auto;
    transform: none;
    right: 100%;
    top: 0;
    bottom: 0;
    max-height: none;
    max-width: 0;
    transition: max-width 0.2s cubic-bezier(0, 1, 0, 1);
  }
}
.toolbar__text {
  display: block;
  padding: 10px 20px;
  line-height: 30px;
}
.toolbar__container {
  left: 0;
  transform: none;
}
@media (min-width: 576px) {
  .toolbar__container {
    left: auto;
    bottom: auto;
  }
}
.toolbar__header {
  background: #2C3D33;
  color: white;
  height: 50px;
  line-height: 30px;
  padding: 10px 50px 10px 20px;
  font-weight: 500;
}
.toolbar__item:hover .toolbar__icon-wrap, .toolbar__item:focus .toolbar__icon-wrap, .toolbar__item--focus .toolbar__icon-wrap {
  background-color: #2C3D33;
  color: white;
}
.toolbar__item:hover .toolbar__container, .toolbar__item:hover .toolbar__label, .toolbar__item:focus .toolbar__container, .toolbar__item:focus .toolbar__label, .toolbar__item--focus .toolbar__container, .toolbar__item--focus .toolbar__label {
  max-height: 1000px;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0);
}
@media (min-width: 576px) {
  .toolbar__item:hover .toolbar__container, .toolbar__item:hover .toolbar__label, .toolbar__item:focus .toolbar__container, .toolbar__item:focus .toolbar__label, .toolbar__item--focus .toolbar__container, .toolbar__item--focus .toolbar__label {
    max-width: 1000px;
    transition: max-width 0.2s cubic-bezier(1, 0, 1, 0);
  }
}
.toolbar__item--container:hover .toolbar__icon-wrap, .toolbar__item--focus .toolbar__icon-wrap {
  background-color: #C90019;
}
.toolbar__toggle {
  border: none;
  cursor: none;
}

.orange-header {
  margin-bottom: 160px;
  position: relative;
  max-width: 321px;
}
@media (min-width: 992px) {
  .orange-header {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
    margin-top: -60px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1360px) {
  .orange-header {
    flex: 1 0 375px;
    max-width: 375px;
    width: 375px;
    margin-right: 300px;
    margin-bottom: 0;
  }
}
.orange-header h1, .orange-header .h1, .orange-header h2, .orange-header .h2, .orange-header h3, .orange-header .h3, .orange-header h4, .orange-header .h4, .orange-header h5, .orange-header .h5, .orange-header h6, .orange-header .h6 {
  color: white;
  text-transform: uppercase;
}
.orange-header h2, .orange-header .h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.orange-header h2 + h3, .orange-header h2 + .h3, .orange-header .h2 + h3, .orange-header .h2 + .h3 {
  font-weight: 300;
}
.orange-header__bg {
  position: absolute;
  z-index: -1;
  bottom: -130px;
  right: -250px;
}
@media (min-width: 992px) {
  .orange-header__bg {
    right: -40px;
  }
}
@media (min-width: 1360px) {
  .orange-header__bg {
    bottom: -130px;
    right: -180px;
  }
}
.orange-header__svg {
  display: block;
}
@media (min-width: 1360px) {
  .orange-header--bigger {
    flex: 1 0 400px;
    max-width: 400px;
    width: 400px;
  }
}

.jump-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.jump-nav--show {
  display: flex;
}
.jump-nav--visible {
  opacity: 1;
}
.jump-nav__bg {
  background: rgba(142, 118, 72, 0.1);
}
.jump-nav__menu {
  padding-left: 0;
  list-style: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  display: flex;
  height: 80px;
}
.jump-nav__item {
  padding-left: 20px;
  padding-right: 20px;
}
.jump-nav__link {
  height: 80px;
  line-height: 80px;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  display: block;
  color: #555555;
  font-weight: 500;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  white-space: nowrap;
}
.jump-nav__link:hover {
  color: var(--bs-glc-gold);
}
.jump-nav__link--active {
  color: var(--bs-glc-gold);
  border-bottom-color: #7DB167;
}
.jump-nav__link--active:hover {
  color: #555555;
}
/* Styling for specific pages */
/* Mask Elements */
.slider {
  position: relative;
  height: 100vh;
  max-height: 2160px;
  background: var(--bs-glc-green-darkest);
}
.slider__slick {
  display: none;
  max-width: 3840px;
  margin-left: auto;
  margin-right: auto;
}
.slider__slick.slick-initialized {
  display: block;
}
.slider__header {
  font-size: 2.8125rem;
}
@media (min-width: 768px) {
  .slider__header {
    font-size: 4.625rem;
  }
}
.slider__item {
  position: relative;
}
.slider__item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  height: 200px;
  max-height: 100%;
  content: "";
  display: block;
  background: transparent linear-gradient(to bottom, rgba(23, 39, 19, 0.4392156863) 0%, rgba(39, 64, 32, 0.1490196078) 67%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.slider__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(7deg, rgba(23, 39, 19, 0.6) 0%, rgba(39, 64, 32, 0.2509803922) 67%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
@media (min-width: 992px) {
  .slider__item:after {
    background: transparent linear-gradient(8deg, rgba(23, 39, 19, 0.4392156863) 0%, rgba(39, 64, 32, 0.1490196078) 67%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  }
}
.slider__image, .slider__video {
  display: block !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 2160px;
}
.slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(23, 39, 19, 0.6) 0%, rgba(39, 64, 32, 0.15) 15%, rgba(39, 64, 32, 0) 30%, rgba(0, 0, 0, 0) 100%) 0 0 no-repeat padding-box;
  z-index: 2;
}
.slider__text {
  position: absolute;
  z-index: 3;
  width: 1040px;
  max-width: 100%;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
@media (min-width: 992px) {
  .slider__text {
    padding: 0;
  }
}
.slider .js-slider__arrows {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  justify-content: center;
  color: white;
  bottom: 60px;
  pointer-events: none;
}
.slider .js-slider__arrows .slick-arrow {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .slider .js-slider__arrows {
    bottom: 230px;
    justify-content: flex-end;
  }
}
@media (min-width: 1360px) {
  .slider .js-slider__arrows {
    bottom: 310px;
    max-width: 1090px;
  }
}

.arrow-container .slick-arrow {
  position: absolute;
  z-index: 150;
}
.arrow-container .slick-next {
  right: 0;
}
.arrow-container .slick-prev {
  left: 0;
}

.social-statistics {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .social-statistics {
    flex-direction: row;
    justify-content: center;
  }
}
.social-statistics__head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #555555;
}
@media (min-width: 992px) {
  .social-statistics__head {
    margin-bottom: 0;
  }
}
.social-statistics__profil {
  margin-right: 15px;
}
.social-statistics__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.social-statistics__statistics {
  display: flex;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .social-statistics__statistics {
    margin-bottom: 0;
    margin-left: 35px;
    margin-right: 40px;
  }
}
.social-statistics__statistic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
}
.social-statistics__value {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
.social-statistics__button {
  display: inline-flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.social-statistics__button i {
  font-size: 28px;
  margin-right: 10px;
}

.socials-teaser {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .socials-teaser {
    flex-wrap: wrap;
    display: flex;
    padding: 80px 0 100px;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .socials-teaser__text {
    flex: 1 0 45%;
    max-width: 45%;
    width: 45%;
    margin-left: 5%;
  }
}
@media (min-width: 1360px) {
  .socials-teaser__text {
    flex: 1 0 370px;
    max-width: 370px;
    width: 370px;
    margin-right: 50px;
    margin-left: 0;
  }
}
.socials-teaser__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .socials-teaser__icons {
    margin-top: 0;
    max-width: 320px;
    flex-basis: 320px;
  }
}
.socials-teaser__icon {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.socials-teaser__icon a, .socials-teaser__icon a:hover {
  color: #32533F;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner-logos__item {
  max-width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .partner-logos__item {
    max-width: 33.33%;
    flex-basis: 33.33%;
  }
}
@media (min-width: 992px) {
  .partner-logos__item {
    max-width: 25%;
    flex-basis: 25%;
  }
}

.accordion {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 576px) {
  .accordion {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.accordion__element {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion__element:last-child {
  border-bottom: none;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 24px 20px;
  cursor: pointer;
}
.accordion__header:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 10px;
  background: transparent;
  transition: background 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .accordion__header:before {
    display: block;
  }
}
.accordion__title {
  color: #555555;
  transition: color 0.2s ease-in-out;
  font-weight: 400;
}
.accordion__toggle {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.accordion__toggle:before, .accordion__toggle:after {
  content: "";
  display: block;
  position: absolute;
  background: #CFD5CE;
  transition: all 0.2s ease-in-out;
}
.accordion__toggle:before {
  left: 0;
  right: 0;
  top: 12px;
  height: 1px;
}
.accordion__toggle:after {
  top: 0;
  bottom: 0;
  left: 12px;
  width: 1px;
}
.accordion__content-wrap {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
  background: rgba(142, 118, 72, 0.1);
}
.accordion__content {
  padding: 20px;
}
.accordion__check:checked ~ .accordion__header:before {
  background: #7DB167;
}
.accordion__check:checked ~ .accordion__header .accordion__title {
  color: var(--bs-glc-gold);
}
.accordion__check:checked ~ .accordion__header .accordion__toggle:after {
  top: 12px;
  bottom: 12px;
}
.accordion__check:checked ~ .accordion__content-wrap {
  max-height: 50000px;
  transition: max-height 0.4s cubic-bezier(1, 0, 1, 0);
}

.subpage-header {
  position: relative;
}
.subpage-header__image-wrap {
  position: relative;
  z-index: 1;
}
.subpage-header__image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(8deg, rgba(23, 39, 19, 0.4392156863) 0%, rgba(39, 64, 32, 0.1490196078) 67%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.subpage-header__image {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-header--no-header .subpage-header__image {
  height: 480px;
}
@media (min-width: 992px) {
  .subpage-header__image {
    height: 780px;
  }
  .subpage-header--no-header .subpage-header__image {
    height: 780px;
  }
}
.subpage-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(23, 39, 19, 0.9019607843) 0%, rgba(39, 64, 32, 0.1490196078) 25%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
.subpage-header__text {
  position: absolute;
  z-index: 3;
  width: 1040px;
  max-width: 100%;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1360px) {
  .subpage-header__text {
    bottom: 21%;
  }
}
.subpage-header__header {
  font-size: 2.625rem;
}
@media (min-width: 768px) {
  .subpage-header__header {
    font-size: 4.625rem;
  }
}

.tiles {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .tiles {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tiles__root {
  background: rgba(142, 118, 72, 0.1);
  padding: 110px 0;
  overflow: hidden;
}
.tiles .wishlist-heart--absolute {
  z-index: 3;
}
.tiles__tile {
  padding: 5px;
  height: 100%;
}
@media (min-width: 768px) {
  .tiles__tile {
    padding: 10px;
  }
}
.tiles__tile .tiles__title-wrap {
  max-width: calc(100% - 50px);
}
.tiles__inner {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.tiles__image-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
.tiles__image-picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tiles__image {
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.tiles__inner:hover .tiles__image {
  transform: scale(1.1);
}
.tiles__text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.tiles__text-wrap--no-cat {
  justify-content: flex-end;
}
.tiles__text-wrap, .tiles__text-wrap a, .tiles__text-wrap a:hover, .tiles__text-wrap a:focus {
  color: white;
}
.tiles__category {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(39, 64, 32, 0.85);
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 10px;
  max-width: calc(100% - 90px);
}
.tiles__category-icon {
  font-size: 27px;
  line-height: 1;
}
.tiles__category-icon + .tiles__category-label {
  display: none;
}
.tiles__title-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
}
.tiles__price {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background: rgba(236, 116, 5, 0.85);
  padding: 11px 20px 7px;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .tiles__price {
    font-size: 24px;
    line-height: 30px;
  }
}
.tiles__title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  background: rgba(39, 64, 32, 0.85);
  padding: 6px 10px 6px;
  transition: all 0.2s ease-in-out;
  max-width: 400px;
}
.tiles__description {
  overflow: hidden;
  background: rgba(39, 64, 32, 0.85);
  max-width: 400px;
  max-height: 0;
  padding: 0 10px;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1), padding 0.2s ease-in-out;
}
.tiles__title-wrap--hoverable:hover .tiles__description {
  max-height: 10000px;
  padding: 6px 10px;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0), padding 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .tiles__category {
    height: 44px;
    padding: 0 20px;
  }
  .tiles__category-icon {
    font-size: 27px;
    margin-right: 10px;
  }
  .tiles__category-icon + .tiles__category-label {
    display: block;
  }
  .tiles:not(.tiles--tiny) .tiles__title-wrap {
    padding: 0 20px 20px;
  }
  .tiles:not(.tiles--tiny) .tiles__title {
    font-size: 28px;
    line-height: 32px;
    padding: 11px 20px 7px;
  }
  .tiles:not(.tiles--tiny) .tiles__description {
    padding: 0 20px;
  }
  .tiles:not(.tiles--tiny) .tiles__title-wrap--hoverable:hover .tiles:not(.tiles--tiny) .tiles__description {
    padding: 11px 20px 7px;
  }
}
@media (min-width: 992px) {
  .tiles__tile--large .tiles__title {
    font-size: 38px;
    line-height: 42px;
  }
}
.tiles__tile--ad .tiles__inner {
  border-radius: 0;
  overflow: hidden;
}
.tiles__tile--ad .tiles__inner:after {
  content: "Anzeige";
  display: block;
  color: white;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 14px;
  top: 10px;
  right: 15px;
}
html[lang=en] .tiles__tile--ad .tiles__inner:after {
  content: "Advert";
}

html[lang=pl] .tiles__tile--ad .tiles__inner:after {
  content: "Reklama";
}

.tiles__tile--ad .tiles__text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #555555;
}
.tiles__image-aspect {
  position: relative;
  height: 0;
}
.tiles__image-aspect--small {
  padding-bottom: 74.7252747253%;
}
.tiles__image-aspect--medium {
  padding-bottom: 74.7252747253%;
}
@media (min-width: 768px) {
  .tiles__image-aspect--medium {
    padding-bottom: 36.5591397849%;
  }
}
.tiles__image-aspect-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tiles__image-aspect-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.tiles .image-info {
  top: auto;
  bottom: 20px;
  z-index: 3;
}
.tiles__tile--ad .image-info {
  top: 20px;
  left: 20px;
  bottom: auto;
  right: auto;
}
.tiles__tile--ad .image-info__text {
  right: auto;
  bottom: auto;
  left: 0;
  top: calc(100% + 20px);
}
@media (min-width: 768px) {
  .tiles__headers {
    margin-bottom: 65px;
  }
}
.tiles__filter-wrap {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .tiles__filter-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.tiles__filter {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
  max-width: min(100%, 450px);
}
@media (min-width: 992px) {
  .tiles__filter {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 990px;
    margin-bottom: 70px;
  }
}

.fake-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.fake-select__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 10px;
  padding: 18px 20px;
  text-align: center;
  border: 1px solid #C1C5C7;
  cursor: pointer;
  line-height: 18px;
}
.fake-select.open .fake-select__placeholder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fake-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #C1C5C7;
  border-top: none;
  z-index: 200;
  max-height: 300px;
  overflow-y: auto;
}
.fake-select__option {
  cursor: pointer;
  padding: 18px 20px;
  text-align: center;
}
.fake-select__option:hover {
  background: #F2F2F2;
}
.fake-select__unselect-button {
  position: relative;
  width: calc(100% - 31px);
  pointer-events: none;
}
.fake-select__unselect {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -31px;
  background: var(--bs-glc-gold);
  border-radius: 50%;
  color: white;
  pointer-events: auto;
  width: 21px;
  height: 21px;
  font-size: 15px;
  line-height: 1;
}

.iconbar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .iconbar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .iconbar {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .iconbar {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
  }
}
.iconbar__item-wrap {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .iconbar__item-wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
.iconbar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 155px;
  height: 116px;
  transition: background 0.2s ease-in-out, transform 0.2s ease-in-out;
  border-radius: 0;
}
@media (min-width: 768px) {
  .iconbar__item {
    width: 240px;
    height: 180px;
  }
}
.iconbar__icon {
  transition: color 0.2s ease-in-out;
  color: #555555;
  font-size: 50px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .iconbar__icon {
    font-size: 58px;
    margin-bottom: 10px;
  }
}
.iconbar__title {
  transition: color 0.2s ease-in-out;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #32533F;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .iconbar__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.iconbar__item:hover {
  background-color: var(--orange-color);
}
@media (min-width: 768px) {
  .iconbar__item:hover {
    transform: translateY(-20px);
  }
}
.iconbar__item:hover .iconbar__title, .iconbar__item:hover .iconbar__icon {
  color: white;
}

.banner-slider {
  position: relative;
}
.banner-slider__slide {
  position: relative;
}
.banner-slider__arrows {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
}
.banner-slider__arrows .slick-arrow:hover {
  background: rgba(55, 59, 54, 0.15);
}
@media (min-width: 768px) {
  .banner-slider__arrows {
    justify-content: flex-start;
    width: auto;
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .banner-slider__arrows {
    right: 50%;
    transform: translateX(350px);
  }
}
@media (min-width: 992px) {
  .banner-slider__arrows {
    right: 50%;
    transform: translateX(470px);
  }
}
@media (min-width: 1360px) {
  .banner-slider__arrows {
    right: 50%;
    transform: translateX(660px);
  }
}
@media (min-width: 1600px) {
  .banner-slider__arrows {
    right: 50%;
    transform: translateX(770px);
  }
}
.banner-slider__image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(353deg, rgba(23, 39, 19, 0.4392156863) 0%, rgba(39, 64, 32, 0.1490196078) 47%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.banner-slider__text-wrap {
  --link-color: white;
  --link-decoration: none;
  --link-hover-color: #ECF3DF;
  --link-hover-decoration: none;
  position: absolute;
  bottom: 80px;
  left: 10px;
  padding: 10px 20px;
  background: rgba(44, 61, 51, 0.85);
  color: white;
  font-size: 16px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .banner-slider__text-wrap {
    bottom: 20px;
    left: 20px;
    padding: 15px 30px 20px;
    width: 430px;
  }
}
.banner-slider__header {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.banner-slider__link-wrap {
  display: flex;
  align-items: center;
}
.banner-slider__link-icon {
  font-size: 1.5rem;
  color: white;
  margin-right: 15px;
}
.banner-slider__link {
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: white;
}

.glc-aktuell {
  overflow: hidden;
  position: relative;
}
.glc-aktuell__slider {
  margin: 0 -10px 10px;
}
.glc-aktuell__slide {
  position: relative;
  padding: 0 10px;
}
.glc-aktuell__image-wrap {
  margin-bottom: 20px;
  position: relative;
}
.glc-aktuell__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.glc-aktuell__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--orange-color);
  color: white;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 13px 20px;
  border-radius: 0;
}
.glc-aktuell__link-wrap {
  display: flex;
  align-items: center;
}
.glc-aktuell__link-icon {
  font-size: 24px;
  color: #373B36;
  margin-right: 15px;
}
.glc-aktuell__link {
  font-size: 15px;
  text-transform: uppercase;
}
.glc-aktuell__header {
  margin-bottom: 20px;
}
.glc-aktuell__text {
  margin-bottom: 10px;
}
.glc-aktuell__text p:last-child {
  margin-bottom: 0;
}
.glc-aktuell__arrows {
  display: flex;
  position: absolute;
  color: white;
  justify-content: center;
  left: 20px;
  top: 20px;
  pointer-events: none;
}
.glc-aktuell__arrows--bottom {
  top: 324px;
  left: 0;
  right: 0;
}
.glc-aktuell__arrows--sides {
  top: 0;
  left: 20px;
  right: 20px;
  justify-content: space-between;
}
.glc-aktuell__arrows * {
  pointer-events: auto;
}
.glc-aktuell__arrows .slick-arrow {
  background: rgba(39, 64, 32, 0.75);
  transition: background 0.2s ease-in-out;
}
.glc-aktuell__arrows .slick-arrow:hover {
  background: rgba(39, 64, 32, 0.55);
}
.glc-aktuell__arrows .slick-prev {
  margin-right: 20px;
}

.tai {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .tai {
    flex-direction: row;
  }
}
.tai__text-wrap, .tai__image-wrap {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .tai__text-wrap, .tai__image-wrap {
    flex-direction: row;
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
.tai__image-wrap {
  overflow: hidden;
  position: relative;
}
.tai__image {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tai__text-wrap {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .tai__text-wrap {
    align-items: flex-end;
  }
}
@media (min-width: 1360px) {
  .tai__text-wrap {
    padding-right: 120px;
  }
}
@media (min-width: 992px) {
  .tai__main-text {
    max-width: 520px;
  }
}
.tai__info-text {
  position: relative;
  margin-top: 30px;
  color: #32533F;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .tai__info-text {
    width: 520px;
    max-width: 100%;
  }
}
@media (min-width: 1460px) {
  .tai__info-text {
    display: flex;
  }
}
.tai__info-text h1, .tai__info-text .h1, .tai__info-text h2, .tai__info-text .h2, .tai__info-text h3, .tai__info-text .h3, .tai__info-text h4, .tai__info-text .h4, .tai__info-text h5, .tai__info-text .h5, .tai__info-text h6, .tai__info-text .h6 {
  margin-bottom: 0.5em;
}
@media (min-width: 992px) {
  .tai__info-text-line {
    min-height: 116px;
    max-width: 520px;
  }
}
.tai__info-text-line > p:last-child, .tai__info-text-line > ul:last-child, .tai__info-text-line > ol:last-child {
  margin-bottom: 0;
}
.tai__info-text-outside-image {
  display: none;
}
@media (min-width: 1360px) {
  .tai__info-text-outside-image {
    display: block;
  }
}
.tai__info-text-outside {
  color: #7DB167;
}
@media (min-width: 1360px) {
  .tai__info-text-outside {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-top: 7px;
  }
}
@media (min-width: 1600px) {
  .tai__info-text-outside {
    position: absolute;
    right: 100%;
    top: 0;
  }
}
.tai__info-text-outside-label {
  font-size: 1.625rem;
  font-weight: 500;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}
.tai__header {
  margin-bottom: 24px;
}
.tai__text {
  position: relative;
  margin-bottom: 24px;
}
.tai__link-wrap {
  display: flex;
  align-items: center;
}
.tai__link-icon {
  font-size: 1.5rem;
  margin-right: 15px;
  color: var(--primary-color);
}
.tai__link {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tai--right {
    flex-direction: row-reverse;
  }
}
.tai--right .tai__info-text {
  align-self: flex-start;
}
@media (min-width: 1360px) {
  .tai--right .tai__info-text-outside {
    position: absolute;
    right: 100%;
    top: 0;
  }
}
.tai--right .tai__text-wrap {
  align-items: flex-start;
  padding-left: 10px;
}
@media (min-width: 1360px) {
  .tai--right .tai__text-wrap {
    padding-left: 150px;
    padding-right: 0;
  }
}

.children-age-selector {
  max-width: 700px;
  padding: 40px;
  background-color: white;
  margin: 40px auto;
  position: relative;
}
.children-age-selector h4, .children-age-selector .h4 {
  margin-bottom: 20px;
}
.children-age-selector .button {
  margin-left: 20px;
}
.children-age-selector .button:first-child {
  margin-left: 0;
}
.children-age-selector .mfp-close {
  display: none;
}

.quick-booking {
  position: relative;
  max-width: 1450px;
  margin: 0 auto;
  --date-picker-icon-color: white;
  display: block;
  z-index: 3;
}
.quick-booking__inner {
  position: relative;
}
@media (min-width: 1360px) {
  .quick-booking__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
  }
}
@media (min-width: 1360px) {
  .quick-booking__form {
    --link-color: white;
    --link-decoration: none;
    --link-hover-color: #ECF3DF;
    --link-hover-decoration: none;
    display: flex;
  }
}
.quick-booking__fields {
  padding: 20px 10px 10px;
  background-color: #f2f2f2;
  flex-grow: 1;
}
@media (min-width: 576px) {
  .quick-booking__fields {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1360px) {
  .quick-booking__fields {
    padding: 40px 10px 55px;
    flex: 1 0;
    background: rgba(44, 61, 51, 0.6);
  }
}
.quick-booking__field {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .quick-booking__field {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .quick-booking__field {
    flex: 1 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
.quick-booking__field:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .quick-booking__field:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.quick-booking__input {
  background: none transparent;
  color: white;
  font-size: 1.0625rem;
}
.quick-booking__input::-moz-placeholder {
  color: white;
}
.quick-booking__input::placeholder {
  color: white;
}
.quick-booking__input:focus {
  background: none rgba(255, 255, 255, 0.1);
  color: white;
}
.quick-booking__input + .select2-container--default .select2-selection--single {
  background: none transparent;
  color: white;
}
.quick-booking__input + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: currentColor;
  white-space: nowrap;
}
.quick-booking__input::-moz-placeholder {
  color: #2b2b2b;
}
.quick-booking__input::placeholder {
  color: #2b2b2b;
}
@media (min-width: 1360px) {
  .quick-booking__input::-moz-placeholder {
    color: #fff;
  }
  .quick-booking__input::placeholder {
    color: #fff;
  }
}
.quick-booking__input, .quick-booking .date-picker-wrap__icon, .quick-booking .select2-selection__rendered, .quick-booking .select2-selection__arrow {
  color: #2b2b2b !important;
}
@media (min-width: 1360px) {
  .quick-booking__input, .quick-booking .date-picker-wrap__icon, .quick-booking .select2-selection__rendered, .quick-booking .select2-selection__arrow {
    color: #fff !important;
  }
}
.quick-booking__button {
  display: block;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 1360px) {
  .quick-booking__button {
    flex: 1 0 160px;
    max-width: 160px;
    width: 160px;
    border-radius: 0;
  }
}
.quick-booking__trust-items {
  padding-top: 20px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .quick-booking__trust-items {
    display: flow-root !important;
  }
}
@media (min-width: 1360px) {
  .quick-booking__trust-items {
    display: flex !important;
    background-color: transparent;
    justify-content: space-evenly;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 160px;
    padding: 0 10px;
    margin: 0;
  }
}
.quick-booking__trust-item {
  display: flex;
  align-items: center;
  margin: 0 55px 20px;
}
@media (min-width: 1360px) {
  .quick-booking__trust-item {
    margin: 0;
  }
}
.quick-booking__trust-icon-wrap {
  position: relative;
  flex: 1 0 45px;
  max-width: 45px;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
  font-size: 45px;
  background-color: #CFDFB0;
  color: #555555;
}
@media (min-width: 1360px) {
  .quick-booking__trust-icon-wrap {
    background-color: var(--orange-color);
    color: white;
  }
}
.quick-booking__trust-icon {
  position: absolute;
  left: 8px;
  top: -1px;
}
.quick-booking__trust-link-wrap {
  flex: 1 0;
}
@media (min-width: 1360px) {
  .quick-booking__trust-link-wrap {
    color: #fff;
  }
}
.quick-booking__trust-link {
  color: #555555;
}
@media (min-width: 1360px) {
  .quick-booking__trust-link {
    color: white;
  }
}

/*
.subpage .quick-booking {
  display: block !important;

  &__form {
    display: block;
    @include light-background-variables;

    @include media-breakpoint-up(lg) {
      display: flex;
    }
  }

  &__inner {
    position: relative;
  }

  &__fields {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    padding: 20px 10px 10px;
    background-color: #f2f2f2;

    @include media-breakpoint-up(lg) {
      border-radius: 0;
    }

    @include media-breakpoint-up(xl) {
      border-radius: 15px 0 0 15px;
      padding: 10px 10px;
    }
  }

  &__field {
    @include flex-width(100%);
    margin-bottom: 10px;

    @include media-breakpoint-up(sm) {
      @include flex-width(50%);
      margin-bottom: 10px;
    }

    @include media-breakpoint-up(xl) {
      @include flex-width(20%);
      margin-bottom: 0;
    }
  }

  &__input::placeholder {
    color: #2b2b2b !important;
  }

  .quick-booking__input, .date-picker-wrap__icon, .select2-selection__rendered, .select2-selection__arrow {
    color: #2b2b2b !important;
  }

  &__button {
    border-radius: 0;
    max-width: none;
    width: 100%;

    @include media-breakpoint-up(lg) {
      max-width: 160px;
      width: 160px;
    }

    @include media-breakpoint-up(xl) {
      border-radius: 0 15px 15px 0;
    }
  }


  &--with-trust .quick-booking__inner {
    padding-bottom: 75px;
  }

  &__trust-items {
    @include media-breakpoint-up(lg) {
      display: flex !important;
      justify-content: space-evenly;
      background-color: transparent;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      padding: 0 $half-gutter-width;
      margin: 0;
    }
  }

  &__trust-item {
    @include media-breakpoint-up(lg) {
      margin: 0;
    }
  }

  &__trust-icon-wrap {
    @include media-breakpoint-up(xl) {
      background-color: $glc-green-lighter;
      color: $glc-gray;
    }
  }

  &__trust-link-wrap {

    @include media-breakpoint-up(xl) {
      color: $glc-gray;
    }
  }

  &__trust-link {
    @include media-breakpoint-up(xl) {
      color: $glc-gray;
    }
  }
}
*/
.impressions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.impressions__header-wrap {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0;
}
.impressions__left {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1360px) {
  .impressions__left {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 260px);
    max-width: calc(50% - 260px);
    width: calc(50% - 260px);
    display: flex;
  }
}
.impressions__right {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1360px) {
  .impressions__right {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% + 260px);
    max-width: calc(50% + 260px);
    width: calc(50% + 260px);
  }
}
@media (min-width: 1360px) {
  .impressions--no-headers .impressions__right {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.impressions__sliders {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .impressions__sliders {
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
.impressions__nav-slider {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .impressions__nav-slider {
    flex: 1 0 260px;
    max-width: 260px;
    width: 260px;
    order: 1;
    margin: auto 0;
  }
}
.impressions__nav-slider__inner {
  overflow: hidden;
  border-radius: 0;
}
.impressions__nav-slider__slider {
  margin: 0 -5px;
}
@media (min-width: 576px) {
  .impressions__nav-slider__slider {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .impressions__nav-slider__slider {
    margin: -10px 0;
  }
}
.impressions__nav-slider__item {
  padding: 0 5px;
}
@media (min-width: 576px) {
  .impressions__nav-slider__item {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .impressions__nav-slider__item {
    padding: 10px 0;
  }
}
.impressions__nav-slider__image-wrap {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.impressions__nav-slider__image-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: rgba(125, 177, 103, 0.6);
  transition: all 0.3s ease;
}
.impressions__nav-slider__play-button, .impressions__main-slider__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5em;
  line-height: 1;
  color: white;
  z-index: 1;
}
.impressions__nav-slider__item.slick-current .impressions__nav-slider__image-wrap:after {
  background: none transparent;
}
.impressions__nav-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.impressions__main-slider {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .impressions__main-slider {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .impressions__main-slider {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 260px);
    max-width: calc(100% - 260px);
    width: calc(100% - 260px);
    order: 2;
    margin-bottom: 0;
  }
}
.impressions__main-slider .impressions__item-title {
  display: block;
}
.impressions__main-slider__inner {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.impressions__main-slider__item {
  position: relative;
}
.impressions__main-slider__item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.impressions__main-slider__image-wrap {
  position: relative;
}
.impressions__main-slider__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.impressions__arrows {
  color: white;
  position: absolute;
  display: flex;
  bottom: 40px;
  left: 40px;
}
.impressions__images-slider, .impressions__images-slider .slick-list, .impressions__images-slider .slick-track {
  height: 100%;
}
.impressions__nav-image, .impressions__image {
  border-radius: 0;
  overflow: hidden;
}
.impressions__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1360px) {
  .impressions--slider-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1360px) {
  .impressions--slider-left .impressions__sliders {
    flex-direction: row-reverse;
  }
  .impressions--slider-left .impressions__arrows {
    left: auto;
    right: 40px;
  }
}
.impressions__item-title {
  font-size: 1rem;
  position: absolute;
  text-align: center;
  bottom: 90px;
  left: 10%;
  right: 10%;
  color: #fff;
  display: none;
}

.intro-text--sidebyside {
  margin: 0 auto;
  max-width: 980px;
}
.intro-text .ce-header h1 + h2, .intro-text .ce-header h1 + .h2, .intro-text .ce-header .h1 + h2, .intro-text .ce-header .h1 + .h2 {
  max-width: 890px;
}

.info-links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .info-links {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.info-links__erlenbaum {
  display: none;
}
@media (min-width: 768px) {
  .info-links__erlenbaum {
    display: block;
    position: absolute;
    top: -20px;
    height: 230px;
    right: 100%;
    opacity: 0.36;
  }
}
.info-links__erlenbaum-icon {
  width: auto;
  height: 100%;
  color: #CFD5CE;
}
.info-links__item {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .info-links__item {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1360px) {
  .info-links__item {
    flex: 1 0 25%;
    max-width: 25%;
    width: 25%;
  }
}
.info-links__item-inner {
  position: relative;
  padding: 15px 20px 35px;
  border-radius: 10px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.info-links__side-line {
  position: absolute;
  height: 73%;
  width: 1px;
  top: 17px;
  left: 0;
  background-color: #CFD5CE;
}
.info-links__icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 50px;
  line-height: 1;
  color: black;
  margin-bottom: 10px;
}
.info-links__header {
  max-width: 260px;
  padding: 8px 0;
  flex: 1 0;
  margin-bottom: 20px;
}
.info-links__downloads > ul {
  margin-bottom: 0;
}
.info-links__item-inner:hover {
  background-color: #ECF3DF;
}
.info-links__item-inner:hover .info-links__side-line {
  background-color: transparent;
}

.moments-teaser {
  position: relative;
  padding: 0 10px;
}
.moments-teaser:before {
  content: "";
  bottom: 0;
  top: 30%;
  background-color: #ECF3DF;
  position: absolute;
  left: -10px;
  right: -10px;
}
@media (min-width: 992px) {
  .moments-teaser:before {
    left: 0;
    right: 0;
  }
}
.moments-teaser__header, .moments-teaser__subheader {
  text-align: center;
}
.moments-teaser__subheader {
  margin-bottom: 32px;
}
.moments-teaser__items-wrap {
  position: relative;
}
.moments-teaser__items {
  position: relative;
}
@media (min-width: 768px) {
  .moments-teaser__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.moments-teaser__item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .moments-teaser__item {
    margin: 0 10px 20px;
    flex-basis: calc(33.3333% - 20px);
    max-width: calc(33.3333% - 20px);
  }
}
.moments-teaser__item-header {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .moments-teaser__item-header {
    font-size: 28px;
  }
}
.moments-teaser__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.moments-teaser__image {
  width: 100%;
  height: auto;
}
.moments-teaser__content {
  background-color: rgba(39, 64, 32, 0.85);
  padding: 5px 10px 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 45px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .moments-teaser__content {
    bottom: 20px;
    left: 20px;
    padding: 15px 30px;
  }
}
.moments-teaser__body {
  color: #fff;
  display: none;
}
@media (min-width: 1360px) {
  .moments-teaser__body {
    display: block;
  }
}
.moments-teaser__link {
  text-transform: uppercase;
  font-size: 15px;
}
.moments-teaser__link:before {
  color: #fff !important;
}
.moments-teaser__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  color: #373B36;
  width: 100%;
  padding: 10px 0 30px;
}
.moments-teaser__arrows .slick-arrow:hover {
  background: rgba(55, 59, 54, 0.15);
}
@media (min-width: 768px) {
  .moments-teaser__arrows {
    right: 50%;
    transform: translateX(350px);
  }
}
@media (min-width: 992px) {
  .moments-teaser__arrows {
    right: 50%;
    transform: translateX(470px);
  }
}
@media (min-width: 1360px) {
  .moments-teaser__arrows {
    right: 50%;
    transform: translateX(660px);
  }
}
@media (min-width: 1600px) {
  .moments-teaser__arrows {
    right: 50%;
    transform: translateX(770px);
  }
}

.filter-events__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .filter-events__form {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .filter-events__form {
    flex-wrap: nowrap;
  }
}
.filter-events__input-wrap {
  flex: 1 0;
  border-radius: 15px 15px 0 0;
  padding: 10px 10px;
  background-color: #f2f2f2;
}
@media (min-width: 576px) {
  .filter-events__input-wrap {
    border-radius: 15px 0 0 15px;
  }
}
.filter-events__input-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.filter-events__input {
  flex: 1 0;
  padding-left: 5px;
  padding-right: 5px;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .filter-events__input {
    flex: 1 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1360px) {
  .filter-events__input {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  .filter-events__input--date {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 16.6666666667%;
  }
}
.filter-events__button-wrap {
  flex: 0 1 auto;
}
@media (max-width: 575.98px) {
  .filter-events__button {
    width: 100%;
    height: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 576px) {
  .filter-events__button {
    width: auto;
    height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

/* Grid Container */
.container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container .container-xxl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-xxl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-xxl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-xxl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-xxl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-xxl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl, .container-xxl .container-xl, .container-fluid .container-xxl, .container-sm .container-xxl, .container-md .container-xxl, .container-lg .container-xxl, .container-xl .container-xxl, .container-xxl .container-xxl {
  padding-left: 0;
  padding-right: 0;
}

.grid-container--padding-before-extra-small {
  padding-top: 1rem;
}
.grid-container--padding-before-small {
  padding-top: 2rem;
}
.grid-container--padding-before-medium {
  padding-top: 3rem;
}
.grid-container--padding-before-large {
  padding-top: 4rem;
}
.grid-container--padding-before-extra-large {
  padding-top: 5rem;
}
.grid-container--padding-after-extra-small {
  padding-bottom: 1rem;
}
.grid-container--padding-after-small {
  padding-bottom: 2rem;
}
.grid-container--padding-after-medium {
  padding-bottom: 3rem;
}
.grid-container--padding-after-large {
  padding-bottom: 4rem;
}
.grid-container--padding-after-extra-large {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .grid-container--padding-before-extra-small {
    padding-top: 2rem;
  }
  .grid-container--padding-before-small {
    padding-top: 4rem;
  }
  .grid-container--padding-before-medium {
    padding-top: 6rem;
  }
  .grid-container--padding-before-large {
    padding-top: 8rem;
  }
  .grid-container--padding-before-extra-large {
    padding-top: 10rem;
  }
  .grid-container--padding-after-extra-small {
    padding-bottom: 2rem;
  }
  .grid-container--padding-after-small {
    padding-bottom: 4rem;
  }
  .grid-container--padding-after-medium {
    padding-bottom: 6rem;
  }
  .grid-container--padding-after-large {
    padding-bottom: 8rem;
  }
  .grid-container--padding-after-extra-large {
    padding-bottom: 10rem;
  }
}
.grid-container--background-white {
  background-color: white;
  overflow: hidden;
}
.grid-container--background-green {
  background-color: #ECF3DF;
  overflow: hidden;
}
.grid-container--background-gray {
  background-color: #f3f1ec;
  overflow: hidden;
}

.grid-container .grid-container--background-green {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-container .grid-container--background-gray {
  padding-left: 15px;
  padding-right: 15px;
}

/* Extensions */
@keyframes load-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.dsgvo-consent, .dsgvo-consent:after, .dsgvo-consent:before, .dsgvo-consent *, .dsgvo-consent *:after, .dsgvo-consent *:before {
  box-sizing: border-box;
}
.dsgvo-consent__bg {
  background-color: transparent;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 90000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}
.dsgvo-consent__container {
  max-width: 350px;
  text-align: center;
  width: 100%;
  background-color: white;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 100000;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 40px);
  color: #000;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  opacity: 1;
}
.dsgvo-consent__content {
  padding: 20px 10px;
}
.dsgvo-consent__settings {
  display: none;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.dsgvo-consent__settings--open {
  display: flex;
}
.dsgvo-consent__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.dsgvo-consent--fade-in .dsgvo-consent__bg {
  background-color: black;
}
.dsgvo-consent--fade-in .dsgvo-consent__container {
  transform: translateY(20px);
}
.dsgvo-consent--fade-out .dsgvo-consent__container {
  transform: translateY(calc(-20% + 20px));
  opacity: 0;
}
.dsgvo-consent--popup:not(.dsgvo-consent--fade-in) {
  pointer-events: none;
}
.dsgvo-consent__description {
  margin-bottom: 20px;
}

.dsgvo-button {
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.dsgvo-button:last-child {
  margin-bottom: 0;
}
.dsgvo-button__link {
  display: block;
  padding: 15px 30px;
}
.dsgvo-button__link--settings {
  background-color: #E3E3E3;
  color: black;
  border: none;
}
.dsgvo-button__link--settings:hover, .dsgvo-button__link--settings:focus {
  background-color: rgba(227, 227, 227, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.dsgvo-button__link--decline {
  background-color: #F5F5F5;
  color: black;
  border: 1px solid #C9C9C9;
}
.dsgvo-button__link--decline:hover, .dsgvo-button__link--decline:focus {
  background-color: rgba(245, 245, 245, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.dsgvo-button__link--confirm {
  background-color: #8E7648;
  color: white;
  border: 1px solid #8E7648;
}
.dsgvo-button__link--confirm:hover, .dsgvo-button__link--confirm:focus {
  background-color: rgba(142, 118, 72, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.dsgvo-category {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.dsgvo-category__checkbox {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dsgvo-category__checkbox-label {
  display: block;
  position: relative;
  width: 72px;
  height: 36px;
  border-radius: 18px;
  transition: all 0.2s ease;
  background: #868686;
}
.dsgvo-category__checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  background: #bbb;
}
.dsgvo-category__checkbox:checked + .dsgvo-category__checkbox-label {
  background: #549c3c;
}
.dsgvo-category__checkbox:checked + .dsgvo-category__checkbox-label:before {
  background: #79e24c;
  left: 50%;
}
.dsgvo-category__checkbox-wrap {
  display: flex;
  justify-content: center;
}
.dsgvo-category__checkbox-wrap--default {
  display: none;
}
.dsgvo-category__checkbox-wrap--disabled {
  display: flex;
  opacity: 0.4;
}
.dsgvo-category__text {
  margin-bottom: 20px;
}

.dsgvo-cookies {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 15px;
}
.dsgvo-cookies__check {
  display: none;
}
.dsgvo-cookies__label {
  display: block;
  cursor: pointer;
  margin: 0;
  font-size: 90%;
}
.dsgvo-cookies__label:before {
  content: "";
  display: inline-block;
  width: 0.83333em;
  height: 0.83333em;
  margin-right: 5px;
  vertical-align: middle;
  background: url("/typo3conf/ext/lfmsite/Resources/Public/Icons/chevron-down-light.svg") no-repeat center center;
  background-size: contain;
  transform-origin: center center;
  transform: rotateZ(0deg);
  transition: transform 0.2s ease;
}
.dsgvo-cookies__content {
  display: none;
  width: 100%;
  overflow-x: auto;
}
.dsgvo-cookies__check:checked ~ .dsgvo-cookies__label:before {
  transform: rotateZ(180deg);
}
.dsgvo-cookies__check:checked ~ .dsgvo-cookies__content {
  display: block;
}
.dsgvo-cookies__table {
  min-width: 100%;
}
.dsgvo-cookies__table > p, .dsgvo-cookies__table > ul, .dsgvo-cookies__table > ol {
  margin-bottom: 0;
}
.dsgvo-cookies__type {
  font-size: 120%;
  font-weight: 400;
  padding-top: 20px;
}
.dsgvo-cookies__group {
  padding-top: 9px;
}
.dsgvo-cookies__cookie {
  padding: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.dsgvo-cookies__cookie--odd {
  background: #efefef;
}
.dsgvo-cookies__cookie-name {
  font-family: monospace;
  white-space: nowrap;
}
.dsgvo-cookies__cookie-description-check, .dsgvo-cookies__cookie-description {
  display: none;
}
.dsgvo-cookies__cookie-name-label, .dsgvo-cookies__cookie-lifespan-label {
  font-weight: bolder;
}
.dsgvo-cookies__cookie-description-label {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  cursor: pointer;
}
.dsgvo-cookies__cookie-description-label:after {
  content: "";
  display: inline-block;
  width: 0.83333em;
  height: 0.83333em;
  margin-left: 5px;
  vertical-align: middle;
  background: url("/typo3conf/ext/lfmsite/Resources/Public/Icons/chevron-down-light.svg") no-repeat center center;
  background-size: contain;
  transform-origin: center center;
  transform: rotateZ(0deg);
  transition: transform 0.2s ease;
}
.dsgvo-cookies__cookie-description-check:checked ~ .dsgvo-cookies__cookie-description {
  display: block;
}
.dsgvo-cookies__cookie-description-check:checked ~ .dsgvo-cookies__cookie-description-label:after {
  transform: rotateZ(180deg);
}

.dsgvo-consent--inline {
  position: relative;
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-consent__buttons {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-button {
    flex: 0 1 auto;
    max-width: none;
    width: auto;
  }
}
.dsgvo-consent--inline .dsgvo-button--decline,
.dsgvo-consent--inline .dsgvo-button--settings {
  display: none;
}
@media (min-width: 768px) {
  .dsgvo-consent--inline .dsgvo-category {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.dsgvo-consent--inline .dsgvo-category__checkbox-wrap {
  justify-content: flex-start;
}
.dsgvo-consent--inline .dsgvo-consent__bg {
  display: none;
}
.dsgvo-consent--inline .dsgvo-consent__container {
  position: static;
  max-width: none;
  text-align: left;
  animation: none;
  transition: none;
  overflow: visible;
  margin: 0;
  max-height: none;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
}
.dsgvo-consent--inline .dsgvo-consent__content {
  background: #eee;
}
.dsgvo-consent--inline .dsgvo-consent__settings {
  display: flex;
}
.dsgvo-consent--inline.dsgvo-consent--inline-auto-confirm .dsgvo-consent__buttons {
  display: none;
}
.dsgvo-consent--loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.5);
}
.dsgvo-consent--loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  border-top: 8px solid #000;
  border-right: 8px solid #4d4d4d;
  border-bottom: 8px solid #999999;
  border-left: 8px solid #e6e6e6;
  transform-origin: center center;
  animation: linear 1s load-rotate;
}

.list-article {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .list-article {
    display: flex;
    flex-wrap: wrap;
  }
}
.list-article__image {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .list-article__image {
    max-width: 400px;
    flex-basis: 400px;
  }
}
@media (min-width: 768px) {
  .list-article__content {
    margin-left: 30px;
    max-width: calc(100% - 430px);
    flex-basis: calc(100% - 430px);
  }
}
.article__header {
  margin-bottom: 10px;
}
.article__extra {
  margin-bottom: 10px;
}
.article__image {
  margin-bottom: 30px;
}

.tx-kesearch-pi1 #kesearch_num_results {
  margin: 20px 0;
  font-weight: bold;
}
.tx-kesearch-pi1 .kesearch_pagebrowser {
  margin-top: 40px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul {
  display: flex;
  flex-wrap: wrap;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li {
  padding-left: 0 !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li:before {
  content: none !important;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7DB167;
  color: white;
  border-radius: 4px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser ul li a.current {
  background-color: #32533F;
}

.result-list-item {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.result-list-item__image-wrap {
  flex: 1 0 200px;
  max-width: 200px;
  width: 200px;
  margin-right: 20px;
}
.result-list-item__text-wrap {
  flex: 1 0;
}

.tx-kesearch-pi1 .button--secondary {
  display: none;
}

.wishlist-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 510;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.wishlist-container.v-enter-from, .wishlist-container.v-leave-to {
  opacity: 0;
}

.wishlist-bg {
  display: none;
}

.wishlist {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 560px;
  max-width: 100vw;
  background: rgba(44, 61, 51, 0.9);
  overflow-y: auto;
  padding: 30px;
  color: white;
}
@media (min-width: 768px) {
  .wishlist {
    padding: 110px;
  }
}
.wishlist__close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 40px;
  color: white;
}
@media (min-width: 768px) {
  .wishlist__close {
    top: 95px;
    right: 65px;
  }
}
.wishlist__header {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 67px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: white;
}
.wishlist-heart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 31px;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid white;
  background: rgba(55, 59, 54, 0.4);
  color: white;
  cursor: pointer;
}
.wishlist-heart--absolute {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
.wishlist-heart__icon {
  transform: translateY(2px);
}

.offer__header-image-row, .offer__details-row, .offer__info-row, .offer__form-row {
  margin-bottom: 90px;
}
.offer__buttons {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .offer__buttons {
    text-align: right;
    margin-bottom: 55px;
  }
}
.offer__button-agb {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .offer__button-agb {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.offer__images {
  position: relative;
  overflow: hidden;
}
.offer__slider {
  position: relative;
  z-index: 1;
}
.offer__slider-item {
  position: relative;
}
.offer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0) 30%);
}
.offer__arrows {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 40px;
  display: flex;
  color: white;
}
.offer__arrows .slick-prev {
  margin-right: 40px;
}
.offer__header {
  text-transform: none;
}
.offer__subheader {
  font-weight: 300;
}
.offer__description {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .offer__description {
    margin-bottom: 30px;
    max-width: 520px;
  }
}
.offer__price {
  margin-bottom: 30px;
}
.offer__bulletpoints ul, .offer__bulletpoints ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.offer__bulletpoints li:before {
  display: none;
  content: none;
}
.offer__bulletpoints-header, .offer__bulletpoints li {
  line-height: 22px;
  padding: 17px 20px !important;
  margin: 0 !important;
}
.offer__bulletpoints-header {
  background: #32533F;
  color: white;
}
.offer__bulletpoints li:nth-child(2n+1) {
  background: rgba(142, 118, 72, 0.1);
}
.offer__agency {
  display: none;
}
@media (min-width: 992px) {
  .offer__agency {
    display: block;
  }
}
.offer__agency-text {
  position: relative;
  font-size: 16px;
}
.offer__agency-icon {
  position: absolute;
  top: 0;
  right: calc(100% + 40px);
  font-size: 40px;
  color: #32533F;
}
.offer__agency-contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.offer__agency-contact:last-child {
  margin-bottom: 0;
}
.offer__agency-contact .fa-thin, .offer__agency-contact a.more:before, .offer__agency-contact ul.download-list li:before, ul.download-list .offer__agency-contact li:before, .offer__agency-contact .select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--multiple .select2-selection__arrow .offer__agency-contact b, .offer__agency-contact .select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow .offer__agency-contact b {
  margin-right: 10px;
  font-size: 25px;
}

.pages-listing__header {
  font-weight: 500;
  margin-bottom: 10px;
}
.pages-listing__list {
  padding-right: 5px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.pages-listing__page {
  border: 1px solid #aaaaaa;
  margin: 0 5px 5px 0;
  padding: 2px 4px 1px;
  border-radius: 5px;
  background: #e4e4e4;
}

.api-price .spinner {
  display: none;
  margin-left: 5px;
}

.api-price--loading .api-price__content {
  opacity: 0.6;
}

.api-price--loading .spinner {
  display: inline-block;
}

.tx_wsport-reports__row:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.tx_wsport-reports__row {
  display: flex;
  border-top: 1px solid #ddd;
}

.tx_wsport-reports__row-item {
  flex-basis: 50%;
  max-width: 50%;
  padding: 10px 15px;
}

.tx_wsport-reports__wrapper {
  margin-bottom: 100px;
}

.tx_wsport .tx_wsport-reports h2, .tx_wsport .tx_wsport-reports .h2 {
  margin-bottom: 35px;
  color: #274020;
  background-color: transparent;
  padding: 0;
}

.tx_wsport-reports h3, .tx_wsport-reports .h3 {
  color: white;
  background-color: #274020;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}

.tx_wsport .lift-table {
  margin-top: 25px;
}

.tx_wsport .lift-table, .tx_wsport .loipen-table, .tx_wsport .chutes-table, .tx_wsport .path-table {
  margin-bottom: 100px;
  background-color: #274020;
}

.tx_wsport table {
  overflow: auto;
}

.tx_wsport h2, .tx_wsport .h2 {
  color: white;
  background-color: #274020;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

.tx_wsport table tr td {
  padding: 10px 15px;
  font-size: 14px;
}

.tx_wsport table {
  width: 100%;
}

.tx_wsport table th {
  padding: 10px 15px;
  background-color: white;
  border-bottom: 2px solid #ddd;
}

.tx_wsport table tr {
  border-top: 1px solid #ddd;
}

.tx_wsport table tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.tx_wsport table tr:nth-child(2n) {
  background-color: #fff;
}

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

.tx_wsport-lifts__closed,
.tx_wsport-loipen__closed,
.tx_wsport-chutes__closed,
.tx_wsport-paths__closed {
  background-color: var(--orange-color);
  color: white;
  text-align: center;
}

.tx_wsport-lifts__open, .tx_wsport-loipen__open, .tx_wsport-chutes__open, .tx_wsport-paths__open {
  color: white;
  text-align: center;
  background-color: #329626;
}

@media screen and (max-width: 1200px) {
  .tx_wsport .lift-table, .tx_wsport .loipen-table, .tx_wsport .chutes-table, .tx_wsport .path-table {
    overflow: auto;
  }
}
@media screen and (max-width: 575px) {
  .tx_wsport-reports__row {
    display: block;
  }
}
.tx_wsport__navigation-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.tx_wsport__navigation-link {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

:root {
  --lfm-ibe-border: 2px solid #7DB167;
  --lfm-ibe-background: transparent;
  --lfm-ibe-hr-color: #9a9a9a;
  --lfm-ibe-icon-disabled-color: #E0E0E0;
  --lfm-ibe-icon-color: white;
}

.lfm-ibe-banners {
  margin: 0 -1rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (min-width: 1600px) {
  .lfm-ibe-banners {
    flex-wrap: nowrap;
  }
}
.lfm-ibe-banners__main-header {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .lfm-ibe-banners__main-header {
    flex: 1 0;
    width: auto;
    max-width: none;
  }
}
.lfm-ibe-banners__items {
  width: 900px;
  padding: 0 1rem;
  max-width: 100%;
}
@media (min-width: 992px) {
  .lfm-ibe-banners__items {
    margin-right: max(1px, (100% - 75rem) / 2);
  }
}

.lfm-ibe-banner {
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  border: var(--lfm-ibe-border);
  background: var(--lfm-ibe-background);
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 15px;
  max-width: 870px;
}
.lfm-ibe-banner, .lfm-ibe-banner:hover {
  color: #555555;
}
.lfm-ibe-banner__image-wrap {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .lfm-ibe-banner__image-wrap {
    flex: 1 0 293px;
    max-width: 293px;
    width: 293px;
  }
}
.lfm-ibe-banner__image-aspect {
  position: relative;
  height: 0;
  padding-bottom: 54.1176470588%;
}
@media (min-width: 992px) {
  .lfm-ibe-banner__image-aspect {
    padding-bottom: 79.5221843003%;
  }
}
.lfm-ibe-banner__image-aspect img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.lfm-ibe-banner__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lfm-ibe-banner__image-inner:after {
  content: "Anzeige";
  display: block;
  color: white;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 14px;
  bottom: 10px;
  right: 15px;
}
html[lang=en] .lfm-ibe-banner__image-inner:after {
  content: "Advert";
}

html[lang=pl] .lfm-ibe-banner__image-inner:after {
  content: "Reklama";
}

.lfm-ibe-banner__image {
  display: block;
  width: 100%;
  height: auto;
}
.lfm-ibe-banner__icon-wrap {
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 26px;
  color: var(--lfm-ibe-icon-color);
}
.lfm-ibe-banner__icon::before {
  content: "\f005";
}
.lfm-ibe-banner__content {
  flex: 1 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.lfm-ibe-banner__headline {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 300;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .lfm-ibe-banner__headline {
    flex-direction: row;
  }
}
.lfm-ibe-banner__title {
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .lfm-ibe-banner__title {
    max-width: 75%;
  }
}
.lfm-ibe-banner .ibe-icon, .lfm-ibe-banner .ibe-icon:hover, .lfm-ibe-banner__price, .lfm-ibe-banner__price:hover {
  color: #32533F;
}
.lfm-ibe-banner__sub_headline {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.lfm-ibe-banner__type {
  margin-bottom: 10px;
}
.lfm-ibe-banner__facilities .facilities__list {
  justify-content: flex-end;
}
.lfm-ibe-banner__facilities .facilities__item--disabled, .lfm-ibe-banner__facilities .facilities__item--disabled .ibe-icon {
  color: var(--lfm-ibe-icon-disabled-color) !important;
  border-color: var(--lfm-ibe-icon-disabled-color) !important;
}
.lfm-ibe-banner__buttons {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.lfm-ibe-banner hr {
  margin: 8.5px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--lfm-ibe-hr-color);
}
.lfm-ibe-banner--highlight {
  --lfm-ibe-border: 3px solid #32533F;
  --lfm-ibe-background: #ECF3DF;
  --lfm-ibe-hr-color: #32533F;
  --lfm-ibe-icon-disabled-color: #CFDFB0;
  --lfm-ibe-icon-color: var(--orange-color);
}
.lfm-ibe-banner--highlight .lfm-ibe-banner__icon::before {
  content: "\f091";
}

.detail__headline-left h1, .detail__headline-left .h1 {
  font-size: 40px;
  white-space: normal;
}

.ibe-wrapper {
  margin: 0 auto;
  max-width: 75rem;
}
.ibe-wrapper .slick-prev, .ibe-wrapper .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0;
}

.ibe-list-entry__facilities {
  margin-bottom: 0;
  margin-left: auto;
}

.lfma2z-entry-block {
  height: 100%;
  background: #f3f1ec;
  padding: 1rem;
}

.high-contrast {
  --primary-color: #745f37;
  --bs-glc-gold: #745f37;
  --orange-color: #a55912;
}
.high-contrast .orange-header__svg circle[fill="#EC7405"] {
  fill: var(--orange-color) !important;
}
/*# sourceMappingURL=theme.css.map */
